summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-03-26 11:01:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-03-26 11:01:09 +0000
commit3c3c8e0ed6aa1a99887a43f7b7b63acaba1a9bac (patch)
treea6d6aadc411c2c3ba2dffbcaa312ad6e8678aca2 /x11-libs/xpyb
parentVersion bump to latest and remove overshadowed version. (diff)
downloadgentoo-2-3c3c8e0ed6aa1a99887a43f7b7b63acaba1a9bac.tar.gz
gentoo-2-3c3c8e0ed6aa1a99887a43f7b7b63acaba1a9bac.tar.bz2
gentoo-2-3c3c8e0ed6aa1a99887a43f7b7b63acaba1a9bac.zip
Version bump to latest.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r--x11-libs/xpyb/ChangeLog9
-rw-r--r--x11-libs/xpyb/xpyb-1.3.1.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog
index fd7b1969fdbf..0dbfe8e9a917 100644
--- a/x11-libs/xpyb/ChangeLog
+++ b/x11-libs/xpyb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/xpyb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.13 2010/07/13 13:45:33 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.14 2012/03/26 11:01:09 scarabeus Exp $
+
+*xpyb-1.3.1 (26 Mar 2012)
+
+ 26 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> +xpyb-1.3.1.ebuild:
+ Version bump to latest.
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org> xpyb-1.2-r1.ebuild:
x86 stable, bug 327777
diff --git a/x11-libs/xpyb/xpyb-1.3.1.ebuild b/x11-libs/xpyb/xpyb-1.3.1.ebuild
new file mode 100644
index 000000000000..1b8d005849a1
--- /dev/null
+++ b/x11-libs/xpyb/xpyb-1.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1.ebuild,v 1.1 2012/03/26 11:01:09 scarabeus Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+inherit python 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="~amd64 ~x86"
+IUSE="selinux"
+
+RDEPEND=">=x11-libs/libxcb-1.7
+ >=x11-proto/xcb-proto-1.7.1"
+DEPEND="${RDEPEND}"
+
+DOCS=( NEWS README )
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable selinux xselinux)
+ )
+}