diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:08:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:08:45 +0000 |
commit | cf85ea03eb0b787aa6d9f097f859d16489e1f135 (patch) | |
tree | a1c11a80158ee7649f5b4c2761871d3dbaba88ab /x11-libs/xpyb | |
parent | Version bump. (diff) | |
download | historical-cf85ea03eb0b787aa6d9f097f859d16489e1f135.tar.gz historical-cf85ea03eb0b787aa6d9f097f859d16489e1f135.tar.bz2 historical-cf85ea03eb0b787aa6d9f097f859d16489e1f135.zip |
rm
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xpyb/files/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch | 34 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.2.ebuild | 32 |
3 files changed, 6 insertions, 67 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 677ec17183af..87763433fbf9 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.10 2010/01/05 16:43:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.11 2010/01/23 21:08:44 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -files/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch, + -xpyb-1.2.ebuild: + rm *xpyb-1.2-r1 (05 Jan 2010) diff --git a/x11-libs/xpyb/files/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch b/x11-libs/xpyb/files/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch deleted file mode 100644 index edbc9e380701..000000000000 --- a/x11-libs/xpyb/files/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 3c847af770b51ef618e1e636e157e7beccaf046e Mon Sep 17 00:00:00 2001 -From: Tomas Chvatal <scarabeus@gentoo.org> -Date: Sun, 3 Jan 2010 22:20:50 +0100 -Subject: [PATCH] .la file is totaly useless for python bindings and could even make issues with crosscompilation, thus remove. - ---- - src/Makefile.am | 11 ----------- - 1 files changed, 0 insertions(+), 11 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index dc8fbae..2ba4c55 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -7,17 +7,6 @@ EXTENSION_XML = xproto.xml \ - - pkgpythondir = $(pyexecdir)/xcb - --pkgpython_LTLIBRARIES = xcb.la -- --xcb_la_LIBADD = $(LIBXCB_LIBS) --xcb_la_CPPFLAGS = -I$(PYTHON_INCLUDE) --xcb_la_CFLAGS = -g $(CWARNFLAGS) --xcb_la_LDFLAGS = -module --xcb_la_SOURCES = conn.c constant.c cookie.c error.c event.c except.c \ -- ext.c extkey.c iter.c list.c module.c protobj.c \ -- reply.c request.c response.c struct.c union.c void.c \ -- py_client.py -- - noinst_HEADERS = conn.h constant.h cookie.h error.h event.h except.h \ - ext.h extkey.h iter.h list.h module.h protobj.h \ - reply.h request.h response.h struct.h union.h void.h --- -1.6.6 - diff --git a/x11-libs/xpyb/xpyb-1.2.ebuild b/x11-libs/xpyb/xpyb-1.2.ebuild deleted file mode 100644 index 3290238b3a02..000000000000 --- a/x11-libs/xpyb/xpyb-1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.2.ebuild,v 1.1 2010/01/03 21:32:55 scarabeus Exp $ - -inherit x-modular - -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.1 - >=dev-lang/python-2.5" -DEPEND="${RDEPEND} - >=x11-proto/xcb-proto-1.2" - -DOCS="NEWS README" - -PATCHES=( "${FILESDIR}/0001-.la-file-is-totaly-useless-for-python-bindings-and-c.patch" ) - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable selinux xselinux)" -} - -src_unpack() { - x-modular_src_unpack - - eautoreconf -} |