summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@cattlegrid.info>2009-05-12 20:57:51 +0200
committerMichele Beltrame <mb@cattlegrid.info>2009-05-12 20:57:51 +0200
commite57bc5933941b082276658a517bae50194b199c2 (patch)
tree0a7abde00403c1ab7bc0f116584c4c2ac1b0a8ff /dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild
parentBump (diff)
downloadperl-overlay-e57bc5933941b082276658a517bae50194b199c2.tar.gz
perl-overlay-e57bc5933941b082276658a517bae50194b199c2.tar.bz2
perl-overlay-e57bc5933941b082276658a517bae50194b199c2.zip
Bumpz
(Portage version: 2.1.6.11/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild')
-rw-r--r--dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild
new file mode 100644
index 000000000..a0f85a8ae
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.21.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=BOBTFISH
+inherit perl-module
+
+DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+DEPEND="
+ >=dev-perl/Catalyst-Runtime-5.71001
+ >=dev-perl/namespace-clean-0.10
+ dev-perl/Object-Signature
+ dev-perl/MRO-Compat
+ >=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+ >=dev-perl/Moose-0.76
+"
+RDEPEND="${DEPEND}"