From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/
Date: Tue, 25 Aug 2020 22:49:14 +0000 (UTC) [thread overview]
Message-ID: <1598395733.8ae1982de2bfb929a963ecb64fba1195cf1cc491.kentnl@gentoo> (raw)
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>
next reply other threads:[~2020-08-25 22:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-25 22:49 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-09 8:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/ Kent Fredric
2013-03-02 7:02 Kent Fredric
2013-03-02 7:02 Kent Fredric
2012-04-22 20:40 Kent Fredric
2011-04-20 16:25 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598395733.8ae1982de2bfb929a963ecb64fba1195cf1cc491.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox