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

(-)file_not_specified_in_diff (-7 / +6 lines)
Line  Link Here
0
-- skencil-0.6.18_pre20080519.ebuild
0
++ skencil-0.6.18_pre20080519.ebuild
Lines 1-7 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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.18_pre20080519.ebuild,v 1.9 2008/11/21 12:32:58 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild,v 1.9 2008/11/21 12:32:58 hanno Exp $
4
4
5
EAPI=2
6
5
inherit python multilib eutils
7
inherit python multilib eutils
6
8
7
IUSE="nls"
9
IUSE="nls"
Lines 9-15 Link Here
9
DESCRIPTION="Interactive X11 vector drawing program"
11
DESCRIPTION="Interactive X11 vector drawing program"
10
SRC_URI="mirror://gentoo/${P}.tar.bz2"
12
SRC_URI="mirror://gentoo/${P}.tar.bz2"
11
HOMEPAGE="http://www.skencil.org/"
13
HOMEPAGE="http://www.skencil.org/"
12
DEPEND=">=dev-python/imaging-1.1.2-r1
14
DEPEND="dev-lang/python[tk]
15
	>=dev-python/imaging-1.1.2-r1
13
	dev-python/reportlab
16
	dev-python/reportlab
14
	dev-lang/tk
17
	dev-lang/tk
15
	nls? ( sys-devel/gettext )"
18
	nls? ( sys-devel/gettext )"
Lines 19-28 Link Here
19
LICENSE="GPL-2"
22
LICENSE="GPL-2"
20
KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
23
KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
21
24
22
pkg_setup() {
23
	python_tkinter_exists
24
}
25
26
src_unpack() {
25
src_unpack() {
27
	unpack ${A}
26
	unpack ${A}
28
	cd "${S}"
27
	cd "${S}"

Return to bug 313515