Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.53.ebuild
Date: Sun, 04 Oct 2009 15:19:05
Message-Id: E1MuSrV-0008VJ-QZ@stork.gentoo.org
1 sping 09/10/04 15:19:01
2
3 Modified: ChangeLog
4 Added: uncrustify-0.53.ebuild
5 Log:
6 Bump to 0.53
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-util/uncrustify/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 1 Oct 2009 17:43:44 -0000 1.1
23 +++ ChangeLog 4 Oct 2009 15:19:01 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/uncrustify
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.1 2009/10/01 17:43:44 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.2 2009/10/04 15:19:01 sping Exp $
29 +
30 +*uncrustify-0.53 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Sebastian Pipping <sping@g.o> +uncrustify-0.53.ebuild:
33 + Bump to 0.53
34
35 *uncrustify-0.52 (01 Oct 2009)
36
37
38
39
40 1.1 dev-util/uncrustify/uncrustify-0.53.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild?rev=1.1&content-type=text/plain
44
45 Index: uncrustify-0.53.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.1 2009/10/04 15:19:01 sping Exp $
50
51 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
52 HOMEPAGE="http://uncrustify.sourceforge.net/"
53 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
58 IUSE="test"
59
60 DEPEND="test? ( dev-lang/python )"
61 RDEPEND=""
62
63 src_test() {
64 cd tests
65 ./run_tests.py || die "tests failed"
66 }
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "Install failed"
70 dodoc AUTHORS BUGS NEWS README || die "dodoc failed"
71 }