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

(-)skencil-0.6.16.ebuild (+6 lines)
Lines 2-7 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/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.14 2005/06/22 16:40:58 gustavoz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.14 2005/06/22 16:40:58 gustavoz Exp $
4
4
5
inherit python
6
5
IUSE="nls"
7
IUSE="nls"
6
DESCRIPTION="Interactive X11 vector drawing program"
8
DESCRIPTION="Interactive X11 vector drawing program"
7
SRC_URI="mirror://sourceforge/sketch/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/sketch/${P}.tar.gz"
Lines 15-20 Link Here
15
LICENSE="GPL-2"
17
LICENSE="GPL-2"
16
KEYWORDS="amd64 ppc ppc64 sparc x86"
18
KEYWORDS="amd64 ppc ppc64 sparc x86"
17
19
20
pkg_setup() {
21
	python_tkinter_exists
22
}
23
18
src_compile() {
24
src_compile() {
19
	use nls && useopts="${useopts} --with-nls"
25
	use nls && useopts="${useopts} --with-nls"
20
	./setup.py configure ${useopts} || die "setup.py configure failed"
26
	./setup.py configure ${useopts} || die "setup.py configure failed"

Return to bug 103217