public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANfile/
@ 2015-03-31 18:39 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-03-31 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9629824935fcacae62dc1ae965ebfd58778bc68c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 31 15:35:29 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 31 15:39:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=96298249

[added] Module-CPANfile-1.100.0 for ExtUtils-MakeMaker-CPANfile for Module-CPANTS-Analyse

Package-Manager: portage-2.2.17

 .../Module-CPANfile/Module-CPANfile-1.100.0.ebuild | 30 ++++++++++++++++++++++
 dev-perl/Module-CPANfile/metadata.xml              | 13 ++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
new file mode 100644
index 0000000..8c19911
--- /dev/null
+++ b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=1.1000
+
+inherit perl-module
+
+DESCRIPTION="Parse cpanfile"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+	t/release-pod-syntax.t
+)
+RDEPEND="
+	>=virtual/perl-CPAN-Meta-2.120.910
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Module-CPANfile/metadata.xml b/dev-perl/Module-CPANfile/metadata.xml
new file mode 100644
index 0000000..8abcc8b
--- /dev/null
+++ b/dev-perl/Module-CPANfile/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+	<maintainer>
+		<email>kentfredric@gmail.com</email>
+		<name>Kent Fredric</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Module-CPANfile</remote-id>
+		<remote-id type="cpan-module">Module::CPANfile</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANfile/
@ 2020-08-25 22:49 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     db9c5dfc959a7af87cebb98792afaa9ec226d6ec
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:15:04 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=db9c5dfc

dev-perl/Module-CPANfile: Remove, gone to ::gentoo

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Module-CPANfile/Module-CPANfile-1.100.0.ebuild | 29 ----------------------
 dev-perl/Module-CPANfile/metadata.xml              | 20 ---------------
 2 files changed, 49 deletions(-)

diff --git a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
deleted file mode 100644
index 4b9fa4eb1..000000000
--- a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=1.1000
-
-inherit perl-module
-
-DESCRIPTION="Parse cpanfile"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PERL_RM_FILES=(
-	t/release-pod-syntax.t
-)
-RDEPEND="
-	>=virtual/perl-CPAN-Meta-2.120.910
-	virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Module-CPANfile/metadata.xml b/dev-perl/Module-CPANfile/metadata.xml
deleted file mode 100644
index ed207a0cf..000000000
--- a/dev-perl/Module-CPANfile/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Module-CPANfile</remote-id>
-		<remote-id type="cpan-module">Module::CPANfile</remote-id>
-		<remote-id type="cpan-module">Module::CPANfile::Environment</remote-id>
-		<remote-id type="cpan-module">Module::CPANfile::Prereq</remote-id>
-		<remote-id type="cpan-module">Module::CPANfile::Prereqs</remote-id>
-		<remote-id type="cpan-module">Module::CPANfile::Requirement</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2020-08-25 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 18:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANfile/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric

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