Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libgeda: ChangeLog libgeda-1.4.0.ebuild
Date: Wed, 25 Aug 2010 11:33:11
Message-Id: 20100825113308.78C9D2004E@flycatcher.gentoo.org
1 flameeyes 10/08/25 11:33:08
2
3 Modified: ChangeLog libgeda-1.4.0.ebuild
4 Log:
5 De-keyword 1.4.0-r1 so that libgeda won't be brought in by chance.
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 sci-libs/libgeda/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 21 Aug 2010 21:12:40 -0000 1.53
23 +++ ChangeLog 25 Aug 2010 11:33:08 -0000 1.54
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-libs/libgeda
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.53 2010/08/21 21:12:40 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.54 2010/08/25 11:33:08 flameeyes Exp $
29 +
30 + 25 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
31 + libgeda-1.4.0.ebuild:
32 + De-keyword 1.4.0-r1 so that libgeda won't be brought in by chance.
33
34 21 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
35 -libgeda-1.4.1.ebuild, -libgeda-1.4.3.ebuild, -libgeda-1.4.3-r1.ebuild:
36
37
38
39 1.6 sci-libs/libgeda/libgeda-1.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild?r1=1.5&r2=1.6
44
45 Index: libgeda-1.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- libgeda-1.4.0.ebuild 22 Mar 2008 09:55:03 -0000 1.5
52 +++ libgeda-1.4.0.ebuild 25 Aug 2010 11:33:08 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild,v 1.5 2008/03/22 09:55:03 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild,v 1.6 2010/08/25 11:33:08 flameeyes Exp $
59
60 inherit eutils fdo-mime versionator
61
62 @@ -12,7 +12,7 @@
63
64 IUSE="gd threads"
65 LICENSE="GPL-2"
66 -KEYWORDS="amd64 ppc sparc x86"
67 +KEYWORDS="ppc"
68 SLOT="0"
69
70 DEPEND=">=x11-libs/gtk+-2.4