Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/astyle: ChangeLog astyle-1.22.ebuild
Date: Thu, 16 Oct 2008 06:34:07
Message-Id: E1KqMQs-0003s7-1Z@stork.gentoo.org
1 zmedico 08/10/16 06:34:02
2
3 Modified: ChangeLog astyle-1.22.ebuild
4 Log:
5 16 Oct 2008; Zac Medico <zmedico@g.o> astyle-1.22.ebuild:
6 Remove java-pkg-2 from inherit and just use java-pkg-opt-2 since java
7 support is optional in this package.
8 (Portage version: 2.2_rc12_p11692/cvs/Linux 2.6.26-1015-x86-64 i686)
9
10 Revision Changes Path
11 1.28 dev-util/astyle/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 16 Oct 2008 06:02:44 -0000 1.27
24 +++ ChangeLog 16 Oct 2008 06:34:01 -0000 1.28
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-util/astyle
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.27 2008/10/16 06:02:44 nerdboy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $
30 +
31 + 16 Oct 2008; Zac Medico <zmedico@g.o> astyle-1.22.ebuild:
32 + Remove java-pkg-2 from inherit and just use java-pkg-opt-2 since java
33 + support is optional in this package.
34
35 28 Sep 2008; Steve Arnold <nerdboy@g.o> astyle-1.22.ebuild,
36 +filers/astyle-1.22-Makefile.patch, -files/astyle-1.22-strip.patch:
37 @@ -39,7 +43,7 @@
38 Dropped ppc-macos keyword, see you in prefix
39
40 14 Nov 2007; Robin H. Johnson <robbat2@g.o> astyle-1.21.ebuild:
41 - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.27 2008/10/16 06:02:44 nerdboy Exp $ string.
42 + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $ string.
43
44 *astyle-1.21 (07 Oct 2007)
45
46
47
48
49 1.5 dev-util/astyle/astyle-1.22.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?r1=1.4&r2=1.5
54
55 Index: astyle-1.22.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- astyle-1.22.ebuild 16 Oct 2008 06:02:44 -0000 1.4
62 +++ astyle-1.22.ebuild 16 Oct 2008 06:34:01 -0000 1.5
63 @@ -1,8 +1,8 @@
64 # Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.4 2008/10/16 06:02:44 nerdboy Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.5 2008/10/16 06:34:01 zmedico Exp $
68
69 -inherit eutils java-pkg-2 java-pkg-opt-2 toolchain-funcs
70 +inherit eutils java-pkg-opt-2 toolchain-funcs
71
72 DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code"
73 HOMEPAGE="http://astyle.sourceforge.net/"
74 @@ -22,7 +22,7 @@
75
76 pkg_setup() {
77 if use java ; then
78 - java-pkg-2_pkg_setup
79 + java-pkg-opt-2_pkg_setup
80
81 if use x86; then
82 jvmarch=i386