Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Fri, 20 May 2022 21:23:34
Message-Id: 1653081782.8e1ebe87bad01cdacf963cdc9e2c2123c55c46e1.polynomial-c@gentoo
1 commit: 8e1ebe87bad01cdacf963cdc9e2c2123c55c46e1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 21:23:02 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 21:23:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1ebe87
7
8 media-libs/harfbuzz: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 media-libs/harfbuzz/Manifest | 2 -
13 media-libs/harfbuzz/harfbuzz-4.1.0.ebuild | 98 -------------------------------
14 media-libs/harfbuzz/harfbuzz-4.2.0.ebuild | 98 -------------------------------
15 3 files changed, 198 deletions(-)
16
17 diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
18 index 887d29c2ba0f..b78b79d22cde 100644
19 --- a/media-libs/harfbuzz/Manifest
20 +++ b/media-libs/harfbuzz/Manifest
21 @@ -1,5 +1,3 @@
22 DIST harfbuzz-3.4.0.tar.gz 29043149 BLAKE2B 7b779149b34353ebb85143f74e9efdd8f8ba3616cd192df63ae43aa86f3f08d9a4104554f1f43624824549cf957625e496a307470dd1a9599e492cbf490ab1f3 SHA512 c0b3802fc084cb781acb717f07ca7811685e6834d97ae1a2f13ddc68ce0a31d672cb92e1192705c6d5ed870cb735f5d37150f7bf661b95d806a9d8f362520c01
23 -DIST harfbuzz-4.1.0.tar.gz 29069953 BLAKE2B 6f8fd1889e36b20309609cc0e0d75c06167345273c78998a481c00e14fb219c3f61538c85e1956d14141b475bbe7cbffed5dfe26313e30ac970231c4e1eb50fb SHA512 e558b58233a13570693cc35764ce2824dea8b6388f47ced228f1317a9f08b6f482c1bc8d5c46352b74e84e709f569b164bea81647212c7e82467e19dfcb703a6
24 -DIST harfbuzz-4.2.0.tar.gz 29092181 BLAKE2B 75e2461932a17b2da50331b5bbdddd4c68ddafeea59088e2ad34e2de6b9f679154fddaf6579de1ef244f5f55baf61fa0b7f66459d9e16b365e152f973471f649 SHA512 2aff1e6a41d6186b71f2915296c46c0b2ffc67371e1f05c13a62c237ff7a84d7d78d414d7a395e1616a2861c83c4792ef5936a492713780564b994d18e2d3e38
25 DIST harfbuzz-4.2.1.tar.gz 29096419 BLAKE2B eb523c2e3c956559e2445bd12719b14c244cfdedd239041afec71a17912e489adb94c0b6fe148c60ae9e908cc3e740752de2a33a255c123ef937debe6008d78b SHA512 de14b673f6bd03d561c45f94e9bda44ee41897a643ab8837493260a83b1eb1f1ca0fe105c1bee241f2ecd6ab869dbccf3ffba8e2c4ee9a3a1fca4e1c6c7ca4f3
26 DIST harfbuzz-4.3.0.tar.gz 29200217 BLAKE2B dfe5e3b47e3d89a5ad7c6eaf6d274027a0eb05d1994b922d3124c97270f34353384c0161d8815fb2e379e82c8bdf046843902ba53db38daa4348e99d99255900 SHA512 bccf7cfb06ac18a9a9bf465c30dbfb51d73762a6667b3a069a85f9f597e6d27858e9e39a36cce12e23ec5b002b9e572638bf00c76bdea66545ae67a2bb7915f4
27
28 diff --git a/media-libs/harfbuzz/harfbuzz-4.1.0.ebuild b/media-libs/harfbuzz/harfbuzz-4.1.0.ebuild
29 deleted file mode 100644
30 index 899f139ec716..000000000000
31 --- a/media-libs/harfbuzz/harfbuzz-4.1.0.ebuild
32 +++ /dev/null
33 @@ -1,98 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
42 -
43 -DESCRIPTION="An OpenType text shaping engine"
44 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
45 -
46 -if [[ ${PV} = 9999 ]] ; then
47 - EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
48 - inherit git-r3
49 -else
50 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 -fi
53 -
54 -LICENSE="Old-MIT ISC icu"
55 -# 0.9.18 introduced the harfbuzz-icu split; bug #472416
56 -# 3.0.0 dropped some unstable APIs; bug #813705
57 -SLOT="0/4.0.0"
58 -
59 -IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype"
60 -RESTRICT="!test? ( test )"
61 -REQUIRED_USE="introspection? ( glib )"
62 -
63 -RDEPEND="
64 - cairo? ( x11-libs/cairo:= )
65 - glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
66 - graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
67 - icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
68 - introspection? ( >=dev-libs/gobject-introspection-1.34:= )
69 - truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
70 -"
71 -DEPEND="${RDEPEND}
72 - >=dev-libs/gobject-introspection-common-1.34
73 -"
74 -BDEPEND="
75 - ${PYTHON_DEPS}
76 - virtual/pkgconfig
77 - doc? ( dev-util/gtk-doc )
78 - introspection? ( dev-util/glib-utils )
79 -"
80 -
81 -pkg_setup() {
82 - python-any-r1_pkg_setup
83 - if ! use debug ; then
84 - append-cppflags -DHB_NDEBUG
85 - fi
86 -}
87 -
88 -src_prepare() {
89 - default
90 -
91 - xdg_environment_reset
92 -
93 - sed -i \
94 - -e '/tests\/macos\.tests/d' \
95 - test/shape/data/in-house/Makefile.sources \
96 - || die # bug 726120
97 -
98 - # bug 618772
99 - append-cxxflags -std=c++14
100 -
101 - # bug 790359
102 - filter-flags -fexceptions -fthreadsafe-statics
103 -
104 - # bug 762415
105 - local pyscript
106 - for pyscript in $(find -type f -name "*.py") ; do
107 - python_fix_shebang -q "${pyscript}"
108 - done
109 -}
110 -
111 -multilib_src_configure() {
112 - # harfbuzz-gobject only used for introspection, bug #535852
113 - local emesonargs=(
114 - -Dcoretext="disabled"
115 - -Dchafa="disabled"
116 -
117 - $(meson_feature glib)
118 - $(meson_feature graphite graphite2)
119 - $(meson_feature icu)
120 - $(meson_feature introspection gobject)
121 - $(meson_feature test tests)
122 - $(meson_feature truetype freetype)
123 -
124 - $(meson_native_use_feature cairo)
125 - $(meson_native_use_feature doc docs)
126 - $(meson_native_use_feature introspection)
127 -
128 - $(meson_use experimental experimental_api)
129 - )
130 - meson_src_configure
131 -}
132
133 diff --git a/media-libs/harfbuzz/harfbuzz-4.2.0.ebuild b/media-libs/harfbuzz/harfbuzz-4.2.0.ebuild
134 deleted file mode 100644
135 index 899f139ec716..000000000000
136 --- a/media-libs/harfbuzz/harfbuzz-4.2.0.ebuild
137 +++ /dev/null
138 @@ -1,98 +0,0 @@
139 -# Copyright 1999-2022 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=8
143 -
144 -PYTHON_COMPAT=( python3_{8..10} )
145 -
146 -inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
147 -
148 -DESCRIPTION="An OpenType text shaping engine"
149 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
150 -
151 -if [[ ${PV} = 9999 ]] ; then
152 - EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
153 - inherit git-r3
154 -else
155 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
156 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
157 -fi
158 -
159 -LICENSE="Old-MIT ISC icu"
160 -# 0.9.18 introduced the harfbuzz-icu split; bug #472416
161 -# 3.0.0 dropped some unstable APIs; bug #813705
162 -SLOT="0/4.0.0"
163 -
164 -IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype"
165 -RESTRICT="!test? ( test )"
166 -REQUIRED_USE="introspection? ( glib )"
167 -
168 -RDEPEND="
169 - cairo? ( x11-libs/cairo:= )
170 - glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
171 - graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
172 - icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
173 - introspection? ( >=dev-libs/gobject-introspection-1.34:= )
174 - truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
175 -"
176 -DEPEND="${RDEPEND}
177 - >=dev-libs/gobject-introspection-common-1.34
178 -"
179 -BDEPEND="
180 - ${PYTHON_DEPS}
181 - virtual/pkgconfig
182 - doc? ( dev-util/gtk-doc )
183 - introspection? ( dev-util/glib-utils )
184 -"
185 -
186 -pkg_setup() {
187 - python-any-r1_pkg_setup
188 - if ! use debug ; then
189 - append-cppflags -DHB_NDEBUG
190 - fi
191 -}
192 -
193 -src_prepare() {
194 - default
195 -
196 - xdg_environment_reset
197 -
198 - sed -i \
199 - -e '/tests\/macos\.tests/d' \
200 - test/shape/data/in-house/Makefile.sources \
201 - || die # bug 726120
202 -
203 - # bug 618772
204 - append-cxxflags -std=c++14
205 -
206 - # bug 790359
207 - filter-flags -fexceptions -fthreadsafe-statics
208 -
209 - # bug 762415
210 - local pyscript
211 - for pyscript in $(find -type f -name "*.py") ; do
212 - python_fix_shebang -q "${pyscript}"
213 - done
214 -}
215 -
216 -multilib_src_configure() {
217 - # harfbuzz-gobject only used for introspection, bug #535852
218 - local emesonargs=(
219 - -Dcoretext="disabled"
220 - -Dchafa="disabled"
221 -
222 - $(meson_feature glib)
223 - $(meson_feature graphite graphite2)
224 - $(meson_feature icu)
225 - $(meson_feature introspection gobject)
226 - $(meson_feature test tests)
227 - $(meson_feature truetype freetype)
228 -
229 - $(meson_native_use_feature cairo)
230 - $(meson_native_use_feature doc docs)
231 - $(meson_native_use_feature introspection)
232 -
233 - $(meson_use experimental experimental_api)
234 - )
235 - meson_src_configure
236 -}