* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2011-08-28 3:38 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-08-28 3:38 UTC (permalink / raw
To: gentoo-commits
commit: 562e460ce1a5c5bc9168dbc6f8ef248c61a03368
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 03:32:36 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 03:32:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=562e460c
[newversion] Dist-Zilla-Plugin-Test-Compile-1.112.392
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 8 +++-
...Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild | 58 ++++++++++++++++++++
2 files changed, 65 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 75c7068..03dece8 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -1,7 +1,13 @@
-# ChangeLog for dev-perl/Dist-Zilla-Plugin-CompileTests
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Compile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Test-Compile-1.112.392 (28 Aug 2011)
+
+ 28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-CompileTests-1.112.380 (27 Aug 2011)
27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
new file mode 100644
index 0000000..22b3166
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
@@ -0,0 +1,58 @@
+# 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
+MY_PN=Dist-Zilla-Plugin-CompileTests
+inherit perl-module
+
+DESCRIPTION="common tests to check syntax of your modules
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Data::Section)
+ dev-perl/Data-Section
+
+ $(comment Dist::Zilla::File::InMemory)
+ $(comment Dist::Zilla::Role::FileGatherer)
+ dev-perl/Dist-Zilla
+
+ $(comment Moose)
+ dev-perl/Moose
+
+ $(comment namespace::autoclean)
+ dev-perl/namespace-autoclean
+
+ $(comment perl 5.008)
+ $(comment strict)
+ $(comment warnings)
+ >=dev-lang/perl-5.8.0
+"
+DEPEND="
+ $(comment build)
+ $(comment File::Find)
+
+ $(comment File::Temp)
+ virtual/perl-File-Temp
+
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+
+ $(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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2011-08-28 3:38 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-08-28 3:38 UTC (permalink / raw
To: gentoo-commits
commit: c09df2c2714a3da8b65f352948bcea04cda3b98b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 03:35:54 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 03:35:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c09df2c2
fixup! [newversion] Dist-Zilla-Plugin-Test-Compile-1.112.392
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
...Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
index 22b3166..d7f3168 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
@@ -3,8 +3,7 @@
# $Header: $
EAPI=4
MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.112380
-MY_PN=Dist-Zilla-Plugin-CompileTests
+MODULE_VERSION=1.112392
inherit perl-module
DESCRIPTION="common tests to check syntax of your modules
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2011-08-29 5:44 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-08-29 5:44 UTC (permalink / raw
To: gentoo-commits
commit: 5ffd88fa84a5f3225eb09e256a8da5046584aeb5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 05:20:08 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Aug 29 05:20:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ffd88fa
[newversion] Dist-Zilla-Plugin-Test-Compile-1.112.400
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 6 ++
...Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild | 63 ++++++++++++++++++++
2 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 03dece8..22a5cf4 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Test-Compile-1.112.400 (29 Aug 2011)
+
+ 29 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-Test-Compile-1.112.392 (28 Aug 2011)
28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
new file mode 100644
index 0000000..432df1c
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
@@ -0,0 +1,63 @@
+# 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.112400
+inherit perl-module
+
+DESCRIPTION="common tests to check syntax of your modules
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Data::Section)
+ dev-perl/Data-Section
+
+ $(comment Dist::Zilla::File::InMemory)
+ $(comment Dist::Zilla::Role::FileGatherer)
+ dev-perl/Dist-Zilla
+
+ $(comment Moose)
+ dev-perl/Moose
+
+ $(comment namespace::autoclean)
+ dev-perl/namespace-autoclean
+
+ $(comment perl 5.008)
+ $(comment strict)
+ $(comment warnings)
+ >=dev-lang/perl-5.8.0
+"
+DEPEND="
+ $(comment build)
+ $(comment Dist::Zilla::Tester)
+ dev-perl/Dist-Zilla
+
+ $(comment File::Find)
+
+ $(comment File::Temp)
+ virtual/perl-File-Temp
+
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+
+ $(comment Path::Class)
+ dev-perl/Path-Class
+
+ $(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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2012-02-08 21:57 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
To: gentoo-commits
commit: ac8f5a8fd0692d99d14b1a50af7ccd2b7744597c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 19:06:45 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 19:06:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac8f5a8f
[cpanclean] <= Dist-Zilla-Plugin-Test-Compile-1.112.380
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 11 ++++++-
...Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild | 27 ------------------
.../Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild | 30 --------------------
...Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild | 30 --------------------
...Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild | 30 --------------------
...Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild | 30 --------------------
.../Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild | 27 ------------------
7 files changed, 10 insertions(+), 175 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 22a5cf4..cf0d8b3 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -1,7 +1,16 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Compile
-# 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-Test-Compile-1.92.870.ebuild,
+ -Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild,
+ -Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild,
+ -Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild,
+ -Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild,
+ -Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-Test-Compile-1.112.400 (29 Aug 2011)
29 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild
deleted file mode 100644
index a7b87fe..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.101800
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- virtual/perl-Test-Simple
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild
deleted file mode 100644
index 7d9a9c8..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.103030
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- >=virtual/perl-Test-Simple-0.94
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild
deleted file mode 100644
index 432cc2e..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.110870
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- >=virtual/perl-Test-Simple-0.94
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild
deleted file mode 100644
index 6ec53e6..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.110930
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- >=virtual/perl-Test-Simple-0.94
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild
deleted file mode 100644
index 75f9a46..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- >=virtual/perl-Test-Simple-0.94
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild
deleted file mode 100644
index e95c7bb..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.092870
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- virtual/perl-Test-Simple
- dev-perl/Moose
- dev-perl/Dist-Zilla
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2012-02-23 13:55 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-23 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 438d26bd34255e1e958d0ed90928bcc1c7f36290
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 13:14:46 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 13:14:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=438d26bd
[newversion] Dist-Zilla-Plugin-Test-Compile-1.112.820
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 6 ++
...Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild | 61 ++++++++++++++++++++
2 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index cf0d8b3..a3fcd3a 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Test-Compile-1.112.820 (23 Feb 2012)
+
+ 23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild:
+ Version Bump
+
08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild,
-Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild,
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild
new file mode 100644
index 0000000..5372648
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.112820
+inherit perl-module
+
+DESCRIPTION='common tests to check syntax of your modules'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ # Data::Section
+ echo dev-perl/Data-Section
+ # Dist::Zilla::File::InMemory
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::FileGatherer
+ echo dev-perl/Dist-Zilla
+ # Moose
+ echo dev-perl/Moose
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Dist::Zilla::Tester
+ echo dev-perl/Dist-Zilla
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Path::Class
+ echo dev-perl/Path-Class
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: dbc0febd8fdf03c868aeeee0b2a3bd41ad56b8fc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 20:48:06 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 20:48:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dbc0febd
[newversion] dev-perl/Dist-Zilla-Plugin-Test-Compile-2.39.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 8 +-
.../Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild | 100 +++++++++++++++++++++
.../Dist-Zilla-Plugin-Test-Compile/metadata.xml | 1 -
3 files changed, 107 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 793573f..32b636f 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Compile
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Test-Compile-2.39.0 (05 Apr 2014)
+
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild, metadata.xml:
+ Version Bump
+
*Dist-Zilla-Plugin-Test-Compile-2.2.0 (28 Apr 2013)
28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild
new file mode 100644
index 0000000..f7899c7
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=2.039
+inherit perl-mb-tiny
+
+DESCRIPTION='common tests to check syntax of your modules, only using core modules'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+ # Module::Build::Tiny 0.030 ( 0.30.0 )
+ echo \>=dev-perl/Module-Build-Tiny-0.30.0
+}
+perl_meta_runtime() {
+ # Data::Section 0.004 ( 0.4.0 )
+ echo \>=dev-perl/Data-Section-0.4.0
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Dist::Zilla::File::InMemory
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::FileFinderUser
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::FileGatherer
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::FileMunger
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::PrereqSource
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::TextTemplate
+ echo dev-perl/Dist-Zilla
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Util::TypeConstraints
+ echo dev-perl/Moose
+ # Path::Tiny
+ echo dev-perl/Path-Tiny
+ # Sub::Exporter::ForMethods
+ echo dev-perl/Sub-Exporter-ForMethods
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ # echo dev-lang/perl
+ # warnings
+ # echo dev-lang/perl
+}
+perl_meta_test() {
+ # Cwd
+ echo virtual/perl-File-Spec
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # File::Spec::Functions
+ echo virtual/perl-File-Spec
+ # IO::Handle
+ echo virtual/perl-IO
+ # IPC::Open3
+ # echo dev-lang/perl
+ # List::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Module::CoreList 2.77 ( 2.770.0 )
+ echo \>=virtual/perl-Module-CoreList-2.770.0
+ # Perl::PrereqScanner 1.016 ( 1.16.0 )
+ echo \>=dev-perl/Perl-PrereqScanner-1.16.0
+ # Test::DZil
+ echo dev-perl/Dist-Zilla
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Deep::JSON
+ echo dev-perl/Test-Deep-JSON
+ # Test::MinimumVersion
+ echo dev-perl/Test-MinimumVersion
+ # Test::More 0.94 ( 0.940.0 )
+ echo \>=virtual/perl-Test-Simple-0.94
+ # Test::Warnings 0.009 ( 0.9.0 )
+ echo \>=dev-perl/Test-Warnings-0.9.0
+ # if
+ # echo virtual/perl-if
+ # version
+ echo virtual/perl-version
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
index 7bd8b09..1d9f2ff 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
@@ -8,7 +8,6 @@
</maintainer>
<upstream>
<remote-id type="cpan">Dist-Zilla-Plugin-Test-Compile</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Plugin::CompileTests</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Plugin::Test::Compile</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: d1f76fad06facd005030d17d04d81026537f7fa2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 20:50:28 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 20:50:28 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1f76fad
[cpanclean] dev-perl/Dist-Zilla-Plugin-Test-Compile-2.2.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 4 ++
.../Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild | 63 ----------------------
2 files changed, 4 insertions(+), 63 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 32b636f..33473cf 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-Test-Compile-2.39.0 (05 Apr 2014)
05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild
deleted file mode 100644
index e00fc6b..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=2.002
-inherit perl-module
-
-DESCRIPTION='common tests to check syntax of your modules'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Data::Section
- echo dev-perl/Data-Section
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileGatherer
- echo dev-perl/Dist-Zilla
- # Moose
- echo dev-perl/Moose
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Cwd
- echo virtual/perl-File-Spec
- # Dist::Zilla::Tester
- echo dev-perl/Dist-Zilla
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Path::Class
- echo dev-perl/Path-Class
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: e5d80e7ebb8c9ebfa747e264100aee1d34b26e04
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 08:06:02 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 08:06:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e5d80e7e
[bump] Dist-Zilla-Plugin-Test-Compile-2.53.0, remove old versions
Package-Manager: portage-2.2.17
...Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild | 57 ------------
...Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild | 63 -------------
...Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild | 61 -------------
.../Dist-Zilla-Plugin-Test-Compile-2.1.0.ebuild | 61 -------------
.../Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild | 100 ---------------------
.../Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild | 40 +++++++++
6 files changed, 40 insertions(+), 342 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
deleted file mode 100644
index d7f3168..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# 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.112392
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- $(comment Data::Section)
- dev-perl/Data-Section
-
- $(comment Dist::Zilla::File::InMemory)
- $(comment Dist::Zilla::Role::FileGatherer)
- dev-perl/Dist-Zilla
-
- $(comment Moose)
- dev-perl/Moose
-
- $(comment namespace::autoclean)
- dev-perl/namespace-autoclean
-
- $(comment perl 5.008)
- $(comment strict)
- $(comment warnings)
- >=dev-lang/perl-5.8.0
-"
-DEPEND="
- $(comment build)
- $(comment File::Find)
-
- $(comment File::Temp)
- virtual/perl-File-Temp
-
- $(comment Module::Build 0.3601)
- >=virtual/perl-Module-Build-0.36.01
-
- $(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"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
deleted file mode 100644
index 432df1c..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# 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.112400
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- $(comment Data::Section)
- dev-perl/Data-Section
-
- $(comment Dist::Zilla::File::InMemory)
- $(comment Dist::Zilla::Role::FileGatherer)
- dev-perl/Dist-Zilla
-
- $(comment Moose)
- dev-perl/Moose
-
- $(comment namespace::autoclean)
- dev-perl/namespace-autoclean
-
- $(comment perl 5.008)
- $(comment strict)
- $(comment warnings)
- >=dev-lang/perl-5.8.0
-"
-DEPEND="
- $(comment build)
- $(comment Dist::Zilla::Tester)
- dev-perl/Dist-Zilla
-
- $(comment File::Find)
-
- $(comment File::Temp)
- virtual/perl-File-Temp
-
- $(comment Module::Build 0.3601)
- >=virtual/perl-Module-Build-0.36.01
-
- $(comment Path::Class)
- dev-perl/Path-Class
-
- $(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"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild
deleted file mode 100644
index 5372648..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.820.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.112820
-inherit perl-module
-
-DESCRIPTION='common tests to check syntax of your modules'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Data::Section
- echo dev-perl/Data-Section
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileGatherer
- echo dev-perl/Dist-Zilla
- # Moose
- echo dev-perl/Moose
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Dist::Zilla::Tester
- echo dev-perl/Dist-Zilla
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Path::Class
- echo dev-perl/Path-Class
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.1.0.ebuild
deleted file mode 100644
index 0c1043d..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.1.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=2.001
-inherit perl-module
-
-DESCRIPTION='common tests to check syntax of your modules'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Data::Section
- echo dev-perl/Data-Section
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileGatherer
- echo dev-perl/Dist-Zilla
- # Moose
- echo dev-perl/Moose
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Dist::Zilla::Tester
- echo dev-perl/Dist-Zilla
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Path::Class
- echo dev-perl/Path-Class
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild
deleted file mode 100644
index f7899c7..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.39.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=2.039
-inherit perl-mb-tiny
-
-DESCRIPTION='common tests to check syntax of your modules, only using core modules'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
- # Module::Build::Tiny 0.030 ( 0.30.0 )
- echo \>=dev-perl/Module-Build-Tiny-0.30.0
-}
-perl_meta_runtime() {
- # Data::Section 0.004 ( 0.4.0 )
- echo \>=dev-perl/Data-Section-0.4.0
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileFinderUser
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileGatherer
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FileMunger
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::PrereqSource
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::TextTemplate
- echo dev-perl/Dist-Zilla
- # Moose
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # Path::Tiny
- echo dev-perl/Path-Tiny
- # Sub::Exporter::ForMethods
- echo dev-perl/Sub-Exporter-ForMethods
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- # echo dev-lang/perl
- # warnings
- # echo dev-lang/perl
-}
-perl_meta_test() {
- # Cwd
- echo virtual/perl-File-Spec
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # IO::Handle
- echo virtual/perl-IO
- # IPC::Open3
- # echo dev-lang/perl
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Module::CoreList 2.77 ( 2.770.0 )
- echo \>=virtual/perl-Module-CoreList-2.770.0
- # Perl::PrereqScanner 1.016 ( 1.16.0 )
- echo \>=dev-perl/Perl-PrereqScanner-1.16.0
- # Test::DZil
- echo dev-perl/Dist-Zilla
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Deep::JSON
- echo dev-perl/Test-Deep-JSON
- # Test::MinimumVersion
- echo dev-perl/Test-MinimumVersion
- # Test::More 0.94 ( 0.940.0 )
- echo \>=virtual/perl-Test-Simple-0.94
- # Test::Warnings 0.009 ( 0.9.0 )
- echo \>=dev-perl/Test-Warnings-0.9.0
- # if
- # echo virtual/perl-if
- # version
- echo virtual/perl-version
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild
new file mode 100644
index 0000000..8ad2ee0
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=2.053
+inherit perl-mb-tiny
+
+DESCRIPTION="Common tests to check syntax of your modules, only using core modules"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Data-Section-0.4.0
+ >=dev-perl/Dist-Zilla-4.300.39
+ dev-perl/Moose
+ dev-perl/Path-Tiny
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.39.0
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ >=dev-perl/CPAN-Meta-Check-0.7.0
+ virtual/perl-CPAN-Meta-Requirements
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ dev-perl/File-pushd
+ virtual/perl-IO
+ >=virtual/perl-Module-CoreList-2.770.0
+ >=dev-perl/Perl-PrereqScanner-1.16.0
+ dev-perl/Test-MinimumVersion
+ >=virtual/perl-Test-Simple-0.940.0
+ >=dev-perl/Test-Warnings-0.9.0
+ virtual/perl-if
+ virtual/perl-version
+ )
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 2020-08-25 22:49 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
To: gentoo-commits
commit: a4b8d53986ee257d7b99c24ed17db1d75b98ec7b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:12:53 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:15 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a4b8d539
dev-perl/Dist-Zilla-Plugin-Test-Compile: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild | 40 ----------------------
.../Dist-Zilla-Plugin-Test-Compile/metadata.xml | 16 ---------
2 files changed, 56 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild
deleted file mode 100644
index 599b6b0ad..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.53.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=2.053
-inherit perl-mb-tiny
-
-DESCRIPTION="Common tests to check syntax of your modules, only using core modules"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Data-Section-0.4.0
- >=dev-perl/Dist-Zilla-4.300.39
- dev-perl/Moose
- dev-perl/Path-Tiny
- dev-perl/Sub-Exporter-ForMethods
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.39.0
- test? (
- >=virtual/perl-CPAN-Meta-2.120.900
- >=dev-perl/CPAN-Meta-Check-0.7.0
- virtual/perl-CPAN-Meta-Requirements
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-File-Spec
- dev-perl/File-pushd
- virtual/perl-IO
- >=virtual/perl-Module-CoreList-2.770.0
- >=dev-perl/Perl-PrereqScanner-1.16.0
- dev-perl/Test-MinimumVersion
- >=virtual/perl-Test-Simple-0.940.0
- >=dev-perl/Test-Warnings-0.9.0
- virtual/perl-if
- virtual/perl-version
- )
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
deleted file mode 100644
index 91bf781b6..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Dist-Zilla-Plugin-Test-Compile</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Plugin::Test::Compile</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-08-25 22:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 21:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric
2015-06-09 8:14 Kent Fredric
2014-04-05 23:06 Kent Fredric
2014-04-05 23:06 Kent Fredric
2012-02-23 13:55 Kent Fredric
2011-08-29 5:44 Kent Fredric
2011-08-28 3:38 Kent Fredric
2011-08-28 3:38 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox