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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +12 lines)
Line  Link Here
0
-- kbd-2.0.0.ebuild
0
++ kbd-2.0.0.ebuild
Lines 4-10 Link Here
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
inherit eutils
7
inherit autotools eutils
8
8
9
DESCRIPTION="Keyboard and console utilities"
9
DESCRIPTION="Keyboard and console utilities"
10
HOMEPAGE="http://freshmeat.net/projects/kbd/"
10
HOMEPAGE="http://freshmeat.net/projects/kbd/"
Lines 13-22 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
16
IUSE="nls pam"
16
IUSE="nls pam test"
17
17
18
RDEPEND="pam? ( virtual/pam )"
18
RDEPEND="pam? ( virtual/pam )"
19
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}
20
	test? ( dev-libs/check )"
20
21
21
src_unpack() {
22
src_unpack() {
22
	default
23
	default
Lines 34-43 Link Here
34
	mv qwerty/cz.map qwerty/cz-qwerty.map
35
	mv qwerty/cz.map qwerty/cz-qwerty.map
35
}
36
}
36
37
38
src_prepare() {
39
	epatch "${FILESDIR}/${P}-tests.patch"
40
	eautoreconf
41
}
42
37
src_configure() {
43
src_configure() {
38
	econf \
44
	econf \
39
		$(use_enable nls) \
45
		$(use_enable nls) \
40
		$(use_enable pam vlock)
46
		$(use_enable pam vlock) \
47
		$(use_enable test tests)
41
}
48
}
42
49
43
src_install() {
50
src_install() {

Return to bug 485116