summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-20 19:24:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-20 19:24:34 +0000
commita91655626a70139ea60639b166ee17628f0fdacd (patch)
tree8cb208daa5f3c94ca9eda43a5e3b9db4cd131c61 /dev-lang/parrot
parentppc stable, bug #115775 (diff)
downloadhistorical-a91655626a70139ea60639b166ee17628f0fdacd.tar.gz
historical-a91655626a70139ea60639b166ee17628f0fdacd.tar.bz2
historical-a91655626a70139ea60639b166ee17628f0fdacd.zip
bug 122904, uses not in IUSE
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-lang/parrot')
-rw-r--r--dev-lang/parrot/ChangeLog8
-rw-r--r--dev-lang/parrot/Manifest14
-rw-r--r--dev-lang/parrot/parrot-0.2.3.ebuild6
-rw-r--r--dev-lang/parrot/parrot-0.4.0.ebuild6
4 files changed, 19 insertions, 15 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog
index ae8bfa398186..855b8222f1a4 100644
--- a/dev-lang/parrot/ChangeLog
+++ b/dev-lang/parrot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/parrot
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.10 2005/12/06 14:57:37 mcummings Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.11 2006/02/20 19:24:33 mcummings Exp $
+
+ 20 Feb 2006; Michael Cummings <mcummings@gentoo.org> parrot-0.2.3.ebuild,
+ parrot-0.4.0.ebuild:
+ bug 122904, uses not in IUSE
*parrot-0.4.0 (06 Dec 2005)
diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest
index d76e21f98360..39647bbdc1dd 100644
--- a/dev-lang/parrot/Manifest
+++ b/dev-lang/parrot/Manifest
@@ -1,19 +1,19 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 2012d1bb48d3788f7575380b981c77a6 ChangeLog 1855
+MD5 482870a350bf775ec3e647ec431b37e4 ChangeLog 1986
MD5 6fefa983d0557ec5599f54babc66d7df files/digest-parrot-0.2.3 65
MD5 4b001f6dcd682c00fd9ca9afb3804b04 files/digest-parrot-0.4.0 65
MD5 1ac50a47aab4a14fbd9f47f929ee33c8 files/mod_parrot.patch 293
MD5 173cae8d616eb7a79b78c15e34920888 files/parrot-config.patch 569
MD5 b3c3aa33bd9cf54b6eafa26e89063113 files/root.in.patch 987
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 2046bc464a3e1e418cb5afc3285fa982 parrot-0.2.3.ebuild 2079
-MD5 3325e03ecc589ea75c91f1523d1312ac parrot-0.4.0.ebuild 1782
+MD5 9387aef54f07326e0f34306f08878992 parrot-0.2.3.ebuild 2097
+MD5 e24f7b80475cdb9db6e75c1cc7d5d1f5 parrot-0.4.0.ebuild 1798
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFDlabqtG5z4I8BtQoRAsN0AJ9P0psrCfticLLgcVpp91fQoQ43FgCeMgFH
-iHZhlLH5g+KFysaIR0wGquc=
-=Drne
+iD8DBQFD+hd7tG5z4I8BtQoRAs8FAJ9ie74hEzz6NjQyyeFgquXt9sFJDQCfXPiA
+O37kryJ3Rsv9bFqB7OQ0g2U=
+=BjgW
-----END PGP SIGNATURE-----
diff --git a/dev-lang/parrot/parrot-0.2.3.ebuild b/dev-lang/parrot/parrot-0.2.3.ebuild
index cf0341ed116c..6ca7f123f96e 100644
--- a/dev-lang/parrot/parrot-0.2.3.ebuild
+++ b/dev-lang/parrot/parrot-0.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.2.3.ebuild,v 1.3 2005/10/02 19:23:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.2.3.ebuild,v 1.4 2006/02/20 19:24:34 mcummings Exp $
inherit base eutils
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
-IUSE="test"
+IUSE="gdbm gmp python test"
DEPEND="dev-lang/perl
>=dev-libs/icu-2.6
diff --git a/dev-lang/parrot/parrot-0.4.0.ebuild b/dev-lang/parrot/parrot-0.4.0.ebuild
index b8c14b169ae1..1a278f554854 100644
--- a/dev-lang/parrot/parrot-0.4.0.ebuild
+++ b/dev-lang/parrot/parrot-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.0.ebuild,v 1.1 2005/12/06 14:57:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.0.ebuild,v 1.2 2006/02/20 19:24:34 mcummings Exp $
inherit base eutils
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
-IUSE="test"
+IUSE="gdbm gmp python test"
DEPEND="dev-lang/perl
>=dev-libs/icu-2.6