From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Git/
Date: Thu, 16 Feb 2012 00:26:20 +0000 (UTC) [thread overview]
Message-ID: <1314418196.0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7.kent@gentoo> (raw)
commit: 0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 04:09:56 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 04:09:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0fd6d38b
[newversion] Dist-Zilla-Plugin-Git-1.112.380
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Dist-Zilla-Plugin-Git/ChangeLog | 6 +
.../Dist-Zilla-Plugin-Git-1.112.380.ebuild | 130 ++++++++++++++++++++
2 files changed, 136 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index ea226b8..0a3eec6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Git-1.112.380 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Git-1.112.380.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-Git-1.112.70 (31 Jul 2011)
31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
new file mode 100644
index 0000000..6f2e964
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.112380
+inherit perl-module
+
+DESCRIPTION="update your git repository after release"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment REQUIRES)
+ $(comment Class::MOP)
+ || ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+
+ $(comment Cwd)
+ virtual/perl-File-Spec
+
+ $(comment DateTime)
+ dev-perl/DateTime
+
+ $(comment Dist::Zilla 4)
+ $(comment Dist::Zilla::Role::AfterBuild)
+ $(comment Dist::Zilla::Role::AfterMint)
+ $(comment Dist::Zilla::Role::AfterRelease)
+ $(comment Dist::Zilla::Role::BeforeRelease)
+ $(comment Dist::Zilla::Role::PluginBundle)
+ $(comment Dist::Zilla::Role::VersionProvider)
+ >=dev-perl/Dist-Zilla-4.0.0
+
+ $(comment File::Spec::Functions)
+ virtual/perl-File-Spec
+
+ $(comment File::Temp)
+ virtual/perl-File-Temp
+
+ $(comment File::chdir)
+ dev-perl/File-chdir
+
+ $(comment Git::Wrapper)
+ dev-perl/Git-Wrapper
+
+ $(comment IPC::Open3)
+
+ $(comment Moose)
+ dev-perl/Moose
+
+ $(comment Moose::Autobox)
+ dev-perl/Moose-Autobox
+
+ $(comment Moose::Role)
+ dev-perl/Moose
+
+ $(comment MooseX::Has::Sugar)
+ dev-perl/MooseX-Has-Sugar
+
+ $(comment MooseX::Types::Moose)
+ dev-perl/MooseX-Types
+
+ $(comment Path::Class::Dir)
+ dev-perl/Path-Class
+
+ $(comment String::Formatter)
+ dev-perl/String-Formatter
+
+ $(comment Version::Next)
+ dev-perl/Version-Next
+
+ $(comment namespace::autoclean 0.09)
+ >=dev-perl/namespace-autoclean-0.09
+
+ $(comment perl 5.010)
+ >=dev-lang/perl-5.10.0
+
+ $(comment strict)
+
+ $(comment version 0.80)
+ >=virtual/perl-version-0.80
+
+ $(comment warnings)
+"
+DEPEND="
+ $(comment BUILD)
+
+ $(comment Dist::Zilla::Role::Releaser)
+ $(comment Dist::Zilla::Tester)
+ dev-perl/Dist-Zilla
+
+ $(comment File::Copy)
+
+ $(comment File::Copy::Recursive)
+ dev-perl/File-Copy-Recursive
+
+ $(comment File::Find)
+
+ $(comment File::Path)
+ virtual/perl-File-Path
+
+ $(comment File::Which)
+ dev-perl/File-Which
+
+ $(comment File::pushd)
+ dev-perl/File-pushd
+
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+
+ $(comment Path::Class)
+ dev-perl/Path-Class
+
+ $(comment Test::Exception)
+ dev-perl/Test-Exception
+
+ $(comment Test::More 0.88)
+ >=virtual/perl-Test-Simple-0.88
+
+ $(comment CONFIGURE)
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
next reply other threads:[~2012-02-16 0:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-16 0:26 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-16 0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Git/ Kent Fredric
2012-02-16 0:26 Kent Fredric
2012-02-16 0:26 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=1314418196.0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7.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