Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/astyle: ChangeLog astyle-1.22.ebuild astyle-1.24.ebuild astyle-2.02.1.ebuild
Date: Sun, 29 Jul 2012 16:56:50
Message-Id: 20120729165641.7A3832004B@flycatcher.gentoo.org
1 armin76 12/07/29 16:56:41
2
3 Modified: ChangeLog astyle-1.22.ebuild astyle-1.24.ebuild
4 astyle-2.02.1.ebuild
5 Log:
6 Drop alpha/sparc keywords
7
8 (Portage version: 2.1.11.5/cvs/Linux ia64)
9
10 Revision Changes Path
11 1.45 dev-util/astyle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 7 Jun 2012 20:50:43 -0000 1.44
24 +++ ChangeLog 29 Jul 2012 16:56:41 -0000 1.45
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-util/astyle
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.44 2012/06/07 20:50:43 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.45 2012/07/29 16:56:41 armin76 Exp $
30 +
31 + 29 Jul 2012; Raúl Porcel <armin76@g.o> astyle-1.22.ebuild,
32 + astyle-1.24.ebuild, astyle-2.02.1.ebuild:
33 + Drop alpha/sparc keywords
34
35 07 Jun 2012; Zac Medico <zmedico@g.o> astyle-1.22.ebuild:
36 inherit multilib for get_libdir
37 @@ -105,7 +109,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.44 2012/06/07 20:50:43 zmedico Exp $ string.
42 + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.45 2012/07/29 16:56:41 armin76 Exp $ string.
43
44 *astyle-1.21 (07 Oct 2007)
45
46
47
48
49 1.14 dev-util/astyle/astyle-1.22.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?rev=1.14&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?rev=1.14&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild?r1=1.13&r2=1.14
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.13
59 retrieving revision 1.14
60 diff -u -r1.13 -r1.14
61 --- astyle-1.22.ebuild 7 Jun 2012 20:50:43 -0000 1.13
62 +++ astyle-1.22.ebuild 29 Jul 2012 16:56:41 -0000 1.14
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2012 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.13 2012/06/07 20:50:43 zmedico Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.14 2012/07/29 16:56:41 armin76 Exp $
68
69 inherit eutils java-pkg-opt-2 multilib toolchain-funcs
70
71 @@ -10,7 +10,7 @@
72
73 LICENSE="LGPL-2.1"
74 SLOT="0"
75 -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86"
76 +KEYWORDS="amd64 ppc ~ppc64 x86"
77
78 IUSE="debug java libs"
79
80
81
82
83 1.3 dev-util/astyle/astyle-1.24.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild?r1=1.2&r2=1.3
88
89 Index: astyle-1.24.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -u -r1.2 -r1.3
95 --- astyle-1.24.ebuild 28 Jan 2011 19:17:50 -0000 1.2
96 +++ astyle-1.24.ebuild 29 Jul 2012 16:56:41 -0000 1.3
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2011 Gentoo Foundation
99 +# Copyright 1999-2012 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild,v 1.2 2011/01/28 19:17:50 grobian Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.24.ebuild,v 1.3 2012/07/29 16:56:41 armin76 Exp $
103
104 EAPI=3
105
106 @@ -13,7 +13,7 @@
107
108 LICENSE="LGPL-2.1"
109 SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
111 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
112
113 IUSE="debug java"
114
115
116
117
118 1.5 dev-util/astyle/astyle-2.02.1.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild?rev=1.5&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild?rev=1.5&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild?r1=1.4&r2=1.5
123
124 Index: astyle-2.02.1.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild,v
127 retrieving revision 1.4
128 retrieving revision 1.5
129 diff -u -r1.4 -r1.5
130 --- astyle-2.02.1.ebuild 29 May 2012 19:39:29 -0000 1.4
131 +++ astyle-2.02.1.ebuild 29 Jul 2012 16:56:41 -0000 1.5
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2012 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild,v 1.4 2012/05/29 19:39:29 ranger Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild,v 1.5 2012/07/29 16:56:41 armin76 Exp $
137
138 EAPI=4
139
140 @@ -12,7 +12,7 @@
141
142 LICENSE="LGPL-2.1"
143 SLOT="0"
144 -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
145 +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
146
147 IUSE="doc java static-libs"