public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Install-Repository/
@ 2015-07-02  6:54 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-07-02  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4400098828705a0827ae797ecfa0716ed73a4e10
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul  2 06:51:39 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 06:51:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=44000988

[fixup] Module-Install-Repository: EAPI5, normalise version

Package-Manager: portage-2.2.17

 dev-perl/Module-Install-Repository/ChangeLog              | 10 ----------
 ....06.ebuild => Module-Install-Repository-0.60.0.ebuild} | 15 +++++++++------
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/dev-perl/Module-Install-Repository/ChangeLog b/dev-perl/Module-Install-Repository/ChangeLog
deleted file mode 100644
index 44fa1f7..0000000
--- a/dev-perl/Module-Install-Repository/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/Module-Install-Repository
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Module-Install-Repository-0.06 (09 Aug 2010)
-
-  09 Aug 2010; Daniel Westermann-Clark <dwc@pobox.com>
-  +Module-Install-Repository-0.06.ebuild, +metadata.xml:
-  Add dev-perl/Module-Install-Repository
-

diff --git a/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild
similarity index 65%
rename from dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild
rename to dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild
index bfed2dd..723ab61 100644
--- a/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild
+++ b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.60.0.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.06
 inherit perl-module
 
 DESCRIPTION="Automatically sets repository URL from svn/svk/Git checkout"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="dev-perl/Module-Install"
+RDEPEND="
+	dev-perl/Module-Install
+	dev-perl/Filter
+"
 DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
 	test? (
 		virtual/perl-Test-Simple
 		dev-perl/Path-Class
-	)"
+)"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Install-Repository/
@ 2015-07-02  6:54 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-07-02  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3e1b3d76858d59ff052d421db6af684ec3b42b3c
Author:     Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Mon Aug  9 22:57:21 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 06:44:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3e1b3d76

[rebase-filter: dwc/Module-Install-Repository] Add dev-perl/Module-Install-Repository
(Portage version: 2.1.8.3/git/Linux x86_64)
 (Unsigned Manifest commit)

 dev-perl/Module-Install-Repository/ChangeLog       | 10 ++++++++++
 .../Module-Install-Repository-0.06.ebuild          | 23 ++++++++++++++++++++++
 dev-perl/Module-Install-Repository/metadata.xml    |  9 +++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-perl/Module-Install-Repository/ChangeLog b/dev-perl/Module-Install-Repository/ChangeLog
new file mode 100644
index 0000000..44fa1f7
--- /dev/null
+++ b/dev-perl/Module-Install-Repository/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Module-Install-Repository
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Module-Install-Repository-0.06 (09 Aug 2010)
+
+  09 Aug 2010; Daniel Westermann-Clark <dwc@pobox.com>
+  +Module-Install-Repository-0.06.ebuild, +metadata.xml:
+  Add dev-perl/Module-Install-Repository
+

diff --git a/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild
new file mode 100644
index 0000000..bfed2dd
--- /dev/null
+++ b/dev-perl/Module-Install-Repository/Module-Install-Repository-0.06.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=MIYAGAWA
+inherit perl-module
+
+DESCRIPTION="Automatically sets repository URL from svn/svk/Git checkout"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-perl/Module-Install"
+DEPEND="${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Path-Class
+	)"

diff --git a/dev-perl/Module-Install-Repository/metadata.xml b/dev-perl/Module-Install-Repository/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Module-Install-Repository/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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


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

end of thread, other threads:[~2015-07-02  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Install-Repository/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-02  6:54 Kent Fredric

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