Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Thu, 28 Jan 2021 02:36:33
Message-Id: 1611801381.d5981f8f9029db0c89c17b81b81633764b0b7bf0.mattst88@gentoo
1 commit: d5981f8f9029db0c89c17b81b81633764b0b7bf0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 02:29:41 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 02:36:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5981f8f
7
8 dev-libs/wayland: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/wayland/Manifest | 2 -
13 dev-libs/wayland/wayland-1.18.91.ebuild | 85 ---------------------------------
14 dev-libs/wayland/wayland-1.18.92.ebuild | 85 ---------------------------------
15 3 files changed, 172 deletions(-)
16
17 diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
18 index 98cf848aea6..80f239ca94c 100644
19 --- a/dev-libs/wayland/Manifest
20 +++ b/dev-libs/wayland/Manifest
21 @@ -1,4 +1,2 @@
22 DIST wayland-1.18.0.tar.xz 453968 BLAKE2B ee5b3f9dff07fda85b4d64bc753aff28c4a012184eb3a4bae8e3be0fb74324f12e9ea4e3dc049e06a11c7302e3c6b1e53e49109c814381641568d92b5572eed9 SHA512 e30199e30c2bbd361ee695b4f3f7a4e264f10ed8f46f2c90762b5739fc578ae757dc39aa0258d8fbf0ed418553470bccd4b2730ed9705481cfccdab5de96a8fc
23 -DIST wayland-1.18.91.tar.xz 453500 BLAKE2B 6e234fa637bf4329fcf37c7372e3d02a50742812e2f61477ce302da4c2a1b9377874b0e4e2da899c726ede417081c4d459e40863169352825dd38a8fe0dcf267 SHA512 5ab770c87507e8248aa5197a253f27f3cca984bf1a69c52b438e9aaf512e6b0d841321f81c20643a49ef62eeb6c8b3a6391eadfee5c8822c3cf0d63bb0a8e0f8
24 -DIST wayland-1.18.92.tar.xz 456320 BLAKE2B bd88156773b5ca817544e0aa496101dc144723dc7f4602011ce1bc4fedbbb20081d99fc882866c0f572139cf4bf4dcf1e7b181af48653b2c67622af07c7ab650 SHA512 837afe1accc632c445868a85792e708daa5d7dc5942888c2fa0981cfb0dd34a3d37667407f1875f04aa5710a07089f3b620a6b78dd19030b477d8b25941e6305
25 DIST wayland-1.19.0.tar.xz 456380 BLAKE2B 0f70bb02e890898c4763001884527067adb686abe9a2b9325badf1730d411d269c437037afc298eec8075eb1e3845f5b81b8ed3d702908388a54e7063cbea91a SHA512 d8a86f5e23e4a88e7c84b82fdb51eb350419086afe462ecb2f4d5c3ba9290ede310cbbcffd60215219ddccf5bad4adec21a5ebfbef6577200f66ac7a1b64a5ef
26
27 diff --git a/dev-libs/wayland/wayland-1.18.91.ebuild b/dev-libs/wayland/wayland-1.18.91.ebuild
28 deleted file mode 100644
29 index c3d2b584f4c..00000000000
30 --- a/dev-libs/wayland/wayland-1.18.91.ebuild
31 +++ /dev/null
32 @@ -1,85 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -if [[ ${PV} = *9999* ]]; then
39 - EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
40 - inherit git-r3
41 -else
42 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
43 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
44 -fi
45 -inherit meson multilib-minimal
46 -
47 -DESCRIPTION="Wayland protocol libraries"
48 -HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -IUSE="doc"
53 -
54 -BDEPEND="
55 - ~dev-util/wayland-scanner-${PV}[$MULTILIB_USEDEP]
56 - virtual/pkgconfig
57 - doc? (
58 - >=app-doc/doxygen-1.6[dot]
59 - app-text/xmlto
60 - >=media-gfx/graphviz-2.26.0
61 - )
62 -"
63 -DEPEND="
64 - >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
65 - dev-libs/libxml2:=
66 - >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
67 -"
68 -RDEPEND="${DEPEND}"
69 -
70 -meson_multilib() {
71 - if multilib_is_native_abi; then
72 - echo true
73 - else
74 - echo false
75 - fi
76 -}
77 -
78 -meson_multilib_native_use() {
79 - if multilib_is_native_abi && use "$1"; then
80 - echo true
81 - else
82 - echo false
83 - fi
84 -}
85 -
86 -multilib_src_configure() {
87 - local emesonargs=(
88 - -Ddocumentation=$(meson_multilib_native_use doc)
89 - -Ddtd_validation=$(meson_multilib)
90 - -Dlibraries=true
91 - -Dscanner=false
92 - )
93 - meson_src_configure
94 -}
95 -
96 -multilib_src_compile() {
97 - meson_src_compile
98 -}
99 -
100 -multilib_src_test() {
101 - meson_src_test
102 -}
103 -
104 -src_test() {
105 - # We set it on purpose to only a short subdir name, as socket paths are
106 - # created in there, which are 108 byte limited. With this it hopefully
107 - # barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/x
108 - export XDG_RUNTIME_DIR="${T}"/x
109 - mkdir "${XDG_RUNTIME_DIR}" || die
110 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
111 -
112 - multilib-minimal_src_test
113 -}
114 -
115 -multilib_src_install() {
116 - meson_src_install
117 -}
118
119 diff --git a/dev-libs/wayland/wayland-1.18.92.ebuild b/dev-libs/wayland/wayland-1.18.92.ebuild
120 deleted file mode 100644
121 index c3d2b584f4c..00000000000
122 --- a/dev-libs/wayland/wayland-1.18.92.ebuild
123 +++ /dev/null
124 @@ -1,85 +0,0 @@
125 -# Copyright 1999-2020 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -
130 -if [[ ${PV} = *9999* ]]; then
131 - EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
132 - inherit git-r3
133 -else
134 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
135 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
136 -fi
137 -inherit meson multilib-minimal
138 -
139 -DESCRIPTION="Wayland protocol libraries"
140 -HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -IUSE="doc"
145 -
146 -BDEPEND="
147 - ~dev-util/wayland-scanner-${PV}[$MULTILIB_USEDEP]
148 - virtual/pkgconfig
149 - doc? (
150 - >=app-doc/doxygen-1.6[dot]
151 - app-text/xmlto
152 - >=media-gfx/graphviz-2.26.0
153 - )
154 -"
155 -DEPEND="
156 - >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
157 - dev-libs/libxml2:=
158 - >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
159 -"
160 -RDEPEND="${DEPEND}"
161 -
162 -meson_multilib() {
163 - if multilib_is_native_abi; then
164 - echo true
165 - else
166 - echo false
167 - fi
168 -}
169 -
170 -meson_multilib_native_use() {
171 - if multilib_is_native_abi && use "$1"; then
172 - echo true
173 - else
174 - echo false
175 - fi
176 -}
177 -
178 -multilib_src_configure() {
179 - local emesonargs=(
180 - -Ddocumentation=$(meson_multilib_native_use doc)
181 - -Ddtd_validation=$(meson_multilib)
182 - -Dlibraries=true
183 - -Dscanner=false
184 - )
185 - meson_src_configure
186 -}
187 -
188 -multilib_src_compile() {
189 - meson_src_compile
190 -}
191 -
192 -multilib_src_test() {
193 - meson_src_test
194 -}
195 -
196 -src_test() {
197 - # We set it on purpose to only a short subdir name, as socket paths are
198 - # created in there, which are 108 byte limited. With this it hopefully
199 - # barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/x
200 - export XDG_RUNTIME_DIR="${T}"/x
201 - mkdir "${XDG_RUNTIME_DIR}" || die
202 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
203 -
204 - multilib-minimal_src_test
205 -}
206 -
207 -multilib_src_install() {
208 - meson_src_install
209 -}