From 6b0a36d86188c01ed2101388a99634c941c514ac Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 15 May 2012 06:09:48 +0000 Subject: Version bump, remove old. (Portage version: 2.2.0_alpha104/cvs/Linux x86_64) --- kde-misc/customizable-weather/ChangeLog | 8 ++++++- .../customizable-weather-1.6.1.ebuild | 26 ---------------------- .../customizable-weather-1.6.2.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 27 deletions(-) delete mode 100644 kde-misc/customizable-weather/customizable-weather-1.6.1.ebuild create mode 100644 kde-misc/customizable-weather/customizable-weather-1.6.2.ebuild (limited to 'kde-misc') diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index 216f42758364..ab30d1c31395 100644 --- a/kde-misc/customizable-weather/ChangeLog +++ b/kde-misc/customizable-weather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/customizable-weather # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.28 2012/05/08 15:49:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.29 2012/05/15 06:09:48 johu Exp $ + +*customizable-weather-1.6.2 (15 May 2012) + + 15 May 2012; Johannes Huber + +customizable-weather-1.6.2.ebuild, -customizable-weather-1.6.1.ebuild: + Version bump, remove old. 08 May 2012; Agostino Sarubbo customizable-weather-1.5.14.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.1.ebuild deleted file mode 100644 index 045bcffeb403..000000000000 --- a/kde-misc/customizable-weather/customizable-weather-1.6.1.ebuild +++ /dev/null @@ -1,26 +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/customizable-weather/customizable-weather-1.6.1.ebuild,v 1.1 2012/05/08 14:58:54 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@latin tr zh_CN" -inherit kde4-base - -MY_P="cwp-${PV}" - -DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup." -HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - $(add_kdebase_dep plasma-workspace) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.2.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.2.ebuild new file mode 100644 index 000000000000..beb517b1a5b3 --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.6.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.6.2.ebuild,v 1.1 2012/05/15 06:09:48 johu Exp $ + +EAPI=4 + +KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@latin tr zh_CN" +inherit kde4-base + +MY_P="cwp-${PV}" + +DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup." +HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925" +SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep plasma-workspace) +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad