public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
@ 2011-02-13 11:13 Torsten Veller
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller @ 2011-02-13 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7eda561d765c478c4b8ef42beb47c7a09bc601a8
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 11:04:42 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 11:04:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7eda561d

[add] dev-perl/ExtUtils-CChecker

(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |   10 ++++++++
 .../ExtUtils-CChecker-0.60.ebuild                  |   24 ++++++++++++++++++++
 dev-perl/ExtUtils-CChecker/metadata.xml            |    5 ++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
new file mode 100644
index 0000000..82f18be
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/ExtUtils-CChecker
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ExtUtils-CChecker-0.60 (13 Feb 2011)
+
+  13 Feb 2011; Torsten Veller <tove@gentoo.org> +ExtUtils-CChecker-0.60.ebuild,
+  +metadata.xml:
+  Initial commit for Socket-GetAddrInfo
+

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.ebuild
new file mode 100644
index 0000000..c0b1759
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="configure-time utilities for using C headers, libraries, or OS features"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+	test? (
+		dev-perl/Test-Exception
+	)"
+
+SRC_TEST="do"

diff --git a/dev-perl/ExtUtils-CChecker/metadata.xml b/dev-perl/ExtUtils-CChecker/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
  2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-24 21:13 ` Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-04-24 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8f058a3970b17329b535d030d3a074fb675cc8b8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 20:25:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 20:25:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f058a39

[addzero] ExtUtils-CChecker

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |    6 ++++++
 ...0.60.ebuild => ExtUtils-CChecker-0.60.0.ebuild} |    0
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
index 82f18be..7577cd2 100644
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ExtUtils-CChecker-0.60.0 (24 Apr 2011)
+
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -ExtUtils-CChecker-0.60.ebuild, +ExtUtils-CChecker-0.60.0.ebuild:
+  Add Zero
+
 *ExtUtils-CChecker-0.60 (13 Feb 2011)
 
   13 Feb 2011; Torsten Veller <tove@gentoo.org> +ExtUtils-CChecker-0.60.ebuild,

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild
similarity index 100%
rename from dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.ebuild
rename to dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
  2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-24 21:13 ` Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-04-24 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0b36f3114d726fc7097ed0cf55d95a54e5855116
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 20:34:38 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 20:34:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b36f311

[newversion] ExtUtils-CChecker-0.70.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |    6 ++++
 .../ExtUtils-CChecker-0.70.0.ebuild                |   28 ++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
index 7577cd2..b15ac26 100644
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ExtUtils-CChecker-0.70.0 (24 Apr 2011)
+
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +ExtUtils-CChecker-0.70.0.ebuild:
+  Bump
+
 *ExtUtils-CChecker-0.60.0 (24 Apr 2011)
 
   24 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild
new file mode 100644
index 0000000..be93a9a
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.70.0.ebuild
@@ -0,0 +1,28 @@
+# 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"



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8e6a26f0b2f9e081c2d1c9a58315748a45424458
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 07:18:05 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 07:18:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8e6a26f0

[newversion] ExtUtils-CChecker-0.80.0

(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |    8 ++++-
 .../ExtUtils-CChecker-0.80.0.ebuild                |   33 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletions(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
index b15ac26..db6eb25 100644
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/ExtUtils-CChecker
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ExtUtils-CChecker-0.80.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +ExtUtils-CChecker-0.80.0.ebuild:
+  Version Bump
+
 *ExtUtils-CChecker-0.70.0 (24 Apr 2011)
 
   24 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild
new file mode 100644
index 0000000..9a75d75
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.80.0.ebuild
@@ -0,0 +1,33 @@
+# 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"



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
@ 2014-04-05 23:06 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cebac955f9d1448e1deda749975fdd20e3fa419d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 22:16:45 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 22:16:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cebac955

[newversion] dev-perl/ExtUtils-CChecker-0.90.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |  8 +++++-
 .../ExtUtils-CChecker-0.90.0.ebuild                | 33 ++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
index db6eb25..0b1ac4b 100644
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/ExtUtils-CChecker
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ExtUtils-CChecker-0.90.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+  +ExtUtils-CChecker-0.90.0.ebuild:
+  Version Bump
+
 *ExtUtils-CChecker-0.80.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild
new file mode 100644
index 0000000..ab0ee32
--- /dev/null
+++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild
@@ -0,0 +1,33 @@
+# 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"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
@ 2014-04-05 23:06 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     76664960aa0919407c026cd8cbb3304124b14d20
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 22:17:12 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 22:17:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=76664960

[cpanclean] dev-perl/ExtUtils-CChecker-0.60.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/ExtUtils-CChecker/ChangeLog               |  4 ++++
 .../ExtUtils-CChecker-0.60.0.ebuild                | 24 ----------------------
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
index 0b1ac4b..b65a4c2 100644
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ b/dev-perl/ExtUtils-CChecker/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+  -ExtUtils-CChecker-0.60.0.ebuild:
+  Gone on CPAN
+
 *ExtUtils-CChecker-0.90.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild
deleted file mode 100644
index c0b1759..0000000
--- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.60.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="configure-time utilities for using C headers, libraries, or OS features"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-	test? (
-		dev-perl/Test-Exception
-	)"
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/
@ 2015-02-18  9:42 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-02-18  9:42 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-18  9:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 23:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-02-18  9:42 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox