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