summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2018-04-21 20:10:36 -0700
committerMatt Turner <mattst88@gmail.com>2018-04-21 20:10:36 -0700
commitc76981fdd31fbc70db2ff44814e4d7dfe7e71ba0 (patch)
tree331838aab80b18c0d2677dec07b70c31d956a217
parentx11-drivers/xf86-video-ati: Delete (moved to main tree) (diff)
downloadx11-c76981fdd31fbc70db2ff44814e4d7dfe7e71ba0.tar.gz
x11-c76981fdd31fbc70db2ff44814e4d7dfe7e71ba0.tar.bz2
x11-c76981fdd31fbc70db2ff44814e4d7dfe7e71ba0.zip
x11-libs/xpyb: Delete
-rw-r--r--profiles/package.mask1
-rw-r--r--x11-libs/xpyb/metadata.xml5
-rw-r--r--x11-libs/xpyb/xpyb-9999.ebuild45
3 files changed, 0 insertions, 51 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>x11</herd>
-</pkgmetadata>
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
-}