diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:51:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:51:29 +0000 |
commit | e349bc7745eb90b8a340175211931cfcd1c38540 (patch) | |
tree | 895312cc244c9a2c83e518abf5d51524f5c82f76 /dev-lang | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-e349bc7745eb90b8a340175211931cfcd1c38540.tar.gz gentoo-2-e349bc7745eb90b8a340175211931cfcd1c38540.tar.bz2 gentoo-2-e349bc7745eb90b8a340175211931cfcd1c38540.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild index 9c293b587074..124b7235ad7d 100644 --- a/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild +++ b/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild,v 1.10 2004/06/24 22:55:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.0.1.ebuild,v 1.11 2004/07/14 13:49:57 agriffis Exp $ S=${WORKDIR} HOMEPAGE="http://regina-rexx.sourceforge.net" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/regina-rexx/regina301.zip" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 sparc" +IUSE="" DEPEND="app-arch/unzip" diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index fd2cd7aa1196..96020be374e7 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.15 2004/06/24 22:55:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.16 2004/07/14 13:50:23 agriffis Exp $ inherit eutils @@ -18,6 +18,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 sparc" +IUSE="" DEPEND=">=sys-devel/gcc-2.95.3-r5 >=dev-libs/boehm-gc-6.0" diff --git a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild index 1ca091448462..52462048bfde 100644 --- a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild +++ b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.9 2004/07/02 04:30:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.10 2004/07/14 13:50:54 agriffis Exp $ MY_PV=${PV//./} S=${WORKDIR}/stx @@ -12,6 +12,7 @@ SRC_URI="mirror://gentoo/${PN}-common-${MY_PV}.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc virtual/x11" diff --git a/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild b/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild index 20da924836c1..f0a7050c2d76 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild,v 1.7 2004/06/24 22:56:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.5_rc5.ebuild,v 1.8 2004/07/14 13:51:29 agriffis Exp $ MY_PV="${PV/_/-}" DESCRIPTION="Stand-alone JavaScript C library" @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/js/js-${MY_PV}.tar.gz" LICENSE="NPL-1.1" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="" |