diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:04:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:04:02 +0000 |
commit | 9547534cc5b1ff0b558540398aa71904d6981f86 (patch) | |
tree | b82763c23188fcdc6efff7296fcee79bfcffbcc2 /dev-perl/Apache-Session | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | gentoo-2-9547534cc5b1ff0b558540398aa71904d6981f86.tar.gz gentoo-2-9547534cc5b1ff0b558540398aa71904d6981f86.tar.bz2 gentoo-2-9547534cc5b1ff0b558540398aa71904d6981f86.zip |
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.87.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Apache-Session/ChangeLog | 8 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.87.ebuild b/dev-perl/Apache-Session/Apache-Session-1.87.ebuild new file mode 100644 index 000000000000..9d8c862c4b7e --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.87.ebuild @@ -0,0 +1,18 @@ +# 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.87.ebuild,v 1.1 2008/12/08 02:04:02 robbat2 Exp $ + +MODULE_AUTHOR=CHORNY +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 dd79ea5264df..409296f2c212 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.52 2008/09/30 07:56:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.53 2008/12/08 02:04:02 robbat2 Exp $ + +*Apache-Session-1.87 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Apache-Session-1.87.ebuild: + Version bump. 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Apache-Session-1.81.ebuild, -Apache-Session-1.82.ebuild, Apache-Session-1.83.ebuild: |