Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/enlightenment: enlightenment-0.16.8.14.ebuild ChangeLog enlightenment-0.16.8.15.ebuild enlightenment-0.16.9999.ebuild
Date: Sun, 08 Mar 2009 19:34:18
Message-Id: E1LgOlM-0003GF-SG@stork.gentoo.org
1 gentoofan23 09/03/08 19:34:16
2
3 Modified: enlightenment-0.16.8.14.ebuild ChangeLog
4 enlightenment-0.16.8.15.ebuild
5 enlightenment-0.16.9999.ebuild
6 Log:
7 Transition to EAPI 2 usedeps
8 (Portage version: 2.1.6.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild?r1=1.10&r2=1.11
16
17 Index: enlightenment-0.16.8.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- enlightenment-0.16.8.14.ebuild 21 Feb 2009 07:08:09 -0000 1.10
24 +++ enlightenment-0.16.8.14.ebuild 8 Mar 2009 19:34:16 -0000 1.11
25 @@ -1,7 +1,8 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild,v 1.10 2009/02/21 07:08:09 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.14.ebuild,v 1.11 2009/03/08 19:34:16 gentoofan23 Exp $
30
31 +EAPI="2"
32 inherit eutils
33
34 DESCRIPTION="Enlightenment Window Manager"
35 @@ -15,8 +16,8 @@
36
37 RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
38 =media-libs/freetype-2*
39 - >=media-libs/imlib2-1.3.0
40 - !<x11-misc/e16keyedit-0.3
41 + >=media-libs/imlib2-1.3.0[X]
42 + !!<x11-misc/e16keyedit-0.3
43 x11-libs/libSM
44 x11-libs/libICE
45 x11-libs/libX11
46 @@ -44,11 +45,7 @@
47
48 S=${WORKDIR}/e16-${PV/_pre?}
49
50 -pkg_setup() {
51 - built_with_use media-libs/imlib2 X || die "emerge imlib2 with USE=X"
52 -}
53 -
54 -src_compile() {
55 +src_configure() {
56 econf \
57 $(use_enable nls) \
58 $(use_enable esd sound) \
59 @@ -59,9 +56,7 @@
60 --enable-hints-ewmh \
61 --enable-fsstd \
62 --enable-zoom \
63 - --with-imlib2 \
64 - || die
65 - emake || die
66 + --with-imlib2
67 }
68
69 src_install() {
70
71
72
73 1.109 x11-wm/enlightenment/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.109&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.109&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?r1=1.108&r2=1.109
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v
82 retrieving revision 1.108
83 retrieving revision 1.109
84 diff -u -r1.108 -r1.109
85 --- ChangeLog 21 Feb 2009 07:08:09 -0000 1.108
86 +++ ChangeLog 8 Mar 2009 19:34:16 -0000 1.109
87 @@ -1,6 +1,11 @@
88 # ChangeLog for x11-wm/enlightenment
89 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.108 2009/02/21 07:08:09 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.109 2009/03/08 19:34:16 gentoofan23 Exp $
92 +
93 + 08 Mar 2009; Thomas Anderson <gentoofan23@g.o>
94 + enlightenment-0.16.8.14.ebuild, enlightenment-0.16.8.15.ebuild,
95 + enlightenment-0.16.9999.ebuild:
96 + Transition to EAPI 2 usedeps
97
98 21 Feb 2009; Mike Frysinger <vapier@g.o> -files/e16,
99 enlightenment-0.16.8.14.ebuild, enlightenment-0.16.8.15.ebuild,
100
101
102
103 1.4 x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild?rev=1.4&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild?rev=1.4&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild?r1=1.3&r2=1.4
108
109 Index: enlightenment-0.16.8.15.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild,v
112 retrieving revision 1.3
113 retrieving revision 1.4
114 diff -u -r1.3 -r1.4
115 --- enlightenment-0.16.8.15.ebuild 21 Feb 2009 07:08:09 -0000 1.3
116 +++ enlightenment-0.16.8.15.ebuild 8 Mar 2009 19:34:16 -0000 1.4
117 @@ -1,7 +1,8 @@
118 # Copyright 1999-2009 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild,v 1.3 2009/02/21 07:08:09 vapier Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.15.ebuild,v 1.4 2009/03/08 19:34:16 gentoofan23 Exp $
122
123 +EAPI="2"
124 if [[ ${PV} == *9999 ]] ; then
125 ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/E16/e"
126 inherit subversion
127 @@ -25,7 +26,7 @@
128 RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
129 dbus? ( sys-apps/dbus )
130 =media-libs/freetype-2*
131 - >=media-libs/imlib2-1.3.0
132 + >=media-libs/imlib2-1.3.0[X]
133 x11-libs/libSM
134 x11-libs/libICE
135 x11-libs/libX11
136 @@ -51,10 +52,6 @@
137 nls? ( sys-devel/gettext )"
138 PDEPEND="doc? ( app-doc/edox-data )"
139
140 -pkg_setup() {
141 - built_with_use media-libs/imlib2 X || die "emerge imlib2 with USE=X"
142 -}
143 -
144 src_unpack() {
145 if [[ ${PV} == *9999 ]] ; then
146 subversion_src_unpack
147 @@ -65,7 +62,7 @@
148 fi
149 }
150
151 -src_compile() {
152 +src_configure() {
153 econf \
154 $(use_enable nls) \
155 $(use_enable dbus) \
156 @@ -77,9 +74,7 @@
157 --enable-hints-ewmh \
158 --enable-fsstd \
159 --enable-zoom \
160 - --with-imlib2 \
161 - || die
162 - emake || die
163 + --with-imlib2
164 }
165
166 src_install() {
167
168
169
170 1.33 x11-wm/enlightenment/enlightenment-0.16.9999.ebuild
171
172 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild?rev=1.33&view=markup
173 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild?rev=1.33&content-type=text/plain
174 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild?r1=1.32&r2=1.33
175
176 Index: enlightenment-0.16.9999.ebuild
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild,v
179 retrieving revision 1.32
180 retrieving revision 1.33
181 diff -u -r1.32 -r1.33
182 --- enlightenment-0.16.9999.ebuild 21 Feb 2009 07:08:09 -0000 1.32
183 +++ enlightenment-0.16.9999.ebuild 8 Mar 2009 19:34:16 -0000 1.33
184 @@ -1,7 +1,8 @@
185 # Copyright 1999-2009 Gentoo Foundation
186 # Distributed under the terms of the GNU General Public License v2
187 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild,v 1.32 2009/02/21 07:08:09 vapier Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild,v 1.33 2009/03/08 19:34:16 gentoofan23 Exp $
189
190 +EAPI="2"
191 if [[ ${PV} == *9999 ]] ; then
192 ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/E16/e"
193 inherit subversion
194 @@ -25,7 +26,7 @@
195 RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
196 dbus? ( sys-apps/dbus )
197 =media-libs/freetype-2*
198 - >=media-libs/imlib2-1.3.0
199 + >=media-libs/imlib2-1.3.0[X]
200 x11-libs/libSM
201 x11-libs/libICE
202 x11-libs/libX11
203 @@ -51,10 +52,6 @@
204 nls? ( sys-devel/gettext )"
205 PDEPEND="doc? ( app-doc/edox-data )"
206
207 -pkg_setup() {
208 - built_with_use media-libs/imlib2 X || die "emerge imlib2 with USE=X"
209 -}
210 -
211 src_unpack() {
212 if [[ ${PV} == *9999 ]] ; then
213 subversion_src_unpack
214 @@ -65,7 +62,7 @@
215 fi
216 }
217
218 -src_compile() {
219 +src_configure() {
220 econf \
221 $(use_enable nls) \
222 $(use_enable dbus) \
223 @@ -77,9 +74,7 @@
224 --enable-hints-ewmh \
225 --enable-fsstd \
226 --enable-zoom \
227 - --with-imlib2 \
228 - || die
229 - emake || die
230 + --with-imlib2
231 }
232
233 src_install() {