From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides/
Date: Sat, 5 Apr 2014 12:09:50 +0000 (UTC) [thread overview]
Message-ID: <1396699556.42e156b4e14ea7740e93db84da9d2b8e251b9364.kent@gentoo> (raw)
commit: 42e156b4e14ea7740e93db84da9d2b8e251b9364
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 12:05:56 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 12:05:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=42e156b4
[cpanclean] dev-perl/Dist-Zilla-Plugin-MetaProvides-1.{140.0.{0,10},150.0.0}
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog | 6 ++
...Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild | 87 --------------------
...ist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild | 89 ---------------------
...Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild | 93 ----------------------
4 files changed, 6 insertions(+), 269 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
index 7be4f5c..75a110c 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild,
+ -Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild,
+ -Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-MetaProvides-2.0.0 (05 Apr 2014)
05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild
deleted file mode 100644
index 0ca5a29..0000000
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=1.14000000
-inherit perl-module
-
-DESCRIPTION='Generating and Populating 'provides' in your META.yml'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test +fromfile +package +class +metanoindex"
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- echo "metanoindex? (
- >=dev-perl/Dist-Zilla-4.200.4
- )"
- # Dist::Zilla::Role::MetaProvider
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Util::EmulatePhase 0.01000101 ( 0.10.1.10 )
- echo \>=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.1.10
- # Moose
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # MooseX::Types
- echo dev-perl/MooseX-Types
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Dist::Zilla::Util::Test::KENTNL 0.01000004 ( 0.10.0.40 )
- echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
-}
-PDEPEND="
- fromfile? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
- )
- package? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
- )
- )
- class? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
- )
- )
-"
-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/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
deleted file mode 100644
index 68792be..0000000
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=1.14000001
-inherit perl-module
-
-DESCRIPTION='Generating and Populating '\''provides'\'' in your META.yml'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test +fromfile +package +class +metanoindex"
-perl_meta_configure() {
- # Module::Build 0.4001 ( 0.400.100 )
- echo \>=virtual/perl-Module-Build-0.400.100
-}
-perl_meta_build() {
- # Module::Build 0.4001 ( 0.400.100 )
- echo \>=virtual/perl-Module-Build-0.400.100
-}
-perl_meta_runtime() {
- echo "metanoindex? (
- >=dev-perl/Dist-Zilla-4.200.4
- )"
- # Dist::Zilla::Role::MetaProvider
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Util::EmulatePhase 0.01000101 ( 0.10.1.10 )
- echo \>=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.1.10
- # Moose
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # MooseX::Types
- echo dev-perl/MooseX-Types
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # Readonly
- echo dev-perl/Readonly
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Dist::Zilla::Util::Test::KENTNL 0.01000004 ( 0.10.0.40 )
- echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.98 ( 0.980.0 )
- echo \>=virtual/perl-Test-Simple-0.980.0
-}
-PDEPEND="
- fromfile? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
- )
- package? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
- )
- )
- class? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
- )
- )
-"
-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/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild
deleted file mode 100644
index cb001fb..0000000
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=1.15000000
-inherit perl-module
-
-DESCRIPTION='Generating and Populating '\''provides'\'' in your META.yml'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test +fromfile +package +class +metanoindex"
-perl_meta_configure() {
- # Module::Build 0.4007 ( 0.400.700 )
- echo \>=virtual/perl-Module-Build-0.400.700
-}
-perl_meta_build() {
- # Module::Build 0.4007 ( 0.400.700 )
- echo \>=virtual/perl-Module-Build-0.400.700
-}
-perl_meta_runtime() {
- echo "metanoindex? (
- >=dev-perl/Dist-Zilla-4.200.4
- )"
- # Dist::Zilla::Role::MetaProvider
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Util::EmulatePhase 0.01000101 ( 0.10.1.10 )
- echo \>=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.1.10
- # Moose
- echo dev-perl/Moose
- # Moose::Role
- echo dev-perl/Moose
- # MooseX::Types
- echo dev-perl/MooseX-Types
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # Readonly
- echo dev-perl/Readonly
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Carp
- # echo virtual/perl-Carp
- # Dist::Zilla::Util::Test::KENTNL 0.01000004 ( 0.10.0.40 )
- echo \>=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
- # File::Temp
- echo virtual/perl-File-Temp
- # IO::Handle
- # echo virtual/perl-IO
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.98 ( 0.980.0 )
- echo \>=virtual/perl-Test-Simple-0.980.0
- # lib
- # echo virtual/perl-lib
-}
-PDEPEND="
- fromfile? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
- )
- package? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
- )
- )
- class? (
- dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
- metanoindex? (
- >=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
- )
- )
-"
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
next reply other threads:[~2014-04-05 12:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-05 12:09 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-22 10:26 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides/ Kent Fredric
2014-04-05 12:09 Kent Fredric
2013-10-13 11:49 Kent Fredric
2012-07-29 4:22 Kent Fredric
2012-03-02 16:30 Kent Fredric
2012-02-23 10:32 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-05-23 5:21 Kent Fredric
2011-04-14 1:38 Kent Fredric
2011-04-11 23:49 Kent Fredric
2011-04-09 6:57 Torsten Veller
2011-04-07 1:45 Kent Fredric
2011-04-07 0:32 Kent Fredric
2011-04-06 0:49 Kent Fredric
2011-04-06 0:48 Kent Fredric
2011-02-12 3:33 Kent Fredric
2011-02-12 3:33 Kent Fredric
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=1396699556.42e156b4e14ea7740e93db84da9d2b8e251b9364.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