summaryrefslogtreecommitdiff
blob: 44f71e99879a42571f1efad93f9d205990c65908 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-1.0.4.ebuild,v 1.3 2009/05/31 22:13:16 maekke Exp $

EAPI=1

inherit kde

DESCRIPTION="A shutdown manager for KDE"
HOMEPAGE="http://kshutdown.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"

IUSE=""
KEYWORDS="amd64 ~ppc x86"
SLOT="0"

RDEPEND="
	|| (
		kde-base/kdebase:3.5
		( kde-base/kdesu:3.5 kde-base/kcontrol:3.5 kde-base/kdialog:3.5 )
	)"

need-kde 3.5