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

Collapse All | Expand All

(-)pygtk-2.17.0.ebuild (-5 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.17.0.ebuild,v 1.9 2011/01/08 01:36:01 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.17.0.ebuild,v 1.9 2011/01/08 01:36:01 ranger Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="2:2.6"
6
PYTHON_DEPEND="2:2.6"
7
SUPPORT_PYTHON_ABIS="1"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
8
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
Lines 18-30 Link Here
18
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
18
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
19
IUSE="doc examples"
19
IUSE="doc examples"
20
20
21
# Broken, see upstream bug #636589
22
RESTRICT="test"
23
21
RDEPEND=">=dev-libs/glib-2.8
24
RDEPEND=">=dev-libs/glib-2.8
22
	>=x11-libs/pango-1.16
25
	>=x11-libs/pango-1.16
23
	>=dev-libs/atk-1.12
26
	>=dev-libs/atk-1.12
24
	>=x11-libs/gtk+-2.18
27
	>=x11-libs/gtk+-2.18:2
25
	>=gnome-base/libglade-2.5
28
	>=gnome-base/libglade-2.5
26
	>=dev-python/pycairo-1.0.2
29
	>=dev-python/pycairo-1.0.2
27
	>=dev-python/pygobject-2.16.1
30
	>=dev-python/pygobject-2.21.3
28
	dev-python/numpy"
31
	dev-python/numpy"
29
32
30
DEPEND="${RDEPEND}
33
DEPEND="${RDEPEND}
Lines 64-75 Link Here
64
src_install() {
67
src_install() {
65
	python_src_install
68
	python_src_install
66
	python_clean_installation_image
69
	python_clean_installation_image
67
	dodoc AUTHORS ChangeLog INSTALL MAPPING NEWS README THREADS TODO
70
	dodoc AUTHORS ChangeLog INSTALL MAPPING NEWS README THREADS TODO || die
68
71
69
	if use examples; then
72
	if use examples; then
70
		rm examples/Makefile*
73
		rm examples/Makefile*
71
		insinto /usr/share/doc/${PF}
74
		insinto /usr/share/doc/${PF}
72
		doins -r examples
75
		doins -r examples || die
73
	fi
76
	fi
74
}
77
}
75
78

Return to bug 347183