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/libxcb/
Date: Thu, 14 May 2020 21:33:05
Message-Id: 1589491964.2b8f0d6547e04e554e66c931ed9b58e88f6cab13.mattst88@gentoo
1 commit: 2b8f0d6547e04e554e66c931ed9b58e88f6cab13
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 21:30:18 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 21:32:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8f0d65
7
8 x11-libs/libxcb: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libxcb/Manifest | 1 -
13 x11-libs/libxcb/libxcb-1.13.1.ebuild | 51 ------------------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest
17 index e05955a0809..7fce3a4ed08 100644
18 --- a/x11-libs/libxcb/Manifest
19 +++ b/x11-libs/libxcb/Manifest
20 @@ -1,2 +1 @@
21 -DIST libxcb-1.13.1.tar.bz2 506778 BLAKE2B eca685a21d40f664b611c0c8da845e3464126b101320a86db27ee4d87b85ac0ad1a41950281b7f0ecca06883c591571d059a913591b0281890b339f279b7af93 SHA512 763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23
22 DIST libxcb-1.14.tar.xz 439404 BLAKE2B 63605e02dd32b4d26b3ac6d3b93b7383dbc30701b9a063e8efa5b387215c9325196451f80c7b0b357df1773c6fd1224eea8eeca2a456055a2cdc61082c726111 SHA512 b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6
23
24 diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild
25 deleted file mode 100644
26 index 7edd83f2255..00000000000
27 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
36 -PYTHON_REQ_USE=xml
37 -
38 -XORG_DOC=doc
39 -XORG_MULTILIB=yes
40 -inherit python-any-r1 xorg-2
41 -
42 -DESCRIPTION="X C-language Bindings library"
43 -HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb"
44 -[[ ${PV} != 9999* ]] && \
45 - SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
46 -
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 -IUSE="doc selinux test xkb"
49 -RESTRICT="!test? ( test )"
50 -SLOT="0/1.12"
51 -
52 -RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
53 - >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
54 - >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
55 -# Note: ${PYTHON_USEDEP} needs to go verbatim
56 -DEPEND="${RDEPEND}
57 - test? ( dev-libs/check[${MULTILIB_USEDEP}] )
58 - doc? ( app-doc/doxygen[dot] )
59 - dev-libs/libxslt
60 - ${PYTHON_DEPS}
61 - $(python_gen_any_dep \
62 - ">=x11-base/xcb-proto-1.13[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
63 -
64 -python_check_deps() {
65 - has_version --host-root ">=x11-base/xcb-proto-1.13[${PYTHON_USEDEP}]"
66 -}
67 -
68 -pkg_setup() {
69 - python-any-r1_pkg_setup
70 -}
71 -
72 -src_configure() {
73 - XORG_CONFIGURE_OPTIONS=(
74 - $(use_enable doc devel-docs)
75 - $(use_enable selinux)
76 - $(use_enable xkb)
77 - --enable-xinput
78 - )
79 - xorg-2_src_configure
80 -}