Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xpyb/
Date: Thu, 04 May 2017 16:38:47
Message-Id: 1493915915.6b3e0584645b1947d2e3db95fd15fd4799aed6e6.polynomial-c@gentoo
1 commit: 6b3e0584645b1947d2e3db95fd15fd4799aed6e6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 16:38:35 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 16:38:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3e0584
7
8 x11-libs/xpyb: Removed old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-libs/xpyb/xpyb-1.3.1-r2.ebuild | 47 --------------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild
16 deleted file mode 100644
17 index 5f34f21b552..00000000000
18 --- a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,47 +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="git://anongit.freedesktop.org/git/xcb/xpyb"
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 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 - <x11-proto/xcb-proto-1.9
43 - ${PYTHON_DEPS}"
44 -DEPEND="${RDEPEND}"
45 -
46 -PATCHES=( "${FILESDIR}"/${PN}-python.patch )
47 -DOCS=( NEWS README )
48 -
49 -pkg_setup() {
50 - xorg-2_pkg_setup
51 - XORG_CONFIGURE_OPTIONS=(
52 - $(use_enable selinux)
53 - )
54 -}
55 -
56 -src_configure() {
57 - append-cflags -fno-strict-aliasing
58 - python_foreach_impl xorg-2_src_configure
59 -}
60 -
61 -src_compile() {
62 - python_foreach_impl xorg-2_src_compile
63 -}
64 -
65 -src_install() {
66 - python_foreach_impl xorg-2_src_install
67 -}