Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.58.ebuild
Date: Wed, 03 Aug 2011 11:23:54
Message-Id: 20110803112344.1A2BD2004C@flycatcher.gentoo.org
1 grobian 11/08/03 11:23:44
2
3 Modified: ChangeLog
4 Added: uncrustify-0.58.ebuild
5 Log:
6 Version bump to 0.58
7
8 (Portage version: 2.2.01.19011-prefix/cvs/SunOS i386)
9
10 Revision Changes Path
11 1.11 dev-util/uncrustify/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 20 Dec 2010 13:35:30 -0000 1.10
24 +++ ChangeLog 3 Aug 2011 11:23:44 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/uncrustify
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.10 2010/12/20 13:35:30 grobian Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.11 2011/08/03 11:23:44 grobian Exp $
31 +
32 +*uncrustify-0.58 (03 Aug 2011)
33 +
34 + 03 Aug 2011; Fabian Groffen <grobian@g.o> +uncrustify-0.58.ebuild:
35 + Version bump to 0.58
36
37 *uncrustify-0.57 (20 Dec 2010)
38
39
40
41
42 1.1 dev-util/uncrustify/uncrustify-0.58.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild?rev=1.1&content-type=text/plain
46
47 Index: uncrustify-0.58.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.1 2011/08/03 11:23:44 grobian Exp $
52
53 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
54 HOMEPAGE="http://uncrustify.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
60 IUSE="test"
61
62 DEPEND="test? ( =dev-lang/python-2* )"
63 RDEPEND=""
64
65 src_test() {
66 cd tests
67 python2 run_tests.py || die "tests failed"
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "Install failed"
72 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
73 }