diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2013-08-27 20:57:16 +0200 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2013-08-27 20:57:16 +0200 |
commit | 4f46c0904dd7589530423fd4d85d42866a6e381d (patch) | |
tree | e325bb8fed6d837a839312cf2c7d4d8ea308eee4 /kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild | |
parent | 7f66000be880faea77cc83d8ab65c6610fe66284 (diff) | |
download | brancik-overlay-4f46c0904dd7589530423fd4d85d42866a6e381d.tar.gz brancik-overlay-4f46c0904dd7589530423fd4d85d42866a6e381d.tar.bz2 |
Removed kde-misc/kshutdown.
Diffstat (limited to 'kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild')
-rwxr-xr-x | kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild b/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild deleted file mode 100755 index 55da17a..0000000 --- a/kde-misc/kshutdown/kshutdown-2.0_beta12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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/_} |