Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ChangeLog ImageSize-3.1.ebuild
Date: Fri, 19 Oct 2007 20:37:20
Message-Id: E1IiyQc-0003bv-7H@stork.gentoo.org
1 ian 07/10/19 20:26:42
2
3 Modified: ChangeLog
4 Added: ImageSize-3.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.40 dev-perl/ImageSize/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 16 Apr 2007 06:10:22 -0000 1.39
23 +++ ChangeLog 19 Oct 2007 20:26:41 -0000 1.40
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/ImageSize
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.39 2007/04/16 06:10:22 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.40 2007/10/19 20:26:41 ian Exp $
29 +
30 +*ImageSize-3.1 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Christian Hartmann <ian@g.o> +ImageSize-3.1.ebuild:
33 + Version bump
34
35 16 Apr 2007; Markus Rothe <corsair@g.o> ImageSize-3.01.ebuild:
36 Stable on ppc64
37
38
39
40 1.1 dev-perl/ImageSize/ImageSize-3.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ImageSize-3.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.1.ebuild,v 1.1 2007/10/19 20:26:41 ian Exp $
50
51 inherit perl-module
52
53 MY_P=Image-Size-${PV}
54 S=${WORKDIR}/${MY_P}
55 DESCRIPTION="The Perl Image-Size Module"
56 HOMEPAGE="http://www.cpan.org/modules/by-module/Image/${MY_P}.readme"
57 SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${MY_P}.tar.gz"
58
59 LICENSE="Artistic"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="test"
63 SRC_TEST="do"
64 mydoc="ToDo"
65
66 DEPEND="dev-lang/perl
67 >=dev-perl/module-build-0.28
68 test? ( dev-perl/Test-Pod-Coverage )"
69
70
71
72 --
73 gentoo-commits@g.o mailing list