Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/, x11-wm/e16/files/
Date: Tue, 02 Aug 2022 12:51:20
Message-Id: 1659444650.2fd5430f6bdd0ba5e81ed0330adb86f9a09396e5.bircoph@gentoo
1 commit: 2fd5430f6bdd0ba5e81ed0330adb86f9a09396e5
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 12:50:50 2022 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 12:50:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd5430f
7
8 x11-wm/e16: drop 1.0.22
9
10 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
11
12 x11-wm/e16/Manifest | 1 -
13 x11-wm/e16/e16-1.0.22.ebuild | 146 ----------------------------------
14 x11-wm/e16/files/e16-user-fonts.patch | 12 ---
15 3 files changed, 159 deletions(-)
16
17 diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
18 index 33779622ea3b..8c473fe0361f 100644
19 --- a/x11-wm/e16/Manifest
20 +++ b/x11-wm/e16/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9 SHA512 0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e
23 DIST e16-1.0.24.tar.xz 1392444 BLAKE2B 5a4c30af2d484226fac73cbe9131ae9dc308638fc035958012b99747ddaa15b1fc1340fe74c7e809e399b5c93dfc7bf8a6ead338c3977483621f4ab98f8f4a3e SHA512 869e2c654bbdcdbb56656cacea8338b0f99a991e4aeaa4dde3fd01e358b1010a58422344e617d522e024186ab98a1d9364e6ea3428507b3831516d1da5dfb08a
24 DIST e16-1.0.25.tar.xz 1400004 BLAKE2B 34ef7be6896d04234b3a48675c185aa86d7a70e0e8b5db2cdf15bef4336a40575065713f9612b94dd29a490902f36f9eb08489a779160801e885a5635d896e56 SHA512 e5cc6b08ddad8eb3052dbafda2a0ab56134e90eb9cdf75da405ac853301eadf8348dc918218119117a1f96d08e562367ff60365deb790a14af5fbdaaf89684d3
25
26 diff --git a/x11-wm/e16/e16-1.0.22.ebuild b/x11-wm/e16/e16-1.0.22.ebuild
27 deleted file mode 100644
28 index 8490c84fa233..000000000000
29 --- a/x11-wm/e16/e16-1.0.22.ebuild
30 +++ /dev/null
31 @@ -1,146 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Enlightenment Window Manager (E16)"
38 -HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
39 -SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="+alsa audiofile container dbus debug +dialogs doc examples
45 -gnome libhack modules nls opengl +pango player pulseaudio +sndfile
46 -sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr
47 -+xrender +xsm +xsync zoom"
48 -
49 -REQUIRED_USE="
50 - opengl? ( xcomposite )
51 - pango? ( xft )
52 - sound? (
53 - ^^ ( alsa player pulseaudio )
54 - alsa? ( ^^ ( sndfile audiofile ) )
55 - pulseaudio? ( ^^ ( sndfile audiofile ) )
56 - )
57 -"
58 -
59 -BDEPEND="
60 - nls? ( sys-devel/gettext )
61 - virtual/pkgconfig
62 -"
63 -COMMON_DEPEND="
64 - media-libs/freetype:2
65 - media-libs/imlib2[X]
66 - virtual/libiconv
67 - x11-libs/libX11
68 - x11-libs/libXext
69 - x11-misc/xbitmaps
70 - dbus? ( sys-apps/dbus )
71 - opengl? (
72 - media-libs/glu
73 - media-libs/mesa
74 - )
75 - pango? (
76 - dev-libs/glib:2
77 - x11-libs/pango[X]
78 - )
79 - sound? (
80 - alsa? ( media-libs/alsa-lib )
81 - player? ( media-sound/alsa-utils )
82 - pulseaudio? ( || (
83 - media-sound/apulse[sdk]
84 - media-sound/pulseaudio
85 - ) )
86 - audiofile? ( media-libs/audiofile:= )
87 - sndfile? ( media-libs/libsndfile )
88 - )
89 - xcomposite? (
90 - x11-libs/libXcomposite
91 - x11-libs/libXdamage
92 - x11-libs/libXfixes
93 - )
94 - xft? ( x11-libs/libXft )
95 - xinerama? ( x11-libs/libXinerama )
96 - xpresent? ( x11-libs/libXpresent )
97 - xrandr? ( x11-libs/libXrandr )
98 - xrender? ( x11-libs/libXrender )
99 - xsm? (
100 - x11-libs/libICE
101 - x11-libs/libSM
102 - )
103 - zoom? ( x11-libs/libXxf86vm )
104 -"
105 -RDEPEND="${COMMON_DEPEND}
106 - doc? ( app-doc/e16-docs )
107 - nls? ( virtual/libintl )
108 - themes? ( x11-themes/e16-themes )
109 - !x11-wm/enlightenment:0
110 -"
111 -DEPEND="${COMMON_DEPEND}
112 - x11-base/xorg-proto
113 -"
114 -
115 -PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
116 -
117 -src_configure() {
118 - local myconf=(
119 - $(use_enable container)
120 - $(use_enable dbus)
121 - $(use_enable debug libtrip)
122 - $(use_enable dialogs)
123 - $(use_enable doc docs)
124 - $(use_enable libhack)
125 - $(use_enable modules)
126 - $(use_enable nls)
127 - $(use_enable opengl glx)
128 - $(use_enable pango)
129 - $(use_enable xcomposite composite)
130 - $(use_enable xft)
131 - $(use_enable xi2)
132 - $(use_enable xinerama)
133 - $(use_enable xpresent)
134 - $(use_enable xrandr)
135 - $(use_enable xrender)
136 - $(use_enable xsm sm)
137 - $(use_enable xsync)
138 - $(use_enable zoom)
139 - $(use_with gnome gnome gnome3)
140 - --enable-mans
141 - --disable-docs
142 - --disable-esdtest
143 - --disable-gcc-cpp
144 - --disable-hints-gnome
145 - --disable-werror
146 - --disable-xscrnsaver
147 - )
148 - if use sound; then
149 - use alsa && myconf+=( --enable-sound=alsa )
150 - use pulseaudio && myconf+=( --enable-sound=pulseaudio )
151 - use player && myconf+=( --enable-sound=player )
152 -
153 - if use alsa || use pulseaudio; then
154 - use sndfile && myconf+=( --with-sndldr=sndfile )
155 - use audiofile && myconf+=( --with-sndldr=audiofile )
156 - else
157 - myconf+=( --without-sndldr )
158 - fi
159 - else
160 - myconf+=( --disable-sound --without-sndldr )
161 - fi
162 -
163 - econf "${myconf[@]}"
164 -}
165 -
166 -src_install() {
167 - default
168 - docompress -x /usr/share/doc/${PF}/e16.html
169 - dodoc COMPLIANCE docs/e16.html
170 - use examples && dodoc -r sample-scripts
171 -}
172 -
173 -pkg_postinst() {
174 - einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
175 - einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
176 - einfo "in the Theme setting should be disabled for this to work."
177 -}
178
179 diff --git a/x11-wm/e16/files/e16-user-fonts.patch b/x11-wm/e16/files/e16-user-fonts.patch
180 deleted file mode 100644
181 index 6a54efe0df97..000000000000
182 --- a/x11-wm/e16/files/e16-user-fonts.patch
183 +++ /dev/null
184 @@ -1,12 +0,0 @@
185 -Allow users to provide custom fonts via ~/.e16/fonts/
186 ---- a/src/ttfont.c 2018-04-26 19:19:44.000000000 +0300
187 -+++ b/src/ttfont.c 2019-03-06 06:04:33.489831326 +0300
188 -@@ -46,6 +46,8 @@
189 - imlib_add_path_to_font_path(s);
190 - Esnprintf(s, sizeof(s), "%s/fonts", EDirRoot());
191 - imlib_add_path_to_font_path(s);
192 -+ Esnprintf(s, sizeof(s), "%s/fonts", Mode.conf.dir);
193 -+ imlib_add_path_to_font_path(s);
194 - #endif
195 - }
196 -