Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/uf-view: uf-view-2.4.ebuild ChangeLog
Date: Sun, 30 May 2010 10:28:27
Message-Id: 20100530102821.EAB472CF37@corvid.gentoo.org
1 hwoarang 10/05/30 10:28:20
2
3 Modified: uf-view-2.4.ebuild ChangeLog
4 Log:
5 Fix dodoc command wrt bug #315579. Keyworded for amd64
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 x11-misc/uf-view/uf-view-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild?r1=1.5&r2=1.6
14
15 Index: uf-view-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- uf-view-2.4.ebuild 30 Oct 2005 16:07:58 -0000 1.5
22 +++ uf-view-2.4.ebuild 30 May 2010 10:28:20 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v 1.5 2005/10/30 16:07:58 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v 1.6 2010/05/30 10:28:20 hwoarang Exp $
29
30 inherit gnome2
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="x86 ppc"
37 +KEYWORDS="~amd64 x86 ppc"
38 IUSE=""
39
40 RDEPEND=">=dev-libs/glib-2.0
41 @@ -22,4 +22,4 @@
42 DEPEND="${RDEPEND}
43 dev-util/pkgconfig"
44
45 -DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"
46 +DOCS="AUTHORS ChangeLog README NEWS THANKS"
47
48
49
50 1.13 x11-misc/uf-view/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/ChangeLog?rev=1.13&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/ChangeLog?rev=1.13&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/uf-view/ChangeLog?r1=1.12&r2=1.13
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v
59 retrieving revision 1.12
60 retrieving revision 1.13
61 diff -u -r1.12 -r1.13
62 --- ChangeLog 6 Feb 2007 01:32:24 -0000 1.12
63 +++ ChangeLog 30 May 2010 10:28:20 -0000 1.13
64 @@ -1,6 +1,9 @@
65 # ChangeLog for x11-misc/uf-view
66 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.12 2007/02/06 01:32:24 flameeyes Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.13 2010/05/30 10:28:20 hwoarang Exp $
70 +
71 + 30 May 2010; Markos Chandras <hwoarang@g.o> uf-view-2.4.ebuild:
72 + Fix dodoc command wrt bug #315579. Keyworded for amd64
73
74 06 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
75 Regenerate digest in Manifest2 format.