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: Sat, 18 Sep 2021 14:00:34
Message-Id: 1631973616.730b112dadb73345f7adcca96b93c469c04d28b7.polynomial-c@gentoo
1 commit: 730b112dadb73345f7adcca96b93c469c04d28b7
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 14:00:03 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 14:00:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730b112d
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 | 1 -
13 media-libs/harfbuzz/harfbuzz-2.9.0.ebuild | 96 -------------------------------
14 2 files changed, 97 deletions(-)
15
16 diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
17 index d396a0faa7b..6842af93c51 100644
18 --- a/media-libs/harfbuzz/Manifest
19 +++ b/media-libs/harfbuzz/Manifest
20 @@ -1,5 +1,4 @@
21 DIST harfbuzz-2.8.1.tar.gz 17939717 BLAKE2B 4e6eeb0beb45e88386d994eb219479a2ed68bd1b78af3becb4ef1c89152e21924319b415e194f57c7aa4acf8031ab4ae35725b873f36b6f816aaa33a7bbb86d9 SHA512 16e43b9182d3ebd2394c2c0e0df815ca9e715d55dc7e46de4eafcde49ddf59cccae69a5340e05c8aa2ee6bc2ba46d1cffae8252d1b2a004ffe9d70c62628cf73
22 DIST harfbuzz-2.8.2.tar.gz 18506485 BLAKE2B 39a43d643339a5bc27d886e418695d2864ad7b9094dc508f5ccf52bf635b340adb7ec6958a15349e0b2580444ec98c5850e4022f708287fbe44cb7ea90065881 SHA512 51eee8c8fa6f839512e0dfc5c80ae8ed1e09d747d0ffc6736e5a1cbf86de956322f23e6ea25a90985e2317e98229a133e208da2a7b5177d65894cc64706ee8d4
23 -DIST harfbuzz-2.9.0.tar.gz 18794661 BLAKE2B f11f8e744e8d344b340006cc2f3a4f90e32ca62a7f6d737fa339b646ebfa95a92b4ce1bc558fb814ecc95f8b04135c2ae2824d2c31d76411f6e0c1223691c393 SHA512 6c9f32b91d261b3d3a3b5110300ecff750958f889d23b23e407817526efaad9dfd94c4979414f299f9d23a7313e24aaad0da48d02d374b873583d5419c420803
24 DIST harfbuzz-2.9.1.tar.gz 19154048 BLAKE2B e6cdc3936606e3d9a4bacf385db13c54f328d5be6c20ab20f844650351dd34f8f2015954f4ac7a6e0b8a1258ed9a6e71f43871c768c892d87af5c399c4499c63 SHA512 f8bb1d75b498d1581e76c57e5a15999e2c0d745d7d73dad17bfc91daf000f96d17c4924e6fb31270c90c26693dd504a7e7b2add152a013acca2491a86256b07b
25 DIST harfbuzz-3.0.0.tar.gz 20360786 BLAKE2B acc1e4d7d59908a23ae1015700cfbf1737cdb0b26ba811d752954356baffb2ab18c3d22b5964d200c4cc7e312a79655c3437aff9f5a85b72c472e324dc3257ba SHA512 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5
26
27 diff --git a/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild b/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild
28 deleted file mode 100644
29 index 6b8cea0dd15..00000000000
30 --- a/media-libs/harfbuzz/harfbuzz-2.9.0.ebuild
31 +++ /dev/null
32 @@ -1,96 +0,0 @@
33 -# Copyright 1999-2021 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 ~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 -SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
55 -
56 -IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype"
57 -RESTRICT="!test? ( test )"
58 -REQUIRED_USE="introspection? ( glib )"
59 -
60 -RDEPEND="
61 - cairo? ( x11-libs/cairo:= )
62 - glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
63 - graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
64 - icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
65 - introspection? ( >=dev-libs/gobject-introspection-1.34:= )
66 - truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
67 -"
68 -DEPEND="${RDEPEND}
69 - >=dev-libs/gobject-introspection-common-1.34
70 -"
71 -BDEPEND="
72 - ${PYTHON_DEPS}
73 - virtual/pkgconfig
74 - doc? ( dev-util/gtk-doc )
75 - introspection? ( dev-util/glib-utils )
76 -"
77 -
78 -pkg_setup() {
79 - python-any-r1_pkg_setup
80 - if ! use debug ; then
81 - append-cppflags -DHB_NDEBUG
82 - fi
83 -}
84 -
85 -src_prepare() {
86 - default
87 -
88 - xdg_environment_reset
89 -
90 - sed -i \
91 - -e '/tests\/macos\.tests/d' \
92 - test/shape/data/in-house/Makefile.sources \
93 - || die # bug 726120
94 -
95 - # bug 618772
96 - append-cxxflags -std=c++14
97 -
98 - # bug 790359
99 - filter-flags -fexceptions -fthreadsafe-statics
100 -
101 - # bug 762415
102 - local pyscript
103 - for pyscript in $(find -type f -name "*.py") ; do
104 - python_fix_shebang -q "${pyscript}"
105 - done
106 -}
107 -
108 -multilib_src_configure() {
109 - # harfbuzz-gobject only used for instrospection, bug #535852
110 - local emesonargs=(
111 - -Dcoretext="disabled"
112 - -Dchafa="disabled"
113 -
114 - $(meson_feature glib)
115 - $(meson_feature graphite)
116 - $(meson_feature icu)
117 - $(meson_feature introspection gobject)
118 - $(meson_feature test tests)
119 - $(meson_feature truetype freetype)
120 -
121 - $(meson_native_use_feature cairo)
122 - $(meson_native_use_feature doc docs)
123 - $(meson_native_use_feature introspection)
124 -
125 - $(meson_use experimental experimental_api)
126 - )
127 - meson_src_configure
128 -}