commit:     75dc61c9d866ea2802916b69881617ba589f5d5c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 19:26:13 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 21:14:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dc61c9

media-libs/harfbuzz: drop 10.1.0, 10.4.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/harfbuzz/Manifest               |  1 -
 media-libs/harfbuzz/harfbuzz-10.1.0.ebuild | 89 ------------------------------
 media-libs/harfbuzz/harfbuzz-10.4.0.ebuild | 89 ------------------------------
 3 files changed, 179 deletions(-)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index 62cf86fc5aa9..8e480ca14c84 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -1,3 +1,2 @@
-DIST harfbuzz-10.1.0.tar.xz 17922136 BLAKE2B 
7d78e31d045b984d8d1a8b1d1f8f282ff9b7dc748ffd65355266266e75064b14eb94ec6b1418e208ebb0fffb99ef174d1978ab14f0c318c1112c2d8005285979
 SHA512 
14b0e8fd417af9c78f36e532e3737c163902b85837be1028a8fd569508639b87afeb56f70a2313ba2f0f6d4b72bb6cee0bf50fb333dfc503c713e4d9cd86e9c3
 DIST harfbuzz-10.4.0.tar.xz 18120656 BLAKE2B 
21a2ed81ead5f06658c6153ad756631aacf5522bf58cdc5a54585cc03b0562c634ecabcd686fa76d2dda3497eb1a7d9e10c771e29da62c5946438d9ed8c46075
 SHA512 
73e202225aeef6174ebd3b8b226ad9d5afb48c40ecdc1bc26d1bc5f0cf1d832a8ffc2fe5b7ae3b7c8f848552dd57116d407f44120c6813b59dbe9faed0c346dc
 DIST harfbuzz-11.0.1.tar.xz 18158636 BLAKE2B 
db36c39915a96e82ba1aefe48dd753e925ff32c05b5ac96a737da4c55e6416e18898c2cc9aa8aa8c24ea996a8fdf57838d4de274f0a583ad54c3a7ed04168cb6
 SHA512 
0eca477c9c2225fdfa2c571a302606aa5026ba809ca1b61b9edd7397b601c57fc1f7919068e9e193cc49b6ea643a8918934aa7cab1ac59947358e06fb1ad645d

diff --git a/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild
deleted file mode 100644
index 771a0996c06b..000000000000
--- a/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
-
-DESCRIPTION="An OpenType text shaping engine"
-HOMEPAGE="https://harfbuzz.github.io/";
-
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/harfbuzz/harfbuzz/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-fi
-
-LICENSE="Old-MIT ISC icu"
-# 0.9.18 introduced the harfbuzz-icu split; bug #472416
-# 3.0.0 dropped some unstable APIs; bug #813705
-# 6.0.0 changed libharfbuzz-subset.so ABI
-SLOT="0/6.0.0"
-
-IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="introspection? ( glib )"
-
-RDEPEND="
-       cairo? ( x11-libs/cairo:=[${MULTILIB_USEDEP}] )
-       glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
-       graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
-       icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-       introspection? ( >=dev-libs/gobject-introspection-1.34:= )
-       truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       doc? ( dev-util/gtk-doc )
-       introspection? ( dev-util/glib-utils )
-"
-
-src_prepare() {
-       default
-
-       xdg_environment_reset
-
-       # bug #790359
-       filter-flags -fexceptions -fthreadsafe-statics
-
-       if ! use debug ; then
-               append-cppflags -DHB_NDEBUG
-       fi
-}
-
-multilib_src_configure() {
-       # harfbuzz-gobject only used for introspection, bug #535852
-       local emesonargs=(
-               -Dcoretext=disabled
-               -Dchafa=disabled
-               -Dwasm=disabled
-
-               $(meson_feature cairo)
-               $(meson_feature glib)
-               $(meson_feature graphite graphite2)
-               $(meson_feature icu)
-               $(meson_feature introspection gobject)
-               $(meson_feature test tests)
-               $(meson_feature truetype freetype)
-
-               $(meson_native_use_feature doc docs)
-               $(meson_native_use_feature introspection)
-               # Breaks building tests..
-               #$(meson_native_use_feature utilities)
-
-               $(meson_use experimental experimental_api)
-       )
-
-       meson_src_configure
-}
-
-multilib_src_test() {
-       # harfbuzz:src / check-static-inits times out on hppa
-       meson_src_test --timeout-multiplier 5
-}

diff --git a/media-libs/harfbuzz/harfbuzz-10.4.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-10.4.0.ebuild
deleted file mode 100644
index 05db84d3684c..000000000000
--- a/media-libs/harfbuzz/harfbuzz-10.4.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
-
-DESCRIPTION="An OpenType text shaping engine"
-HOMEPAGE="https://harfbuzz.github.io/";
-
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/harfbuzz/harfbuzz/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-fi
-
-LICENSE="Old-MIT ISC icu"
-# 0.9.18 introduced the harfbuzz-icu split; bug #472416
-# 3.0.0 dropped some unstable APIs; bug #813705
-# 6.0.0 changed libharfbuzz-subset.so ABI
-SLOT="0/6.0.0"
-
-IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="introspection? ( glib )"
-
-RDEPEND="
-       cairo? ( x11-libs/cairo:=[${MULTILIB_USEDEP}] )
-       glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
-       graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
-       icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-       introspection? ( >=dev-libs/gobject-introspection-1.34:= )
-       truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig
-       doc? ( dev-util/gtk-doc )
-       introspection? ( dev-util/glib-utils )
-"
-
-src_prepare() {
-       default
-
-       xdg_environment_reset
-
-       # bug #790359
-       filter-flags -fexceptions -fthreadsafe-statics
-
-       if ! use debug ; then
-               append-cppflags -DHB_NDEBUG
-       fi
-}
-
-multilib_src_configure() {
-       # harfbuzz-gobject only used for introspection, bug #535852
-       local emesonargs=(
-               -Dcoretext=disabled
-               -Dchafa=disabled
-               -Dwasm=disabled
-
-               $(meson_feature cairo)
-               $(meson_feature glib)
-               $(meson_feature graphite graphite2)
-               $(meson_feature icu)
-               $(meson_feature introspection gobject)
-               $(meson_feature test tests)
-               $(meson_feature truetype freetype)
-
-               $(meson_native_use_feature doc docs)
-               $(meson_native_use_feature introspection)
-               # Breaks building tests..
-               #$(meson_native_use_feature utilities)
-
-               $(meson_use experimental experimental_api)
-       )
-
-       meson_src_configure
-}
-
-multilib_src_test() {
-       # harfbuzz:src / check-static-inits times out on hppa
-       meson_src_test --timeout-multiplier 5
-}

Reply via email to