From 6fe53c5b8c2a1cda04fdd4d5f9075fd55ad8ec07 Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Mon, 9 Aug 2010 16:26:52 +0000 Subject: Remove unnecessary KDE_MINIMAL (Portage version: 2.2_rc67/cvs/Linux x86_64) --- kde-misc/kshutdown/ChangeLog | 6 +++++- kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild | 11 +++++++---- kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild | 11 +++++++---- 3 files changed, 19 insertions(+), 9 deletions(-) (limited to 'kde-misc/kshutdown') diff --git a/kde-misc/kshutdown/ChangeLog b/kde-misc/kshutdown/ChangeLog index 0f5686b2987c..27b14eb6821e 100644 --- a/kde-misc/kshutdown/ChangeLog +++ b/kde-misc/kshutdown/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kshutdown # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.28 2010/07/27 12:27:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.29 2010/08/09 16:26:52 reavertm Exp $ + + 09 Aug 2010; Maciej Mrozowski + kshutdown-2.0_beta9.ebuild, kshutdown-2.0_beta10.ebuild: + Remove unnecessary KDE_MINIMAL *kshutdown-2.0_beta10 (27 Jul 2010) diff --git a/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild b/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild index e8da6175f1d4..82f4521c5c7b 100644 --- a/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild +++ b/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild,v 1.1 2010/07/27 12:27:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta10.ebuild,v 1.2 2010/08/09 16:26:52 reavertm Exp $ EAPI=2 -KDE_MINIMAL="4.4" + 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 @@ -18,8 +18,11 @@ SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" -RDEPEND=">=kde-base/libkworkspace-${KDE_MINIMAL}" +RDEPEND=" + >=kde-base/libkworkspace-${KDE_MINIMAL} +" DEPEND="${RDEPEND} - app-arch/unzip" + app-arch/unzip +" S=${WORKDIR}/${P/_} diff --git a/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild b/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild index bf8087001f10..493dcbf841ef 100644 --- a/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild +++ b/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild,v 1.3 2010/05/24 11:06:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild,v 1.4 2010/08/09 16:26:52 reavertm Exp $ EAPI=2 + KDE_LINGUAS="ar bg cs de el es fr hu it nb nl pl pt_BR ru sk sr@Latn sr sv tr zh_CN" inherit kde4-base @@ -17,9 +18,11 @@ SLOT="4" KEYWORDS="amd64 ~ppc x86" IUSE="debug" -RDEPEND=">=kde-base/libkworkspace-${KDE_MINIMAL} - !${CATEGORY}/${PN}:0" +RDEPEND=" + >=kde-base/libkworkspace-${KDE_MINIMAL} +" DEPEND="${RDEPEND} - app-arch/unzip" + app-arch/unzip +" S=${WORKDIR}/${P/_} -- cgit v1.2.3-65-gdbad