public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Path/
@ 2013-10-11  4:52 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-10-11  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ff5e871ff9ccb41a7f0f219e42e9bbcfe4244186
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Oct 11 01:02:52 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Oct 11 01:02:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ff5e871f

[added] dev-perl/Module-Path-0.90.0

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

---
 dev-perl/Module-Path/ChangeLog                 | 10 ++++++
 dev-perl/Module-Path/Module-Path-0.90.0.ebuild | 44 ++++++++++++++++++++++++++
 dev-perl/Module-Path/metadata.xml              | 13 ++++++++
 3 files changed, 67 insertions(+)

diff --git a/dev-perl/Module-Path/ChangeLog b/dev-perl/Module-Path/ChangeLog
new file mode 100644
index 0000000..89f98e0
--- /dev/null
+++ b/dev-perl/Module-Path/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Module-Path
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Module-Path-0.90.0 (11 Oct 2013)
+
+  11 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Module-Path-0.90.0.ebuild,
+  +metadata.xml:
+  Added for Perl::PrereqScanner
+

diff --git a/dev-perl/Module-Path/Module-Path-0.90.0.ebuild b/dev-perl/Module-Path/Module-Path-0.90.0.ebuild
new file mode 100644
index 0000000..de0f782
--- /dev/null
+++ b/dev-perl/Module-Path/Module-Path-0.90.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=NEILB
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='get the full path to a locally installed module'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+	# Devel::FindPerl
+	echo dev-perl/Devel-FindPerl
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# FindBin 0.05 ( 0.50.0 )
+	# echo \>=dev-lang/perl-0.50.0
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+	# Exporter
+	echo virtual/perl-Exporter
+	# strict
+	# echo dev-lang/perl
+	# warnings
+	# echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/Module-Path/metadata.xml b/dev-perl/Module-Path/metadata.xml
new file mode 100644
index 0000000..6a66180
--- /dev/null
+++ b/dev-perl/Module-Path/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-Path</remote-id>
+		<remote-id type="cpan-module">Module::Path</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-Path/
@ 2016-11-22  6:54 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2016-11-22  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     19fa0f93def2dde9b8018ec0c98383a0b22605dc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:47:51 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 06:47:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=19fa0f93

dev-perl/Module-Path: Gone to ::gentoo

 dev-perl/Module-Path/Module-Path-0.90.0.ebuild | 44 --------------------------
 dev-perl/Module-Path/metadata.xml              | 16 ----------
 2 files changed, 60 deletions(-)

diff --git a/dev-perl/Module-Path/Module-Path-0.90.0.ebuild b/dev-perl/Module-Path/Module-Path-0.90.0.ebuild
deleted file mode 100644
index e56c470..0000000
--- a/dev-perl/Module-Path/Module-Path-0.90.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='get the full path to a locally installed module'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_build() {
-	# Devel::FindPerl
-	echo dev-perl/Devel-FindPerl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# FindBin 0.05 ( 0.50.0 )
-	# echo \>=dev-lang/perl-0.50.0
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Exporter
-	echo virtual/perl-Exporter
-	# strict
-	# echo dev-lang/perl
-	# warnings
-	# echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Module-Path/metadata.xml b/dev-perl/Module-Path/metadata.xml
deleted file mode 100644
index 829f895..0000000
--- a/dev-perl/Module-Path/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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-Path</remote-id>
-		<remote-id type="cpan-module">Module::Path</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2016-11-22  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Path/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-10-11  4:52 Kent Fredric

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