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-9999.ebuild
Date: Sun, 04 Oct 2009 15:34:14
Message-Id: E1MuT6C-0000bO-EK@stork.gentoo.org
1 sping 09/10/04 15:34:12
2
3 Modified: ChangeLog
4 Added: uncrustify-9999.ebuild
5 Log:
6 Add live ebuild from sunrise
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-util/uncrustify/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Oct 2009 15:19:01 -0000 1.2
23 +++ ChangeLog 4 Oct 2009 15:34:12 -0000 1.3
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.2 2009/10/04 15:19:01 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.3 2009/10/04 15:34:12 sping Exp $
29 +
30 +*uncrustify-9999 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Sebastian Pipping <sping@g.o> +uncrustify-9999.ebuild:
33 + Add live ebuild from sunrise
34
35 *uncrustify-0.53 (04 Oct 2009)
36
37
38
39
40 1.1 dev-util/uncrustify/uncrustify-9999.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-9999.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/uncrustify-9999.ebuild?rev=1.1&content-type=text/plain
44
45 Index: uncrustify-9999.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-9999.ebuild,v 1.1 2009/10/04 15:34:12 sping Exp $
50
51 ESVN_REPO_URI="http://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk/${PN}"
52 inherit subversion
53
54 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
55 HOMEPAGE="http://uncrustify.sourceforge.net/"
56 SRC_URI=""
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS=""
61 IUSE="test"
62
63 DEPEND="test? ( dev-lang/python )"
64 RDEPEND=""
65
66 src_test() {
67 cd tests
68 ./run_tests.py || die "tests failed"
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die "Install failed"
73 dodoc AUTHORS BUGS NEWS README || die "dodoc failed"
74 }