Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185692 | Differences between
and this patch

Collapse All | Expand All

(-)pygtk-2.10.6.ebuild (-5 / +10 lines)
Lines 3-10 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.10.6.ebuild,v 1.1 2007/07/17 00:20:14 metalgod Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.10.6.ebuild,v 1.1 2007/07/17 00:20:14 metalgod Exp $
4
4
5
NEED_PYTHON=2.3.5
5
NEED_PYTHON=2.3.5
6
WANT_AUTOCONF="latest"
6
7
7
inherit gnome.org python flag-o-matic
8
inherit autotools gnome.org python eutils flag-o-matic
8
9
9
DESCRIPTION="GTK+2 bindings for Python"
10
DESCRIPTION="GTK+2 bindings for Python"
10
HOMEPAGE="http://www.pygtk.org/"
11
HOMEPAGE="http://www.pygtk.org/"
Lines 25-31 Link Here
25
	>=gnome-base/libglade-2.5.0
26
	>=gnome-base/libglade-2.5.0
26
	>=dev-python/pycairo-1.0.2
27
	>=dev-python/pycairo-1.0.2
27
	>=dev-python/pygobject-2.12.1
28
	>=dev-python/pygobject-2.12.1
28
	!arm? ( dev-python/numeric )
29
	!arm? ( dev-python/numpy )
29
	opengl?	(	virtual/opengl
30
	opengl?	(	virtual/opengl
30
				dev-python/pyopengl
31
				dev-python/pyopengl
31
				>=x11-libs/gtkglarea-1.99
32
				>=x11-libs/gtkglarea-1.99
Lines 40-50 Link Here
40
41
41
src_unpack() {
42
src_unpack() {
42
	unpack ${A}
43
	unpack ${A}
43
	use doc || sed -e 's/\(SUBDIRS =.*\) docs$/\1/' -i "${S}"/Makefile.am
44
	cd "${S}"
45
46
	epatch "${FILESDIR}/${P}-numpy.patch"
47
	use doc || sed -e 's/\(SUBDIRS =.*\) docs$/\1/' -i Makefile.am
44
48
45
	# disable pyc compiling
49
	# disable pyc compiling
46
	mv "${S}"/py-compile "${S}"/py-compile.orig
50
	mv py-compile py-compile.orig
47
	ln -s /bin/true "${S}"/py-compile
51
	ln -s /bin/true py-compile
52
	AT_M4DIR="m4" eautoreconf
48
}
53
}
49
54
50
src_compile() {
55
src_compile() {

Return to bug 185692