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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- dev-db/drizzle/drizzle-7.1.33.ebuild
0
++ dev-db/drizzle/drizzle-7.1.33.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit flag-o-matic libtool autotools eutils pam versionator
7
inherit python flag-o-matic libtool autotools eutils pam versionator
8
8
9
MY_P="${P}-stable"
9
MY_P="${P}-stable"
10
S="${WORKDIR}/${MY_P}"
10
S="${WORKDIR}/${MY_P}"
Lines 36-41 Link Here
36
		!dev-db/libdrizzle"
36
		!dev-db/libdrizzle"
37
37
38
DEPEND="${RDEPEND}
38
DEPEND="${RDEPEND}
39
		=dev-lang/python-2*
39
		sys-devel/gettext
40
		sys-devel/gettext
40
		dev-util/intltool
41
		dev-util/intltool
41
		dev-util/gperf
42
		dev-util/gperf
Lines 45-54 Link Here
45
46
46
pkg_setup() {
47
pkg_setup() {
47
	enewuser drizzle -1 -1 /dev/null nogroup
48
	enewuser drizzle -1 -1 /dev/null nogroup
49
    python_set_active_version 2
50
    python_pkg_setup
48
}
51
}
49
52
50
src_prepare() {
53
src_prepare() {
51
	#epatch "${FILESDIR}/${PN}-2009.12.1240-nolint.patch"
54
	#epatch "${FILESDIR}/${PN}-2009.12.1240-nolint.patch"
55
56
	python_convert_shebangs -r 2 .
52
57
53
	AT_M4DIR="m4" eautoreconf
58
	AT_M4DIR="m4" eautoreconf
54
	elibtoolize
59
	elibtoolize

Return to bug 419429