commit: a9c88bc42dadb5554e1b97987be8d8eeefcd6b56 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 17:18:50 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 17:19:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9c88bc4
[fixup] dev-perl/Image-Math-Constrain EAPI5, Normalise, fix deps and tests Package-Manager: portage-2.2.10 --- dev-perl/Image-Math-Constrain/ChangeLog | 10 ++++++++++ ....02.ebuild => Image-Math-Constrain-1.20.0.ebuild} | 20 ++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/dev-perl/Image-Math-Constrain/ChangeLog b/dev-perl/Image-Math-Constrain/ChangeLog new file mode 100644 index 0000000..89f1dcd --- /dev/null +++ b/dev-perl/Image-Math-Constrain/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Image-Math-Constrain +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Image-Math-Constrain-1.20.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric <[email protected]> + -Image-Math-Constrain-1.02.ebuild, +Image-Math-Constrain-1.20.0.ebuild: + EAPI5, Normalise, fix deps and tests + diff --git a/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.02.ebuild b/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.20.0.ebuild similarity index 50% rename from dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.02.ebuild rename to dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.20.0.ebuild index 30b4b58..45be62c 100644 --- a/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.02.ebuild +++ b/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.20.0.ebuild @@ -1,8 +1,9 @@ -# 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=ADAMK +MODULE_VERSION=1.02 inherit perl-module DESCRIPTION="Scaling math used in image size constraining (such as thumbnails)" @@ -11,5 +12,16 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" +IUSE="test" +RDEPEND="" +DEPEND="$RDEPEND + test? ( + >=virtual/perl-Test-Simple-0.470.0 + >=virtual/perl-File-Spec-0.820.0 + )" +PERL_RM_FILES=( + t/97_meta.t + t/98_pod.t + t/99_pmv.t +) +SRC_TEST=do
