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-base/xorg-proto/
Date: Sat, 29 May 2021 18:16:52
Message-Id: 1622312181.79bb1e580b01e3c8699059ef355c911dd75b0927.mattst88@gentoo
1 commit: 79bb1e580b01e3c8699059ef355c911dd75b0927
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 18:12:31 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 18:16:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bb1e58
7
8 x11-base/xorg-proto: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-base/xorg-proto/Manifest | 2 --
13 x11-base/xorg-proto/xorg-proto-2020.1.ebuild | 29 -----------------
14 x11-base/xorg-proto/xorg-proto-2021.3.ebuild | 48 ----------------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/x11-base/xorg-proto/Manifest b/x11-base/xorg-proto/Manifest
18 index 8099f908503..afc5b7f1f69 100644
19 --- a/x11-base/xorg-proto/Manifest
20 +++ b/x11-base/xorg-proto/Manifest
21 @@ -1,3 +1 @@
22 -DIST xorgproto-2020.1.tar.gz 1081369 BLAKE2B 1bed8d65499926a830180ee1fce5e5e57a276a6412231508eabb6c5eea5ee20dcce4046fc82203d5be88d1f24fb7919289393551d339e5cf5cb80b1c14f22c42 SHA512 d0bc3aec517fd00fa5fd32a5715760c34810a19154e10fb1f92f2e2fe7f26136f7ba9b76b47fcd37c3c4796663154f4e5abf6a18dd634619b0f718f3e4737ae9
23 -DIST xorgproto-2021.3.tar.gz 1130599 BLAKE2B 21aa84621984cd2635871c059ecbfe2c6290c74a3569f15cdce6080dd7e4106726ae9338112c075c8f64332ecb555a4ccb666bd7bf7e9bb1156b4591e5f37908 SHA512 0c2610551cc180b619611e0ad344e1a01cb0e5e83b3c8643cd6dbe19d8acc3a22e7c1522855923159dd753e4458c9f2d65b709bb045b27e17b83aa8c264e3d5a
24 DIST xorgproto-2021.4.tar.gz 1141941 BLAKE2B 016a3c2f30ed064855de2a13d86a4b7bc9420ff10e8ac3ba97e08512fef6f0495a69dcaea7f12c7d8694a52284b500a38aee73de7bf2ff0a295715354d04eab0 SHA512 5f4c94d3ee20635f2358d7644be54d5e291bafba15a7713583acbb3564c2799da4ba33ffba625273fe015e4ab733cbaec146467804fd2174eb5fd1ff3bf21019
25
26 diff --git a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
27 deleted file mode 100644
28 index 60b24a0bb11..00000000000
29 --- a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -MY_PN="${PN/xorg-/xorg}"
38 -MY_P="${MY_PN}-${PV}"
39 -
40 -EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
41 -
42 -if [[ ${PV} = 9999* ]]; then
43 - GIT_ECLASS="git-r3"
44 -fi
45 -
46 -inherit ${GIT_ECLASS} meson
47 -
48 -DESCRIPTION="X.Org combined protocol headers"
49 -HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
50 -if [[ ${PV} = 9999* ]]; then
51 - SRC_URI=""
52 -else
53 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
54 - SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz"
55 - S="${WORKDIR}/${MY_P}"
56 -fi
57 -
58 -LICENSE="MIT"
59 -SLOT="0"
60 -IUSE=""
61
62 diff --git a/x11-base/xorg-proto/xorg-proto-2021.3.ebuild b/x11-base/xorg-proto/xorg-proto-2021.3.ebuild
63 deleted file mode 100644
64 index 2c391aa1de4..00000000000
65 --- a/x11-base/xorg-proto/xorg-proto-2021.3.ebuild
66 +++ /dev/null
67 @@ -1,48 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -PYTHON_COMPAT=( python3_{7..9} )
73 -
74 -MY_PN="${PN/xorg-/xorg}"
75 -MY_P="${MY_PN}-${PV}"
76 -
77 -EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git"
78 -
79 -if [[ ${PV} = 9999* ]]; then
80 - GIT_ECLASS="git-r3"
81 -fi
82 -
83 -inherit ${GIT_ECLASS} meson python-any-r1
84 -
85 -DESCRIPTION="X.Org combined protocol headers"
86 -HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
87 -if [[ ${PV} = 9999* ]]; then
88 - SRC_URI=""
89 -else
90 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
91 - SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz"
92 - S="${WORKDIR}/${MY_P}"
93 -fi
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -IUSE="test"
98 -RESTRICT="!test? ( test )"
99 -
100 -DEPEND="
101 - test? (
102 - $(python_gen_any_dep '
103 - dev-python/python-libevdev[${PYTHON_USEDEP}]
104 - ')
105 - )
106 -"
107 -RDEPEND=""
108 -
109 -python_check_deps() {
110 - has_version -b "dev-python/python-libevdev[${PYTHON_USEDEP}]"
111 -}
112 -
113 -pkg_setup() {
114 - use test && python-any-r1_pkg_setup
115 -}