* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gcl/
@ 2016-12-04 12:23 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 4327a503e4048977b53182e7b05f783a48e7439b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 12:22:49 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 12:22:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4327a503
dev-lisp/gcl: Updates header
dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild | 4 ++--
dev-lisp/gcl/gcl-2.7.0_alpha.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild b/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
index 62f8665..e207c0c 100644
--- a/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
diff --git a/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild b/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
index 3a1703e..30aebef 100644
--- a/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
+++ b/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gcl/
@ 2017-07-07 14:12 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 14:12 UTC (permalink / raw
To: gentoo-commits
commit: d8634ea22879b3746b62e9b10d81feb0d7e343b2
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 14:12:43 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 14:12:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d8634ea2
dev-lisp/gcl: Updates header and EAPI. Removes uneeded metadata
dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild | 13 ++++++-------
dev-lisp/gcl/gcl-2.7.0_alpha.ebuild | 16 +++++++---------
dev-lisp/gcl/metadata.xml | 14 --------------
3 files changed, 13 insertions(+), 30 deletions(-)
diff --git a/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild b/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
index e207c0c1..1aec398d 100644
--- a/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.8_pre20090419-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=2
+EAPI=6
#removing flag-o-matic results in make install failing due to a segfault
inherit elisp-common flag-o-matic
@@ -20,15 +19,15 @@ IUSE="+ansi debug doc emacs +readline tk X"
RESTRICT="strip"
RDEPEND="emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )
- >=dev-libs/gmp-4.1
- tk? ( dev-lang/tk )
+ readline? ( sys-libs/readline:0 )
+ dev-libs/gmp:0
+ tk? ( dev-lang/tk:0 )
X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw )
virtual/latex-base"
DEPEND="${RDEPEND}
doc? ( virtual/texi2dvi )
>=app-text/texi2html-1.64
- >=sys-devel/autoconf-2.52"
+ >=sys-devel/autoconf-2.59"
src_prepare() {
# The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in
diff --git a/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild b/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
index 30aebef1..eddb1337 100644
--- a/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
+++ b/dev-lisp/gcl/gcl-2.7.0_alpha.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=1
+EAPI=6
DEB_PV="84.1"
MY_PN="${PN}cvs"
@@ -15,21 +14,20 @@ SRC_URI="mirror://debian/pool/main/g/${MY_PN}/${MY_PN}_${MY_PV}-${DEB_PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-#KEYWORDS="~amd64"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+readline +ansi"
RESTRICT="strip"
-RDEPEND="readline? ( sys-libs/readline )
- dev-libs/gmp
- sys-devel/autoconf"
+RDEPEND="readline? ( sys-libs/readline:0 )
+ dev-libs/gmp:0
+ sys-devel/autoconf:2.59"
DEPEND="${RDEPEND}
virtual/latex-base"
S="${WORKDIR}/${MY_P}"
-src_compile() {
+src_configure() {
pwd
econf \
$(use_enable readline) \
diff --git a/dev-lisp/gcl/metadata.xml b/dev-lisp/gcl/metadata.xml
deleted file mode 100644
index ae937aec..00000000
--- a/dev-lisp/gcl/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>common-lisp</herd>
- <longdescription>
- GCL is the official Common Lisp for the GNU project. Its design
- makes use of the system's C compiler to compile to native object
- code, providing for both good performance and facile portability.
- </longdescription>
- <use>
- <flag name='ansi'>Build a GCL with ANSI support (else build a traditional
- CLtL1 image)</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gcl/
@ 2018-04-07 21:15 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-04-07 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 915fe4b44e3b7fad5f4e6a340faaabfe36390b4d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 21:15:48 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 21:15:48 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=915fe4b4
dev-lisp/gcl: Set VARTEXFONTS to prevent sandbox violations
dev-lisp/gcl/gcl-2.6.12.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild
index 1d4449e6..b8fee9e3 100644
--- a/dev-lisp/gcl/gcl-2.6.12.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,10 +17,10 @@ IUSE="+ansi athena emacs +readline tk X"
RESTRICT="strip"
RDEPEND="emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )
+ readline? ( sys-libs/readline:= )
athena? ( x11-libs/libXaw )
- >=dev-libs/gmp-4.1
- tk? ( dev-lang/tk )
+ >=dev-libs/gmp-4.1:=
+ tk? ( dev-lang/tk:= )
X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw )
virtual/latex-base"
DEPEND="${RDEPEND}
@@ -82,7 +82,7 @@ src_configure() {
src_compile() {
emake -j1
- emake -C info gcl.info
+ VARTEXFONTS="${T}"/fonts emake -C info gcl.info
if use athena; then
pushd xgcl-2 > /dev/null
pdflatex dwdoc.tex
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-07 21:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 14:12 [gentoo-commits] proj/lisp:master commit in: dev-lisp/gcl/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-04-07 21:15 José María Alonso
2016-12-04 12:23 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox