public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
Date: Wed, 18 Feb 2015 09:42:44 +0000 (UTC)	[thread overview]
Message-ID: <1424252258.1a683a50648c365ebe40132d996299ecc163db1c.kent@gentoo> (raw)

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>


             reply	other threads:[~2015-02-18  9:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18  9:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/ Kent Fredric
2014-04-05 23:06 Kent Fredric
2012-03-27  9:30 Kent Fredric
2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-02-13 11:13 Torsten Veller

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=1424252258.1a683a50648c365ebe40132d996299ecc163db1c.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