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

(-)app-editors/leo.old/leo-4.2.ebuild (-8 / +5 lines)
Lines 2-9 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/app-editors/leo/leo-4.2.ebuild,v 1.7 2007/06/23 09:56:19 hawking Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.2.ebuild,v 1.7 2007/06/23 09:56:19 hawking Exp $
4
4
5
NEED_PYTHON=2.3
5
EAPI="2"
6
7
inherit eutils python
6
inherit eutils python
8
7
9
MY_P=${P}-final
8
MY_P=${P}-final
Lines 16-30 Link Here
16
KEYWORDS="ppc x86"
15
KEYWORDS="ppc x86"
17
IUSE=""
16
IUSE=""
18
17
19
DEPEND="app-arch/unzip"
18
COMMON_DEPEND=">=dev-lang/python-2.3[tk]"
20
RDEPEND=""
19
DEPEND="app-arch/unzip
20
	${COMMON_DEPEND}"
21
RDEPEND="${COMMON_DEPEND}"
21
22
22
S=${WORKDIR}/${MY_P}
23
S=${WORKDIR}/${MY_P}
23
24
24
pkg_setup() {
25
	python_tkinter_exists
26
}
27
28
src_unpack() {
25
src_unpack() {
29
	unpack ${A}
26
	unpack ${A}
30
	cd "${S}" || die "Failed to cd ${S}"
27
	cd "${S}" || die "Failed to cd ${S}"

Return to bug 260745