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.55.ebuild uncrustify-9999.ebuild
Date: Tue, 09 Feb 2010 21:01:24
Message-Id: E1NexD0-00070p-Tb@stork.gentoo.org
1 grobian 10/02/09 21:01:22
2
3 Modified: ChangeLog
4 Added: uncrustify-0.55.ebuild
5 Removed: uncrustify-9999.ebuild
6 Log:
7 Version bump to 0.55, drop live ebuild: upstream switched from SVN to Git.
8 (Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc)
9
10 Revision Changes Path
11 1.5 dev-util/uncrustify/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 9 Feb 2010 20:52:41 -0000 1.4
24 +++ ChangeLog 9 Feb 2010 21:01:22 -0000 1.5
25 @@ -1,6 +1,12 @@
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.4 2010/02/09 20:52:41 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.5 2010/02/09 21:01:22 grobian Exp $
30 +
31 +*uncrustify-0.55 (09 Feb 2010)
32 +
33 + 09 Feb 2010; Fabian Groffen <grobian@g.o> +uncrustify-0.55.ebuild,
34 + -uncrustify-9999.ebuild:
35 + Version bump to 0.55, drop live ebuild: upstream switched from SVN to Git.
36
37 09 Feb 2010; Fabian Groffen <grobian@g.o> uncrustify-0.53.ebuild:
38 Marked ~amd64-linux
39
40
41
42 1.1 dev-util/uncrustify/uncrustify-0.55.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild?rev=1.1&content-type=text/plain
46
47 Index: uncrustify-0.55.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.55.ebuild,v 1.1 2010/02/09 21:01:22 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 )"
63 RDEPEND=""
64
65 src_test() {
66 cd tests
67 ./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 }