summaryrefslogtreecommitdiff
blob: b620f328b71a794023f2f34eb6a646fc56d7e1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"
inherit python base

DESCRIPTION="The system-config-users tool lets you manage the users and groups on your computer."
HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/users"
SRC_URI="https://fedorahosted.org/releases/s/y/${PN}/${P}.tar.bz2"

LICENSE="GPL-1"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="X"

DEPEND="dev-util/desktop-file-utils
	dev-util/intltool
	sys-apps/findutils
	sys-devel/gettext"

RDEPEND="
	X? (	>=dev-python/pygtk-2.6
		x11-misc/xdg-utils
	)
	>=sys-libs/libuser-0.56.18
	>=sys-apps/usermode-1.106
	sys-libs/cracklib
	sys-process/procps"

PATCHES=( "${FILESDIR}/${PV}-remove_rpm.patch" )

pkg_postrm() {
        python_mod_cleanup /usr/share/${PN}
}

src_install() {
	base_src_install
}