diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 22:12:44 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 22:12:44 +0000 |
commit | a297e59ec11c1f13bb4e46a43c8649a005c6d637 (patch) | |
tree | 41815b788a987622a38ccc5d63cf8e6c15b6579d /dev-lisp/lush | |
parent | Added support for modular X (bug #122484). Added myself as the maintainer. (diff) | |
download | gentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.tar.gz gentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.tar.bz2 gentoo-2-a297e59ec11c1f13bb4e46a43c8649a005c6d637.zip |
Modular X dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-lisp/lush')
-rw-r--r-- | dev-lisp/lush/ChangeLog | 8 | ||||
-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, 12 insertions, 8 deletions
diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog index 1b2bc08138d2..9f44d6befbff 100644 --- a/dev-lisp/lush/ChangeLog +++ b/dev-lisp/lush/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/lush -# Copyright 2000-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.6 2005/05/18 08:23:03 mkennedy Exp $ +# Copyright 2000-2006 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.7 2006/02/13 22:12:44 mkennedy Exp $ + + 13 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> lush-1.0.ebuild, + lush-1.1.ebuild: + Modular X dependencies. *lush-1.1 (18 May 2005) diff --git a/dev-lisp/lush/lush-1.0.ebuild b/dev-lisp/lush/lush-1.0.ebuild index 9266bc8ef880..08c657367ba0 100644 --- a/dev-lisp/lush/lush-1.0.ebuild +++ b/dev-lisp/lush/lush-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2006 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.1 2005/03/03 19:37:35 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.0.ebuild,v 1.2 2006/02/13 22:12:44 mkennedy 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? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) virtual/x11 ) )" 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 5996bfeae0fd..ef15b1828c3d 100644 --- a/dev-lisp/lush/lush-1.1.ebuild +++ b/dev-lisp/lush/lush-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2006 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.1 2005/05/18 08:23:03 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.1.ebuild,v 1.2 2006/02/13 22:12:44 mkennedy 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? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) virtual/x11 ) )" src_compile() { econf `use_with X X` || die "./configure failed" |