diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 13:35:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 13:35:03 +0000 |
commit | edba1cdf81e8e1e58bef0798016a322075ff4abf (patch) | |
tree | 819240f0d086162b25c8e578078dc77f30061012 /dev-perl/Apache-Session | |
parent | new module, dep for apache-gallery (diff) | |
download | gentoo-2-edba1cdf81e8e1e58bef0798016a322075ff4abf.tar.gz gentoo-2-edba1cdf81e8e1e58bef0798016a322075ff4abf.tar.bz2 gentoo-2-edba1cdf81e8e1e58bef0798016a322075ff4abf.zip |
new version
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.6.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Apache-Session/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Apache-Session/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Apache-Session/files/digest-Apache-Session-1.6 | 1 |
4 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.6.ebuild b/dev-perl/Apache-Session/Apache-Session-1.6.ebuild new file mode 100644 index 000000000000..a3cf423ef7b7 --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.6.ebuild,v 1.1 2004/06/05 13:35:03 mcummings Exp $ + +inherit perl-module + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Perl module for Apache::Session" +SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JB/JBAKER/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/JBAKER/Apache-Session-1.54/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 amd64 ppc sparc alpha" + +DEPEND="${DEPEND} + dev-perl/Digest-MD5 + dev-perl/Storable" diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog index b242a8858371..569ab396819d 100644 --- a/dev-perl/Apache-Session/ChangeLog +++ b/dev-perl/Apache-Session/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Apache-Session -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.2 2003/02/12 06:13:05 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.3 2004/06/05 13:35:03 mcummings Exp $ + +*Apache-Session-1.6 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + Apache-Session-1.6.ebuild: + new version on cpan *Apache-Session-1.54 (14 Dec 2002) diff --git a/dev-perl/Apache-Session/Manifest b/dev-perl/Apache-Session/Manifest index 4a58cc104be0..099167ba88a4 100644 --- a/dev-perl/Apache-Session/Manifest +++ b/dev-perl/Apache-Session/Manifest @@ -1,4 +1,6 @@ MD5 a20ec44077a706051cf242dc5a0cb057 Apache-Session-1.54.ebuild 606 MD5 a333f55219fbe8184b35e41999e1ddf5 ChangeLog 416 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 a20ec44077a706051cf242dc5a0cb057 Apache-Session-1.6.ebuild 606 MD5 b9ba2fa4ca7a9a1c76047772f06c0246 files/digest-Apache-Session-1.54 70 +MD5 890c172aa22b4374dbd5ecce92db0e37 files/digest-Apache-Session-1.6 69 diff --git a/dev-perl/Apache-Session/files/digest-Apache-Session-1.6 b/dev-perl/Apache-Session/files/digest-Apache-Session-1.6 new file mode 100644 index 000000000000..9049db121ab0 --- /dev/null +++ b/dev-perl/Apache-Session/files/digest-Apache-Session-1.6 @@ -0,0 +1 @@ +MD5 3a373102e3ba49f93a76994c6599e1ff Apache-Session-1.6.tar.gz 29391 |