Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: tkimg-1.3.ebuild ChangeLog
Date: Fri, 03 Oct 2008 19:38:10
Message-Id: E1KlqTX-0003h9-KD@stork.gentoo.org
1 bluebird 08/10/03 19:38:07
2
3 Modified: tkimg-1.3.ebuild ChangeLog
4 Log:
5 Add ~sparc keyword, bug #236244
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8-00055-gb5ff7df sparc64)
7
8 Revision Changes Path
9 1.3 dev-tcltk/tkimg/tkimg-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild?r1=1.2&r2=1.3
14
15 Index: tkimg-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tkimg-1.3.ebuild 15 Sep 2008 20:14:36 -0000 1.2
22 +++ tkimg-1.3.ebuild 3 Oct 2008 19:38:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild,v 1.2 2008/09/15 20:14:36 klausman Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.ebuild,v 1.3 2008/10/03 19:38:07 bluebird Exp $
28
29 inherit eutils autotools
30
31 @@ -12,7 +12,7 @@
32 IUSE=""
33 SLOT="0"
34 LICENSE="BSD"
35 -KEYWORDS="~alpha ~amd64 ~x86"
36 +KEYWORDS="~alpha ~amd64 ~sparc ~x86"
37
38 DEPEND="dev-lang/tk
39 media-libs/libpng
40
41
42
43 1.3 dev-tcltk/tkimg/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.2&r2=1.3
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ChangeLog 15 Sep 2008 20:14:36 -0000 1.2
56 +++ ChangeLog 3 Oct 2008 19:38:07 -0000 1.3
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-tcltk/tkimg
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.2 2008/09/15 20:14:36 klausman Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.3 2008/10/03 19:38:07 bluebird Exp $
62 +
63 + 03 Oct 2008; Friedrich Oslage <bluebird@g.o> tkimg-1.3.ebuild:
64 + Add ~sparc keyword, bug #236244
65
66 15 Sep 2008; Tobias Klausmann <klausman@g.o> tkimg-1.3.ebuild:
67 Keyworded on alpha, bug #236244