summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.200.ebuild')
-rw-r--r--dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.200.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.200.ebuild b/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.200.ebuild
deleted file mode 100644
index bb984fbaf..000000000
--- a/dev-perl/Catalyst-Authentication-Store-DBIx-Class/Catalyst-Authentication-Store-DBIx-Class-0.150.200.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.1502
-inherit perl-module
-
-DESCRIPTION="Authentication and authorization against a DBIx::Class schema"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMONDEPEND="
- >=dev-perl/Catalyst-Runtime-5.800.0
- >=dev-perl/Catalyst-Plugin-Authentication-0.100.80
- >=dev-perl/Catalyst-Model-DBIC-Schema-0.180.0
- >=dev-perl/DBIx-Class-0.80.0
- dev-perl/Moose
- dev-perl/namespace-autoclean
- dev-perl/List-MoreUtils
- dev-perl/Try-Tiny
-"
-DEPEND="${COMMONDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-RDEPEND="${COMMONDEPEND}"
-
-SRC_TEST="do"