* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/
@ 2015-07-04 5:20 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 3d2a7cbba812d59da3f8b1ce513844576c783a50
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 4 05:05:48 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 4 05:05:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d2a7cbb
URI-Find-Rule: EAPI5, Normalise version
Package-Manager: portage-2.2.17
dev-perl/URI-Find-Rule/ChangeLog | 8 --------
...RI-Find-Rule-0.8.ebuild => URI-Find-Rule-0.800.0.ebuild} | 13 +++++++------
2 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/dev-perl/URI-Find-Rule/ChangeLog b/dev-perl/URI-Find-Rule/ChangeLog
deleted file mode 100644
index 5f88c7e..0000000
--- a/dev-perl/URI-Find-Rule/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/URI-Find-Rule
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
- URI-Find-Rule-0.8.ebuild, +metadata.xml:
- Convert to EAPI=2 and add metadata.xml
-
diff --git a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
similarity index 65%
rename from dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
rename to dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
index e3fa414..0a02005 100644
--- a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
+++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.800.0.ebuild
@@ -1,23 +1,24 @@
-# Copyright 1999-2009 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=RJP
+MODULE_VERSION=0.8
inherit perl-module
DESCRIPTION="Simpler interface to URI::Find"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
IUSE="test"
-RDEPEND="dev-perl/URI-Find
+RDEPEND="
+ dev-perl/URI-Find
dev-perl/URI
dev-perl/Text-Glob"
-DEPEND="virtual/perl-Module-Build
+DEPEND="
+ dev-perl/Module-Build
${RDEPEND}
test? ( virtual/perl-Test-Simple )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/
@ 2015-07-04 5:20 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04 5:20 UTC (permalink / raw
To: gentoo-commits
commit: f7480b243f1d63bbbe356006654dfb52792552a4
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 16:43:22 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 4 05:00:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f7480b24
[rebase-filter: dwc/URI-Find-Rule] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
dev-perl/URI-Find-Rule/ChangeLog | 8 ++++++++
dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild | 24 +++++++++++++-----------
dev-perl/URI-Find-Rule/metadata.xml | 9 +++++++++
3 files changed, 30 insertions(+), 11 deletions(-)
diff --git a/dev-perl/URI-Find-Rule/ChangeLog b/dev-perl/URI-Find-Rule/ChangeLog
new file mode 100644
index 0000000..5f88c7e
--- /dev/null
+++ b/dev-perl/URI-Find-Rule/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/URI-Find-Rule
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ URI-Find-Rule-0.8.ebuild, +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
index cd26bd6..e3fa414 100644
--- a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
+++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
@@ -1,21 +1,23 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=RJP
inherit perl-module
DESCRIPTION="Simpler interface to URI::Find"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/R/RJ/RJP/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
-IUSE=""
-RDEPEND="dev-lang/perl
- dev-perl/URI-Find
+IUSE="test"
+RDEPEND="dev-perl/URI-Find
+ dev-perl/URI
dev-perl/Text-Glob"
DEPEND="virtual/perl-Module-Build
- ${RDEPEND}"
+ ${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/URI-Find-Rule/metadata.xml b/dev-perl/URI-Find-Rule/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/URI-Find-Rule/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] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/
@ 2015-07-04 5:20 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04 5:20 UTC (permalink / raw
To: gentoo-commits
commit: fb25039ae82dfd5fa517df9113bd6ae3b1c7d3a2
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 4 05:00:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb25039a
[rebase-filter: dwc/URI-Find-Rule] Add remaning ebuilds from my perl-other overlay
dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
new file mode 100644
index 0000000..cd26bd6
--- /dev/null
+++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Simpler interface to URI::Find"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/R/RJ/RJP/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+ dev-perl/URI-Find
+ dev-perl/Text-Glob"
+DEPEND="virtual/perl-Module-Build
+ ${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-04 5:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04 5:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-07-04 5:20 Kent Fredric
2015-07-04 5:20 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox