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/media-gfx/yablex/yablex-20030826.ebuild,v 1.6 2008/01/17 00:03:33 maekke Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/yablex/yablex-20030826.ebuild,v 1.6 2008/01/17 00:03:33 maekke Exp $ |
4 |
|
4 |
|
5 |
inherit eutils |
5 |
EAPI="3" |
|
|
6 |
PYTHON_DEPEND="2" |
7 |
inherit eutils python |
6 |
|
8 |
|
7 |
MY_P=${PN}${PV} |
9 |
MY_P=${PN}${PV} |
8 |
DESCRIPTION="YaBle - Yet Another Blender Exporter" |
10 |
DESCRIPTION="YaBle - Yet Another Blender Exporter" |
Lines 15-31
Link Here
|
15 |
|
17 |
|
16 |
IUSE="" |
18 |
IUSE="" |
17 |
DEPEND="app-arch/unzip" |
19 |
DEPEND="app-arch/unzip" |
18 |
RDEPEND="media-gfx/blender |
20 |
RDEPEND="media-gfx/blender" |
19 |
dev-lang/python" |
|
|
20 |
|
21 |
|
21 |
S=${WORKDIR} |
22 |
S=${WORKDIR} |
22 |
|
23 |
|
23 |
src_unpack() { |
24 |
src_prepare() { |
24 |
|
|
|
25 |
unpack ${A} |
26 |
cd "${S}" |
27 |
epatch "${FILESDIR}"/${P}-gentoo.patch |
25 |
epatch "${FILESDIR}"/${P}-gentoo.patch |
28 |
|
|
|
29 |
} |
26 |
} |
30 |
|
27 |
|
31 |
src_install() { |
28 |
src_install() { |
Lines 35-39
Link Here
|
35 |
doins yablex.py |
32 |
doins yablex.py |
36 |
|
33 |
|
37 |
dodoc readme.txt |
34 |
dodoc readme.txt |
38 |
|
|
|
39 |
} |
35 |
} |