summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r--dev-perl/Apache-Session/Apache-Session-1.89.ebuild19
-rw-r--r--dev-perl/Apache-Session/ChangeLog8
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.89.ebuild b/dev-perl/Apache-Session/Apache-Session-1.89.ebuild
new file mode 100644
index 000000000000..33dc07b5fb7c
--- /dev/null
+++ b/dev-perl/Apache-Session/Apache-Session-1.89.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.89.ebuild,v 1.1 2010/09/30 18:57:50 robbat2 Exp $
+
+MODULE_AUTHOR=CHORNY
+inherit perl-module
+
+DESCRIPTION="Perl module for Apache::Session"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Test-Deep
+ virtual/perl-Digest-MD5
+ virtual/perl-Storable
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog
index 956dd790e5eb..90372e5e79d1 100644
--- a/dev-perl/Apache-Session/ChangeLog
+++ b/dev-perl/Apache-Session/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Apache-Session
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.57 2010/01/28 18:27:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.58 2010/09/30 18:57:50 robbat2 Exp $
+
+*Apache-Session-1.89 (30 Sep 2010)
+
+ 30 Sep 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +Apache-Session-1.89.ebuild:
+ Version bump via perl-bump experimental tool.
28 Jan 2010; Torsten Veller <tove@gentoo.org> Apache-Session-1.88.ebuild:
Fix LICENSE: same terms as perl (#301969)