Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Find-Rule/
Date: Sat, 04 Jul 2015 05:21:25
Message-Id: 1435986043.fb25039ae82dfd5fa517df9113bd6ae3b1c7d3a2.kent@gentoo
1 commit: fb25039ae82dfd5fa517df9113bd6ae3b1c7d3a2
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Wed Jul 8 15:43:12 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 05:00:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb25039a
7
8 [rebase-filter: dwc/URI-Find-Rule] Add remaning ebuilds from my perl-other overlay
9
10 dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild | 21 +++++++++++++++++++++
11 1 file changed, 21 insertions(+)
12
13 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
14 new file mode 100644
15 index 0000000..cd26bd6
16 --- /dev/null
17 +++ b/dev-perl/URI-Find-Rule/URI-Find-Rule-0.8.ebuild
18 @@ -0,0 +1,21 @@
19 +# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header$
22 +
23 +inherit perl-module
24 +
25 +DESCRIPTION="Simpler interface to URI::Find"
26 +HOMEPAGE="http://search.cpan.org/dist/${PN}/"
27 +SRC_URI="mirror://cpan/authors/id/R/RJ/RJP/${P}.tar.gz"
28 +LICENSE="|| ( Artistic GPL-2 )"
29 +
30 +SLOT="0"
31 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
32 +RESTRICT="nomirror"
33 +
34 +IUSE=""
35 +RDEPEND="dev-lang/perl
36 + dev-perl/URI-Find
37 + dev-perl/Text-Glob"
38 +DEPEND="virtual/perl-Module-Build
39 + ${RDEPEND}"