public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d14560016f4a6771fafbeebaa0a9646daedec866
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 16:13:48 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 16:13:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1456001

[newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0

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

---
 .../ChangeLog                                      |    6 +++
 ...t-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild |   42 ++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index 8e44228..b59607b 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild
new file mode 100644
index 0000000..b974098
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="prevent a release if you have prereqs not found on CPAN"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { true;}
+
+COMMON_DEPEND="
+	>=dev-perl/Dist-Zilla-4 $(comment Dist::Zila::Role::BeforeRelease)
+	virtual/perl-Encode
+	dev-perl/libwww-perl
+	dev-perl/List-MoreUtils
+	dev-perl/Moose
+	dev-perl/YAML-LibYAML $(comment YAML::XS)
+	dev-perl/namespace-autoclean
+	>=dev-lang/perl-5.10.0
+	virtual/perl-version
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment CONFIGURE_REQUIRES)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	$(comment BUILD_REQUIRES)
+	>=dev-perl/Dist-Zilla-4.200.2   $(comment Test::Dzil)
+	dev-perl/Test-Fatal
+	>=virtual/perl-Test-Simple-0.96 $(comment Test::More)
+	$(comment virtual/perl-strict)
+	$(comment virtual/perl-warnings)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     060b3db23a165f23004bc70020bca81e649825d1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 16:07:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 16:07:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=060b3db2

[addzero] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild -> Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild

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

---
 .../ChangeLog                                      |    7 +++++++
 ...-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild} |    0
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index 777d9d2..8e44228 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild,
+  +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild:
+  Add Zero
+
 *Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0 (23 May 2011)
 
   23 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild
similarity index 100%
rename from dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild
rename to dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

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

[newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0

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

---
 .../ChangeLog                                      |    6 ++
 ...t-Zilla-Plugin-CheckPrereqsIndexed-0.5.0.ebuild |   55 ++++++++++++++++++++
 2 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index b59607b..296aeb8 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0.ebuild:
+  Version bump
+
 *Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0.ebuild
new file mode 100644
index 0000000..675f7d3
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="prevent a release if you have prereqs not found on CPAN"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { true;}
+
+COMMON_DEPEND="
+	$(comment Dist::Zilla::Role::BeforeRelease)
+	>=dev-perl/Dist-Zilla-4
+	$(comment Encode)
+	virtual/perl-Encode
+	$(comment LWP::UserAgent)
+	dev-perl/libwww-perl
+	$(comment List::MoreUtils)
+	dev-perl/List-MoreUtils
+	$(comment Moose)
+	dev-perl/Moose
+	$(comment YAML::XS)
+	dev-perl/YAML-LibYAML
+	$(comment namespace::autoclean)
+	dev-perl/namespace-autoclean
+	$(comment version)
+	virtual/perl-version
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment --configure)
+	$(comment perl 5.010000)
+	>=dev-lang/perl-5.10.0
+	$(comment ExtUtils::MakeMaker 6.56)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	$(comment --build)
+	$(comment Test::Dzil)
+	>=dev-perl/Dist-Zilla-4.200.2
+	$(comment Test::Fatal)
+	dev-perl/Test-Fatal
+	$(comment Test::More 0.96)
+	>=virtual/perl-Test-Simple-0.96
+	$(comment strict)
+	$(comment warnings)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-16  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric
2012-02-16  0:26 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox