diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2009-01-13 02:41:56 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2009-01-13 02:41:56 +0000 |
commit | 9c5e617540ed931c38c63843ff36d5935574f6b7 (patch) | |
tree | 225db803c6c874ef404cbc6d7927a42b0f051113 /x11-libs/xpyb | |
parent | Bump. Adds support for bzip2 bitmap-font compression. Other bugfixes. (diff) | |
download | gentoo-2-9c5e617540ed931c38c63843ff36d5935574f6b7.tar.gz gentoo-2-9c5e617540ed931c38c63843ff36d5935574f6b7.tar.bz2 gentoo-2-9c5e617540ed931c38c63843ff36d5935574f6b7.zip |
Bump. Use correct conversion specifier for Py_ssize_t arguments. Fix connect call when authorization info is not passed in.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 73a4ba75df38..d4f8bf26d178 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xpyb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.3 2008/07/30 22:34:30 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.4 2009/01/13 02:41:56 dberkholz Exp $ + +*xpyb-1.0 (13 Jan 2009) + + 13 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; +xpyb-1.0.ebuild: + Bump. Use correct conversion specifier for Py_ssize_t arguments. Fix + connect call when authorization info is not passed in. 30 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>; xpyb-0.9.ebuild: Require xcb-proto 1.2 to make sure everything builds right. Even though it diff --git a/x11-libs/xpyb/xpyb-1.0.ebuild b/x11-libs/xpyb/xpyb-1.0.ebuild new file mode 100644 index 000000000000..192f548238af --- /dev/null +++ b/x11-libs/xpyb/xpyb-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.0.ebuild,v 1.1 2009/01/13 02:41:56 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="XCB-based Python bindings for the X Window System" +HOMEPAGE="http://xcb.freedesktop.org/" +SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" +LICENSE="X11" +KEYWORDS="~amd64 ~x86" +IUSE="selinux" +RDEPEND=">=x11-libs/libxcb-1.1 + >=dev-lang/python-2.5" +DEPEND="${RDEPEND} + >=x11-proto/xcb-proto-1.2" +CONFIGURE_OPTIONS="$(use_enable selinux xselinux)" +DOCS="NEWS README" |