Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.55.ebuild
Date: Fri, 25 Jun 2010 13:54:07
Message-Id: 20100625135404.033DC2CF61@corvid.gentoo.org
1 fauli 10/06/25 13:54:03
2
3 Modified: ChangeLog uncrustify-0.55.ebuild
4 Log:
5 stable x86, bug 323221
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 dev-util/uncrustify/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 24 Jun 2010 21:39:25 -0000 1.7
22 +++ ChangeLog 25 Jun 2010 13:54:03 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/uncrustify
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.7 2010/06/24 21:39:25 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.8 2010/06/25 13:54:03 fauli Exp $
28 +
29 + 25 Jun 2010; Christian Faulhammer <fauli@g.o>
30 + uncrustify-0.55.ebuild:
31 + stable x86, bug 323221
32
33 24 Jun 2010; Pacho Ramos <pacho@g.o> uncrustify-0.55.ebuild:
34 stable amd64, bug 323221
35
36
37
38 1.3 dev-util/uncrustify/uncrustify-0.55.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild?r1=1.2&r2=1.3
43
44 Index: uncrustify-0.55.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- uncrustify-0.55.ebuild 24 Jun 2010 21:39:25 -0000 1.2
51 +++ uncrustify-0.55.ebuild 25 Jun 2010 13:54:03 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.2 2010/06/24 21:39:25 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.3 2010/06/25 13:54:03 fauli Exp $
57
58 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
59 HOMEPAGE="http://uncrustify.sourceforge.net/"
60 @@ -8,7 +8,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
65 +KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
66 IUSE="test"
67
68 DEPEND="test? ( dev-lang/python )"