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: Mon, 31 Aug 2020 09:55:32
Message-Id: 1598867723.12a345101045bdc85c267684ce576b537357a76d.polynomial-c@gentoo
1 commit: 12a345101045bdc85c267684ce576b537357a76d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 09:55:23 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:55:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a34510
7
8 media-libs/harfbuzz: Removed old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/harfbuzz/Manifest | 1 -
14 media-libs/harfbuzz/harfbuzz-2.7.0.ebuild | 110 ------------------------------
15 2 files changed, 111 deletions(-)
16
17 diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
18 index 85f3068e686..de0e5be84a7 100644
19 --- a/media-libs/harfbuzz/Manifest
20 +++ b/media-libs/harfbuzz/Manifest
21 @@ -1,6 +1,5 @@
22 DIST harfbuzz-2.6.5.tar.xz 8510596 BLAKE2B e495fbba7e0cb58918afeb6beb3ebcf936be896ca606cef27dcbfb9b5f10add144f7fcaa50dec35a9f909d7e87deebadb7c9e6bbbadcbd799effd96076786cde SHA512 ae66211f9b4233c1da4b22b703ab4912f684390294c5c88113e6c927d5aeda8960da3ff607a7c7be5968d9fbb5a95b1f6933070d0aab2aa442a3ec8a112cd16f
23 DIST harfbuzz-2.6.7.tar.xz 9001936 BLAKE2B bd3a195506253a1446e877c35c067cc874826fc6fdae3bc3a9bfd2b7682ce12de7e6d7fd4ebe03b8178d8b678c06aa2d71715b27236347224a68e4d98a72039e SHA512 6fdd6e0952a73e1949349aa5416ef8fb3fc351b15c95be4fe1f341b111159fe58113b73a334db2697f4e3aaef5a761bd8f1d8964514406cad40f9862768d59de
24 DIST harfbuzz-2.6.8.tar.xz 8976516 BLAKE2B 46401ae06ec70172621d2aa354901f03173a273abdb0db909332946643e82b4286be690ac717a29304e9db121dd7f693b4ce19522de772f5d140986d6333e7ce SHA512 651b23d7d4fab6fef472ee57db39bbaebc31c2f40ea3a482c1499ad1a7b549b86a2bccbe9da191c8e9ecdf464191dd3c9a7485546b51695ad8ab3c0329732d9d
25 -DIST harfbuzz-2.7.0.tar.gz 16278518 BLAKE2B 4d4bcbcd08c90cbdb34f8aca3571bcd836d578e7eab81187d7dba8a19ae586744b5f9ac83cfb6a50302648c502a87f4aa9dccdfbf39edc70d4318d831f4a55b0 SHA512 65d5b9bd3a53be659dd7d220da220f6873f7246c2ab11205132998e4ac4245fcf51b6968e705b81cc7652db5bbacc90c8db977cf1020edf7957a626a19e055c0
26 DIST harfbuzz-2.7.1.tar.gz 16603949 BLAKE2B 4c1792dfb8f2c777efb2f01dfc7e4642bda507813d21db5beee467b1368e991db0f0c3f903662da0a267e7af9a6c30bb258fa057e42d3096f9f8d23ccf4bac9e SHA512 a04864e0f5e523e9d025f066e0850afdfdf53acc9881c0284034ab4384088b118551a899ae5e77bbd821c344b97fb5e0a3d4506bbb812eb0019080be7b3f75f1
27 DIST harfbuzz-2.7.2.tar.gz 16605557 BLAKE2B 246ab64e29afcadc692b57bad84acdea1f9200a63f6f8b1519d12b8515ec65dc45e2edf3abdde473b71364427a689d92ce2ee25c514edf4b1e680dd423d774ee SHA512 2eeb198dab1ed1cc7d10c3890293ff40e9f37372413877a5bd44d66e88d8460a81f51cbe71c328b1300f542ca8de3269749d1d01d0c324c8b95a9c038fbe1521
28
29 diff --git a/media-libs/harfbuzz/harfbuzz-2.7.0.ebuild b/media-libs/harfbuzz/harfbuzz-2.7.0.ebuild
30 deleted file mode 100644
31 index 8bb87bd9b55..00000000000
32 --- a/media-libs/harfbuzz/harfbuzz-2.7.0.ebuild
33 +++ /dev/null
34 @@ -1,110 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{6,7,8} )
41 -
42 -inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
43 -
44 -DESCRIPTION="An OpenType text shaping engine"
45 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
46 -
47 -if [[ ${PV} = 9999 ]] ; then
48 - EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
49 - inherit git-r3
50 -else
51 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -fi
54 -
55 -LICENSE="Old-MIT ISC icu"
56 -SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
57 -
58 -IUSE="+cairo debug doc +glib +graphite icu +introspection static-libs 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 - test? ( ${PYTHON_DEPS} )
73 -"
74 -BDEPEND="
75 - virtual/pkgconfig
76 - doc? ( dev-util/gtk-doc )
77 -"
78 -
79 -pkg_setup() {
80 - use test && python-any-r1_pkg_setup
81 - if ! use debug ; then
82 - append-cppflags -DHB_NDEBUG
83 - fi
84 -}
85 -
86 -src_prepare() {
87 - default
88 -
89 - xdg_environment_reset
90 -
91 - if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
92 - # on Darwin/Solaris we need to link with g++, like automake defaults
93 - # to, but overridden by upstream because on Linux this is not
94 - # necessary, bug #449126
95 - sed -i \
96 - -e 's/\<LINK\>/CXXLINK/' \
97 - src/Makefile.am || die
98 - fi
99 -
100 - sed -i \
101 - -e 's:tests/macos.tests::' \
102 - test/shaping/data/in-house/Makefile.sources \
103 - || die # bug 726120
104 -
105 - if ! use doc ; then
106 - # Taken from shipped autogen.sh script
107 - echo "EXTRA_DIST = " > gtk-doc.make
108 - fi
109 -
110 - eautoreconf
111 - elibtoolize # for Solaris
112 -
113 - # bug 618772
114 - append-cxxflags -std=c++14
115 -}
116 -
117 -multilib_src_configure() {
118 - # harfbuzz-gobject only used for instrospection, bug #535852
119 - local myeconfargs=(
120 - --without-coretext
121 - --without-fontconfig #609300
122 - --without-uniscribe
123 - $(multilib_native_use_enable doc gtk-doc)
124 - $(multilib_native_use_enable doc gtk-doc-html)
125 - $(use_enable static-libs static)
126 - $(multilib_native_use_with cairo)
127 - $(use_with glib)
128 - $(use_with introspection gobject)
129 - $(use_with graphite graphite2)
130 - $(use_with icu)
131 - $(multilib_native_use_enable introspection)
132 - $(use_with truetype freetype)
133 - )
134 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
135 -
136 - if multilib_is_native_abi; then
137 - ln -s "${S}"/docs/html docs/html || die
138 - fi
139 -}
140 -
141 -multilib_src_install_all() {
142 - einstalldocs
143 - find "${ED}" -type f -name "*.la" -delete || die
144 -}