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/Image-Math-Constrain/
Date: Mon, 01 Sep 2014 21:29:16
Message-Id: 1409591946.a9c88bc42dadb5554e1b97987be8d8eeefcd6b56.kent@gentoo
1 commit: a9c88bc42dadb5554e1b97987be8d8eeefcd6b56
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 1 17:18:50 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 1 17:19:06 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9c88bc4
7
8 [fixup] dev-perl/Image-Math-Constrain EAPI5, Normalise, fix deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Image-Math-Constrain/ChangeLog | 10 ++++++++++
14 ....02.ebuild => Image-Math-Constrain-1.20.0.ebuild} | 20 ++++++++++++++++----
15 2 files changed, 26 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Image-Math-Constrain/ChangeLog b/dev-perl/Image-Math-Constrain/ChangeLog
18 new file mode 100644
19 index 0000000..89f1dcd
20 --- /dev/null
21 +++ b/dev-perl/Image-Math-Constrain/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/Image-Math-Constrain
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*Image-Math-Constrain-1.20.0 (01 Sep 2014)
28 +
29 + 01 Sep 2014; Kent Fredric <kentfredric@×××××.com>
30 + -Image-Math-Constrain-1.02.ebuild, +Image-Math-Constrain-1.20.0.ebuild:
31 + EAPI5, Normalise, fix deps and tests
32 +
33
34 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
35 similarity index 50%
36 rename from dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.02.ebuild
37 rename to dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.20.0.ebuild
38 index 30b4b58..45be62c 100644
39 --- a/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.02.ebuild
40 +++ b/dev-perl/Image-Math-Constrain/Image-Math-Constrain-1.20.0.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2014 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46 -
47 +EAPI=5
48 MODULE_AUTHOR=ADAMK
49 +MODULE_VERSION=1.02
50 inherit perl-module
51
52 DESCRIPTION="Scaling math used in image size constraining (such as thumbnails)"
53 @@ -11,5 +12,16 @@ LICENSE="|| ( Artistic GPL-2 )"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56
57 -IUSE=""
58 -DEPEND=""
59 +IUSE="test"
60 +RDEPEND=""
61 +DEPEND="$RDEPEND
62 + test? (
63 + >=virtual/perl-Test-Simple-0.470.0
64 + >=virtual/perl-File-Spec-0.820.0
65 + )"
66 +PERL_RM_FILES=(
67 + t/97_meta.t
68 + t/98_pod.t
69 + t/99_pmv.t
70 +)
71 +SRC_TEST=do