Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260751
Collapse All | Expand All

(-)dev-python/ropeide.old/ropeide-1.5.1.ebuild (-5 / +5 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/ropeide/ropeide-1.5.1.ebuild,v 1.1 2008/09/02 22:17:37 pythonhead Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/ropeide/ropeide-1.5.1.ebuild,v 1.1 2008/09/02 22:17:37 pythonhead Exp $
4
4
5
NEED_PYTHON="2.5"
5
EAPI="2"
6
6
7
inherit distutils
7
inherit distutils
8
8
Lines 13-23 Link Here
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~x86"
14
KEYWORDS="~x86"
15
IUSE="doc"
15
IUSE="doc"
16
DEPEND=">=dev-python/rope-0.8.4"
17
16
18
pkg_setup() {
17
COMMON_DEPEND=">=dev-lang/python-2.5[tk]"
19
	distutils_python_tkinter
18
DEPEND=">=dev-python/rope-0.8.4
20
}
19
	${COMMON_DEPEND}"
20
RDEPEND="${COMMON_DEPEND}"
21
21
22
src_install() {
22
src_install() {
23
	distutils_src_install
23
	distutils_src_install

Return to bug 260751