diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-01-28 16:55:15 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-01-28 16:55:15 +0000 |
commit | 08b85238125b8612eef7a06da58243b2ae5f32d0 (patch) | |
tree | 1baf4683abf47d3ef67f21c4d8552309db86058f /kde-misc/customizable-weather | |
parent | Version bump wrt bug #454220. (diff) | |
download | gentoo-2-08b85238125b8612eef7a06da58243b2ae5f32d0.tar.gz gentoo-2-08b85238125b8612eef7a06da58243b2ae5f32d0.tar.bz2 gentoo-2-08b85238125b8612eef7a06da58243b2ae5f32d0.zip |
Version bump. Remove old.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc/customizable-weather')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.6.12.ebuild (renamed from kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild) | 6 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.6.6.ebuild | 26 |
3 files changed, 11 insertions, 30 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index 54c0d2b2cc1e..2dc9186609d2 100644 --- a/kde-misc/customizable-weather/ChangeLog +++ b/kde-misc/customizable-weather/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-misc/customizable-weather # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.48 2013/01/27 16:15:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.49 2013/01/28 16:55:15 kensington Exp $ + +*customizable-weather-1.6.12 (28 Jan 2013) + + 28 Jan 2013; Michael Palimaka <kensington@gentoo.org> + +customizable-weather-1.6.12.ebuild, -customizable-weather-1.6.6.ebuild, + -customizable-weather-1.6.9.ebuild: + Version bump. Remove old. 27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> customizable-weather-1.6.10.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.12.ebuild index e4c944e6136f..6a3a110c43cb 100644 --- a/kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild +++ b/kde-misc/customizable-weather/customizable-weather-1.6.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 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.9.ebuild,v 1.3 2013/01/02 12:38:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.6.12.ebuild,v 1.1 2013/01/28 16:55:15 kensington Exp $ -EAPI=4 +EAPI=5 KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN" inherit kde4-base @@ -14,7 +14,7 @@ HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2" LICENSE="GPL-3" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" SLOT="4" IUSE="debug" diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.6.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.6.ebuild deleted file mode 100644 index 3a5f329f642d..000000000000 --- a/kde-misc/customizable-weather/customizable-weather-1.6.6.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.6.ebuild,v 1.3 2012/11/23 19:38:44 ago Exp $ - -EAPI=4 - -KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn 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}" |