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, 10 Apr 2019 17:29:27
Message-Id: 1554917316.53529712f163653c0073dc5f7d41b102f2caa258.mattst88@gentoo
1 commit: 53529712f163653c0073dc5f7d41b102f2caa258
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 17:27:19 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 17:28:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53529712
7
8 x11-libs/pixman: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pixman/Manifest | 2 --
13 x11-libs/pixman/pixman-0.38.0.ebuild | 58 -----------------------------------
14 x11-libs/pixman/pixman-0.38.2.ebuild | 59 ------------------------------------
15 3 files changed, 119 deletions(-)
16
17 diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest
18 index 3e2f8c58e16..af1afb775f2 100644
19 --- a/x11-libs/pixman/Manifest
20 +++ b/x11-libs/pixman/Manifest
21 @@ -1,4 +1,2 @@
22 DIST pixman-0.36.0.tar.bz2 739957 BLAKE2B 05834dbed8a5bfed607a20f78523e7441f5b78a7a01c7d302c48b8f15dcda37111a8a99e7119b84a0a8a26b55fa93db1c2af316359095cb7db0d8a9e263a1eb7 SHA512 ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21
23 -DIST pixman-0.38.0.tar.gz 891291 BLAKE2B 8d057fba6d85ab4d2bb83903e8f1a6ac05659be4d0645782f5cf4c190e7b27fa0e7d6b2718ab111bd8ded9b617c7aad42dbfdf2169d49816b7eaf6e6673c6a5f SHA512 1b0205dbe9d9185c68813ce577a889f3c83e83fbd9955c3a72d411c3b476e6be93fc246b5b6ef4ee17e2bb8eb6fb5559e01dff7feb6a6c4c6314f980e960d690
24 -DIST pixman-0.38.2.tar.gz 897487 BLAKE2B 0e1dbd24d5510687ac17f15c32fb271c33e9c3f652e689d9ba2a01c9c806696e2020a94fa4fc0892f5b44e2f4b8cd1539142ce443b43d19f9155415033ce75ea SHA512 e809b7bcc81f53067dc70fceb1b8809d3b6b7166b9689ed4e9455f1eb94d61d90cc236aac19e330851f52c074e26a74a5c402a3bbcdef41fd3b6aebc57150539
25 DIST pixman-0.38.4.tar.gz 897926 BLAKE2B 2c27069411e709391a1cc0af6c37acf2f06b4fad433a3197e24a0636d5d828ddbf1ca339d91470514d75e126452bc2300d14a2b862671bd11a8b85057d86b31c SHA512 b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af
26
27 diff --git a/x11-libs/pixman/pixman-0.38.0.ebuild b/x11-libs/pixman/pixman-0.38.0.ebuild
28 deleted file mode 100644
29 index 9af2c222cf3..00000000000
30 --- a/x11-libs/pixman/pixman-0.38.0.ebuild
31 +++ /dev/null
32 @@ -1,58 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git"
39 -
40 -if [[ ${PV} = 9999* ]]; then
41 - GIT_ECLASS="git-r3"
42 -fi
43 -
44 -inherit ${GIT_ECLASS} meson multilib-minimal
45 -
46 -DESCRIPTION="Low-level pixel manipulation routines"
47 -HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
48 -if [[ ${PV} = 9999* ]]; then
49 - SRC_URI=""
50 -else
51 - 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"
52 - SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.gz"
53 -fi
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -IUSE="altivec cpu_flags_arm_iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
58 -
59 -src_unpack() {
60 - default
61 - [[ $PV = 9999* ]] && git-r3_src_unpack
62 -}
63 -
64 -multilib_src_configure() {
65 - local emesonargs=(
66 - $(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
67 - $(meson_feature cpu_flags_x86_mmxext mmx)
68 - $(meson_feature cpu_flags_x86_sse2 sse2)
69 - $(meson_feature cpu_flags_x86_ssse3 ssse3)
70 - $(meson_feature altivec vmx)
71 - $(meson_feature neon neon)
72 - $(meson_feature loongson2f loongson-mmi)
73 - -Dgtk=disabled
74 - -Dlibpng=disabled
75 - -Dopenmp=auto # only used in unit tests
76 - )
77 - meson_src_configure
78 -}
79 -
80 -multilib_src_compile() {
81 - meson_src_compile
82 -}
83 -
84 -multilib_src_test() {
85 - meson_src_test
86 -}
87 -
88 -multilib_src_install() {
89 - meson_src_install
90 -}
91
92 diff --git a/x11-libs/pixman/pixman-0.38.2.ebuild b/x11-libs/pixman/pixman-0.38.2.ebuild
93 deleted file mode 100644
94 index 58862e4166b..00000000000
95 --- a/x11-libs/pixman/pixman-0.38.2.ebuild
96 +++ /dev/null
97 @@ -1,59 +0,0 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -
103 -EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git"
104 -
105 -if [[ ${PV} = 9999* ]]; then
106 - GIT_ECLASS="git-r3"
107 -fi
108 -
109 -inherit ${GIT_ECLASS} meson multilib-minimal
110 -
111 -DESCRIPTION="Low-level pixel manipulation routines"
112 -HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
113 -if [[ ${PV} = 9999* ]]; then
114 - SRC_URI=""
115 -else
116 - 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"
117 - SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.gz"
118 -fi
119 -
120 -LICENSE="MIT"
121 -SLOT="0"
122 -IUSE="altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
123 -
124 -src_unpack() {
125 - default
126 - [[ $PV = 9999* ]] && git-r3_src_unpack
127 -}
128 -
129 -multilib_src_configure() {
130 - local emesonargs=(
131 - $(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
132 - $(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
133 - $(meson_feature cpu_flags_x86_mmxext mmx)
134 - $(meson_feature cpu_flags_x86_sse2 sse2)
135 - $(meson_feature cpu_flags_x86_ssse3 ssse3)
136 - $(meson_feature altivec vmx)
137 - $(meson_feature neon neon)
138 - $(meson_feature loongson2f loongson-mmi)
139 - -Dgtk=disabled
140 - -Dlibpng=disabled
141 - -Dopenmp=auto # only used in unit tests
142 - )
143 - meson_src_configure
144 -}
145 -
146 -multilib_src_compile() {
147 - meson_src_compile
148 -}
149 -
150 -multilib_src_test() {
151 - meson test -v -C "${BUILD_DIR}" -t 100
152 -}
153 -
154 -multilib_src_install() {
155 - meson_src_install
156 -}