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.32.ebuild GD-SVG-0.27.ebuild
Date: Thu, 02 Oct 2008 05:46:35
Message-Id: E1KlH1C-0007Qr-H2@stork.gentoo.org
1 tove 08/10/02 05:46:30
2
3 Modified: ChangeLog
4 Added: GD-SVG-0.32.ebuild
5 Removed: GD-SVG-0.27.ebuild
6 Log:
7 Version bump. Cleanup
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.28 dev-perl/GD-SVG/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 10 Sep 2008 17:06:19 -0000 1.27
24 +++ ChangeLog 2 Oct 2008 05:46:30 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/GD-SVG
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.27 2008/09/10 17:06:19 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/ChangeLog,v 1.28 2008/10/02 05:46:30 tove Exp $
30 +
31 +*GD-SVG-0.32 (02 Oct 2008)
32 +
33 + 02 Oct 2008; Torsten Veller <tove@g.o> -GD-SVG-0.27.ebuild,
34 + +GD-SVG-0.32.ebuild:
35 + Version bump. Cleanup
36
37 *GD-SVG-0.31 (10 Sep 2008)
38
39
40
41
42 1.1 dev-perl/GD-SVG/GD-SVG-0.32.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.32.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.32.ebuild?rev=1.1&content-type=text/plain
46
47 Index: GD-SVG-0.32.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-SVG/GD-SVG-0.32.ebuild,v 1.1 2008/10/02 05:46:30 tove Exp $
52
53 MODULE_AUTHOR=TWH
54 inherit perl-module
55
56 DESCRIPTION="Seamlessly enable SVG output from scripts written using GD"
57
58 SLOT="0"
59 LICENSE="|| ( Artistic GPL-2 )"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="dev-perl/GD
64 dev-perl/SVG
65 dev-lang/perl"
66
67 SRC_TEST="do"