public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Spec-Native/
@ 2017-10-02 23:10 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-02 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     044debbc7a3518e0d0845c1f7b1710b22b76c5f4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 23:03:35 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 23:10:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044debbc

dev-perl/File-Spec-Native: Add w/ version 1.4.0

Previously maintained in ::perl-experimental by Torsten Veller and
myself since Oct 2011

Required by Dist-Metadata for CPAN-Mini-Inject

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../File-Spec-Native/File-Spec-Native-1.4.0.ebuild | 24 ++++++++++++++++++++++
 dev-perl/File-Spec-Native/Manifest                 |  1 +
 dev-perl/File-Spec-Native/metadata.xml             | 12 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
new file mode 100644
index 00000000000..5f5d0b513f6
--- /dev/null
+++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RWSTAUNER
+DIST_VERSION=1.004
+inherit perl-module
+
+DESCRIPTION="Use native OS implementation of File::Spec from a subclass"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		virtual/perl-File-Temp
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/File-Spec-Native/Manifest b/dev-perl/File-Spec-Native/Manifest
new file mode 100644
index 00000000000..58a6c863068
--- /dev/null
+++ b/dev-perl/File-Spec-Native/Manifest
@@ -0,0 +1 @@
+DIST File-Spec-Native-1.004.tar.gz 20265 SHA256 41371dde1ee3b10142286d5e3fd67c2be3d6cdfadc297fc0666d227e8974ec3e SHA512 0c59040d13377648e6a849f8634731426b38e596ef3399db4acdef441194720186241ee02f12932d39d45fe5973feef7f394bd4c8f1d8459adbefeaa83adf6e1 WHIRLPOOL e2ce4b606cc607661c4a9833c23189d5246e735794e6c21a6dfd788b9ad172c93d9171c0c0905fd559054801bfb44aa1ee0f018cc7247bc535868fddc6a957a2

diff --git a/dev-perl/File-Spec-Native/metadata.xml b/dev-perl/File-Spec-Native/metadata.xml
new file mode 100644
index 00000000000..08bf4a5ddd3
--- /dev/null
+++ b/dev-perl/File-Spec-Native/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">File-Spec-Native</remote-id>
+    <remote-id type="cpan-module">File::Spec::Native</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Spec-Native/
@ 2018-10-17 18:54 Fabian Groffen
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2018-10-17 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8fb811da5b620545c60dd050578863cf3b854447
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 18:05:28 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 18:53:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb811da

dev-perl/File-Spec-Native: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
index 5f5d0b513f6..5d9c09a7fd5 100644
--- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
+++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Use native OS implementation of File::Spec from a subclass"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Spec-Native/
@ 2021-10-29 19:52 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     71de2e8e66049e316a92eb53da830ee9946b551a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 18:54:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 19:51:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71de2e8e

dev-perl/File-Spec-Native: EAPI=8 bump

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

 ...ec-Native-1.4.0.ebuild => File-Spec-Native-1.4.0-r1.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
similarity index 84%
rename from dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
rename to dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
index 77470fcdb36..704d1d8a499 100644
--- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
+++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=RWSTAUNER
 DIST_VERSION=1.004
@@ -10,11 +10,11 @@ inherit perl-module
 DESCRIPTION="Use native OS implementation of File::Spec from a subclass"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
+RDEPEND="
+	virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		>=virtual/perl-CPAN-Meta-2.120.900


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

end of thread, other threads:[~2021-10-29 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-02 23:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Spec-Native/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-10-17 18:54 Fabian Groffen
2021-10-29 19:52 Andreas K. Hüttel

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