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/lush | |
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/lush')
-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 |
3 files changed, 11 insertions, 7 deletions
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} |