public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/NEXT/
@ 2011-03-12  2:12 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-12  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     69abd38ec040a16457a37b242c067d1d10b4057d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:49:30 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:49:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=69abd38e

[added] perl-core/NEXT

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

---
 perl-core/NEXT/ChangeLog           |   10 ++++++++++
 perl-core/NEXT/NEXT-0.650.0.ebuild |   21 +++++++++++++++++++++
 perl-core/NEXT/metadata.xml        |    9 +++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/perl-core/NEXT/ChangeLog b/perl-core/NEXT/ChangeLog
new file mode 100644
index 0000000..80cf2b8
--- /dev/null
+++ b/perl-core/NEXT/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/NEXT
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*NEXT-0.650.0 (11 Mar 2011)
+
+  11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +NEXT-0.650.0.ebuild,
+  +metadata.xml:
+  Added: reported outdated by cpan-outdated
+

diff --git a/perl-core/NEXT/NEXT-0.650.0.ebuild b/perl-core/NEXT/NEXT-0.650.0.ebuild
new file mode 100644
index 0000000..f65f48c
--- /dev/null
+++ b/perl-core/NEXT/NEXT-0.650.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.65"
+inherit perl-module
+
+DESCRIPTION="Provide a pseudo-class NEXT (et al) that allows method redispatch"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/perl-core/NEXT/metadata.xml b/perl-core/NEXT/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/NEXT/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/NEXT/
@ 2014-10-05  9:41 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-10-05  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     12e5e053b8aad46d735f7f59a5a321e2efdf47cb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 09:07:18 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct  5 09:07:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=12e5e053

[fixup] perl-core/NEXT EAPI5, cleanup deps

Package-Manager: portage-2.2.10

---
 .../NEXT/{NEXT-0.650.0.ebuild => NEXT-0.650.0-r1.ebuild}  | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/perl-core/NEXT/NEXT-0.650.0.ebuild b/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
similarity index 61%
rename from perl-core/NEXT/NEXT-0.650.0.ebuild
rename to perl-core/NEXT/NEXT-0.650.0-r1.ebuild
index f65f48c..4847865 100644
--- a/perl-core/NEXT/NEXT-0.650.0.ebuild
+++ b/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI="3"
+EAPI=5
 MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.65"
+MODULE_VERSION=0.65
 inherit perl-module
 
 DESCRIPTION="Provide a pseudo-class NEXT (et al) that allows method redispatch"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-COMMON_DEPEND=""
+RDEPEND=""
 DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	${RDEPEND}
 "
 SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/NEXT/
@ 2015-06-14 17:05 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1566ed3046a339fe0de252b62a77c59897c8f388
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:55:48 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:55:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1566ed30

[trim] perl-core/NEXT: presently redundant

 perl-core/NEXT/NEXT-0.650.0-r1.ebuild | 18 ------------------
 perl-core/NEXT/metadata.xml           | 22 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/perl-core/NEXT/NEXT-0.650.0-r1.ebuild b/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
deleted file mode 100644
index 4847865..0000000
--- a/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.65
-inherit perl-module
-
-DESCRIPTION="Provide a pseudo-class NEXT (et al) that allows method redispatch"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="
-	virtual/perl-ExtUtils-MakeMaker
-	${RDEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/NEXT/metadata.xml b/perl-core/NEXT/metadata.xml
deleted file mode 100644
index 79eb7f6..0000000
--- a/perl-core/NEXT/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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">NEXT</remote-id>
-    <remote-id type="cpan-module">EVERY</remote-id>
-    <remote-id type="cpan-module">EVERY::LAST</remote-id>
-    <remote-id type="cpan-module">NEXT</remote-id>
-    <remote-id type="cpan-module">NEXT::ACTUAL</remote-id>
-    <remote-id type="cpan-module">NEXT::ACTUAL::DISTINCT</remote-id>
-    <remote-id type="cpan-module">NEXT::ACTUAL::UNSEEN</remote-id>
-    <remote-id type="cpan-module">NEXT::DISTINCT</remote-id>
-    <remote-id type="cpan-module">NEXT::DISTINCT::ACTUAL</remote-id>
-    <remote-id type="cpan-module">NEXT::UNSEEN</remote-id>
-    <remote-id type="cpan-module">NEXT::UNSEEN::ACTUAL</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-06-14 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 17:05 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/NEXT/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-10-05  9:41 Kent Fredric
2011-03-12  2:12 Kent Fredric

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