commit:     31a7b6b8378b1d99b0397c54f9ccd2bf4f6db52b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 13:34:16 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 13:40:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a7b6b8

x11-libs/pixman: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/pixman/Manifest             |  1 -
 x11-libs/pixman/pixman-0.46.0.ebuild | 68 ------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest
index 7cf364fd60e0..3f60362ddf5e 100644
--- a/x11-libs/pixman/Manifest
+++ b/x11-libs/pixman/Manifest
@@ -1,2 +1 @@
-DIST pixman-0.46.0.tar.xz 660268 BLAKE2B 
5fc9d0df2f685afc1931ac12757d7ec0369c1f90b51f79b696479a2edd0c13e0684938871166318ca5c78b4955195ba5517e98e4666803b9062f4ed2b6593afa
 SHA512 
c7ef987b7db89c58278c537f862bc9eb17c19f8288a3b7e88f8501a0486662f1e2cb6a2c0b81d4bf0464310475192428d6e29d05a6ae3cfc1d2c0941fbb0b9a3
 DIST pixman-0.46.4.tar.xz 660536 BLAKE2B 
b00041009aeed3cd2548251489df6fcb5efb0415a8279451306558b2e736e2b012b11335b4ed3361e0126cad861873c0675dae24eb031b2434e45a7d39e087d8
 SHA512 
83b133e7969ba34f883f4e08dcc5d388c4397f43ce836c191c05945fe77c16ff501d531600780c12678a0d08105828a6bdeff2156b63f9c1a84087bc7f40ae9f

diff --git a/x11-libs/pixman/pixman-0.46.0.ebuild 
b/x11-libs/pixman/pixman-0.46.0.ebuild
deleted file mode 100644
index 1779a49d7751..000000000000
--- a/x11-libs/pixman/pixman-0.46.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git";
-
-if [[ ${PV} = 9999* ]]; then
-       GIT_ECLASS="git-r3"
-fi
-
-inherit flag-o-matic ${GIT_ECLASS} meson-multilib multiprocessing 
toolchain-funcs
-
-DESCRIPTION="Low-level pixel manipulation routines"
-HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/";
-if [[ ${PV} != 9999* ]]; then
-       KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-       SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz";
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="cpu_flags_ppc_altivec cpu_flags_arm_neon loongson2f cpu_flags_x86_mmxext 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3 static-libs test"
-RESTRICT="!test? ( test )"
-
-pkg_pretend() {
-       [[ ${MERGE_TYPE} != binary ]] && use test && tc-check-openmp
-}
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && use test && tc-check-openmp
-}
-
-multilib_src_configure() {
-       # Temporary workaround for a build failure (known gcc issue):
-       #
-       #  * https://bugs.gentoo.org/956715
-       #  * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
-       #
-       use riscv && filter-lto
-
-       local emesonargs=(
-               $(meson_feature cpu_flags_x86_mmxext mmx)
-               $(meson_feature cpu_flags_x86_sse2 sse2)
-               $(meson_feature cpu_flags_x86_ssse3 ssse3)
-               $(meson_feature cpu_flags_ppc_altivec vmx)
-               $(meson_feature loongson2f loongson-mmi)
-               $(meson_feature test openmp) # only used in unit tests
-               $(meson_feature test tests)
-               -Ddefault_library=$(usex static-libs both shared)
-               -Ddemos=disabled
-               -Dgtk=disabled
-               -Dlibpng=disabled
-       )
-
-       if [[ ${ABI} == arm64 ]]; then
-               emesonargs+=($(meson_feature cpu_flags_arm_neon a64-neon))
-       elif [[ ${ABI} == arm ]]; then
-               emesonargs+=($(meson_feature cpu_flags_arm_neon neon))
-       fi
-
-       meson_src_configure
-}
-
-multilib_src_test() {
-       export OMP_NUM_THREADS=$(makeopts_jobs)
-       meson_src_test -t 100
-}

Reply via email to