Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
Date: Wed, 01 May 2019 20:47:41
Message-Id: 1556743427.11bbef475ef6ade77238775720e4f678796f560a.mattst88@gentoo
1 commit: 11bbef475ef6ade77238775720e4f678796f560a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:43:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:43:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bbef47
7
8 x11-libs/pixman: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/pixman/Manifest | 1 -
14 x11-libs/pixman/pixman-0.36.0.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest
18 index af1afb775f2..6acf91b8884 100644
19 --- a/x11-libs/pixman/Manifest
20 +++ b/x11-libs/pixman/Manifest
21 @@ -1,2 +1 @@
22 -DIST pixman-0.36.0.tar.bz2 739957 BLAKE2B 05834dbed8a5bfed607a20f78523e7441f5b78a7a01c7d302c48b8f15dcda37111a8a99e7119b84a0a8a26b55fa93db1c2af316359095cb7db0d8a9e263a1eb7 SHA512 ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21
23 DIST pixman-0.38.4.tar.gz 897926 BLAKE2B 2c27069411e709391a1cc0af6c37acf2f06b4fad433a3197e24a0636d5d828ddbf1ca339d91470514d75e126452bc2300d14a2b862671bd11a8b85057d86b31c SHA512 b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af
24
25 diff --git a/x11-libs/pixman/pixman-0.36.0.ebuild b/x11-libs/pixman/pixman-0.36.0.ebuild
26 deleted file mode 100644
27 index 118922ce911..00000000000
28 --- a/x11-libs/pixman/pixman-0.36.0.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -XORG_MULTILIB=yes
36 -inherit xorg-2
37 -
38 -EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git"
39 -DESCRIPTION="Low-level pixel manipulation routines"
40 -
41 -if [[ $PV != 9999* ]]; then
42 - 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"
43 -fi
44 -
45 -IUSE="altivec loongson2f cpu_flags_arm_iwmmxt cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
46 -
47 -src_configure() {
48 - XORG_CONFIGURE_OPTIONS=(
49 - $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt)
50 - $(use_enable cpu_flags_x86_mmxext mmx)
51 - $(use_enable cpu_flags_x86_sse2 sse2)
52 - $(use_enable cpu_flags_x86_ssse3 ssse3)
53 - $(use_enable altivec vmx)
54 - $(use_enable neon arm-neon)
55 - $(use_enable loongson2f loongson-mmi)
56 - --disable-gtk
57 - --disable-libpng
58 - )
59 - xorg-2_src_configure
60 -}