* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/
@ 2012-02-29 12:06 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
To: gentoo-commits
commit: f64ed325e956220909aa9b394b21e4f26610a36d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 07:07:23 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 07:07:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f64ed325
[migrate] Test-Compile
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-Compile/ChangeLog | 8 +++++++-
...ile-0.13.ebuild => Test-Compile-0.130.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index 58eb7fe..e0e00a7 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-Compile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.130.0 (29 Feb 2012)
+
+ 29 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Test-Compile-0.13.ebuild,
+ +Test-Compile-0.130.0.ebuild:
+ Migrate to x.y.z
+
03 Jun 2010; Torsten Veller <tove@gentoo.org> -Test-Compile-0.08.ebuild,
-Test-Compile-0.10.ebuild, -Test-Compile-0.11.ebuild:
Removed from CPAN
diff --git a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
similarity index 86%
rename from dev-perl/Test-Compile/Test-Compile-0.13.ebuild
rename to dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
index 3c47a1c..5b8bbb9 100644
--- a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=MARCEL
+MODULE_VERSION="0.13"
inherit perl-module
DESCRIPTION="check whether Perl module files compile correctly"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/
@ 2012-03-01 11:52 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-03-01 11:52 UTC (permalink / raw
To: gentoo-commits
commit: 497add6cedac0d18665e66b2cca9bb9feb9a5fd1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 1 11:51:45 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 1 11:51:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=497add6c
[newversion] Test-Compile-0.170.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-Compile/ChangeLog | 6 ++++
dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild | 31 +++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index e0e00a7..fd1205a 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.170.0 (01 Mar 2012)
+
+ 01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-Compile-0.170.0.ebuild:
+ Version Bump
+
*Test-Compile-0.130.0 (29 Feb 2012)
29 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Test-Compile-0.13.ebuild,
diff --git a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
new file mode 100644
index 0000000..64cf2d9
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=EGILES
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION='Check whether Perl module files compile correctly'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.340201 ( 0.340.201 )
+ echo \>=virtual/perl-Module-Build-0.34.02.01
+}
+perl_meta_runtime() {
+ # UNIVERSAL::require
+ echo dev-perl/UNIVERSAL-require
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+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/Test-Compile/
@ 2012-07-25 18:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 730ee2df84770642ba839903d2a2b50448459202
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 16:15:40 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 16:15:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=730ee2df
[newversion] Test-Compile-0.180.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-Compile/ChangeLog | 6 ++++
dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild | 31 +++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index fd1205a..5418fe4 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.180.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-Compile-0.180.0.ebuild:
+ Version Bump
+
*Test-Compile-0.170.0 (01 Mar 2012)
01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
new file mode 100644
index 0000000..df501f5
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=EGILES
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION='Check whether Perl module files compile correctly'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.38 ( 0.380.0 )
+ echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+ # UNIVERSAL::require
+ echo dev-perl/UNIVERSAL-require
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+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/Test-Compile/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: f564aed62dbd349a740a87fcbc8cfff821cda9d9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 09:46:34 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 09:46:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f564aed6
[newversion] Test-Compile-0.200.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-Compile/ChangeLog | 6 ++++
dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild | 31 +++++++++++++++++++++
dev-perl/Test-Compile/metadata.xml | 1 +
3 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index 5418fe4..c272ac5 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.200.0 (08 Aug 2012)
+
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-Compile-0.200.0.ebuild, metadata.xml:
+ Version Bump
+
*Test-Compile-0.180.0 (25 Jul 2012)
25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
new file mode 100644
index 0000000..eae3b1a
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=EGILES
+MODULE_VERSION=0.20
+inherit perl-module
+
+DESCRIPTION='Check whether Perl module files compile correctly'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.38 ( 0.380.0 )
+ echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+ # UNIVERSAL::require
+ echo dev-perl/UNIVERSAL-require
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Test-Compile/metadata.xml b/dev-perl/Test-Compile/metadata.xml
index c43cd4e..a372be1 100644
--- a/dev-perl/Test-Compile/metadata.xml
+++ b/dev-perl/Test-Compile/metadata.xml
@@ -5,5 +5,6 @@
<upstream>
<remote-id type="cpan">Test-Compile</remote-id>
<remote-id type="cpan-module">Test::Compile</remote-id>
+ <remote-id type="cpan-module">Test::Compile::Internal</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/
@ 2012-09-17 10:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 724c41901b9c22abdf50df924716097b15a4e0b3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:48:40 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:48:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=724c4190
[newversion] Test-Compile-0.210.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-Compile/ChangeLog | 6 ++++
dev-perl/Test-Compile/Test-Compile-0.210.0.ebuild | 31 +++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index c272ac5..3b7af86 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.210.0 (17 Sep 2012)
+
+ 17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-Compile-0.210.0.ebuild:
+ Version Bump
+
*Test-Compile-0.200.0 (08 Aug 2012)
08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Compile/Test-Compile-0.210.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.210.0.ebuild
new file mode 100644
index 0000000..1c2de8a
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-0.210.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=EGILES
+MODULE_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION='Check whether Perl files compile correctly.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.38 ( 0.380.0 )
+ echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+ # UNIVERSAL::require
+ echo dev-perl/UNIVERSAL-require
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+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/Test-Compile/
@ 2012-11-04 13:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-11-04 13:51 UTC (permalink / raw
To: gentoo-commits
commit: 7f51f635f8202290eec9176f06291d525ebbd5e5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 07:58:04 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov 4 07:58:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7f51f635
[cpanclean] Test-Compile-0.{1{7,8},2}0.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Test-Compile/ChangeLog | 5 +++
dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild | 31 ---------------------
dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild | 31 ---------------------
dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild | 31 ---------------------
4 files changed, 5 insertions(+), 93 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index 3b7af86..109b31c 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ -Test-Compile-0.170.0.ebuild, -Test-Compile-0.180.0.ebuild,
+ -Test-Compile-0.200.0.ebuild:
+ Gone on CPAN
+
*Test-Compile-0.210.0 (17 Sep 2012)
17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
deleted file mode 100644
index 64cf2d9..0000000
--- a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=EGILES
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION='Check whether Perl module files compile correctly'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.340201 ( 0.340.201 )
- echo \>=virtual/perl-Module-Build-0.34.02.01
-}
-perl_meta_runtime() {
- # UNIVERSAL::require
- echo dev-perl/UNIVERSAL-require
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
deleted file mode 100644
index df501f5..0000000
--- a/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=EGILES
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION='Check whether Perl module files compile correctly'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.38 ( 0.380.0 )
- echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
- # UNIVERSAL::require
- echo dev-perl/UNIVERSAL-require
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
deleted file mode 100644
index eae3b1a..0000000
--- a/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=EGILES
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION='Check whether Perl module files compile correctly'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.38 ( 0.380.0 )
- echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
- # UNIVERSAL::require
- echo dev-perl/UNIVERSAL-require
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
-"
-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/Test-Compile/
@ 2012-11-04 13:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-11-04 13:51 UTC (permalink / raw
To: gentoo-commits
commit: b947ff5c8c75a695301500a965b453cabf9339dd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 13:44:47 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov 4 13:44:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b947ff5c
[newversion] Test-Compile-0.220.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Test-Compile/ChangeLog | 6 ++++
dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild | 31 +++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
index 109b31c..41ece4b 100644
--- a/dev-perl/Test-Compile/ChangeLog
+++ b/dev-perl/Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Compile-0.220.0 (04 Nov 2012)
+
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-Compile-0.220.0.ebuild:
+ Version Bump
+
04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
-Test-Compile-0.170.0.ebuild, -Test-Compile-0.180.0.ebuild,
-Test-Compile-0.200.0.ebuild:
diff --git a/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild
new file mode 100644
index 0000000..2efeba3
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=EGILES
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION='Check whether Perl files compile correctly.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.38 ( 0.380.0 )
+ echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+ # UNIVERSAL::require
+ echo dev-perl/UNIVERSAL-require
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+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/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: b51775b32eeae4579c4b391174da9cbd2ce7f0e1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:13:06 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:13:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b51775b3
[cleanup] Test-Compile: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild | 25 -----------------------
1 file changed, 25 deletions(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
deleted file mode 100644
index 5b8bbb9..0000000
--- a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=MARCEL
-MODULE_VERSION="0.13"
-inherit perl-module
-
-DESCRIPTION="check whether Perl module files compile correctly"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/UNIVERSAL-require
-"
-# dev-perl/Devel-CheckOS"
-DEPEND="
- ${RDEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/
@ 2015-06-14 16:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
To: gentoo-commits
commit: c3c038e0abcf7da678ce87d0c2828ef10f8bcfd4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:11:50 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:11:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c3c038e0
[fixup] Test-Compile: Module::Build is no longer part of core Perl and has been moved to dev-perl
Package-Manager: portage-2.2.17
dev-perl/Test-Compile/Test-Compile-0.240.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-0.240.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.240.0.ebuild
index c9f2d5b..5c8bebf 100644
--- a/dev-perl/Test-Compile/Test-Compile-0.240.0.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-0.240.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_configure() {
# Module::Build 0.38 ( 0.380.0 )
- echo \>=virtual/perl-Module-Build-0.380.0
+ echo \>=dev-perl/Module-Build-0.380.0
}
perl_meta_runtime() {
# UNIVERSAL::require
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-06-14 16:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 12:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-03-01 11:52 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-11-04 13:51 Kent Fredric
2012-11-04 13:51 Kent Fredric
2015-06-09 8:14 Kent Fredric
2015-06-14 16:30 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox