diff options
author | 2008-12-23 08:30:52 +0000 | |
---|---|---|
committer | 2008-12-23 08:30:52 +0000 | |
commit | a149f5d3a7ad9b1d675a7365392d1e7bcf03d7d0 (patch) | |
tree | 13c50811c598b5e47371c68a7bfd4e9b2a8afd4d /dev-perl | |
parent | Initial commit. Dep for EverGreen ILS. (diff) | |
download | gentoo-2-a149f5d3a7ad9b1d675a7365392d1e7bcf03d7d0.tar.gz gentoo-2-a149f5d3a7ad9b1d675a7365392d1e7bcf03d7d0.tar.bz2 gentoo-2-a149f5d3a7ad9b1d675a7365392d1e7bcf03d7d0.zip |
Version bump.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl')
-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) |