commit: 37e220b3373961137b48ebd91f4382868027f0fa Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 05:50:07 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 05:50:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=37e220b3
[fixup] dev-perl/CGI-Untaint-telephone EAPI5, Normalise, Fixup deps and tests Package-Manager: portage-2.2.10 --- ...ephone-0.03.ebuild => CGI-Untaint-telephone-0.30.0.ebuild} | 11 +++++++---- dev-perl/CGI-Untaint-telephone/ChangeLog | 10 ++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild b/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild similarity index 61% rename from dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild rename to dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild index dc9730e..4e2ba78 100644 --- a/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.03.ebuild +++ b/dev-perl/CGI-Untaint-telephone/CGI-Untaint-telephone-0.30.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=TJC +MODULE_VERSION=0.03 inherit perl-module DESCRIPTION="CGI::Untaint plugin for telephone numbers" -HOMEPAGE="http://search.cpan.org/search?query=CGI-Untaint-telephone&mode=dist" IUSE="" @@ -14,4 +14,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -DEPEND=">=dev-perl/CGI-Untaint-1.26" +RDEPEND=">=dev-perl/CGI-Untaint-1.260.0" +DEPEND="$RDEPEND" + +SRC_TEST=do diff --git a/dev-perl/CGI-Untaint-telephone/ChangeLog b/dev-perl/CGI-Untaint-telephone/ChangeLog new file mode 100644 index 0000000..e839646 --- /dev/null +++ b/dev-perl/CGI-Untaint-telephone/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/CGI-Untaint-telephone +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*CGI-Untaint-telephone-0.30.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric <[email protected]> + -CGI-Untaint-telephone-0.03.ebuild, +CGI-Untaint-telephone-0.30.0.ebuild: + EAPI5, Normalise, Fixup deps and tests +
