* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: bfd194e0a2c7237ec25d9bf605431fa2a1f020d1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 8 09:15:47 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 8 09:15:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfd194e0
[newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../ChangeLog | 8 ++-
...t-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild | 62 ++++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index 65b5eac..7f1001c 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0 (08 Feb 2013)
+
+ 08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0 (23 Feb 2012)
23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild
new file mode 100644
index 0000000..edc5be2
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.008
+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"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Dist::Zilla::Role::BeforeRelease
+ echo dev-perl/Dist-Zilla
+ # Encode
+ echo virtual/perl-Encode
+ # JSON
+ echo dev-perl/JSON
+ # LWP::UserAgent
+ echo dev-perl/libwww-perl
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Moose
+ echo dev-perl/Moose
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl v5.10.0 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # version
+ echo virtual/perl-version
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::DZil
+ echo dev-perl/Dist-Zilla
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2012-02-23 7:05 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-02-23 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 737a5d8bd94f9987821fbb4571d2cc23e4453449
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 00:51:12 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 07:05:07 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=737a5d8b
[newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../ChangeLog | 6 ++
...t-Zilla-Plugin-CheckPrereqsIndexed-0.7.0.ebuild | 58 ++++++++++++++++++++
2 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index a64dde0..65b5eac 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0 (23 Feb 2012)
+
+ 23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0.ebuild:
+ Version Bump
+
08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild,
-Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild,
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0.ebuild
new file mode 100644
index 0000000..d8deb28
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.007
+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"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Dist::Zilla::Role::BeforeRelease
+ echo dev-perl/Dist-Zilla
+ # Encode
+ echo virtual/perl-Encode
+ # JSON::PP
+ echo dev-perl/JSON
+ # LWP::UserAgent
+ echo dev-perl/libwww-perl
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Moose
+ echo dev-perl/Moose
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl v5.10.0 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # version
+ echo virtual/perl-version
+}
+perl_meta_test() {
+ # Test::DZil
+ echo dev-perl/Dist-Zilla
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2012-02-08 21:57 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
To: gentoo-commits
commit: ba275fa0b83d3db2af52c6bf3d410dc4bf78d6a6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 18:54:16 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 18:54:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ba275fa0
[cpanclean] Dist-Zilla-Plugin-CheckPrereqsIndexed < 0.5
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../ChangeLog | 8 +++-
...t-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild | 36 -----------------
...t-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild | 36 -----------------
...t-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild | 42 --------------------
4 files changed, 7 insertions(+), 115 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index 296aeb8..a64dde0 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild,
+ -Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild,
+ -Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.5.0 (23 Sep 2011)
23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild
deleted file mode 100644
index 90fe3da..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.002
-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() { echo ""; }
-
-COMMON_DEPEND="
- >=dev-perl/Dist-Zilla-4 $(comment Dist::Zila::Role::BeforeRelease)
- dev-perl/libwww-perl
- dev-perl/List-MoreUtils
- dev-perl/Moose
- dev-perl/namespace-autoclean
-"
-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)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild
deleted file mode 100644
index 938c347..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.003
-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() { echo ""; }
-
-COMMON_DEPEND="
- >=dev-perl/Dist-Zilla-4 $(comment Dist::Zila::Role::BeforeRelease)
- dev-perl/libwww-perl
- dev-perl/List-MoreUtils
- dev-perl/Moose
- dev-perl/namespace-autoclean
-"
-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)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
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
deleted file mode 100644
index b974098..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2011-09-23 8:27 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-09-23 8:27 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] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2011-08-26 17:35 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-08-26 17:35 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] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2011-08-26 17:35 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-08-26 17:35 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] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2011-05-24 5:06 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-05-24 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 7b3b4b0dc029816ff3d824f8abe71e38457dcbbf
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May 23 05:55:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May 23 05:55:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7b3b4b0d
[newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../ChangeLog | 6 +++
...t-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild | 36 ++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
index ba6001a..777d9d2 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.3.0 (23 May 2011)
+
+ 23 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild:
+ Bump
+
*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2 (15 Feb 2011)
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild
new file mode 100644
index 0000000..938c347
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.3.0.ebuild
@@ -0,0 +1,36 @@
+# 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.003
+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() { echo ""; }
+
+COMMON_DEPEND="
+ >=dev-perl/Dist-Zilla-4 $(comment Dist::Zila::Role::BeforeRelease)
+ dev-perl/libwww-perl
+ dev-perl/List-MoreUtils
+ dev-perl/Moose
+ dev-perl/namespace-autoclean
+"
+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)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/
@ 2011-02-15 4:52 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-02-15 4:52 UTC (permalink / raw
To: gentoo-commits
commit: 74e4f37945ba503f4d047cb1a9da637f36d01d81
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 01:21:54 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 01:21:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=74e4f379
[new] Dist-Zilla-Plugin-CheckPrereqsIndexed
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../ChangeLog | 10 +++++
...ist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild | 36 ++++++++++++++++++++
.../metadata.xml | 9 +++++
3 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
new file mode 100644
index 0000000..ba6001a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2 (15 Feb 2011)
+
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild, +metadata.xml:
+ Added
+
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.ebuild
new file mode 100644
index 0000000..90fe3da
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.002
+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() { echo ""; }
+
+COMMON_DEPEND="
+ >=dev-perl/Dist-Zilla-4 $(comment Dist::Zila::Role::BeforeRelease)
+ dev-perl/libwww-perl
+ dev-perl/List-MoreUtils
+ dev-perl/Moose
+ dev-perl/namespace-autoclean
+"
+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)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-02-08 10:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 10:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-23 7:05 Kent Fredric
2012-02-08 21:57 Kent Fredric
2011-09-23 8:27 Kent Fredric
2011-08-26 17:35 Kent Fredric
2011-08-26 17:35 Kent Fredric
2011-05-24 5:06 Kent Fredric
2011-02-15 4:52 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox