From c76981fdd31fbc70db2ff44814e4d7dfe7e71ba0 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 21 Apr 2018 20:10:36 -0700 Subject: x11-libs/xpyb: Delete --- profiles/package.mask | 1 - x11-libs/xpyb/metadata.xml | 5 ----- x11-libs/xpyb/xpyb-9999.ebuild | 45 ------------------------------------------ 3 files changed, 51 deletions(-) delete mode 100644 x11-libs/xpyb/metadata.xml delete mode 100644 x11-libs/xpyb/xpyb-9999.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 3eee4209..1448f4f3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -70,7 +70,6 @@ =x11-libs/xcb-util-keysyms-9999 =x11-libs/xcb-util-renderutil-9999 =x11-libs/xcb-util-wm-9999 -=x11-libs/xpyb-9999 =x11-libs/xtrans-9999 =x11-misc/envytools-9999 =x11-misc/util-macros-9999 diff --git a/x11-libs/xpyb/metadata.xml b/x11-libs/xpyb/metadata.xml deleted file mode 100644 index 01c4c004..00000000 --- a/x11-libs/xpyb/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -x11 - diff --git a/x11-libs/xpyb/xpyb-9999.ebuild b/x11-libs/xpyb/xpyb-9999.ebuild deleted file mode 100644 index f6802693..00000000 --- a/x11-libs/xpyb/xpyb-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -inherit flag-o-matic python-r1 xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb" -#SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -DESCRIPTION="XCB-based Python bindings for the X Window System" -HOMEPAGE="http://xcb.freedesktop.org/" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="selinux" - -RDEPEND=">=x11-libs/libxcb-1.7 - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( NEWS README ) - -pkg_setup() { - xorg-2_pkg_setup -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable selinux xselinux) - ) - append-cflags -fno-strict-aliasing - python_parallel_foreach_impl xorg-2_src_configure -} - -src_compile() { - python_foreach_impl xorg-2_src_compile -} - -src_install() { - python_foreach_impl xorg-2_src_install -} -- cgit v1.2.3-65-gdbad