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, 31 Jan 2019 18:12:01
Message-Id: 1548958307.4967c485a451bace67d5ef1a1322767705067aff.mattst88@gentoo
1 commit: 4967c485a451bace67d5ef1a1322767705067aff
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 18:07:22 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 18:11:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4967c485
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 | 1 -
13 .../wayland-protocols-1.16.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest
17 index 0afb9719007..2fb7fe41b51 100644
18 --- a/dev-libs/wayland-protocols/Manifest
19 +++ b/dev-libs/wayland-protocols/Manifest
20 @@ -1,2 +1 @@
21 -DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b SHA512 8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
22 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726 SHA512 5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643
23
24 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
25 deleted file mode 100644
26 index cc1a199083b..00000000000
27 --- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -if [[ ${PV} = 9999* ]]; then
36 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git"
37 - EXPERIMENTAL="true"
38 -
39 - inherit git-r3 autotools
40 -else
41 - inherit autotools
42 -fi
43 -
44 -DESCRIPTION="Wayland protocol files"
45 -HOMEPAGE="https://wayland.freedesktop.org/"
46 -
47 -if [[ $PV != 9999* ]]; then
48 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
49 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
50 -fi
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -RDEPEND="dev-libs/wayland"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig"
59 -
60 -src_prepare() {
61 - default
62 -
63 - [[ ${PV} == 9999 ]] && eautoreconf
64 -}
65 -
66 -src_test() {
67 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
68 - mkdir "${XDG_RUNTIME_DIR}" || die
69 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
70 -
71 - default
72 -}