Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Tue, 31 May 2022 18:24:28
Message-Id: 1654021423.2509cd94d3d5cd05681221690b212333943b167f.mattst88@gentoo
1 commit: 2509cd94d3d5cd05681221690b212333943b167f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 18:14:19 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:23:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2509cd94
7
8 x11-libs/pango: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pango/Manifest | 3 --
13 x11-libs/pango/pango-1.50.4.ebuild | 84 --------------------------------------
14 x11-libs/pango/pango-1.50.5.ebuild | 84 --------------------------------------
15 x11-libs/pango/pango-1.50.6.ebuild | 84 --------------------------------------
16 4 files changed, 255 deletions(-)
17
18 diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
19 index 25a2208662f6..9b1e65aa3742 100644
20 --- a/x11-libs/pango/Manifest
21 +++ b/x11-libs/pango/Manifest
22 @@ -1,6 +1,3 @@
23 DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B ec3f1a6a4de30e0864e7f0bf0950cb7a7b4bada8c3db496a8e5b1e770f221ae72b43167178445ea9cd0d6b88e51d2af49e7fdf27b2e792997fe7c37e55d429c1 SHA512 b7654c3493931e3c6d3cbd40ee49c5cbebaf403954bae75dea80e9f03e12dd5082548aff6a9e778821b8f935e227a7efaad4c1b980fa108e7258042221cadfc1
24 DIST pango-1.42.4.tar.xz 833876 BLAKE2B 7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26 SHA512 993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
25 -DIST pango-1.50.4.tar.xz 4290504 BLAKE2B 310a7be79ebf693b3a7775fa86557539bf4ea682b0903266248ab2812504e805024b14a917531e71ad9b5637d4d3f3c1a06b84188eb01aeed37fdcc7d11679a9 SHA512 b44cf9bd7afd633fab326e70b69dcb9f00cc26dcc36361793d3654b5ae798a303d4e63e173370f396c4fa474a4118c53076927fe7cc944fc35a32adf3a656806
26 -DIST pango-1.50.5.tar.xz 4291708 BLAKE2B 90a1fc927ee1e06eb76ea6b82e9851e3381d5393a1992db0d3da4d3a934b5bf08f4485b40a9eef58aa906e3f0b74e71f491d947ae00310130ec5e23bde47d836 SHA512 6e898945ca9682ad113cea8a5702068d6141d39bc51a27093c6c1627c10825005155c73778cb5acab99551689dd1b47069f7d5ea102db11f00416ddcf747b8c6
27 -DIST pango-1.50.6.tar.xz 4293168 BLAKE2B 63cad33f5fe5361642edb0e26a11c45e28e23400f29c078079fa9ce4411eca90c67fdd789e8cf9caec0f1d4a6b5d619808d8dcf53447f961b66db17e1bbcdb97 SHA512 27fe5b2398995fc9103dbb957bb10e5f35284762260fe29366eafd2ba570d90bb0d2f865bd78ed6728417dfde54931f014aaa2155e3eae054e1a45a2a07bf90f
28 DIST pango-1.50.7.tar.xz 4294752 BLAKE2B 049b7c09f2ec35ca229eadcd146513d2b292fac8c2296a1635f32c1e21a2ff14979c4ce4a88f966d2d85dad55e356f089c09e00062d06373f7d0760871333046 SHA512 4d754ed753fc34074c2a8751459406af7eb1eccb227c6158287f7e2921614d918cae47d078d4a2b4c098b641e40274e81bf1ec6b6a1b147efd550626665767d3
29
30 diff --git a/x11-libs/pango/pango-1.50.4.ebuild b/x11-libs/pango/pango-1.50.4.ebuild
31 deleted file mode 100644
32 index 92c1485a0b64..000000000000
33 --- a/x11-libs/pango/pango-1.50.4.ebuild
34 +++ /dev/null
35 @@ -1,84 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit flag-o-matic gnome2-utils meson-multilib xdg
42 -
43 -DESCRIPTION="Internationalized text layout and rendering library"
44 -HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango"
45 -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
46 -
47 -LICENSE="LGPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
50 -
51 -IUSE="debug +introspection sysprof X"
52 -
53 -RDEPEND="
54 - >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
55 - >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
56 - >=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
57 - >=media-libs/fontconfig-2.13.0:1.0=[${MULTILIB_USEDEP}]
58 - >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
59 - >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
60 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
61 - X? (
62 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
63 - >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
64 - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
65 - )
66 -"
67 -DEPEND="${RDEPEND}
68 - sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
69 - X? ( x11-base/xorg-proto )
70 -"
71 -BDEPEND="
72 - dev-util/glib-utils
73 - sys-apps/help2man
74 - virtual/pkgconfig
75 -"
76 -
77 -src_prepare() {
78 - xdg_src_prepare
79 - gnome2_environment_reset
80 -}
81 -
82 -multilib_src_configure() {
83 - if use debug; then
84 - append-cflags -DPANGO_ENABLE_DEBUG
85 - else
86 - append-cflags -DG_DISABLE_CAST_CHECKS
87 - fi
88 -
89 - local emesonargs=(
90 - # Never use gi-docgen subproject
91 - --wrap-mode nofallback
92 -
93 - -Dgtk_doc=false # we ship pregenerated docs
94 - $(meson_native_use_feature introspection)
95 - -Dinstall-tests=false
96 - -Dfontconfig=enabled
97 - $(meson_feature sysprof)
98 - -Dlibthai=disabled
99 - -Dcairo=enabled
100 - $(meson_feature X xft)
101 - -Dfreetype=enabled
102 - )
103 - meson_src_configure
104 -}
105 -
106 -multilib_src_install_all() {
107 - insinto /usr/share/gtk-doc/html
108 - # This will install PangoXft API docs regardless of USE=-X, but this is intentional
109 - doins -r "${S}"/docs/Pango*
110 -}
111 -
112 -pkg_postinst() {
113 - xdg_pkg_postinst
114 -
115 - if has_version 'media-libs/freetype[-harfbuzz]' ; then
116 - ewarn "media-libs/freetype is installed without harfbuzz support. This may"
117 - ewarn "lead to minor font rendering problems, see bug 712374."
118 - fi
119 -}
120
121 diff --git a/x11-libs/pango/pango-1.50.5.ebuild b/x11-libs/pango/pango-1.50.5.ebuild
122 deleted file mode 100644
123 index 13c9fd367584..000000000000
124 --- a/x11-libs/pango/pango-1.50.5.ebuild
125 +++ /dev/null
126 @@ -1,84 +0,0 @@
127 -# Copyright 1999-2022 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=7
131 -
132 -inherit flag-o-matic gnome2-utils meson-multilib xdg
133 -
134 -DESCRIPTION="Internationalized text layout and rendering library"
135 -HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango"
136 -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
137 -
138 -LICENSE="LGPL-2+"
139 -SLOT="0"
140 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
141 -
142 -IUSE="debug +introspection sysprof X"
143 -
144 -RDEPEND="
145 - >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
146 - >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
147 - >=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
148 - >=media-libs/fontconfig-2.13.0:1.0=[${MULTILIB_USEDEP}]
149 - >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
150 - >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
151 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
152 - X? (
153 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
154 - >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
155 - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
156 - )
157 -"
158 -DEPEND="${RDEPEND}
159 - sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
160 - X? ( x11-base/xorg-proto )
161 -"
162 -BDEPEND="
163 - dev-util/glib-utils
164 - sys-apps/help2man
165 - virtual/pkgconfig
166 -"
167 -
168 -src_prepare() {
169 - xdg_src_prepare
170 - gnome2_environment_reset
171 -}
172 -
173 -multilib_src_configure() {
174 - if use debug; then
175 - append-cflags -DPANGO_ENABLE_DEBUG
176 - else
177 - append-cflags -DG_DISABLE_CAST_CHECKS
178 - fi
179 -
180 - local emesonargs=(
181 - # Never use gi-docgen subproject
182 - --wrap-mode nofallback
183 -
184 - -Dgtk_doc=false # we ship pregenerated docs
185 - $(meson_native_use_feature introspection)
186 - -Dinstall-tests=false
187 - -Dfontconfig=enabled
188 - $(meson_feature sysprof)
189 - -Dlibthai=disabled
190 - -Dcairo=enabled
191 - $(meson_feature X xft)
192 - -Dfreetype=enabled
193 - )
194 - meson_src_configure
195 -}
196 -
197 -multilib_src_install_all() {
198 - insinto /usr/share/gtk-doc/html
199 - # This will install PangoXft API docs regardless of USE=-X, but this is intentional
200 - doins -r "${S}"/docs/Pango*
201 -}
202 -
203 -pkg_postinst() {
204 - xdg_pkg_postinst
205 -
206 - if has_version 'media-libs/freetype[-harfbuzz]' ; then
207 - ewarn "media-libs/freetype is installed without harfbuzz support. This may"
208 - ewarn "lead to minor font rendering problems, see bug 712374."
209 - fi
210 -}
211
212 diff --git a/x11-libs/pango/pango-1.50.6.ebuild b/x11-libs/pango/pango-1.50.6.ebuild
213 deleted file mode 100644
214 index 13c9fd367584..000000000000
215 --- a/x11-libs/pango/pango-1.50.6.ebuild
216 +++ /dev/null
217 @@ -1,84 +0,0 @@
218 -# Copyright 1999-2022 Gentoo Authors
219 -# Distributed under the terms of the GNU General Public License v2
220 -
221 -EAPI=7
222 -
223 -inherit flag-o-matic gnome2-utils meson-multilib xdg
224 -
225 -DESCRIPTION="Internationalized text layout and rendering library"
226 -HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango"
227 -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
228 -
229 -LICENSE="LGPL-2+"
230 -SLOT="0"
231 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
232 -
233 -IUSE="debug +introspection sysprof X"
234 -
235 -RDEPEND="
236 - >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
237 - >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
238 - >=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
239 - >=media-libs/fontconfig-2.13.0:1.0=[${MULTILIB_USEDEP}]
240 - >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
241 - >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
242 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
243 - X? (
244 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
245 - >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
246 - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
247 - )
248 -"
249 -DEPEND="${RDEPEND}
250 - sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
251 - X? ( x11-base/xorg-proto )
252 -"
253 -BDEPEND="
254 - dev-util/glib-utils
255 - sys-apps/help2man
256 - virtual/pkgconfig
257 -"
258 -
259 -src_prepare() {
260 - xdg_src_prepare
261 - gnome2_environment_reset
262 -}
263 -
264 -multilib_src_configure() {
265 - if use debug; then
266 - append-cflags -DPANGO_ENABLE_DEBUG
267 - else
268 - append-cflags -DG_DISABLE_CAST_CHECKS
269 - fi
270 -
271 - local emesonargs=(
272 - # Never use gi-docgen subproject
273 - --wrap-mode nofallback
274 -
275 - -Dgtk_doc=false # we ship pregenerated docs
276 - $(meson_native_use_feature introspection)
277 - -Dinstall-tests=false
278 - -Dfontconfig=enabled
279 - $(meson_feature sysprof)
280 - -Dlibthai=disabled
281 - -Dcairo=enabled
282 - $(meson_feature X xft)
283 - -Dfreetype=enabled
284 - )
285 - meson_src_configure
286 -}
287 -
288 -multilib_src_install_all() {
289 - insinto /usr/share/gtk-doc/html
290 - # This will install PangoXft API docs regardless of USE=-X, but this is intentional
291 - doins -r "${S}"/docs/Pango*
292 -}
293 -
294 -pkg_postinst() {
295 - xdg_pkg_postinst
296 -
297 - if has_version 'media-libs/freetype[-harfbuzz]' ; then
298 - ewarn "media-libs/freetype is installed without harfbuzz support. This may"
299 - ewarn "lead to minor font rendering problems, see bug 712374."
300 - fi
301 -}