* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2011-04-20 16:25 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-20 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 1297c397a05a7b4996e0c592275a0664d708c5a4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 14:57:29 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 14:57:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1297c397
[fixdep] Test-Strict -> Devel-Cover
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-Strict/ChangeLog | 6 +++++-
dev-perl/Test-Strict/Test-Strict-0.13.ebuild | 4 ++--
dev-perl/Test-Strict/Test-Strict-0.14.ebuild | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Test-Strict/ChangeLog b/dev-perl/Test-Strict/ChangeLog
index abc2b34..8232af9 100644
--- a/dev-perl/Test-Strict/ChangeLog
+++ b/dev-perl/Test-Strict/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Test-Strict
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com> Test-Strict-0.13.ebuild,
+ Test-Strict-0.14.ebuild:
+ Fixdep Devel-Cover
+
*Test-Strict-0.14 (16 Mar 2010)
16 Mar 2010; Torsten Veller <tove@gentoo.org> +Test-Strict-0.14.ebuild:
diff --git a/dev-perl/Test-Strict/Test-Strict-0.13.ebuild b/dev-perl/Test-Strict/Test-Strict-0.13.ebuild
index 5ba6f52..9f7d768 100644
--- a/dev-perl/Test-Strict/Test-Strict-0.13.ebuild
+++ b/dev-perl/Test-Strict/Test-Strict-0.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND=">=dev-perl/Devel-Cover-0.43
+RDEPEND=">=dev-perl/Devel-Cover-0.430.0
virtual/perl-File-Spec"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod
diff --git a/dev-perl/Test-Strict/Test-Strict-0.14.ebuild b/dev-perl/Test-Strict/Test-Strict-0.14.ebuild
index e857fbd..9f7d768 100644
--- a/dev-perl/Test-Strict/Test-Strict-0.14.ebuild
+++ b/dev-perl/Test-Strict/Test-Strict-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND=">=dev-perl/Devel-Cover-0.43
+RDEPEND=">=dev-perl/Devel-Cover-0.430.0
virtual/perl-File-Spec"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2012-04-22 20:40 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-22 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 47a72532bb3bb32cb7a718b7e71a615375365ae0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 20:33:55 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 20:33:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47a72532
[migrate] Test-Strict to x.y.z
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-Strict/ChangeLog | 10 +++++++++-
...rict-0.13.ebuild => Test-Strict-0.130.0.ebuild} | 3 ++-
...rict-0.14.ebuild => Test-Strict-0.140.0.ebuild} | 3 ++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-Strict/ChangeLog b/dev-perl/Test-Strict/ChangeLog
index 8232af9..6585003 100644
--- a/dev-perl/Test-Strict/ChangeLog
+++ b/dev-perl/Test-Strict/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Test-Strict
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Strict-0.140.0 (22 Apr 2012)
+*Test-Strict-0.130.0 (22 Apr 2012)
+
+ 22 Apr 2012; Kent Fredric <kentfredric@gmail.com> -Test-Strict-0.13.ebuild,
+ -Test-Strict-0.14.ebuild, +Test-Strict-0.130.0.ebuild,
+ +Test-Strict-0.140.0.ebuild:
+ Migrate to x.y.z
+
20 Apr 2011; Kent Fredric <kentfredric@gmail.com> Test-Strict-0.13.ebuild,
Test-Strict-0.14.ebuild:
Fixdep Devel-Cover
diff --git a/dev-perl/Test-Strict/Test-Strict-0.13.ebuild b/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild
similarity index 86%
rename from dev-perl/Test-Strict/Test-Strict-0.13.ebuild
rename to dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild
index 9f7d768..ce5b89f 100644
--- a/dev-perl/Test-Strict/Test-Strict-0.13.ebuild
+++ b/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=PDENIS
+MODULE_VERSION="0.13"
inherit perl-module
DESCRIPTION="Check syntax, presence of use strict; and test coverage"
diff --git a/dev-perl/Test-Strict/Test-Strict-0.14.ebuild b/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild
similarity index 86%
rename from dev-perl/Test-Strict/Test-Strict-0.14.ebuild
rename to dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild
index 9f7d768..f8ec0e9 100644
--- a/dev-perl/Test-Strict/Test-Strict-0.14.ebuild
+++ b/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=PDENIS
+MODULE_VERSION="0.14"
inherit perl-module
DESCRIPTION="Check syntax, presence of use strict; and test coverage"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2013-03-02 7:02 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-03-02 7:02 UTC (permalink / raw
To: gentoo-commits
commit: edfd1189e848d2610de914f58dad76e71a502890
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 06:47:05 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 06:47:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edfd1189
[newversion] Test-Strict-0.210.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Test-Strict/ChangeLog | 6 +++
dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild | 46 +++++++++++++++++++++++
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Strict/ChangeLog b/dev-perl/Test-Strict/ChangeLog
index 104ec3b..2c5156e 100644
--- a/dev-perl/Test-Strict/ChangeLog
+++ b/dev-perl/Test-Strict/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Strict-0.210.0 (02 Mar 2013)
+
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+ +Test-Strict-0.210.0.ebuild:
+ Version Bump
+
*Test-Strict-0.200.0 (23 Feb 2013)
23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild
new file mode 100644
index 0000000..c2f3969
--- /dev/null
+++ b/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SZABGAB
+MODULE_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION='Check syntax, presence of use strict; and test coverage'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Devel::Cover 0.43 ( 0.430.0 )
+ echo \>=dev-perl/Devel-Cover-0.430.0
+ # File::Find 0.01 ( 0.10.0 )
+ # echo \>=dev-lang/perl-0.10.0
+ # File::Spec 0.01 ( 0.10.0 )
+ echo \>=virtual/perl-File-Spec-0.10.0
+ # File::Temp 0.01 ( 0.10.0 )
+ echo \>=virtual/perl-File-Temp-0.10.0
+ # FindBin 0.01 ( 0.10.0 )
+ # echo \>=dev-lang/perl-0.10.0
+ # Test::Builder 0.01 ( 0.10.0 )
+ echo \>=virtual/perl-Test-Simple-0.10.0
+ # Test::Simple 0.47 ( 0.470.0 )
+ echo \>=virtual/perl-Test-Simple-0.47
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2013-03-02 7:02 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-03-02 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 769ddce18cc996c3fa6da7f3d9127205570143be
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 2 06:48:52 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 06:48:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=769ddce1
[fixdep] Test-Strict-0.200.0 -> Devel-Cover ( normalise )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Test-Strict/ChangeLog | 3 +++
dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Test-Strict/ChangeLog b/dev-perl/Test-Strict/ChangeLog
index 2c5156e..dbde894 100644
--- a/dev-perl/Test-Strict/ChangeLog
+++ b/dev-perl/Test-Strict/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Mar 2013; Kent Fredric <kentfredric@gmail.com> Test-Strict-0.200.0.ebuild:
+ fix dep Devel-Cover
+
*Test-Strict-0.210.0 (02 Mar 2013)
02 Mar 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild
index 28cc5f3..42d4b7d 100644
--- a/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild
+++ b/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild
@@ -21,7 +21,7 @@ perl_meta_build() {
}
perl_meta_runtime() {
# Devel::Cover 0.43 ( 0.430.0 )
- echo \>=dev-perl/Devel-Cover-0.43
+ echo \>=dev-perl/Devel-Cover-0.430.0
# File::Find 0.01 ( 0.10.0 )
# echo \>=dev-lang/perl-0.10.0
# File::Spec 0.01 ( 0.10.0 )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 00a96ae56718e23637690ccae3d10211c7f3189f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:13:31 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:13:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=00a96ae5
[cleanup] Test-Strict: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild | 23 -----------------------
dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild | 23 -----------------------
2 files changed, 46 deletions(-)
diff --git a/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild
deleted file mode 100644
index ce5b89f..0000000
--- a/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=PDENIS
-MODULE_VERSION="0.13"
-inherit perl-module
-
-DESCRIPTION="Check syntax, presence of use strict; and test coverage"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Devel-Cover-0.430.0
- virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild
deleted file mode 100644
index f8ec0e9..0000000
--- a/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=PDENIS
-MODULE_VERSION="0.14"
-inherit perl-module
-
-DESCRIPTION="Check syntax, presence of use strict; and test coverage"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Devel-Cover-0.430.0
- virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
@ 2020-08-25 22:49 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 8ae1982de2bfb929a963ecb64fba1195cf1cc491
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:17:40 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:53 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8ae1982d
dev-perl/Test-Strict: remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild | 46 -------------------------
dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild | 46 -------------------------
dev-perl/Test-Strict/Test-Strict-0.220.0.ebuild | 46 -------------------------
dev-perl/Test-Strict/metadata.xml | 12 -------
4 files changed, 150 deletions(-)
diff --git a/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild
deleted file mode 100644
index 22a9debe3..000000000
--- a/dev-perl/Test-Strict/Test-Strict-0.200.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=SZABGAB
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION='Check syntax, presence of use strict; and test coverage'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Devel::Cover 0.43 ( 0.430.0 )
- echo \>=dev-perl/Devel-Cover-0.430.0
- # File::Find 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # File::Spec 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Spec-0.10.0
- # File::Temp 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Temp-0.10.0
- # FindBin 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # Test::Builder 0.01 ( 0.10.0 )
- echo \>=virtual/perl-Test-Simple-0.10
- # Test::Simple 0.47 ( 0.470.0 )
- echo \>=virtual/perl-Test-Simple-0.47
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild
deleted file mode 100644
index 40abaf9e7..000000000
--- a/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=SZABGAB
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION='Check syntax, presence of use strict; and test coverage'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Devel::Cover 0.43 ( 0.430.0 )
- echo \>=dev-perl/Devel-Cover-0.430.0
- # File::Find 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # File::Spec 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Spec-0.10.0
- # File::Temp 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Temp-0.10.0
- # FindBin 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # Test::Builder 0.01 ( 0.10.0 )
- echo \>=virtual/perl-Test-Simple-0.10.0
- # Test::Simple 0.47 ( 0.470.0 )
- echo \>=virtual/perl-Test-Simple-0.47
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Strict/Test-Strict-0.220.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.220.0.ebuild
deleted file mode 100644
index 8aa66c64b..000000000
--- a/dev-perl/Test-Strict/Test-Strict-0.220.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=SZABGAB
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION='Check syntax, presence of use strict; and test coverage'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Devel::Cover 0.43 ( 0.430.0 )
- echo \>=dev-perl/Devel-Cover-0.430.0
- # File::Find 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # File::Spec 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Spec-0.10.0
- # File::Temp 0.01 ( 0.10.0 )
- echo \>=virtual/perl-File-Temp-0.10.0
- # FindBin 0.01 ( 0.10.0 )
- # echo \>=dev-lang/perl-0.10.0
- # Test::Builder 0.01 ( 0.10.0 )
- echo \>=virtual/perl-Test-Simple-0.10.0
- # Test::Simple 0.47 ( 0.470.0 )
- echo \>=virtual/perl-Test-Simple-0.47
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Strict/metadata.xml b/dev-perl/Test-Strict/metadata.xml
deleted file mode 100644
index 652ff91d4..000000000
--- a/dev-perl/Test-Strict/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <upstream>
- <remote-id type="cpan">Test-Strict</remote-id>
- <remote-id type="cpan-module">Test::Strict</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-08-25 22:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 16:25 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-04-22 20:40 Kent Fredric
2013-03-02 7:02 Kent Fredric
2013-03-02 7:02 Kent Fredric
2015-06-09 8:14 Kent Fredric
2020-08-25 22:49 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox