Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/GD-Graph3d: GD-Graph3d-0.63.ebuild ChangeLog
Date: Fri, 03 Dec 2010 02:25:02
Message-Id: 20101203022447.12C8620057@flycatcher.gentoo.org
1 xmw 10/12/03 02:24:47
2
3 Modified: GD-Graph3d-0.63.ebuild ChangeLog
4 Log:
5 add ~arm (bug 302981)
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild?r1=1.22&r2=1.23
15
16 Index: GD-Graph3d-0.63.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- GD-Graph3d-0.63.ebuild 23 Dec 2009 18:19:35 -0000 1.22
23 +++ GD-Graph3d-0.63.ebuild 3 Dec 2010 02:24:46 -0000 1.23
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild,v 1.22 2009/12/23 18:19:35 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/GD-Graph3d-0.63.ebuild,v 1.23 2010/12/03 02:24:46 xmw Exp $
30
31 inherit perl-module
32
33 @@ -10,7 +10,7 @@
34
35 LICENSE="|| ( Artistic GPL-2 )"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
38 +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
39 IUSE=""
40
41 DEPEND=">=dev-perl/GD-1.18
42
43
44
45 1.21 dev-perl/GD-Graph3d/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog?rev=1.21&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog?rev=1.21&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog?r1=1.20&r2=1.21
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v
54 retrieving revision 1.20
55 retrieving revision 1.21
56 diff -u -r1.20 -r1.21
57 --- ChangeLog 23 Dec 2009 18:19:35 -0000 1.20
58 +++ ChangeLog 3 Dec 2010 02:24:46 -0000 1.21
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/GD-Graph3d
61 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.20 2009/12/23 18:19:35 grobian Exp $
63 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Graph3d/ChangeLog,v 1.21 2010/12/03 02:24:46 xmw Exp $
65 +
66 + 03 Dec 2010; Michael Weber <xmw@g.o> GD-Graph3d-0.63.ebuild:
67 + add ~arm (bug 302981)
68
69 23 Dec 2009; Fabian Groffen <grobian@g.o> GD-Graph3d-0.63.ebuild:
70 Marked ~x86-solaris, bug #296509