summaryrefslogtreecommitdiff
blob: 1b15ca881f0b1bdfa4e8e7c14df197a3c8e1ab62 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/firstboot/firstboot-1.4.19.ebuild,v 1.3 2007/10/15 09:35:28 dberkholz Exp $

EAPI=3
inherit python distutils rpm

# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
# tarball out of it
RPMREV="1"

DESCRIPTION="Initial system configuration utility"
HOMEPAGE="http://fedoraproject.org/wiki/FirstBoot"
SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/releases/13/Everything/source/SRPMS/${P}-${RPMREV}.fc13.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="gtk"
RDEPEND="
	gtk? ( =dev-python/pygtk-2* )
	dev-python/rhpl
	app-admin/system-config-users
	app-admin/system-config-date
	sys-libs/libuser
	dev-python/python-ethtool"
DEPEND="${RDEPEND}
	sys-devel/gettext"
PDEPEND="app-admin/system-config-keyboard"

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