commit: d1100fffae1a45f2b1f3fe9679c5eba0c77f2e3e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 09:24:51 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 09:24:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d1100fff
[bump] Mojolicious-Plugin-Authentication, remove old
Package-Manager: portage-2.2.17
...licious-Plugin-Authentication-1.240.0-r1.ebuild | 48 ----------------------
...ojolicious-Plugin-Authentication-1.270.0.ebuild | 22 ++++++++++
2 files changed, 22 insertions(+), 48 deletions(-)
diff --git
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.240.0-r1.ebuild
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.240.0-r1.ebuild
deleted file mode 100644
index 1c03d91..0000000
---
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.240.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.24
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-
-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 \>=dev-perl/Module-Build-0.380.0
-}
-perl_meta_build() {
- # Module::Build 0.38 ( 0.380.0 )
- echo \>=dev-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)
-"
diff --git
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.270.0.ebuild
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.270.0.ebuild
new file mode 100644
index 0000000..15540e5
--- /dev/null
+++
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.270.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MADCAT
+MODULE_VERSION=1.27
+inherit perl-module
+
+DESCRIPTION='A plugin to make authentication a bit easier'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ dev-perl/Mojolicious
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"