Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
Date: Fri, 22 Jun 2018 18:50:22
Message-Id: 1529693393.722abb3946c76c77bae811e7f8aff05bb7653c50.mgorny@gentoo
1 commit: 722abb3946c76c77bae811e7f8aff05bb7653c50
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 17 12:20:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 18:49:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722abb39
7
8 x11-wm/enlightenment: removal of e16
9
10 Check bug #656020 to find an overlay offering updated e16 packages.
11
12 Closes: https://bugs.gentoo.org/656020
13 Package-Manager: Portage[mgorny]-2.3.36.1
14
15 x11-wm/enlightenment/Manifest | 1 -
16 .../enlightenment/enlightenment-0.16.9999.ebuild | 75 ----------------------
17 x11-wm/enlightenment/enlightenment-1.0.17.ebuild | 75 ----------------------
18 x11-wm/enlightenment/metadata.xml | 2 -
19 4 files changed, 153 deletions(-)
20
21 diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
22 index c41a559a6ae..a0aa827188a 100644
23 --- a/x11-wm/enlightenment/Manifest
24 +++ b/x11-wm/enlightenment/Manifest
25 @@ -1,4 +1,3 @@
26 -DIST e16-1.0.17.tar.gz 2417299 BLAKE2B 324c8d3cd4b9e18e7c7936065be24897e26838727f64b08d3d371bc898b421831ed37eb30ea859ab33eb58898984e48a580404a6632977d84e564096fba284e4 SHA512 d6ad565cf638de5240fbcd0f1cd37977c69e6af31a4ff9127e9c570fdf57a56bde50978620fbc34508d02661effa17f0c8b91ca23faebc0b77f9d40e166ba021
27 DIST enlightenment-0.20.5.tar.xz 25039672 BLAKE2B b9f18ecb5afbd4f8675d0c5e9315173d6980e98d77e09c1e818161a92be727a504081c9944dd78519ff2eb02a146b8c3db276bd9a568f82c1584b74c4c7e7d07 SHA512 0d66d23b3462d6bf293229256d88d486d05135ff7bc7ab4258c3923c853f1935a1850b3a3ff0dabb1aae99a31dafb578f5cbb5678d08df490d3c6837b874a911
28 DIST enlightenment-0.20.6.tar.xz 25030572 BLAKE2B 7ce9b89ec56a741e81bb6ebae690c84ef89b53e7201723f0d74c99b006957f8c26cd8d4b914015aa7956d23f83beeb2ca2a0e9e145d9b2038a6a337acccd43bd SHA512 97179929c039535f6f03fbd1272bde59e25f62b35e17e859379258dac771183562348f7a5c0148c76bcb05b86c21c24950117901f0c2800ac070ba7a27aeee29
29 DIST enlightenment-0.21.11.tar.xz 25313532 BLAKE2B 3128137fe81a5b3dccc909eee8aac6845648c088b4cc8de9965408445579ed6aa01bdd879b726d21449c674f07a78386348525d61c0c0d786493d638ec4ae2b4 SHA512 3dee0f7a49fff992a81ce82a730cf8f0cec52a9805dcdd643a35a0bb8c7a27c6af82c136219553684c24c8e2ee2e8623f04858fddab56cdff7477ed2c9cc0ddf
30
31 diff --git a/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild b/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild
32 deleted file mode 100644
33 index 8c16c95bbad..00000000000
34 --- a/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild
35 +++ /dev/null
36 @@ -1,75 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -if [[ ${PV} == *9999 ]] ; then
42 - ESVN_REPO_URI="https://svn.enlightenment.org/svn/e/trunk/E16/e"
43 - inherit subversion autotools
44 - SRC_URI=""
45 - #KEYWORDS=""
46 - S=${WORKDIR}/e16/e
47 -else
48 - SRC_URI="mirror://sourceforge/enlightenment/e16-${PV/_/-}.tar.gz"
49 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
50 - S=${WORKDIR}/e16-${PV/_pre?}
51 -fi
52 -inherit eutils
53 -
54 -DESCRIPTION="Enlightenment Window Manager (e16)"
55 -HOMEPAGE="https://www.enlightenment.org/"
56 -
57 -LICENSE="BSD"
58 -SLOT="0"
59 -IUSE="dbus doc nls pango pulseaudio xcomposite xinerama xrandr"
60 -
61 -RDEPEND="pulseaudio? ( media-sound/pulseaudio )
62 - dbus? ( sys-apps/dbus )
63 - pango? ( x11-libs/pango )
64 - =media-libs/freetype-2*
65 - >=media-libs/imlib2-1.3.0[X]
66 - x11-libs/libSM
67 - x11-libs/libICE
68 - x11-libs/libX11
69 - x11-libs/libXext
70 - x11-libs/libXfixes
71 - x11-libs/libXdamage
72 - x11-libs/libXxf86vm
73 - x11-libs/libXft
74 - xrandr? ( x11-libs/libXrandr )
75 - x11-libs/libXrender
76 - x11-misc/xbitmaps
77 - xinerama? ( x11-libs/libXinerama )
78 - xcomposite? ( x11-libs/libXcomposite )
79 - nls? ( virtual/libintl )
80 - virtual/libiconv"
81 -DEPEND="${RDEPEND}
82 - virtual/pkgconfig
83 - x11-base/xorg-proto
84 - nls? ( sys-devel/gettext )"
85 -PDEPEND="doc? ( app-doc/edox-data )"
86 -
87 -src_prepare() {
88 - if [[ ! -e configure ]] ; then
89 - eautopoint
90 - eautoreconf
91 - fi
92 -}
93 -
94 -src_configure() {
95 - econf \
96 - $(use_enable nls) \
97 - $(use_enable dbus) \
98 - $(use_enable pulseaudio sound pulse) \
99 - $(use_enable pango) \
100 - $(use_enable xinerama) \
101 - $(use_enable xrandr) \
102 - $(use_enable xcomposite composite) \
103 - --disable-docs \
104 - --enable-zoom
105 -}
106 -
107 -src_install() {
108 - default
109 - dodoc COMPLIANCE sample-scripts/*
110 - dohtml docs/e16.html
111 -}
112
113 diff --git a/x11-wm/enlightenment/enlightenment-1.0.17.ebuild b/x11-wm/enlightenment/enlightenment-1.0.17.ebuild
114 deleted file mode 100644
115 index 418b0bc450d..00000000000
116 --- a/x11-wm/enlightenment/enlightenment-1.0.17.ebuild
117 +++ /dev/null
118 @@ -1,75 +0,0 @@
119 -# Copyright 1999-2018 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI="5"
123 -if [[ ${PV} == *9999 ]] ; then
124 - ESVN_REPO_URI="https://svn.enlightenment.org/svn/e/trunk/E16/e"
125 - inherit subversion autotools
126 - SRC_URI=""
127 - #KEYWORDS=""
128 - S=${WORKDIR}/e16/e
129 -else
130 - SRC_URI="mirror://sourceforge/enlightenment/e16-${PV/_/-}.tar.gz"
131 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
132 - S=${WORKDIR}/e16-${PV/_pre?}
133 -fi
134 -inherit eutils
135 -
136 -DESCRIPTION="Enlightenment Window Manager (e16)"
137 -HOMEPAGE="https://www.enlightenment.org/"
138 -
139 -LICENSE="BSD"
140 -SLOT="0"
141 -IUSE="dbus doc nls pango pulseaudio xcomposite xinerama xrandr"
142 -
143 -RDEPEND="pulseaudio? ( media-sound/pulseaudio )
144 - dbus? ( sys-apps/dbus )
145 - pango? ( x11-libs/pango )
146 - =media-libs/freetype-2*
147 - >=media-libs/imlib2-1.3.0[X]
148 - x11-libs/libSM
149 - x11-libs/libICE
150 - x11-libs/libX11
151 - x11-libs/libXext
152 - x11-libs/libXfixes
153 - x11-libs/libXdamage
154 - x11-libs/libXxf86vm
155 - x11-libs/libXft
156 - xrandr? ( x11-libs/libXrandr )
157 - x11-libs/libXrender
158 - x11-misc/xbitmaps
159 - xinerama? ( x11-libs/libXinerama )
160 - xcomposite? ( x11-libs/libXcomposite )
161 - nls? ( virtual/libintl )
162 - virtual/libiconv"
163 -DEPEND="${RDEPEND}
164 - virtual/pkgconfig
165 - x11-base/xorg-proto
166 - nls? ( sys-devel/gettext )"
167 -PDEPEND="doc? ( app-doc/edox-data )"
168 -
169 -src_prepare() {
170 - if [[ ! -e configure ]] ; then
171 - eautopoint
172 - eautoreconf
173 - fi
174 -}
175 -
176 -src_configure() {
177 - econf \
178 - $(use_enable nls) \
179 - $(use_enable dbus) \
180 - $(use_enable pulseaudio sound pulse) \
181 - $(use_enable pango) \
182 - $(use_enable xinerama) \
183 - $(use_enable xrandr) \
184 - $(use_enable xcomposite composite) \
185 - --disable-docs \
186 - --enable-zoom
187 -}
188 -
189 -src_install() {
190 - default
191 - dodoc COMPLIANCE sample-scripts/*
192 - dohtml docs/e16.html
193 -}
194
195 diff --git a/x11-wm/enlightenment/metadata.xml b/x11-wm/enlightenment/metadata.xml
196 index c5dc2af1c12..d01bc2f6aae 100644
197 --- a/x11-wm/enlightenment/metadata.xml
198 +++ b/x11-wm/enlightenment/metadata.xml
199 @@ -10,9 +10,7 @@
200 </maintainer>
201 <use>
202 <flag name="egl">Enable EGL rendering</flag>
203 - <flag name="pango">Enable pango font rendering</flag>
204 <flag name="ukit">Use upower/udisks to automount devices</flag>
205 - <flag name="xrandr">Enable support for the X xrandr extension</flag>
206 <flag name="enlightenment_modules_appmenu">Gadget that holds the menubar of the foreground application</flag>
207 <flag name="enlightenment_modules_backlight">Backlight control slider gadget</flag>
208 <flag name="enlightenment_modules_battery">A gadget to visualize your battery status</flag>