commit:     8d6d293ee5ccdef29fff80f4138012a2d7296a04
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 18:12:40 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 18:12:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8d6d293e

[cleanup] Mojolicious-Plugin-Authentication: remove old versions

Package-Manager: portage-2.2.17

 ...ojolicious-Plugin-Authentication-1.200.0.ebuild | 20 ---------
 ...ojolicious-Plugin-Authentication-1.210.0.ebuild | 45 --------------------
 ...ojolicious-Plugin-Authentication-1.220.0.ebuild | 49 ----------------------
 ...ojolicious-Plugin-Authentication-1.230.0.ebuild | 49 ----------------------
 4 files changed, 163 deletions(-)

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
deleted file mode 100644
index 226a320..0000000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION="1.20"
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="
-       dev-perl/Mojolicious
-"
-DEPEND="
-       ${RDEPEND}
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
deleted file mode 100644
index 5508451..0000000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.31 ( 6.310.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.31
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-       # Mojo::Base
-       echo dev-perl/Mojolicious
-}
-perl_meta_test() {
-       # Mojolicious::Lite
-       echo dev-perl/Mojolicious
-       # Test::Mojo
-       echo dev-perl/Mojolicious
-       # Test::More
-       echo virtual/perl-Test-Simple
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-       test? ( $(perl_meta_test) )
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
deleted file mode 100644
index e763f21..0000000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.22
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-       # Mojo::Base
-       echo dev-perl/Mojolicious
-}
-perl_meta_test() {
-       # Mojolicious::Lite
-       echo dev-perl/Mojolicious
-       # Test::Mojo
-       echo dev-perl/Mojolicious
-       # Test::More
-       echo virtual/perl-Test-Simple
-       # strict
-       echo dev-lang/perl
-       # warnings
-       echo dev-lang/perl
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-       test? ( $(perl_meta_test) )
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.230.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.230.0.ebuild
deleted file mode 100644
index 07d9d99..0000000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.230.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.23
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-       # Module::Build 0.38 ( 0.380.0 )
-       echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-       # Mojo::Base
-       echo dev-perl/Mojolicious
-}
-perl_meta_test() {
-       # Mojolicious::Lite
-       echo dev-perl/Mojolicious
-       # Test::Mojo
-       echo dev-perl/Mojolicious
-       # Test::More
-       echo virtual/perl-Test-Simple
-       # strict
-       echo dev-lang/perl
-       # warnings
-       echo dev-lang/perl
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-       test? ( $(perl_meta_test) )
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to