* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-General-Match/
@ 2014-08-28 5:50 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28 5:50 UTC (permalink / raw
To: gentoo-commits
commit: 66f2d5966c6e172fd49b4d50c9e05e10220d15a6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 05:01:53 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 05:01:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66f2d596
[fixup] dev-perl/Config-General-Match EAPI5, Normalise versions, Fixup dependencies and tests
Package-Manager: portage-2.2.10
---
dev-perl/Config-General-Match/ChangeLog | 10 ++++++++++
...h-0.05.ebuild => Config-General-Match-0.50.0.ebuild} | 17 ++++++++++++++---
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Config-General-Match/ChangeLog b/dev-perl/Config-General-Match/ChangeLog
new file mode 100644
index 0000000..38c55fa
--- /dev/null
+++ b/dev-perl/Config-General-Match/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Config-General-Match
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Config-General-Match-0.50.0 (28 Aug 2014)
+
+ 28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Config-General-Match-0.05.ebuild, +Config-General-Match-0.50.0.ebuild:
+ EAPI5, Normalise versions, Fixup dependencies and tests
+
diff --git a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
similarity index 57%
rename from dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild
rename to dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
index 45c00c3..34362e9 100644
--- a/dev-perl/Config-General-Match/Config-General-Match-0.05.ebuild
+++ b/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=MGRAHAM
+MODULE_VERSION=0.05
inherit perl-module
DESCRIPTION="Add <Location> and <LocationMatch> style matching toi Config::General"
@@ -12,6 +13,16 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
+ virtual/perl-Test-Simple
dev-perl/config-general
+ dev-perl/Hash-Merge
"
+DEPEND="$RDEPEND
+ virtual/perl-Module-Build"
+
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-General-Match/
@ 2015-04-02 23:30 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-04-02 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 20149e44cbb7a70983843f995df6810c54deb21d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr 2 17:17:38 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr 2 17:17:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20149e44
[fixup] Config-General-Match-0.50.0-r1: Fix dep on Config-General
Package-Manager: portage-2.2.17
...al-Match-0.50.0.ebuild => Config-General-Match-0.50.0-r1.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild b/dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild
similarity index 79%
rename from dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
rename to dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild
index 34362e9..48be50b 100644
--- a/dev-perl/Config-General-Match/Config-General-Match-0.50.0.ebuild
+++ b/dev-perl/Config-General-Match/Config-General-Match-0.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -7,7 +7,6 @@ MODULE_VERSION=0.05
inherit perl-module
DESCRIPTION="Add <Location> and <LocationMatch> style matching toi Config::General"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -15,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
virtual/perl-Test-Simple
- dev-perl/config-general
+ dev-perl/Config-General
dev-perl/Hash-Merge
"
DEPEND="$RDEPEND
@@ -25,4 +24,3 @@ PERL_RM_FILES=(
t/pod-coverage.t
t/pod.t
)
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-02 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 5:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-General-Match/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-04-02 23:30 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox