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/GD-SVG: ChangeLog GD-SVG-0.31.ebuild
Date: Wed, 10 Sep 2008 17:06:23
Message-Id: E1KdT92-0007OI-Ex@stork.gentoo.org
1 tove 08/09/10 17:06:20
2
3 Modified: ChangeLog
4 Added: GD-SVG-0.31.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.27 dev-perl/GD-SVG/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 5 Mar 2007 11:55:11 -0000 1.26
23 +++ ChangeLog 10 Sep 2008 17:06:19 -0000 1.27
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/GD-SVG
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.26 2007/03/05 11:55:11 ticho Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.27 2008/09/10 17:06:19 tove Exp $
30 +
31 +*GD-SVG-0.31 (10 Sep 2008)
32 +
33 + 10 Sep 2008; Torsten Veller <tove@g.o> +GD-SVG-0.31.ebuild:
34 + Version bump
35
36 05 Mar 2007; Andrej Kacian <ticho@g.o> GD-SVG-0.28.ebuild:
37 Stable on x86, bug #169152.
38
39
40
41 1.1 dev-perl/GD-SVG/GD-SVG-0.31.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.31.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.31.ebuild?rev=1.1&content-type=text/plain
45
46 Index: GD-SVG-0.31.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/GD-SVG/GD-SVG-0.31.ebuild,v 1.1 2008/09/10 17:06:19 tove Exp $
51
52 MODULE_AUTHOR=TWH
53 inherit perl-module
54
55 DESCRIPTION="Seamlessly enable SVG output from scripts written using GD"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-perl/GD
63 dev-perl/SVG
64 dev-lang/perl"
65
66 SRC_TEST="do"