x11-libs/pixman: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Wed, 1 May 2019 20:43:47 +0000 (13:43 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 1 May 2019 20:43:47 +0000 (13:43 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

x11-libs/pixman/Manifest
x11-libs/pixman/pixman-0.36.0.ebuild [deleted file]

index af1afb775f26ec269fbe6197b2ca77134cec9387..6acf91b88842810c66e8a7d91d6c5883671784ed 100644 (file)
@@ -1,2 +1 @@
-DIST pixman-0.36.0.tar.bz2 739957 BLAKE2B 05834dbed8a5bfed607a20f78523e7441f5b78a7a01c7d302c48b8f15dcda37111a8a99e7119b84a0a8a26b55fa93db1c2af316359095cb7db0d8a9e263a1eb7 SHA512 ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21
 DIST pixman-0.38.4.tar.gz 897926 BLAKE2B 2c27069411e709391a1cc0af6c37acf2f06b4fad433a3197e24a0636d5d828ddbf1ca339d91470514d75e126452bc2300d14a2b862671bd11a8b85057d86b31c SHA512 b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af
diff --git a/x11-libs/pixman/pixman-0.36.0.ebuild b/x11-libs/pixman/pixman-0.36.0.ebuild
deleted file mode 100644 (file)
index 118922c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB=yes
-inherit xorg-2
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git"
-DESCRIPTION="Low-level pixel manipulation routines"
-
-if [[ $PV != 9999* ]]; then
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-fi
-
-IUSE="altivec loongson2f cpu_flags_arm_iwmmxt cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt)
-               $(use_enable cpu_flags_x86_mmxext mmx)
-               $(use_enable cpu_flags_x86_sse2 sse2)
-               $(use_enable cpu_flags_x86_ssse3 ssse3)
-               $(use_enable altivec vmx)
-               $(use_enable neon arm-neon)
-               $(use_enable loongson2f loongson-mmi)
-               --disable-gtk
-               --disable-libpng
-       )
-       xorg-2_src_configure
-}