commit: 1a683a50648c365ebe40132d996299ecc163db1c Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Feb 18 09:37:38 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Feb 18 09:37:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1a683a50
[cleanup] dev-perl/ExtUtils-CChecker now in ::gentoo --- .../ExtUtils-CChecker-0.70.0.ebuild | 28 ------------------ .../ExtUtils-CChecker-0.80.0.ebuild | 33 ---------------------- .../ExtUtils-CChecker-0.90.0.ebuild | 33 ---------------------- dev-perl/ExtUtils-CChecker/metadata.xml | 9 ------ 4 files changed, 103 deletions(-) diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild deleted file mode 100644 index be93a9a..0000000 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION="configure-time utilities for using C headers, libraries, or OS features" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -comment() { echo ''; } -RDEPEND=" - virtual/perl-ExtUtils-CBuilder -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - dev-perl/Test-Fatal - virtual/perl-Test-Simple $(comment Test::More) - )" - -SRC_TEST="do" diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild deleted file mode 100644 index 9a75d75..0000000 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION='configure-time utilities for using C headers, libraries, or OS features' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # Module::Build - echo virtual/perl-Module-Build - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More - echo virtual/perl-Test-Simple -} -perl_meta_runtime() { - # ExtUtils::CBuilder - echo virtual/perl-ExtUtils-CBuilder -} -DEPEND=" - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild deleted file mode 100644 index ab0ee32..0000000 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.09 -inherit perl-module - -DESCRIPTION='configure-time utilities for using C headers,' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # Module::Build - echo virtual/perl-Module-Build - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More - echo virtual/perl-Test-Simple -} -perl_meta_runtime() { - # ExtUtils::CBuilder - echo virtual/perl-ExtUtils-CBuilder -} -DEPEND=" - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do parallel" diff --git a/dev-perl/ExtUtils-CChecker/metadata.xml b/dev-perl/ExtUtils-CChecker/metadata.xml deleted file mode 100644 index 1402f9d..0000000 --- a/dev-perl/ExtUtils-CChecker/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>perl</herd> - <upstream> - <remote-id type="cpan">ExtUtils-CChecker</remote-id> - <remote-id type="cpan-module">ExtUtils::CChecker</remote-id> - </upstream> -</pkgmetadata>