commit: 4d0a5ffbd13d71bd43f695912b2e8e8523009a8b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 5 00:10:03 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 5 00:10:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4d0a5ffb
[cleanup] Catalyst-Plugin-Session-Store-Delegate: Remove old version
Package-Manager: portage-2.2.17
...yst-Plugin-Session-Store-Delegate-0.50.0.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild
b/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild
deleted file mode 100644
index b01d18e..0000000
---
a/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.50.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Delegate session storage to an application model object."
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-perl/Catalyst-Plugin-Session-0.120.0
- dev-perl/Class-Accessor
- dev-perl/MRO-Compat
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-perl/Test-use-ok
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"