diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:30:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:30:56 +0000 |
commit | 850c3bb837f63ac6a0b0ce251ec8e5ef0d727275 (patch) | |
tree | 50bcc400d267f988bd88227ba16c2a31c650664a /perl-core/Storable | |
parent | Stable on hppa & sparc (diff) | |
download | gentoo-2-850c3bb837f63ac6a0b0ce251ec8e5ef0d727275.tar.gz gentoo-2-850c3bb837f63ac6a0b0ce251ec8e5ef0d727275.tar.bz2 gentoo-2-850c3bb837f63ac6a0b0ce251ec8e5ef0d727275.zip |
Adding perl dep
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.07-r1.ebuild | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.13.ebuild | 6 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.15.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Storable/files/digest-Storable-2.07-r1 | 2 | ||||
-rw-r--r-- | perl-core/Storable/files/digest-Storable-2.13 | 2 | ||||
-rw-r--r-- | perl-core/Storable/files/digest-Storable-2.15 | 2 |
7 files changed, 21 insertions, 6 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index dc135299295f..d583f4ad25c8 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.13 2006/02/25 23:39:35 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.14 2006/08/04 13:30:56 mcummings Exp $ + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Storable-2.07-r1.ebuild, Storable-2.13.ebuild, Storable-2.15.ebuild: + Adding perl dep 25 Feb 2006; Joshua Kinard <kumba@gentoo.org> Storable-2.15.ebuild: Marked stable on mips. diff --git a/perl-core/Storable/Storable-2.07-r1.ebuild b/perl-core/Storable/Storable-2.07-r1.ebuild index 70f18467dfc8..b6d8385afa4e 100644 --- a/perl-core/Storable/Storable-2.07-r1.ebuild +++ b/perl-core/Storable/Storable-2.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.07-r1.ebuild,v 1.3 2006/02/13 15:05:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.07-r1.ebuild,v 1.4 2006/08/04 13:30:56 mcummings Exp $ inherit perl-module @@ -12,4 +12,5 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="ia64 x86 amd64 ~ppc alpha sparc hppa mips" -DEPEND="virtual/perl-Test-Simple" +DEPEND="dev-lang/perl + virtual/perl-Test-Simple" diff --git a/perl-core/Storable/Storable-2.13.ebuild b/perl-core/Storable/Storable-2.13.ebuild index ca0292273d45..61084e0013ab 100644 --- a/perl-core/Storable/Storable-2.13.ebuild +++ b/perl-core/Storable/Storable-2.13.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/perl-core/Storable/Storable-2.13.ebuild,v 1.3 2005/09/30 21:48:10 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.13.ebuild,v 1.4 2006/08/04 13:30:56 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index 24787e4c5905..b505383b55f8 100644 --- a/perl-core/Storable/Storable-2.15.ebuild +++ b/perl-core/Storable/Storable-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.8 2006/02/25 23:39:35 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.9 2006/08/04 13:30:56 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Storable/files/digest-Storable-2.07-r1 b/perl-core/Storable/files/digest-Storable-2.07-r1 index 3d7de115c033..9c2833809077 100644 --- a/perl-core/Storable/files/digest-Storable-2.07-r1 +++ b/perl-core/Storable/files/digest-Storable-2.07-r1 @@ -1 +1,3 @@ MD5 04d1b52cf304343e1be08df6f4ad345e Storable-2.07.tar.gz 96476 +RMD160 764d7556b7dc67a9c55b57e4d9a40a44f1ea3761 Storable-2.07.tar.gz 96476 +SHA256 b981d1cc2501e5bafe8306b7ef26776d315b813700a3f5173dc2e40aaa905091 Storable-2.07.tar.gz 96476 diff --git a/perl-core/Storable/files/digest-Storable-2.13 b/perl-core/Storable/files/digest-Storable-2.13 index ba6c22e285b2..869f16934ba6 100644 --- a/perl-core/Storable/files/digest-Storable-2.13 +++ b/perl-core/Storable/files/digest-Storable-2.13 @@ -1 +1,3 @@ MD5 8f3b505c6c4e6a3b2fee746e15b33ce3 Storable-2.13.tar.gz 135033 +RMD160 739947c871002902a4393ddab4b497d7b2da87ec Storable-2.13.tar.gz 135033 +SHA256 c2ba6e10ba634c0cfba03d7bb5e68f0dfcdfd83d4441b2a070f388c1cd9c7f1e Storable-2.13.tar.gz 135033 diff --git a/perl-core/Storable/files/digest-Storable-2.15 b/perl-core/Storable/files/digest-Storable-2.15 index ad946fcc5b4f..f552fe67aa3a 100644 --- a/perl-core/Storable/files/digest-Storable-2.15 +++ b/perl-core/Storable/files/digest-Storable-2.15 @@ -1 +1,3 @@ MD5 9c84640123eea12cfc58c6b5e7060ad8 Storable-2.15.tar.gz 162994 +RMD160 813621a90a9d74b2ba44b89c5bfedf300dca7b03 Storable-2.15.tar.gz 162994 +SHA256 b0e408b4b688b62ee3c627389efe2fe1c55fc32556c326039fccf1ac033fb8c3 Storable-2.15.tar.gz 162994 |