# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0.ebuild,v 1.1 2011/06/17 22:32:13 dilfridge Exp $ EAPI=4 KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt_BR ru sk sr@ijekavian sr@ijekavianlatin sr@latin sr sv tr zh_CN" inherit kde4-base MY_P=${PN}-source-${PV/_} DESCRIPTION="A shutdown manager for KDE" HOMEPAGE="http://kshutdown.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" RDEPEND=" $(add_kdebase_dep libkworkspace) " DEPEND="${RDEPEND} app-arch/unzip " S=${WORKDIR}/${P/_}