Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308343 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 308343