Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Image-Imlib2: ChangeLog Image-Imlib2-2.01.ebuild
Date: Wed, 10 Sep 2008 18:37:38
Message-Id: E1KdUZL-0008DP-4s@stork.gentoo.org
1 tove 08/09/10 18:37:35
2
3 Modified: ChangeLog
4 Added: Image-Imlib2-2.01.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.35 dev-perl/Image-Imlib2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 20 May 2007 17:08:13 -0000 1.34
23 +++ ChangeLog 10 Sep 2008 18:37:34 -0000 1.35
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Image-Imlib2
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog,v 1.34 2007/05/20 17:08:13 nixnut Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Image-Imlib2/ChangeLog,v 1.35 2008/09/10 18:37:34 tove Exp $
30 +
31 +*Image-Imlib2-2.01 (10 Sep 2008)
32 +
33 + 10 Sep 2008; Torsten Veller <tove@g.o> +Image-Imlib2-2.01.ebuild:
34 + Version bump
35
36 20 May 2007; nixnut <nixnut@g.o> Image-Imlib2-1.13.ebuild:
37 Stable on ppc wrt bug 178194
38
39
40
41 1.1 dev-perl/Image-Imlib2/Image-Imlib2-2.01.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Image-Imlib2/Image-Imlib2-2.01.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Image-Imlib2/Image-Imlib2-2.01.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Image-Imlib2-2.01.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Image-Imlib2/Image-Imlib2-2.01.ebuild,v 1.1 2008/09/10 18:37:34 tove Exp $
51
52 MODULE_AUTHOR=LBROCARD
53 inherit perl-module
54
55 DESCRIPTION="Interface to the Imlib2 image library"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE="test"
61
62 RDEPEND=">=media-libs/imlib2-1
63 dev-lang/perl"
64 DEPEND="${RDEPEND}
65 >=dev-perl/module-build-0.28
66 test? ( dev-perl/Test-Pod
67 dev-perl/Test-Pod-Coverage )"
68
69 SRC_TEST=do
70
71 src_test(){
72 if built_with_use media-libs/imlib2 jpeg png ; then
73 perl-module_src_test
74 else
75 ewarn "Skip tests:"
76 ewarn "To run tests install media-libs/imlib2 with jpeg and png support."
77 fi
78 }