public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Spec-Native/
@ 2011-10-23  9:10 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-10-23  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     601370f30919959017afd78ef7b4803e3a7589fb
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 09:07:48 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 09:07:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=601370f3

[add] dev-perl/File-Spec-Native

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

---
 dev-perl/File-Spec-Native/ChangeLog                |   10 +++++++
 .../File-Spec-Native/File-Spec-Native-1.3.0.ebuild |   28 ++++++++++++++++++++
 dev-perl/File-Spec-Native/metadata.xml             |    5 +++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/dev-perl/File-Spec-Native/ChangeLog b/dev-perl/File-Spec-Native/ChangeLog
new file mode 100644
index 0000000..7ba5f7b
--- /dev/null
+++ b/dev-perl/File-Spec-Native/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/File-Spec-Native
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*File-Spec-Native-1.3.0 (23 Oct 2011)
+
+  23 Oct 2011; Torsten Veller <tove@gentoo.org> +File-Spec-Native-1.3.0.ebuild,
+  +metadata.xml:
+  Initial commit
+

diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.3.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.3.0.ebuild
new file mode 100644
index 0000000..eca7906
--- /dev/null
+++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.3.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=RWSTAUNER
+MODULE_VERSION=1.003
+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-6.300.0
+	test? (
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+
+SRC_TEST=do

diff --git a/dev-perl/File-Spec-Native/metadata.xml b/dev-perl/File-Spec-Native/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/File-Spec-Native/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] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Spec-Native/
@ 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:     f92a2c9f4412674beca066d594a6ff317ebe35ff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:13:51 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f92a2c9f

dev-perl/File-Spec-Native: Remove, gone to ::gentoo

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

 .../File-Spec-Native-1.3.0-r1.ebuild               | 25 ----------------------
 dev-perl/File-Spec-Native/metadata.xml             | 12 -----------
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.3.0-r1.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.3.0-r1.ebuild
deleted file mode 100644
index b61e812ac..000000000
--- a/dev-perl/File-Spec-Native/File-Spec-Native-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RWSTAUNER
-MODULE_VERSION=1.003
-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-6.300.0
-	test? (
-		virtual/perl-File-Temp
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/File-Spec-Native/metadata.xml b/dev-perl/File-Spec-Native/metadata.xml
deleted file mode 100644
index 2043a1431..000000000
--- a/dev-perl/File-Spec-Native/metadata.xml
+++ /dev/null
@@ -1,12 +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>
-	<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] 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 --
2011-10-23  9:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Spec-Native/ Torsten Veller
  -- 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