Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Sun, 08 May 2022 13:35:39
Message-Id: 1652016220.ed8e078cff007abe21f1c1c5c47123a2360c3541.asturm@gentoo
1 commit: ed8e078cff007abe21f1c1c5c47123a2360c3541
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 12:47:38 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 13:23:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8e078c
7
8 media-libs/harfbuzz: Drop 3.2.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/harfbuzz/Manifest | 1 -
14 media-libs/harfbuzz/harfbuzz-3.2.0.ebuild | 98 -------------------------------
15 2 files changed, 99 deletions(-)
16
17 diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
18 index eb86fb6fb4d8..ab0e85a70334 100644
19 --- a/media-libs/harfbuzz/Manifest
20 +++ b/media-libs/harfbuzz/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST harfbuzz-3.2.0.tar.gz 28221148 BLAKE2B 55ff832d3f740e2d3819f66ddfadd10312533addc975a8871e549ad33f27f4a6da33cc190e3de17bd12c9716258bd0cb165c4c04da5057f92cc53e8673d4c10a SHA512 5d8c629416c0bc557b83e8d9d731d41b9e8ee3abc74590e65ed6ca67d74d3a440d038134313f17a7b1b14ef0fc1ecf8bb87113fdcf5f0c8d3dc3d2eeb9b08c18
23 DIST harfbuzz-3.4.0.tar.gz 29043149 BLAKE2B 7b779149b34353ebb85143f74e9efdd8f8ba3616cd192df63ae43aa86f3f08d9a4104554f1f43624824549cf957625e496a307470dd1a9599e492cbf490ab1f3 SHA512 c0b3802fc084cb781acb717f07ca7811685e6834d97ae1a2f13ddc68ce0a31d672cb92e1192705c6d5ed870cb735f5d37150f7bf661b95d806a9d8f362520c01
24 DIST harfbuzz-4.1.0.tar.gz 29069953 BLAKE2B 6f8fd1889e36b20309609cc0e0d75c06167345273c78998a481c00e14fb219c3f61538c85e1956d14141b475bbe7cbffed5dfe26313e30ac970231c4e1eb50fb SHA512 e558b58233a13570693cc35764ce2824dea8b6388f47ced228f1317a9f08b6f482c1bc8d5c46352b74e84e709f569b164bea81647212c7e82467e19dfcb703a6
25 DIST harfbuzz-4.2.0.tar.gz 29092181 BLAKE2B 75e2461932a17b2da50331b5bbdddd4c68ddafeea59088e2ad34e2de6b9f679154fddaf6579de1ef244f5f55baf61fa0b7f66459d9e16b365e152f973471f649 SHA512 2aff1e6a41d6186b71f2915296c46c0b2ffc67371e1f05c13a62c237ff7a84d7d78d414d7a395e1616a2861c83c4792ef5936a492713780564b994d18e2d3e38
26
27 diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
28 deleted file mode 100644
29 index 04e6837e2000..000000000000
30 --- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
31 +++ /dev/null
32 @@ -1,98 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
41 -
42 -DESCRIPTION="An OpenType text shaping engine"
43 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
44 -
45 -if [[ ${PV} = 9999 ]] ; then
46 - EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
47 - inherit git-r3
48 -else
49 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 - 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"
51 -fi
52 -
53 -LICENSE="Old-MIT ISC icu"
54 -# 0.9.18 introduced the harfbuzz-icu split; bug #472416
55 -# 3.0.0 dropped some unstable APIs; bug #813705
56 -SLOT="0/3.0.0"
57 -
58 -IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype"
59 -RESTRICT="!test? ( test )"
60 -REQUIRED_USE="introspection? ( glib )"
61 -
62 -RDEPEND="
63 - cairo? ( x11-libs/cairo:= )
64 - glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
65 - graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
66 - icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
67 - introspection? ( >=dev-libs/gobject-introspection-1.34:= )
68 - truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
69 -"
70 -DEPEND="${RDEPEND}
71 - >=dev-libs/gobject-introspection-common-1.34
72 -"
73 -BDEPEND="
74 - ${PYTHON_DEPS}
75 - virtual/pkgconfig
76 - doc? ( dev-util/gtk-doc )
77 - introspection? ( dev-util/glib-utils )
78 -"
79 -
80 -pkg_setup() {
81 - python-any-r1_pkg_setup
82 - if ! use debug ; then
83 - append-cppflags -DHB_NDEBUG
84 - fi
85 -}
86 -
87 -src_prepare() {
88 - default
89 -
90 - xdg_environment_reset
91 -
92 - sed -i \
93 - -e '/tests\/macos\.tests/d' \
94 - test/shape/data/in-house/Makefile.sources \
95 - || die # bug 726120
96 -
97 - # bug 618772
98 - append-cxxflags -std=c++14
99 -
100 - # bug 790359
101 - filter-flags -fexceptions -fthreadsafe-statics
102 -
103 - # bug 762415
104 - local pyscript
105 - for pyscript in $(find -type f -name "*.py") ; do
106 - python_fix_shebang -q "${pyscript}"
107 - done
108 -}
109 -
110 -multilib_src_configure() {
111 - # harfbuzz-gobject only used for introspection, bug #535852
112 - local emesonargs=(
113 - -Dcoretext="disabled"
114 - -Dchafa="disabled"
115 -
116 - $(meson_feature glib)
117 - $(meson_feature graphite graphite2)
118 - $(meson_feature icu)
119 - $(meson_feature introspection gobject)
120 - $(meson_feature test tests)
121 - $(meson_feature truetype freetype)
122 -
123 - $(meson_native_use_feature cairo)
124 - $(meson_native_use_feature doc docs)
125 - $(meson_native_use_feature introspection)
126 -
127 - $(meson_use experimental experimental_api)
128 - )
129 - meson_src_configure
130 -}