public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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:39 +0000 (UTC)	[thread overview]
Message-ID: <1316763004.10f7d2d1360635dc7dafc797f449cf9ebe7a97f0.kent@gentoo> (raw)

commit:     10f7d2d1360635dc7dafc797f449cf9ebe7a97f0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 23 07:30:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 23 07:30:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=10f7d2d1

[newversion] Dist-Zilla-Plugin-Git-1.112.510

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog           |    6 +
 .../Dist-Zilla-Plugin-Git-1.112.510.ebuild         |  127 ++++++++++++++++++++
 2 files changed, 133 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index 4439013..54b9360 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.510 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Git-1.112.510.ebuild:
+  Version Bump
+
   23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Dist-Zilla-Plugin-Git-1.101.680.ebuild,
   -Dist-Zilla-Plugin-Git-1.102.90.ebuild,

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild
new file mode 100644
index 0000000..c24c5e6
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild
@@ -0,0 +1,127 @@
+# 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.112510
+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 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)
+
+	$(comment MooseX::Has::Sugar)
+	dev-perl/MooseX-Has-Sugar
+
+	$(comment Moose::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.90.0
+
+	$(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-4.0.0
+
+	$(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"



             reply	other threads:[~2012-02-16  0:43 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=1316763004.10f7d2d1360635dc7dafc797f449cf9ebe7a97f0.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