public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/
@ 2016-11-21  3:37 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-11-21  3:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6021e6d292884d538daff737f0241e31cefea7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 02:32:27 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6021e6

dev-perl/Module-Path: Add w/ version 0.190.0

required for dev-perl/Dist-Zilla via dev-perl/Perl-PrereqScanner

Previously maintained by myself in ::perl-experimental since October 2013

Package-Manager: portage-2.3.2

 dev-perl/Module-Path/Manifest                   |  1 +
 dev-perl/Module-Path/Module-Path-0.190.0.ebuild | 31 +++++++++++++++++++++++++
 dev-perl/Module-Path/metadata.xml               | 12 ++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/Module-Path/Manifest b/dev-perl/Module-Path/Manifest
new file mode 100644
index 00000000..9f69339
--- /dev/null
+++ b/dev-perl/Module-Path/Manifest
@@ -0,0 +1 @@
+DIST Module-Path-0.19.tar.gz 14328 SHA256 b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca SHA512 fa71c67f6e8daab9df29a6ced09c557980873ea73ed6e9c28081d10009d153767adc24ddd6acbde0c1423ffbf9cc92f8ab5db29203b73a79643dfc98fc2b2935 WHIRLPOOL 5013182181b6dd88affdc2972a7a9152f9bef7edaa84578efc347307d5d70aa9cb8ab3a3b8a2039d5e82cd415b594f50ffe9d876c24f7a23632710cfb5485a6c

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
new file mode 100644
index 00000000..c23fb75
--- /dev/null
+++ b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="get the full path to a locally installed module"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Cwd -> File-Spec
+# r: File::Basename -> perl
+# r: Pod::Usage -> perl
+# r: strict, warnings -> perl
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Exporter
+	virtual/perl-Getopt-Long
+"
+# t: File::Spec::Functions -> File-Spec
+# t: FindBin 0.05 -> perl
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Devel-FindPerl
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Module-Path/metadata.xml b/dev-perl/Module-Path/metadata.xml
new file mode 100644
index 00000000..60524ec
--- /dev/null
+++ b/dev-perl/Module-Path/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+  <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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/
@ 2017-09-18 13:03 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-09-18 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b679d132a1f01189d1d1b95012d6340f7ae6c539
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:26:24 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:47:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b679d132

dev-perl/Module-Path: Fix ebuild.badheader

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Module-Path/Module-Path-0.190.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
index 4fd86375206..0ebaad0f34e 100644
--- a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
+++ b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
 DIST_AUTHOR=NEILB
 DIST_VERSION=0.19


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/
@ 2021-06-15 21:59 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-06-15 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     02b34bca79e7d6f482ece0522ecf9831190c3157
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 21:36:57 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 21:59:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b34bca

dev-perl/Module-Path: stable for amd64

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Module-Path/Module-Path-0.190.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
index 99d05eabeea..35cccff7d4e 100644
--- a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
+++ b/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="get the full path to a locally installed module"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 # r: Cwd -> File-Spec


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/
@ 2021-11-16 20:33 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     01d72bd89a04c1d3f6ce84cefc3c7a032e7df975
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 21:11:59 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:32:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d72bd8

dev-perl/Module-Path: EAPI=8 bump

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...-Path-0.190.0.ebuild => Module-Path-0.190.0-r1.ebuild} | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
similarity index 62%
rename from dev-perl/Module-Path/Module-Path-0.190.0.ebuild
rename to dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
index 35cccff7d4ef..91eff695dbc8 100644
--- a/dev-perl/Module-Path/Module-Path-0.190.0.ebuild
+++ b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 DIST_AUTHOR=NEILB
 DIST_VERSION=0.19
 inherit perl-module
@@ -9,21 +10,13 @@ inherit perl-module
 DESCRIPTION="get the full path to a locally installed module"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: Cwd -> File-Spec
-# r: File::Basename -> perl
-# r: Pod::Usage -> perl
-# r: strict, warnings -> perl
+
 RDEPEND="
 	virtual/perl-File-Spec
 	virtual/perl-Exporter
 	virtual/perl-Getopt-Long
 "
-# t: File::Spec::Functions -> File-Spec
-# t: FindBin 0.05 -> perl
-# t: Test::More -> Test-Simple
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/Devel-FindPerl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/
@ 2023-06-20  4:14 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-20  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     814a819e79dd52e6cfb94741585956eacf54815d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 04:02:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 04:02:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814a819e

dev-perl/Module-Path: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
index 91eff695dbc8..76322c9f2abf 100644
--- a/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
+++ b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ DIST_AUTHOR=NEILB
 DIST_VERSION=0.19
 inherit perl-module
 
-DESCRIPTION="get the full path to a locally installed module"
+DESCRIPTION="Get the full path to a locally installed module"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 
@@ -16,7 +16,8 @@ RDEPEND="
 	virtual/perl-Exporter
 	virtual/perl-Getopt-Long
 "
-BDEPEND="${RDEPEND}
+BDEPEND="
+	${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/Devel-FindPerl


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

end of thread, other threads:[~2023-06-20  4:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20  4:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Path/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-11-16 20:33 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2017-09-18 13:03 Kent Fredric
2016-11-21  3:37 Kent Fredric

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