commit: d464f8570ad007f0cc38ac63229d80338229c3b9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:09:34 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:09:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d464f857
[cleanup] Catalyst-Authentication-Credential-HTTP: Remove old versions
Package-Manager: portage-2.2.17
...st-Authentication-Credential-HTTP-1.12.0.ebuild | 32 --------------
...st-Authentication-Credential-HTTP-1.13.0.ebuild | 31 --------------
...st-Authentication-Credential-HTTP-1.14.0.ebuild | 50 ----------------------
3 files changed, 113 deletions(-)
diff --git
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild
b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild
deleted file mode 100644
index ad8dbf6..0000000
---
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="1.012"
-inherit perl-module
-
-DESCRIPTION="HTTP Basic and Digest authentication for Catalyst."
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-perl/Catalyst-Runtime
- >=dev-perl/Catalyst-Plugin-Authentication-0.100
- >=dev-perl/Data-UUID-0.11
- dev-perl/String-Escape
- dev-perl/URI
- dev-perl/Class-Accessor
-"
-DEPEND="
- test? (
- dev-perl/Test-MockObject
- dev-perl/Test-Exception
- )
- ${RDEPEND}
-"
-SRC_TEST="do"
diff --git
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild
b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild
deleted file mode 100644
index 2cef23a..0000000
---
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.13.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="1.013"
-inherit perl-module
-
-DESCRIPTION="HTTP Basic and Digest authentication for Catalyst."
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-perl/Catalyst-Runtime
- >=dev-perl/Catalyst-Plugin-Authentication-0.100.50
- >=dev-perl/Data-UUID-0.11
- dev-perl/String-Escape
- dev-perl/URI
- dev-perl/Class-Accessor
-"
-DEPEND="
- dev-perl/Test-Exception
- dev-perl/Test-MockObject
- >=virtual/perl-Test-Simple-0.88
- ${RDEPEND}
-"
-SRC_TEST="do"
diff --git
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild
b/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild
deleted file mode 100644
index 2dd9464..0000000
---
a/dev-perl/Catalyst-Authentication-Credential-HTTP/Catalyst-Authentication-Credential-HTTP-1.14.0.ebuild
+++ /dev/null
@@ -1,50 +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=1.014
-inherit perl-module
-
-DESCRIPTION='HTTP Basic and Digest authentication'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::MockObject
- echo dev-perl/Test-MockObject
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
- # Catalyst::Plugin::Authentication 0.10005 ( 0.100.50 )
- echo \>=dev-perl/Catalyst-Plugin-Authentication-0.100.50
- # Catalyst::Runtime
- echo dev-perl/Catalyst-Runtime
- # Class::Accessor::Fast
- echo dev-perl/Class-Accessor
- # Data::UUID 0.11 ( 0.110.0 )
- echo \>=dev-perl/Data-UUID-0.110.0
- # String::Escape
- echo dev-perl/String-Escape
- # URI::Escape
- echo dev-perl/URI
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"