Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/astyle: ChangeLog astyle-1.15.3.ebuild astyle-1.21.ebuild
Date: Mon, 04 Feb 2008 03:58:47
Message-Id: E1JLsTk-000293-GN@stork.gentoo.org
1 nerdboy 08/02/04 03:58:44
2
3 Modified: ChangeLog astyle-1.15.3.ebuild astyle-1.21.ebuild
4 Log:
5 fixed string quoting and added some dies to the manual install commands
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.20 dev-util/astyle/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 27 Jan 2008 10:39:22 -0000 1.19
22 +++ ChangeLog 4 Feb 2008 03:58:43 -0000 1.20
23 @@ -1,13 +1,17 @@
24 # ChangeLog for dev-util/astyle
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.19 2008/01/27 10:39:22 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.20 2008/02/04 03:58:43 nerdboy Exp $
28 +
29 + 04 Feb 2008; Steve Arnold <nerdboy@g.o> astyle-1.21.ebuild:
30 + Fixed string quoting and added some dies to the manual install commands,
31 + but only in the latest version; emake works so far...
32
33 27 Jan 2008; Fabian Groffen <grobian@g.o> astyle-1.15.3-r1.ebuild,
34 astyle-1.21.ebuild:
35 Dropped ppc-macos keyword, see you in prefix
36
37 14 Nov 2007; Robin H. Johnson <robbat2@g.o> astyle-1.21.ebuild:
38 - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.19 2008/01/27 10:39:22 grobian Exp $ string.
39 + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.20 2008/02/04 03:58:43 nerdboy Exp $ string.
40
41 *astyle-1.21 (07 Oct 2007)
42
43
44
45
46 1.15 dev-util/astyle/astyle-1.15.3.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild?rev=1.15&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild?rev=1.15&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild?r1=1.14&r2=1.15
51
52 Index: astyle-1.15.3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v
55 retrieving revision 1.14
56 retrieving revision 1.15
57 diff -u -r1.14 -r1.15
58 --- astyle-1.15.3.ebuild 8 Nov 2004 21:36:33 -0000 1.14
59 +++ astyle-1.15.3.ebuild 4 Feb 2008 03:58:43 -0000 1.15
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2004 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.14 2004/11/08 21:36:33 kloeri Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.15 2008/02/04 03:58:43 nerdboy Exp $
66
67 inherit eutils
68
69 @@ -19,10 +19,10 @@
70
71 src_unpack() {
72 unpack ${A}
73 - epatch ${FILESDIR}/cmd-line-fix.diff
74 + epatch "${FILESDIR}"/cmd-line-fix.diff
75
76 #gcc-3.4 fix
77 - epatch ${FILESDIR}/${PN}-gcc34.patch
78 + epatch "${FILESDIR}"/${PN}-gcc34.patch
79 }
80
81 src_compile() {
82
83
84
85 1.4 dev-util/astyle/astyle-1.21.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?rev=1.4&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?rev=1.4&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild?r1=1.3&r2=1.4
90
91 Index: astyle-1.21.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild,v
94 retrieving revision 1.3
95 retrieving revision 1.4
96 diff -u -r1.3 -r1.4
97 --- astyle-1.21.ebuild 27 Jan 2008 10:39:22 -0000 1.3
98 +++ astyle-1.21.ebuild 4 Feb 2008 03:58:43 -0000 1.4
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild,v 1.3 2008/01/27 10:39:22 grobian Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.21.ebuild,v 1.4 2008/02/04 03:58:43 nerdboy Exp $
104
105 inherit eutils
106
107 @@ -37,23 +37,25 @@
108 build_targets="release static shared"
109 fi
110 fi
111 - make ${build_targets} || die "build failed"
112 + emake ${build_targets} || die "build failed"
113 }
114
115 src_install() {
116 if use debug; then
117 - newbin bin/astyled astyle
118 + newbin bin/astyled astyle || die "install debug bin failed"
119 if use libs; then
120 - newlib.a bin/libastyled.a libastyle.a
121 + newlib.a bin/libastyled.a libastyle.a \
122 + || die "install debug static lib failed"
123 # shared lib needs at least a soname patch
124 - newlib.so bin/libastyled.so libastyle.so
125 + newlib.so bin/libastyled.so libastyle.so \
126 + || die "install debug shared lib failed"
127 fi
128 else
129 if use libs; then
130 - dolib.a bin/libastyle.a
131 - dolib.so bin/libastyle.so
132 + dolib.a bin/libastyle.a || die "install static lib failed"
133 + dolib.so bin/libastyle.so || die "install shared lib failed"
134 fi
135 - dobin bin/astyle
136 + dobin bin/astyle || die "install bin failed"
137 fi
138 dohtml doc/*.html
139 }
140
141
142
143 --
144 gentoo-commits@l.g.o mailing list