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/app-dicts/ispell-lt/ispell-lt-1.1.ebuild,v 1.2 2008/11/01 09:54:17 pva Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-1.1.ebuild,v 1.2 2008/11/01 09:54:17 pva Exp $ |
|
|
4 |
EAPI="3" |
5 |
|
6 |
inherit python |
7 |
|
4 |
DESCRIPTION="Lithuanian dictionary for ispell" |
8 |
DESCRIPTION="Lithuanian dictionary for ispell" |
5 |
HOMEPAGE="http://files.akl.lt/ispell-lt/" |
9 |
HOMEPAGE="http://files.akl.lt/ispell-lt/" |
6 |
SRC_URI="http://files.akl.lt/ispell-lt/${P}.tar.gz" |
10 |
SRC_URI="http://files.akl.lt/ispell-lt/${P}.tar.gz" |
Lines 14-19
Link Here
|
14 |
DEPEND="app-text/ispell |
20 |
DEPEND="app-text/ispell |
15 |
dev-lang/python" |
21 |
dev-lang/python" |
16 |
|
22 |
|
|
|
23 |
pkg_setup() { |
24 |
python_set_active_version 2 |
25 |
python_pkg_setup |
26 |
} |
27 |
|
17 |
src_compile() { |
28 |
src_compile() { |
18 |
emake |
29 |
emake |
19 |
} |
30 |
} |
Lines 22-25
Link Here
|
22 |
insinto /usr/lib/ispell |
33 |
insinto /usr/lib/ispell |
23 |
doins lietuviu.hash lietuviu.aff |
34 |
doins lietuviu.hash lietuviu.aff |
24 |
dodoc README THANKS ChangeLog |
35 |
dodoc README THANKS ChangeLog |
|
|
36 |
|
37 |
python_convert_shebangs -r 2 "${ED}" |
25 |
} |
38 |
} |