commit: 34c576a54c65ff50f1b41a0e690694f0e7a5f9bb Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Jul 4 02:36:54 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Jul 4 02:36:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=34c576a5
dev-perl/WWW-REST: EAPI5, Normalise version Package-Manager: portage-2.2.17 dev-perl/WWW-REST/ChangeLog | 8 -------- dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 21 --------------------- dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 29 deletions(-) diff --git a/dev-perl/WWW-REST/ChangeLog b/dev-perl/WWW-REST/ChangeLog deleted file mode 100644 index ff9ca89..0000000 --- a/dev-perl/WWW-REST/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-perl/WWW-REST -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 09 Jul 2009; Daniel Westermann-Clark <[email protected]> - WWW-REST-0.01-r1.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild deleted file mode 100644 index 14d01cc..0000000 --- a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=AUTRIJUS -inherit perl-module - -DESCRIPTION="Base class for REST resources" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" -SRC_TEST="do" - -IUSE="test" -RDEPEND="dev-perl/URI - dev-perl/libwww-perl" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild b/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild new file mode 100644 index 0000000..5990a6d --- /dev/null +++ b/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=AUDREYT +MODULE_VERSION=0.011 +inherit perl-module + +DESCRIPTION="Base class for REST resources" +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Class::Struct -> perl +# HTTP::Request::Common -> HTTP-Message +# LWP::UserAgent -> libwww-perl +IUSE="test" +RDEPEND=" + dev-perl/HTTP-Message + dev-perl/libwww-perl + dev-perl/URI +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( virtual/perl-Test-Simple ) +"
