diff options
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.88.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Apache-Session/ChangeLog | 8 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.88.ebuild b/dev-perl/Apache-Session/Apache-Session-1.88.ebuild new file mode 100644 index 000000000000..926a2ad91f0f --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.88.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.88.ebuild,v 1.1 2008/12/23 08:30:52 robbat2 Exp $ + +MODULE_AUTHOR=CHORNY +MODULE_A="${P}.zip" +inherit perl-module + +DESCRIPTION="Perl module for Apache::Session" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Test-Deep + virtual/perl-Digest-MD5 + virtual/perl-Storable + dev-lang/perl" diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog index 409296f2c212..68fc756b2145 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.53 2008/12/08 02:04:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.54 2008/12/23 08:30:52 robbat2 Exp $ + +*Apache-Session-1.88 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Apache-Session-1.88.ebuild: + Version bump. *Apache-Session-1.87 (08 Dec 2008) |