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/astyle: ChangeLog astyle-1.24.ebuild
Date: Fri, 28 Jan 2011 19:18:00
Message-Id: 20110128191750.8229020054@flycatcher.gentoo.org
1 grobian 11/01/28 19:17:50
2
3 Modified: ChangeLog astyle-1.24.ebuild
4 Log:
5 Fix for Prefix, add keywords
6
7 (Portage version: 2.2.01.17693-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.39 dev-util/astyle/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 24 Sep 2010 15:13:42 -0000 1.38
23 +++ ChangeLog 28 Jan 2011 19:17:50 -0000 1.39
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/astyle
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.38 2010/09/24 15:13:42 scarabeus Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.39 2011/01/28 19:17:50 grobian Exp $
30 +
31 + 28 Jan 2011; Fabian Groffen <grobian@g.o> astyle-1.24.ebuild:
32 + Fix for Prefix, add keywords
33
34 *astyle-1.24 (24 Sep 2010)
35
36 @@ -82,7 +85,7 @@
37 Dropped ppc-macos keyword, see you in prefix
38
39 14 Nov 2007; Robin H. Johnson <robbat2@g.o> astyle-1.21.ebuild:
40 - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.38 2010/09/24 15:13:42 scarabeus Exp $ string.
41 + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.39 2011/01/28 19:17:50 grobian Exp $ string.
42
43 *astyle-1.21 (07 Oct 2007)
44
45
46
47
48 1.2 dev-util/astyle/astyle-1.24.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?r1=1.1&r2=1.2
53
54 Index: astyle-1.24.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- astyle-1.24.ebuild 24 Sep 2010 15:13:42 -0000 1.1
61 +++ astyle-1.24.ebuild 28 Jan 2011 19:17:50 -0000 1.2
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2010 Gentoo Foundation
64 +# Copyright 1999-2011 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.24.ebuild,v 1.1 2010/09/24 15:13:42 scarabeus Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild,v 1.2 2011/01/28 19:17:50 grobian Exp $
68
69 EAPI=3
70
71 @@ -13,7 +13,7 @@
72
73 LICENSE="LGPL-2.1"
74 SLOT="0"
75 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
76 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
77
78 IUSE="debug java"
79
80 @@ -39,7 +39,7 @@
81
82 econf \
83 --disable-dependency-tracking \
84 - --htmldir=/usr/share/doc/${PF}/html/ \
85 + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html/ \
86 $(use_enable debug) \
87 ${myopts}
88 }