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-protocols/
Date: Thu, 29 Nov 2018 05:17:43
Message-Id: 1543468637.9203916199f70b69d67651608a1674f0eb14f239.mattst88@gentoo
1 commit: 9203916199f70b69d67651608a1674f0eb14f239
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 05:07:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 05:17:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92039161
7
8 dev-libs/wayland-protocols: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/wayland-protocols/Manifest | 3 --
13 .../wayland-protocols-1.13.ebuild | 43 ----------------------
14 .../wayland-protocols-1.14.ebuild | 43 ----------------------
15 .../wayland-protocols-1.15.ebuild | 43 ----------------------
16 4 files changed, 132 deletions(-)
17
18 diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest
19 index f43a6a7ddc0..0afb9719007 100644
20 --- a/dev-libs/wayland-protocols/Manifest
21 +++ b/dev-libs/wayland-protocols/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST wayland-protocols-1.13.tar.xz 99680 BLAKE2B 6bb0ecf08e6b0950c50ba40cffc07d79dd95244abc7d2622f9c232bc2b1cfdaeb9fb1e9f1650ff60defc99ae184abf47f13888f44f429136f2a631afe1c2d5e8 SHA512 f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194
24 -DIST wayland-protocols-1.14.tar.xz 99844 BLAKE2B 55298d24dbaa6cce017775313e9f4cfccbf3176d7ef24c786f1384111a274c3a0164ac753ebfb4e708094199105cc32ccb58cdb22711e0e0711441dde45883bb SHA512 78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b282bbbb9ea9d9f52809d6b8187a204
25 -DIST wayland-protocols-1.15.tar.xz 100816 BLAKE2B 22ab7291a4554345a40858d1051e4842ddf1b4442e4a5446f1d8ef4202c8e71307daec5a9a1cca18e7134329367063509286f85b40d9bfda52276945c5b799f2 SHA512 4a3dcd8f3219f3c43fb2399b33626a579d4fbfb94298fd5a831946e7eadfcc0538b6732f71cbc7ac2c2896362821efd5ac6b1392071b831fa80eb7b2f48845b3
26 DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b SHA512 8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
27 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726 SHA512 5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643
28
29 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
30 deleted file mode 100644
31 index 3f94387b181..00000000000
32 --- a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
33 +++ /dev/null
34 @@ -1,43 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -if [[ ${PV} = 9999* ]]; then
41 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git"
42 - EXPERIMENTAL="true"
43 -
44 - inherit git-r3 autotools
45 -else
46 - inherit autotools
47 -fi
48 -
49 -DESCRIPTION="Wayland protocol files"
50 -HOMEPAGE="https://wayland.freedesktop.org/"
51 -
52 -if [[ $PV != 9999* ]]; then
53 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
54 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
55 -fi
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -IUSE=""
60 -
61 -RDEPEND="dev-libs/wayland"
62 -DEPEND="${RDEPEND}
63 - virtual/pkgconfig"
64 -
65 -src_prepare() {
66 - default
67 -
68 - [[ ${PV} == 9999 ]] && eautoreconf
69 -}
70 -
71 -src_test() {
72 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
73 - mkdir "${XDG_RUNTIME_DIR}" || die
74 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
75 -
76 - default
77 -}
78
79 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
80 deleted file mode 100644
81 index 4948be07ff8..00000000000
82 --- a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
83 +++ /dev/null
84 @@ -1,43 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -if [[ ${PV} = 9999* ]]; then
91 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git"
92 - EXPERIMENTAL="true"
93 -
94 - inherit git-r3 autotools
95 -else
96 - inherit autotools
97 -fi
98 -
99 -DESCRIPTION="Wayland protocol files"
100 -HOMEPAGE="https://wayland.freedesktop.org/"
101 -
102 -if [[ $PV != 9999* ]]; then
103 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
104 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
105 -fi
106 -
107 -LICENSE="MIT"
108 -SLOT="0"
109 -IUSE=""
110 -
111 -RDEPEND="dev-libs/wayland"
112 -DEPEND="${RDEPEND}
113 - virtual/pkgconfig"
114 -
115 -src_prepare() {
116 - default
117 -
118 - [[ ${PV} == 9999 ]] && eautoreconf
119 -}
120 -
121 -src_test() {
122 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
123 - mkdir "${XDG_RUNTIME_DIR}" || die
124 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
125 -
126 - default
127 -}
128
129 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.15.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.15.ebuild
130 deleted file mode 100644
131 index 4948be07ff8..00000000000
132 --- a/dev-libs/wayland-protocols/wayland-protocols-1.15.ebuild
133 +++ /dev/null
134 @@ -1,43 +0,0 @@
135 -# Copyright 1999-2018 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=6
139 -
140 -if [[ ${PV} = 9999* ]]; then
141 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git"
142 - EXPERIMENTAL="true"
143 -
144 - inherit git-r3 autotools
145 -else
146 - inherit autotools
147 -fi
148 -
149 -DESCRIPTION="Wayland protocol files"
150 -HOMEPAGE="https://wayland.freedesktop.org/"
151 -
152 -if [[ $PV != 9999* ]]; then
153 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
154 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
155 -fi
156 -
157 -LICENSE="MIT"
158 -SLOT="0"
159 -IUSE=""
160 -
161 -RDEPEND="dev-libs/wayland"
162 -DEPEND="${RDEPEND}
163 - virtual/pkgconfig"
164 -
165 -src_prepare() {
166 - default
167 -
168 - [[ ${PV} == 9999 ]] && eautoreconf
169 -}
170 -
171 -src_test() {
172 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
173 - mkdir "${XDG_RUNTIME_DIR}" || die
174 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
175 -
176 - default
177 -}