From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
Date: Mon, 8 Jun 2015 18:40:33 +0000 (UTC) [thread overview]
Message-ID: <1433787205.134b6e50db03d317245060cd4d9ac9ba7c89d74b.kent@gentoo> (raw)
commit: 134b6e50db03d317245060cd4d9ac9ba7c89d74b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 18:13:25 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 18:13:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=134b6e50
[cleanup] Mason: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Mason/Mason-2.160.0.ebuild | 68 -------------------------------------
dev-perl/Mason/Mason-2.170.0.ebuild | 68 -------------------------------------
dev-perl/Mason/Mason-2.180.0.ebuild | 68 -------------------------------------
dev-perl/Mason/Mason-2.190.0.ebuild | 68 -------------------------------------
4 files changed, 272 deletions(-)
diff --git a/dev-perl/Mason/Mason-2.160.0.ebuild b/dev-perl/Mason/Mason-2.160.0.ebuild
deleted file mode 100644
index e88db99..0000000
--- a/dev-perl/Mason/Mason-2.160.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-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
-}
-perl_meta_runtime() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Class::Unload
- echo dev-perl/Class-Unload
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Exception::Class
- echo dev-perl/Exception-Class
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # Guard
- echo dev-perl/Guard
- # IPC::System::Simple
- echo dev-perl/IPC-System-Simple
- # JSON
- echo dev-perl/JSON
- # Log::Any 0.08 ( 0.80.0 )
- echo \>=dev-perl/Log-Any-0.80.0
- # Memoize
- echo virtual/perl-Memoize
- # Method::Signatures::Simple
- echo dev-perl/Method-Signatures-Simple
- # Moose 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # MooseX::HasDefaults 0.03 ( 0.30.0 )
- echo \>=dev-perl/MooseX-HasDefaults-0.30.0
- # MooseX::StrictConstructor 0.13 ( 0.130.0 )
- echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
- # Scalar::Util 1.01 ( 1.10.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.10.0
- # Try::Tiny
- echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
- # Test::Class::Most
- echo dev-perl/Test-Class-Most
- # Test::LongString
- echo dev-perl/Test-LongString
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Mason/Mason-2.170.0.ebuild b/dev-perl/Mason/Mason-2.170.0.ebuild
deleted file mode 100644
index 247d268..0000000
--- a/dev-perl/Mason/Mason-2.170.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.17
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-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
-}
-perl_meta_runtime() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Class::Unload
- echo dev-perl/Class-Unload
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Exception::Class
- echo dev-perl/Exception-Class
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # Guard
- echo dev-perl/Guard
- # IPC::System::Simple
- echo dev-perl/IPC-System-Simple
- # JSON
- echo dev-perl/JSON
- # Log::Any 0.08 ( 0.80.0 )
- echo \>=dev-perl/Log-Any-0.80.0
- # Memoize
- echo virtual/perl-Memoize
- # Method::Signatures::Simple
- echo dev-perl/Method-Signatures-Simple
- # Moose 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # MooseX::HasDefaults 0.03 ( 0.30.0 )
- echo \>=dev-perl/MooseX-HasDefaults-0.30.0
- # MooseX::StrictConstructor 0.13 ( 0.130.0 )
- echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
- # Scalar::Util 1.01 ( 1.10.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.10.0
- # Try::Tiny
- echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
- # Test::Class::Most
- echo dev-perl/Test-Class-Most
- # Test::LongString
- echo dev-perl/Test-LongString
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Mason/Mason-2.180.0.ebuild b/dev-perl/Mason/Mason-2.180.0.ebuild
deleted file mode 100644
index ff47ac8..0000000
--- a/dev-perl/Mason/Mason-2.180.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.18
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-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
-}
-perl_meta_runtime() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Class::Unload
- echo dev-perl/Class-Unload
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Exception::Class
- echo dev-perl/Exception-Class
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # Guard
- echo dev-perl/Guard
- # IPC::System::Simple
- echo dev-perl/IPC-System-Simple
- # JSON
- echo dev-perl/JSON
- # Log::Any 0.08 ( 0.80.0 )
- echo \>=dev-perl/Log-Any-0.80.0
- # Memoize
- echo virtual/perl-Memoize
- # Method::Signatures::Simple
- echo dev-perl/Method-Signatures-Simple
- # Moose 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # MooseX::HasDefaults 0.03 ( 0.30.0 )
- echo \>=dev-perl/MooseX-HasDefaults-0.30.0
- # MooseX::StrictConstructor 0.13 ( 0.130.0 )
- echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
- # Scalar::Util 1.01 ( 1.10.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.10.0
- # Try::Tiny
- echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
- # Test::Class::Most
- echo dev-perl/Test-Class-Most
- # Test::LongString
- echo dev-perl/Test-LongString
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Mason/Mason-2.190.0.ebuild b/dev-perl/Mason/Mason-2.190.0.ebuild
deleted file mode 100644
index 42e8b10..0000000
--- a/dev-perl/Mason/Mason-2.190.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.19
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-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
-}
-perl_meta_runtime() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Class::Unload
- echo dev-perl/Class-Unload
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Exception::Class
- echo dev-perl/Exception-Class
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # Guard
- echo dev-perl/Guard
- # IPC::System::Simple
- echo dev-perl/IPC-System-Simple
- # JSON
- echo dev-perl/JSON
- # Log::Any 0.08 ( 0.80.0 )
- echo \>=dev-perl/Log-Any-0.80.0
- # Memoize
- echo virtual/perl-Memoize
- # Method::Signatures::Simple
- echo dev-perl/Method-Signatures-Simple
- # Moose 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # MooseX::HasDefaults 0.03 ( 0.30.0 )
- echo \>=dev-perl/MooseX-HasDefaults-0.30.0
- # MooseX::StrictConstructor 0.13 ( 0.130.0 )
- echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
- # Scalar::Util 1.01 ( 1.10.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.10.0
- # Try::Tiny
- echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
- # Test::Class::Most
- echo dev-perl/Test-Class-Most
- # Test::LongString
- echo dev-perl/Test-LongString
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2015-06-08 18:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 18:40 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-25 18:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/ Kent Fredric
2012-05-07 5:19 Kent Fredric
2012-04-22 20:12 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-31 17:06 Kent Fredric
2011-07-16 5:40 Kent Fredric
2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-29 10:33 Torsten Veller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433787205.134b6e50db03d317245060cd4d9ac9ba7c89d74b.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox