From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Kwalitee/
Date: Wed, 3 Jun 2015 12:58:58 +0000 (UTC) [thread overview]
Message-ID: <1433289926.70f512f2339f4c5d22a43dfa032d62472e9d4692.kent@gentoo> (raw)
commit: 70f512f2339f4c5d22a43dfa032d62472e9d4692
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 3 00:05:26 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 3 00:05:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=70f512f2
[cleanup] Test-Kwalitee : Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Test-Kwalitee/Test-Kwalitee-1.10.0.ebuild | 25 -----------
dev-perl/Test-Kwalitee/Test-Kwalitee-1.30.0.ebuild | 52 ----------------------
dev-perl/Test-Kwalitee/Test-Kwalitee-1.40.0.ebuild | 52 ----------------------
3 files changed, 129 deletions(-)
diff --git a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.10.0.ebuild b/dev-perl/Test-Kwalitee/Test-Kwalitee-1.10.0.ebuild
deleted file mode 100644
index 5cb725e..0000000
--- a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=CHROMATIC
-MODULE_VERSION="1.01"
-inherit perl-module
-
-DESCRIPTION="test the Kwalitee of a distribution before you release it"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=dev-perl/Module-CPANTS-Analyse-0.820.0
- >=virtual/perl-Test-Simple-0.47
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Module-Build
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.30.0.ebuild b/dev-perl/Test-Kwalitee/Test-Kwalitee-1.30.0.ebuild
deleted file mode 100644
index d3aea04..0000000
--- a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.30.0.ebuild
+++ /dev/null
@@ -1,52 +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=1.03
-inherit perl-module
-
-DESCRIPTION='test the Kwalitee of a distribution before you release it'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Cwd
- echo virtual/perl-File-Spec
- # Module::CPANTS::Analyse 0.87 ( 0.870.0 )
- echo \>=dev-perl/Module-CPANTS-Analyse-0.870.0
- # Test::Builder
- echo virtual/perl-Test-Simple
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.40.0.ebuild b/dev-perl/Test-Kwalitee/Test-Kwalitee-1.40.0.ebuild
deleted file mode 100644
index 5f17b29..0000000
--- a/dev-perl/Test-Kwalitee/Test-Kwalitee-1.40.0.ebuild
+++ /dev/null
@@ -1,52 +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=1.04
-inherit perl-module
-
-DESCRIPTION='test the Kwalitee of a distribution before you release it'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Cwd
- echo virtual/perl-File-Spec
- # Module::CPANTS::Analyse 0.87 ( 0.870.0 )
- echo \>=dev-perl/Module-CPANTS-Analyse-0.870.0
- # Test::Builder
- echo virtual/perl-Test-Simple
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::More 0.94 ( 0.940.0 )
- echo \>=virtual/perl-Test-Simple-0.94
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2015-06-03 12:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-03 12:58 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-17 3:43 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Kwalitee/ Kent Fredric
2015-06-03 12:58 Kent Fredric
2015-06-03 12:58 Kent Fredric
2013-05-15 22:23 Kent Fredric
2013-05-01 22:23 Kent Fredric
2011-03-12 3:22 Kent Fredric
2011-03-12 3:22 Kent Fredric
2011-02-17 11:30 Kent Fredric
2011-02-17 11:30 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=1433289926.70f512f2339f4c5d22a43dfa032d62472e9d4692.kent@gentoo \
--to=kentfredric@gmail.com \
--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