| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 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/sys-apps/kbd/kbd-1.13-r1.ebuild,v 1.8 2007/11/19 07:24:24 kumba Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.13-r1.ebuild,v 1.9 2007/12/11 10:16:11 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils toolchain-funcs |
5 | inherit eutils toolchain-funcs |
| 6 | |
6 | |
| 7 | DESCRIPTION="Keyboard and console utilities" |
7 | DESCRIPTION="Keyboard and console utilities" |
| 8 | HOMEPAGE="http://freshmeat.net/projects/kbd/" |
8 | HOMEPAGE="http://freshmeat.net/projects/kbd/" |
| 9 | SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.bz2" |
9 | SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.bz2" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" |
| 14 | IUSE="nls" |
14 | IUSE="nls" |
| 15 | |
15 | |
| 16 | RDEPEND="" |
16 | RDEPEND="" |
| 17 | DEPEND="${RDEPEND} |
17 | DEPEND="${RDEPEND} |
| 18 | nls? ( sys-devel/gettext )" |
18 | nls? ( sys-devel/gettext )" |