From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4357B138A1A for ; Wed, 18 Feb 2015 09:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E32CE097C; Wed, 18 Feb 2015 09:42:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E4D7E0978 for ; Wed, 18 Feb 2015 09:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B92F3408EB for ; Wed, 18 Feb 2015 09:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86E912043 for ; Wed, 18 Feb 2015 09:42:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1424252258.1a683a50648c365ebe40132d996299ecc163db1c.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild dev-perl/ExtUtils-CChecker/metadata.xml X-VCS-Directories: dev-perl/ExtUtils-CChecker/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1a683a50648c365ebe40132d996299ecc163db1c X-VCS-Branch: master Date: Wed, 18 Feb 2015 09:42:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66a7efb4-a92b-4fc8-aa89-6e4a5849ac61 X-Archives-Hash: e637b429f1153e01b2ce2a482c5650fe commit: 1a683a50648c365ebe40132d996299ecc163db1c Author: Kent Fredric gmail com> AuthorDate: Wed Feb 18 09:37:38 2015 +0000 Commit: Kent Fredric gmail 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 @@ - - - - perl - - ExtUtils-CChecker - ExtUtils::CChecker - -