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/WWW-REST/
Date: Sat, 04 Jul 2015 05:21:04
Message-Id: 1435968258.d5ae5d9324669ed30d30890a538ec4c54471d4b6.kent@gentoo
1 commit: d5ae5d9324669ed30d30890a538ec4c54471d4b6
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 00:04:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d5ae5d93
7
8 [rebase-filter: dwc/WWW-REST] Add remaning ebuilds from my perl-other overlay
9
10 dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 20 ++++++++++++++++++++
11 1 file changed, 20 insertions(+)
12
13 diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
14 new file mode 100644
15 index 0000000..f77f129
16 --- /dev/null
17 +++ b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
18 @@ -0,0 +1,20 @@
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="Base class for REST resources"
26 +HOMEPAGE="http://search.cpan.org/dist/${PN}/"
27 +SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${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
37 + dev-perl/libwww-perl"
38 +DEPEND="${RDEPEND}"