summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@cattlegrid.info>2009-07-11 18:14:03 +0200
committerMichele Beltrame <mb@cattlegrid.info>2009-07-11 18:14:03 +0200
commitd6a50ac62d839b2a02730472d54ef1ab30e672d8 (patch)
tree1af5a3ee7cae2ca5ecc35d86c27db08599db9ac0 /dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild
parentBumps (diff)
downloadperl-overlay-d6a50ac62d839b2a02730472d54ef1ab30e672d8.tar.gz
perl-overlay-d6a50ac62d839b2a02730472d54ef1ab30e672d8.tar.bz2
perl-overlay-d6a50ac62d839b2a02730472d54ef1ab30e672d8.zip
Bump
(Portage version: 2.1.6.13/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild')
-rw-r--r--dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild
new file mode 100644
index 000000000..d8f79491d
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBIC/Catalyst-Plugin-Session-Store-DBIC-0.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MODULE_AUTHOR=FLORA
+inherit perl-module
+
+DESCRIPTION="File storage backend for session data"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=dev-perl/Catalyst-Runtime-5.65
+ >=dev-perl/Catalyst-Plugin-Session-Store-Delegate-0.02
+ dev-perl/Class-Accessor
+ >=dev-perl/DBIx-Class-0.07000
+ dev-perl/MRO-Compat
+"