commit: d5ae5d9324669ed30d30890a538ec4c54471d4b6 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 00:04:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d5ae5d93
[rebase-filter: dwc/WWW-REST] Add remaning ebuilds from my perl-other overlay dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild new file mode 100644 index 0000000..f77f129 --- /dev/null +++ b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild @@ -0,0 +1,20 @@ +# 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="Base class for REST resources" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${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 + dev-perl/libwww-perl" +DEPEND="${RDEPEND}"
