summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-12-30 11:16:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-12-30 11:16:39 +0000
commit0bf0a1916d93e769e2a04ef1064cccea935b9d2f (patch)
tree22ef5111ccf24e0c3f71f4c1e19973f8b63257e8 /perl-core
parentScalar-List-Utils migrated to perl-core. (diff)
downloadhistorical-0bf0a1916d93e769e2a04ef1064cccea935b9d2f.tar.gz
historical-0bf0a1916d93e769e2a04ef1064cccea935b9d2f.tar.bz2
historical-0bf0a1916d93e769e2a04ef1064cccea935b9d2f.zip
Scalar-List-Utils migrated to perl-core
Package-Manager: portage-2.0.53
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Math-BigInt/ChangeLog6
-rw-r--r--perl-core/Math-BigInt/Manifest14
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.73.ebuild4
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.77.ebuild4
-rw-r--r--perl-core/Term-Cap/Manifest4
5 files changed, 20 insertions, 12 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index 6ff3331cc234..221749e9e18c 100644
--- a/perl-core/Math-BigInt/ChangeLog
+++ b/perl-core/Math-BigInt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Math-BigInt
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.5 2005/11/11 02:13:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.6 2005/12/30 11:16:39 mcummings Exp $
+
+ 30 Dec 2005; <mcumming@gentoo.org> Math-BigInt-1.73.ebuild,
+ Math-BigInt-1.77.ebuild:
+ Scalar-List-Utils migrated to perl-core
*Math-BigInt-1.77 (11 Nov 2005)
diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
index 88400126ec5a..5497d3617e31 100644
--- a/perl-core/Math-BigInt/Manifest
+++ b/perl-core/Math-BigInt/Manifest
@@ -1,20 +1,20 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 7db6b604656eb256b7ca0e522dc20fe8 ChangeLog 2537
+MD5 69d8529cb88dd77e085a6fa8d0ebe75d ChangeLog 2669
MD5 f3a8f7c20e12a96f00dd349c49fe4525 Math-BigInt-1.69.ebuild 587
MD5 61705195ceb28c886ecb4d0ed1429d64 Math-BigInt-1.70.ebuild 592
-MD5 95efd87dcaa8f9c6f6da6b629606db9d Math-BigInt-1.73.ebuild 607
-MD5 20c66d023932eca2c92b554655174925 Math-BigInt-1.77.ebuild 614
+MD5 9bb8e8e960e528c28c0a86277b0a6c2a Math-BigInt-1.73.ebuild 609
+MD5 d3eb3ca0824456800413955750355233 Math-BigInt-1.77.ebuild 615
MD5 b461900d92f57d4e040ce12dfe67f876 files/digest-Math-BigInt-1.69 68
MD5 d6a633b9a6acedb716053a67339c2a00 files/digest-Math-BigInt-1.70 68
MD5 109b3f67b6c2ed044cbd5921a74aa244 files/digest-Math-BigInt-1.73 68
MD5 6bc4996509cd0bee8aa18599440f4572 files/digest-Math-BigInt-1.77 68
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDc/5TtG5z4I8BtQoRApcEAKCRp0hbqsC2Zwx/YODihHDeNyl97ACdH3hN
-gbemj+87wxHoqINMh/hMW9U=
-=P50q
+iD8DBQFDtRchtG5z4I8BtQoRAqS8AJwKegeoDmxswogVpCXc7YV5DvoXcwCfVeNv
+2/LzTGzx2Jpi2/bFb6oCptE=
+=QgUV
-----END PGP SIGNATURE-----
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild
index 8c3cdcb49f86..ce9dca57db77 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.3 2005/10/02 15:52:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.4 2005/12/30 11:16:39 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="alpha amd64 ia64 ~ppc s390 sparc x86"
IUSE=""
-DEPEND=">=dev-perl/Scalar-List-Utils-1.14"
+DEPEND=">=perl-core/Scalar-List-Utils-1.14"
SRC_TEST="do"
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild
index fccdaf23a292..7cc55031263c 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.1 2005/11/11 02:13:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.2 2005/12/30 11:16:39 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
-DEPEND=">=dev-perl/Scalar-List-Utils-1.14"
+DEPEND=">=perl-core/Scalar-List-Utils-1.14"
SRC_TEST="do"
diff --git a/perl-core/Term-Cap/Manifest b/perl-core/Term-Cap/Manifest
new file mode 100644
index 000000000000..b5e4c4939b3d
--- /dev/null
+++ b/perl-core/Term-Cap/Manifest
@@ -0,0 +1,4 @@
+MD5 6bb4c5e6bd0ee7f0f1b3bce57ea21a97 ChangeLog 567
+MD5 264ebade8adadaa0417446f572c6b17b Term-Cap-1.09.ebuild 516
+MD5 1408611bcce2d192f78af051e3e36121 files/digest-Term-Cap-1.09 64
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305