public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Inspector/
@ 2012-06-08 18:42 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     04fafe8de528c97e1ae478d56a689a8aea6c8cc2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 18:32:00 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 18:32:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=04fafe8d

[fix] normalise dep from Module-Inspector on PPI

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Module-Inspector/ChangeLog                |    6 +++++-
 .../Module-Inspector/Module-Inspector-1.05.ebuild  |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Module-Inspector/ChangeLog b/dev-perl/Module-Inspector/ChangeLog
index 4a459c3..a01e930 100644
--- a/dev-perl/Module-Inspector/ChangeLog
+++ b/dev-perl/Module-Inspector/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Module-Inspector
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  Module-Inspector-1.05.ebuild:
+  Normalize dep on PPI
+
   22 Mar 2009; Torsten Veller <tove@gentoo.org>
   +dev-perl/Module-Inspector/metadata.xml:
   Initial commit

diff --git a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild b/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
index 57ed559..a039bb9 100644
--- a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
+++ b/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,7 +18,7 @@ RDEPEND="dev-perl/File-Find-Rule
 	dev-perl/File-Find-Rule-Perl
 	dev-perl/Module-Manifest
 	dev-perl/Module-Math-Depends
-	>=dev-perl/PPI-1.118
+	>=dev-perl/PPI-1.118.0
 	dev-perl/Module-Extract
 	dev-perl/YAML-Tiny"
 DEPEND="${RDEPEND}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Inspector/
@ 2015-06-08 11:14 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-08 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     786f694db71fc6e42df891051a4440790b566f09
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 10:17:41 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 10:17:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=786f694d

[fixup] Module-Inspector: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 .../Module-Inspector/Module-Inspector-1.05.ebuild  | 26 --------------
 .../Module-Inspector-1.50.0.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 41 insertions(+), 26 deletions(-)

diff --git a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild b/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
deleted file mode 100644
index a039bb9..0000000
--- a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="An integrated API for inspecting Perl distributions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/File-Find-Rule
-	dev-perl/File-Find-Rule-VCS
-	dev-perl/File-Find-Rule-Perl
-	dev-perl/Module-Manifest
-	dev-perl/Module-Math-Depends
-	>=dev-perl/PPI-1.118.0
-	dev-perl/Module-Extract
-	dev-perl/YAML-Tiny"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild b/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild
new file mode 100644
index 0000000..b06c7dc
--- /dev/null
+++ b/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="An integrated API for inspecting Perl distributions"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+PERL_RM_FILES=(
+	t/97_meta.t
+	t/98_pod.t
+	t/99_pmv.t
+)
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/File-Find-Rule
+	dev-perl/File-Find-Rule-Perl
+	>=dev-perl/File-Find-Rule-VCS-1.20.0
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/Module-Extract-0.10.0
+	dev-perl/Module-Manifest
+	>=dev-perl/Module-Math-Depends-0.20.0
+	>=dev-perl/PPI-1.118.0
+	>=dev-perl/Params-Util-0.170.0
+	>=dev-perl/YAML-Tiny-1.0.0
+	>=virtual/perl-version-0.740.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.470.0
+	)
+"


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Inspector/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 11:14 Kent Fredric

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