From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method-Signatures/
Date: Sun, 10 Feb 2013 19:29:42 +0000 (UTC) [thread overview]
Message-ID: <1360514894.8350aa4ba36685cb9b755270308efd1dba73553b.kent@gentoo> (raw)
commit: 8350aa4ba36685cb9b755270308efd1dba73553b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 16:48:14 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 16:48:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8350aa4b
[cpanclean] MooseX-Method-Signatures-0.430.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/MooseX-Method-Signatures/ChangeLog | 4 +
.../MooseX-Method-Signatures-0.430.0.ebuild | 118 --------------------
2 files changed, 4 insertions(+), 118 deletions(-)
diff --git a/dev-perl/MooseX-Method-Signatures/ChangeLog b/dev-perl/MooseX-Method-Signatures/ChangeLog
index 4b47f96..09f9002 100644
--- a/dev-perl/MooseX-Method-Signatures/ChangeLog
+++ b/dev-perl/MooseX-Method-Signatures/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-Method-Signatures-0.430.0.ebuild:
+ Gone on CPAN
+
*MooseX-Method-Signatures-0.440.0 (10 Feb 2013)
10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.430.0.ebuild b/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.430.0.ebuild
deleted file mode 100644
index d224306..0000000
--- a/dev-perl/MooseX-Method-Signatures/MooseX-Method-Signatures-0.430.0.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.43
-inherit perl-module
-
-DESCRIPTION='Method declarations with type constraints and no source filter'
-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() {
- # B::Hooks::EndOfScope 0.10 ( 0.100.0 )
- echo \>=dev-perl/B-Hooks-EndOfScope-0.100.0
- # Carp
- # echo virtual/perl-Carp
- # Context::Preserve
- echo dev-perl/Context-Preserve
- # Devel::Declare 0.005011 ( 0.5.11 )
- echo \>=dev-perl/Devel-Declare-0.5.11
- # Devel::Declare::Context::Simple
- echo dev-perl/Devel-Declare
- # Eval::Closure
- echo dev-perl/Eval-Closure
- # Module::Runtime 0.012 ( 0.12.0 )
- echo \>=dev-perl/Module-Runtime-0.12.0
- # Moose 0.89 ( 0.890.0 )
- echo \>=dev-perl/Moose-0.890.0
- # Moose::Meta::Class
- echo dev-perl/Moose
- # Moose::Meta::Method
- echo dev-perl/Moose
- # Moose::Util
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::LazyRequire 0.06 ( 0.60.0 )
- echo \>=dev-perl/MooseX-LazyRequire-0.60.0
- # MooseX::Meta::TypeConstraint::ForceCoercion
- echo dev-perl/MooseX-Meta-TypeConstraint-ForceCoercion
- # MooseX::Types 0.35 ( 0.350.0 )
- echo \>=dev-perl/MooseX-Types-0.350.0
- # MooseX::Types::Moose 0.19 ( 0.190.0 )
- echo \>=dev-perl/MooseX-Types-0.190.0
- # MooseX::Types::Structured 0.24 ( 0.240.0 )
- echo \>=dev-perl/MooseX-Types-Structured-0.240.0
- # MooseX::Types::Util
- echo dev-perl/MooseX-Types
- # Parse::Method::Signatures 1.003014 ( 1.3.14 )
- echo \>=dev-perl/Parse-Method-Signatures-1.3.14
- # Parse::Method::Signatures::Param::Named
- echo dev-perl/Parse-Method-Signatures
- # Parse::Method::Signatures::Param::Placeholder
- echo dev-perl/Parse-Method-Signatures
- # Parse::Method::Signatures::TypeConstraint
- echo dev-perl/Parse-Method-Signatures
- # Parse::Method::Signatures::Types
- echo dev-perl/Parse-Method-Signatures
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Sub::Name
- echo dev-perl/Sub-Name
- # Task::Weaken
- echo dev-perl/Task-Weaken
- # Text::Balanced
- echo virtual/perl-Text-Balanced
- # aliased
- echo dev-perl/aliased
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # FindBin
- echo dev-lang/perl
- # Moose::Role
- echo dev-perl/Moose
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Moose
- echo dev-perl/Moose
- # Test::More 0.89 ( 0.890.0 )
- echo \>=virtual/perl-Test-Simple-0.89
- # attributes
- echo dev-lang/perl
- # metaclass
- echo dev-perl/Moose
- # namespace::clean
- echo dev-perl/namespace-clean
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2013-02-10 19:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 19:29 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:00 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Method-Signatures/ Kent Fredric
2013-05-03 7:51 Kent Fredric
2013-02-10 19:29 Kent Fredric
2013-02-07 13:55 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-05-27 2:30 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-03-27 9:30 Kent Fredric
2011-09-25 7:44 Kent Fredric
2011-09-25 7:44 Kent Fredric
2011-05-06 7:21 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=1360514894.8350aa4ba36685cb9b755270308efd1dba73553b.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