From 9258f764238da84a773d9a92a6d0d2ef330bbbdd Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 3 Aug 2012 08:45:14 +0000 Subject: Version bump by Nikos Chantziaras wrt bug #429610. Remove old. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) --- kde-misc/kshutdown/ChangeLog | 9 +++++++- kde-misc/kshutdown/kshutdown-2.0.ebuild | 7 ++++--- kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild | 30 --------------------------- kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild | 30 +++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 34 deletions(-) delete mode 100644 kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild create mode 100644 kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild (limited to 'kde-misc/kshutdown') diff --git a/kde-misc/kshutdown/ChangeLog b/kde-misc/kshutdown/ChangeLog index 10bdd865a0f0..2c73d6305390 100644 --- a/kde-misc/kshutdown/ChangeLog +++ b/kde-misc/kshutdown/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-misc/kshutdown # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.38 2012/03/16 08:44:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.39 2012/08/03 08:45:14 johu Exp $ + +*kshutdown-3.0_beta4 (03 Aug 2012) + + 03 Aug 2012; Johannes Huber +kshutdown-3.0_beta4.ebuild, + -kshutdown-3.0_beta3.ebuild, kshutdown-2.0.ebuild: + Version bump by Nikos Chantziaras wrt bug #429610. Remove + old. *kshutdown-3.0_beta3 (16 Mar 2012) diff --git a/kde-misc/kshutdown/kshutdown-2.0.ebuild b/kde-misc/kshutdown/kshutdown-2.0.ebuild index bad74e6d5155..1499fd56debf 100644 --- a/kde-misc/kshutdown/kshutdown-2.0.ebuild +++ b/kde-misc/kshutdown/kshutdown-2.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0.ebuild,v 1.2 2012/08/03 08:45:14 johu 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" +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/_} diff --git a/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild b/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild deleted file mode 100644 index ffef267c3202..000000000000 --- a/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild,v 1.1 2012/03/16 08:44:30 johu Exp $ - -EAPI=4 - -KDE_MINIMAL="4.8" -KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt_BR ru sk sr sr@ijekavian -sr@ijekavianlatin sr@latin 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 ~x86" -IUSE="debug" - -RDEPEND=" - $(add_kdebase_dep libkworkspace) -" -DEPEND="${RDEPEND} - app-arch/unzip -" - -S=${WORKDIR}/${P/_} diff --git a/kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild b/kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild new file mode 100644 index 000000000000..331efeccb804 --- /dev/null +++ b/kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-3.0_beta4.ebuild,v 1.1 2012/08/03 08:45:14 johu Exp $ + +EAPI=4 + +KDE_MINIMAL="4.8" +KDE_LINGUAS="ar bg cs da de el es fr hu it nb nl pl pt pt_BR ru sk sr +sr@ijekavian sr@ijekavianlatin sr@latin 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 ~x86" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep libkworkspace) +" +DEPEND="${RDEPEND} + app-arch/unzip +" + +S=${WORKDIR}/${P/_} -- cgit v1.2.3-65-gdbad