Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: fluxbox-1.0.0.ebuild fluxbox-1.1.0.1.ebuild fluxbox-1.0.0-r2.ebuild fluxbox-9999.ebuild
Date: Mon, 03 Aug 2009 10:24:13
Message-Id: E1MXuiB-0007oK-Fn@stork.gentoo.org
1 ssuominen 09/08/03 10:24:11
2
3 Modified: fluxbox-1.0.0.ebuild fluxbox-1.1.0.1.ebuild
4 fluxbox-1.0.0-r2.ebuild fluxbox-9999.ebuild
5 Log:
6 Move sed and epatch to src_prepare in EAPI=2 ebuilds.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-wm/fluxbox/fluxbox-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild?r1=1.10&r2=1.11
15
16 Index: fluxbox-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- fluxbox-1.0.0.ebuild 8 Mar 2009 19:47:56 -0000 1.10
23 +++ fluxbox-1.0.0.ebuild 3 Aug 2009 10:24:11 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild,v 1.10 2009/03/08 19:47:56 gentoofan23 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild,v 1.11 2009/08/03 10:24:11 ssuominen Exp $
29
30 EAPI="2"
31 inherit eutils
32 @@ -37,10 +37,7 @@
33 LICENSE="MIT"
34 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
35
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}"
39 -
40 +src_prepare() {
41 # We need to be able to include directories rather than just plain
42 # files in menu [include] items. This patch will allow us to do clever
43 # things with style ebuilds.
44
45
46
47 1.5 x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild?r1=1.4&r2=1.5
52
53 Index: fluxbox-1.1.0.1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- fluxbox-1.1.0.1.ebuild 8 Apr 2009 16:40:32 -0000 1.4
60 +++ fluxbox-1.1.0.1.ebuild 3 Aug 2009 10:24:11 -0000 1.5
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild,v 1.4 2009/04/08 16:40:32 lack Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild,v 1.5 2009/08/03 10:24:11 ssuominen Exp $
66
67 EAPI="2"
68 inherit eutils
69 @@ -38,10 +38,7 @@
70 LICENSE="MIT"
71 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
72
73 -src_unpack() {
74 - unpack ${A}
75 - cd "${S}"
76 -
77 +src_prepare() {
78 # We need to be able to include directories rather than just plain
79 # files in menu [include] items. This patch will allow us to do clever
80 # things with style ebuilds.
81
82
83
84 1.11 x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild?rev=1.11&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild?rev=1.11&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild?r1=1.10&r2=1.11
89
90 Index: fluxbox-1.0.0-r2.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild,v
93 retrieving revision 1.10
94 retrieving revision 1.11
95 diff -u -r1.10 -r1.11
96 --- fluxbox-1.0.0-r2.ebuild 24 Jun 2009 05:13:08 -0000 1.10
97 +++ fluxbox-1.0.0-r2.ebuild 3 Aug 2009 10:24:11 -0000 1.11
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild,v 1.10 2009/06/24 05:13:08 jer Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0-r2.ebuild,v 1.11 2009/08/03 10:24:11 ssuominen Exp $
103
104 EAPI="2"
105 inherit eutils
106 @@ -38,10 +38,7 @@
107 LICENSE="MIT"
108 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
109
110 -src_unpack() {
111 - unpack ${A}
112 - cd "${S}"
113 -
114 +src_prepare() {
115 # We need to be able to include directories rather than just plain
116 # files in menu [include] items. This patch will allow us to do clever
117 # things with style ebuilds.
118
119
120
121 1.4 x11-wm/fluxbox/fluxbox-9999.ebuild
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?rev=1.4&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?rev=1.4&content-type=text/plain
125 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild?r1=1.3&r2=1.4
126
127 Index: fluxbox-9999.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v
130 retrieving revision 1.3
131 retrieving revision 1.4
132 diff -u -r1.3 -r1.4
133 --- fluxbox-9999.ebuild 16 Mar 2009 12:56:54 -0000 1.3
134 +++ fluxbox-9999.ebuild 3 Aug 2009 10:24:11 -0000 1.4
135 @@ -1,6 +1,6 @@
136 # Copyright 1999-2009 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v 1.3 2009/03/16 12:56:54 armin76 Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-9999.ebuild,v 1.4 2009/08/03 10:24:11 ssuominen Exp $
140
141 EAPI=2
142 inherit eutils git
143 @@ -41,7 +41,10 @@
144
145 src_unpack() {
146 git_src_unpack
147 +}
148
149 +src_prepare() {
150 + git_src_prepare
151 cd "${S}"
152 ./autogen.sh