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-Any-Moose/
@ 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:     501769daa5529ce6aa9da172a22dbb57857e5018
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul  2 06:43:56 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 06:43:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=501769da

[fixup] Module-Install-Any-Moose: EAPI5, Normalise version

Package-Manager: portage-2.2.17

 dev-perl/Module-Install-Any-Moose/ChangeLog                  | 10 ----------
 ...0.00003.ebuild => Module-Install-Any-Moose-0.0.30.ebuild} | 12 ++++++------
 2 files changed, 6 insertions(+), 16 deletions(-)

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

diff --git a/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild b/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.0.30.ebuild
similarity index 51%
rename from dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild
rename to dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.0.30.ebuild
index c4b40c7..3e2ee09 100644
--- a/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild
+++ b/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.0.30.ebuild
@@ -1,20 +1,20 @@
-# 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=DMAKI
+MODULE_VERSION=0.00003
 inherit perl-module
 
-DESCRIPTION="Automatically sets repository URL from svn/svk/Git checkout"
+DESCRIPTION="Any::Moose support for Module::Install"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
 
 IUSE="test"
-RDEPEND=">=dev-perl/Module-Install-0.72"
+RDEPEND=">=dev-perl/Module-Install-0.720.0"
 DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
 	test? ( virtual/perl-Test-Simple )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Install-Any-Moose/
@ 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:     753d15a59aea6d6d311135311d6140e38a0d6e47
Author:     Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Mon Aug  9 23:27:32 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 06:23:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=753d15a5

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

 dev-perl/Module-Install-Any-Moose/ChangeLog          | 10 ++++++++++
 .../Module-Install-Any-Moose-0.00003.ebuild          | 20 ++++++++++++++++++++
 dev-perl/Module-Install-Any-Moose/metadata.xml       |  9 +++++++++
 3 files changed, 39 insertions(+)

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

diff --git a/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild b/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild
new file mode 100644
index 0000000..c4b40c7
--- /dev/null
+++ b/dev-perl/Module-Install-Any-Moose/Module-Install-Any-Moose-0.00003.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=DMAKI
+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-0.72"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Module-Install-Any-Moose/metadata.xml b/dev-perl/Module-Install-Any-Moose/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Module-Install-Any-Moose/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-Any-Moose/ 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