diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:36:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:36:05 +0000 |
commit | 2a72b26e91f2b4f450bda67679076f15dc4c22aa (patch) | |
tree | 284dd0578c13ad1cbc1b6f33dbee97a11d23306d | |
parent | dev-perl/Storable => perl-core/Storable migration (diff) | |
download | historical-2a72b26e91f2b4f450bda67679076f15dc4c22aa.tar.gz historical-2a72b26e91f2b4f450bda67679076f15dc4c22aa.tar.bz2 historical-2a72b26e91f2b4f450bda67679076f15dc4c22aa.zip |
dev-perl/Storable => perl-core/Storable migration
Package-Manager: portage-2.0.51.22-r1
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.54.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.60.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Apache-Session/ChangeLog | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.54.ebuild b/dev-perl/Apache-Session/Apache-Session-1.54.ebuild index f1fdb36359a6..9ee6a32f5368 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.54.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.54.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/dev-perl/Apache-Session/Apache-Session-1.54.ebuild,v 1.9 2005/05/24 15:42:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.54.ebuild,v 1.10 2005/05/25 14:35:47 mcummings Exp $ inherit perl-module @@ -16,4 +16,4 @@ KEYWORDS="x86 amd64 ppc sparc alpha" DEPEND="${DEPEND} perl-core/Digest-MD5 - dev-perl/Storable" + perl-core/Storable" diff --git a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild b/dev-perl/Apache-Session/Apache-Session-1.60.ebuild index 8eca4d248e58..753082e4422c 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.60.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/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.10 2005/05/24 15:42:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.11 2005/05/25 14:36:05 mcummings Exp $ inherit perl-module MY_PV=${PV/0/} @@ -18,4 +18,4 @@ KEYWORDS="x86 amd64 ppc sparc alpha" DEPEND="${DEPEND} perl-core/Digest-MD5 - dev-perl/Storable" + perl-core/Storable" diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog index dcccac16374b..a909add53b88 100644 --- a/dev-perl/Apache-Session/ChangeLog +++ b/dev-perl/Apache-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-Session # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.13 2005/05/24 15:42:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.14 2005/05/25 14:35:47 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Apache-Session-1.54.ebuild: + dev-perl/Storable => perl-core/Storable migration 24 May 2005; Michael Cummings <mcummings@gentoo.org> Apache-Session-1.54.ebuild, Apache-Session-1.60.ebuild: |