From b3f80e0306587663a493502e4fcfa1c17c5836fd Mon Sep 17 00:00:00 2001 From: Ctibor Date: Tue, 23 Oct 2012 22:23:48 +0200 Subject: Initial import of the local overlay. --- kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild (limited to 'kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild') diff --git a/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild b/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild new file mode 100755 index 0000000..55da17a --- /dev/null +++ b/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild @@ -0,0 +1,28 @@ +# 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_beta11.ebuild,v 1.4 2011/01/31 17:26:34 hwoarang Exp $ + +EAPI=3 + +KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt_BR ru sk sr@Latn 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/_} -- cgit v1.2.3