blob: 6385b599c79b586e8da042431d66ecb2899efd8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 2004-2010 Sabayon
# Distributed under the terms of the GNU General Public License v2
# $
EAPI="2"
inherit base python
DESCRIPTION="Fedora legacy keyboard management tool."
HOMEPAGE="https://fedorahosted.org/system-config-keyboard/wiki"
SRC_URI="https://fedorahosted.org/released/system-config-keyboard/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="0"
IUSE=""
DEPEND="dev-util/intltool
sys-devel/gettext
dev-util/desktop-file-utils"
RDEPEND="app-admin/firstboot"
pkg_postrm() {
python_mod_cleanup /usr/share/${PN}
}
|