24 lines
553 B
Bash
24 lines
553 B
Bash
# 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}
|
|
}
|