diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 08:06:08 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 08:06:08 +0000 |
commit | c0b5321ee8db9a44788844bdbfa3ffebe528347a (patch) | |
tree | a8c2762ae1a5ad4faf1c164e41b1346cf03bc370 /dev-lisp | |
parent | Remove virtual/x11 dep. (diff) | |
download | historical-c0b5321ee8db9a44788844bdbfa3ffebe528347a.tar.gz historical-c0b5321ee8db9a44788844bdbfa3ffebe528347a.tar.bz2 historical-c0b5321ee8db9a44788844bdbfa3ffebe528347a.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/lush/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/lush/lush-1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/lush/lush-1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/xlispstat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/xlispstat/xlispstat-3.52.20.ebuild | 6 |
11 files changed, 37 insertions, 23 deletions
diff --git a/dev-lisp/gcl-cvs/ChangeLog b/dev-lisp/gcl-cvs/ChangeLog index 0a38652bc829..209b07272474 100644 --- a/dev-lisp/gcl-cvs/ChangeLog +++ b/dev-lisp/gcl-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gcl-cvs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/ChangeLog,v 1.6 2007/07/02 15:04:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/ChangeLog,v 1.7 2007/07/22 08:03:17 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> gcl-cvs-2.7.0.ebuild: + Drop virtual/x11 references. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> gcl-cvs-2.7.0.ebuild: (QA) RESTRICT clean up. diff --git a/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild b/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild index a6e5f5af252a..e2912ac4c3a9 100644 --- a/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild +++ b/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild,v 1.6 2007/07/02 15:04:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild,v 1.7 2007/07/22 08:03:17 graaff Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/gcl" @@ -21,7 +21,7 @@ RESTRICT="$RESTRICT strip" DEPEND=">=app-text/texi2html-1.64 emacs? ( virtual/emacs ) - X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) ) + X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) readline? ( sys-libs/readline ) >=dev-libs/gmp-4.1 doc? ( virtual/tetex ) diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index f31d814efe4b..9f3ffd0d2852 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.45 2007/07/14 19:09:06 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.46 2007/07/22 08:06:08 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> gcl-2.6.7.ebuild, + gcl-2.6.7-r1.ebuild, gcl-2.6.7-r2.ebuild: + Drop virtual/x11 references. 14 Jul 2007; Steve Arnold <nerdboy@gentoo.org> +files/gcl-2.6.7-fix-configure.in-bfd.patch, gcl-2.6.7.ebuild: diff --git a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild index 2f70c5f8fdbb..a3348fc763c5 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.4 2006/11/29 15:42:17 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.5 2007/07/22 08:06:08 graaff Exp $ inherit elisp-common flag-o-matic autotools @@ -17,7 +17,7 @@ RDEPEND="emacs? ( virtual/emacs ) readline? ( sys-libs/readline ) >=dev-libs/gmp-4.1 tk? ( dev-lang/tk ) - X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) )" + X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw )" DEPEND="$RDEPEND doc? ( virtual/tetex ) diff --git a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild index 6d53a6a6a793..0afbf000d15b 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.6 2007/07/10 18:42:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.7 2007/07/22 08:06:08 graaff Exp $ inherit elisp-common flag-o-matic @@ -21,7 +21,7 @@ RDEPEND="emacs? ( virtual/emacs ) readline? ( sys-libs/readline ) >=dev-libs/gmp-4.1 tk? ( dev-lang/tk ) - X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) ) + X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/tetex" # pdflatex (see Bug # 157903) DEPEND="${RDEPEND} doc? ( virtual/tetex ) diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild index b022b39f9d19..4bac4e2ca174 100644 --- a/dev-lisp/gcl/gcl-2.6.7.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.9 2007/07/14 19:09:06 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.10 2007/07/22 08:06:08 graaff Exp $ inherit elisp-common flag-o-matic autotools @@ -14,7 +14,7 @@ KEYWORDS="x86 ~ppc amd64 sparc" IUSE="emacs readline debug X tk custreloc dlopen gprof doc ansi" RDEPEND="emacs? ( virtual/emacs ) - X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) ) + X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) readline? ( sys-libs/readline ) >=dev-libs/gmp-4.1 tk? ( dev-lang/tk )" diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog index 762c5fd2c69c..25c71b74f0cf 100644 --- a/dev-lisp/lush/ChangeLog +++ b/dev-lisp/lush/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/lush # Copyright 2000-2007 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.9 2007/02/22 01:38:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.10 2007/07/22 08:02:26 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> lush-1.0.ebuild, + lush-1.1.ebuild: + Drop virtual/x11 references. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/lush/lush-1.0.ebuild b/dev-lisp/lush/lush-1.0.ebuild index 08c657367ba0..b4c019e30ac7 100644 --- a/dev-lisp/lush/lush-1.0.ebuild +++ b/dev-lisp/lush/lush-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2007 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.0.ebuild,v 1.2 2006/02/13 22:12:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.0.ebuild,v 1.3 2007/07/22 08:02:26 graaff Exp $ DESCRIPTION="Lush is the Lisp User Shell" HOMEPAGE="http://lush.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="X" -DEPEND="X? ( || ( ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) virtual/x11 ) )" +DEPEND="X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM )" src_compile() { econf --without-bfd `use_with X X` || die "./configure failed" diff --git a/dev-lisp/lush/lush-1.1.ebuild b/dev-lisp/lush/lush-1.1.ebuild index c552e03813ed..08282ff973cf 100644 --- a/dev-lisp/lush/lush-1.1.ebuild +++ b/dev-lisp/lush/lush-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2007 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.1.ebuild,v 1.3 2006/06/20 16:16:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.1.ebuild,v 1.4 2007/07/22 08:02:26 graaff Exp $ inherit eutils @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="X" -DEPEND="X? ( || ( ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) virtual/x11 ) )" +DEPEND="X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM )" src_unpack() { unpack ${A} diff --git a/dev-lisp/xlispstat/ChangeLog b/dev-lisp/xlispstat/ChangeLog index 4c42d50facbb..5ed7398111b5 100644 --- a/dev-lisp/xlispstat/ChangeLog +++ b/dev-lisp/xlispstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/xlispstat -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.3 2006/02/13 21:08:58 mkennedy Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.4 2007/07/22 08:00:34 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> xlispstat-3.52.20.ebuild: + Drop virtual/x11 references. 13 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> xlispstat-3.52.20.ebuild: diff --git a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild index 10f8c4a3d2ea..d1a4bee82aa4 100644 --- a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild +++ b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.3 2006/02/13 21:08:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.4 2007/07/22 08:00:34 graaff Exp $ DESCRIPTION="XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP." HOMEPAGE="http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html" @@ -9,7 +9,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="X" -DEPEND="X? ( || ( x11-libs/libX11 virtual/x11 ) )" +DEPEND="X? ( x11-libs/libX11 )" S=${WORKDIR}/${P//./-} |