commit:     3c84ce4fa115b79d675c2f8ee6c4332004d4b2e1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 19 08:26:34 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 19 08:26:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3c84ce4f

[cleanup] CGI-Application-Plugin-Authentication: Remove old versions

Package-Manager: portage-2.2.17

 ...ication-Plugin-Authentication-0.170.0-r1.ebuild | 41 ------------------
 ...ication-Plugin-Authentication-0.180.0-r1.ebuild | 46 --------------------
 ...ication-Plugin-Authentication-0.190.0-r1.ebuild | 49 ----------------------
 3 files changed, 136 deletions(-)

diff --git 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0-r1.ebuild
 
b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0-r1.ebuild
deleted file mode 100644
index f44f758..0000000
--- 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.170.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=SILASMONK
-MODULE_VERSION="0.17"
-inherit perl-module
-
-DESCRIPTION="Authentication framework for CGI::Application"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="recommended"
-comment() { echo ''; }
-RDEPEND="
-       >=dev-perl/CGI-Application-4.0.0
-       virtual/perl-Scalar-List-Utils
-       dev-perl/Class-ISA
-       dev-perl/UNIVERSAL-require
-       virtual/perl-CGI
-       virtual/perl-MIME-Base64
-       dev-perl/Digest-SHA1
-       recommended? (
-               virtual/perl-Digest-MD5
-               dev-perl/CGI-Application-Plugin-Session
-               >=dev-perl/Apache-Htpasswd-1.800.0
-               >=dev-perl/Color-Calc-0.120.0
-       )
-
-"
-DEPEND="
-       >=dev-perl/Test-Warn-0.110.0
-       virtual/perl-Test-Simple
-       dev-perl/Task-Weaken
-       dev-perl/Test-Exception
-       ${RDEPEND}
-"
-
-SRC_TEST=do

diff --git 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0-r1.ebuild
 
b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0-r1.ebuild
deleted file mode 100644
index 8880d46..0000000
--- 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.180.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=SILASMONK
-MODULE_VERSION="0.18"
-inherit perl-module
-
-DESCRIPTION="Authentication framework for CGI::Application"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="recommended"
-comment() { echo ''; }
-RDEPEND="
-       >=dev-perl/CGI-Application-4.0.0
-       >=virtual/perl-CGI-3.160 $(comment 3.160.0)
-       dev-perl/Digest-SHA1
-       dev-perl/UNIVERSAL-require
-       virtual/perl-Attribute-Handlers
-       dev-perl/Class-ISA
-       virtual/perl-MIME-Base64
-       virtual/perl-Scalar-List-Utils
-       recommended? (
-               >=dev-perl/Apache-Htpasswd-1.800.0
-               >=dev-perl/Color-Calc-0.120.0
-               dev-perl/CGI-Application-Plugin-Session
-               virtual/perl-Digest-MD5
-       )
-
-"
-DEPEND="
-       >=dev-perl/Test-Warn-0.110.0
-       >=virtual/perl-Module-Build-0.36 $(comment 0.360.0)
-       dev-perl/Task-Weaken
-       dev-perl/Test-Exception
-       dev-perl/Test-MockObject
-       dev-perl/Test-Regression
-       dev-perl/Test-Taint
-       dev-perl/Test-Without-Module
-       virtual/perl-Test-Simple
-       ${RDEPEND}
-"
-SRC_TEST=do

diff --git 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0-r1.ebuild
 
b/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0-r1.ebuild
deleted file mode 100644
index 23a513b..0000000
--- 
a/dev-perl/CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.190.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=SILASMONK
-MODULE_VERSION="0.19"
-inherit perl-module
-
-DESCRIPTION="Authentication framework for CGI::Application"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="recommended"
-comment() { echo ''; }
-RDEPEND="
-       >=dev-perl/CGI-Application-4.0.0
-       >=virtual/perl-CGI-3.160 $(comment 3.160.0)
-       dev-perl/Digest-SHA1
-       dev-perl/UNIVERSAL-require
-       virtual/perl-Attribute-Handlers
-       dev-perl/Class-ISA
-       virtual/perl-MIME-Base64
-       virtual/perl-Scalar-List-Utils
-       recommended? (
-               >=dev-perl/Apache-Htpasswd-1.800.0
-               >=dev-perl/Color-Calc-0.120.0
-               dev-perl/CGI-Application-Plugin-Session
-               virtual/perl-Digest-MD5
-       )
-
-"
-DEPEND="
-       >=dev-perl/Test-Warn-0.110.0
-       >=virtual/perl-Module-Build-0.36 $(comment 0.360.0)
-"
-#      dev-perl/Task-Weaken
-DEPEND="${DEPEND}
-       dev-perl/Test-Exception
-       dev-perl/Test-MockObject
-       dev-perl/Test-NoWarnings
-       dev-perl/Test-Regression
-       dev-perl/Test-Taint
-       dev-perl/Test-Without-Module
-       >=virtual/perl-Test-Simple-0.93 $(comment 0.930.0)
-       ${RDEPEND}
-"
-SRC_TEST=do

Reply via email to