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/xpyb/
Date: Fri, 27 Apr 2018 01:16:11
Message-Id: 1524791758.5bbc676214c95a2d124eaa59431a1698bd2f206b.mattst88@gentoo
1 commit: 5bbc676214c95a2d124eaa59431a1698bd2f206b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 05:45:50 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 01:15:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbc6762
7
8 x11-libs/xpyb: Drop old versions
9
10 Stable version, but it's masked for removal anyway.
11
12 x11-libs/xpyb/xpyb-1.3.1-r3.ebuild | 49 --------------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild
16 deleted file mode 100644
17 index 64d7a33b7da..00000000000
18 --- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -AUTOTOOLS_AUTORECONF=1
28 -
29 -inherit flag-o-matic xorg-2 python-r1
30 -
31 -#EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/xpyb.git"
32 -SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
33 -DESCRIPTION="XCB-based Python bindings for the X Window System"
34 -HOMEPAGE="https://xcb.freedesktop.org/"
35 -
36 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
37 -IUSE="selinux"
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -RDEPEND=">=x11-libs/libxcb-1.7
41 - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]
42 - ${PYTHON_DEPS}"
43 -DEPEND="${RDEPEND}"
44 -
45 -PATCHES=(
46 - "${FILESDIR}"/${PN}-python.patch
47 - "${FILESDIR}"/${PN}-1.3.1-xcbproto-1.9.patch
48 -)
49 -DOCS=( NEWS README )
50 -
51 -pkg_setup() {
52 - xorg-2_pkg_setup
53 - XORG_CONFIGURE_OPTIONS=(
54 - $(use_enable selinux)
55 - )
56 -}
57 -
58 -src_configure() {
59 - append-cflags -fno-strict-aliasing
60 - python_foreach_impl xorg-2_src_configure
61 -}
62 -
63 -src_compile() {
64 - python_foreach_impl xorg-2_src_compile
65 -}
66 -
67 -src_install() {
68 - python_foreach_impl xorg-2_src_install
69 -}