diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-22 15:38:30 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-22 15:38:30 +0000 |
commit | d57c70262aacfa60d7456ef891f8444196e9ba02 (patch) | |
tree | 4ba1e84ae3b3d67fe3634550436875a6cf697262 /kde-misc | |
parent | Restricting py 2.5 (diff) | |
download | gentoo-2-d57c70262aacfa60d7456ef891f8444196e9ba02.tar.gz gentoo-2-d57c70262aacfa60d7456ef891f8444196e9ba02.tar.bz2 gentoo-2-d57c70262aacfa60d7456ef891f8444196e9ba02.zip |
Version bump, remove old.
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.5.10.ebuild (renamed from kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild) | 2 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.5.8.ebuild | 26 |
3 files changed, 9 insertions, 28 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index a28a25c3e90d..3709011c7068 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.21 2012/02/15 11:11:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.22 2012/02/22 15:38:30 johu Exp $ + +*customizable-weather-1.5.10 (22 Feb 2012) + + 22 Feb 2012; Johannes Huber <johu@gentoo.org> + +customizable-weather-1.5.10.ebuild, -customizable-weather-1.5.7.ebuild, + -customizable-weather-1.5.8.ebuild: + Version bump, remove old. *customizable-weather-1.5.9 (15 Feb 2012) diff --git a/kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild b/kde-misc/customizable-weather/customizable-weather-1.5.10.ebuild index 9dbf3c7d654b..1eda9106b91f 100644 --- a/kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild +++ b/kde-misc/customizable-weather/customizable-weather-1.5.10.ebuild @@ -1,6 +1,6 @@ # 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.5.7.ebuild,v 1.1 2012/01/11 20:24:20 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.5.10.ebuild,v 1.1 2012/02/22 15:38:30 johu Exp $ EAPI=4 diff --git a/kde-misc/customizable-weather/customizable-weather-1.5.8.ebuild b/kde-misc/customizable-weather/customizable-weather-1.5.8.ebuild deleted file mode 100644 index e0f75aa54902..000000000000 --- a/kde-misc/customizable-weather/customizable-weather-1.5.8.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.5.8.ebuild,v 1.1 2012/01/17 17:07:23 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="br de 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}" |