diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-12-08 12:56:52 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2010-12-08 12:56:52 +0000 |
commit | 33e130fd0904a71b6be31d735da1fab560c420a2 (patch) | |
tree | 3fc69db969c90e0a1d524ac62c70aa5941149d16 /kde-misc | |
parent | x86 stable wrt security bug #343091 (diff) | |
download | gentoo-2-33e130fd0904a71b6be31d735da1fab560c420a2.tar.gz gentoo-2-33e130fd0904a71b6be31d735da1fab560c420a2.tar.bz2 gentoo-2-33e130fd0904a71b6be31d735da1fab560c420a2.zip |
Version bump; remove old
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.3.0.ebuild | 28 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.3.1.ebuild (renamed from kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild) | 6 |
3 files changed, 11 insertions, 32 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index 7c370db724d1..ff76619aa8be 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.7 2010/11/17 10:55:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.8 2010/12/08 12:56:52 dilfridge Exp $ + +*customizable-weather-1.3.1 (08 Dec 2010) + + 08 Dec 2010; Andreas K. Huettel <dilfridge@gentoo.org> + -customizable-weather-1.2.1.ebuild, -customizable-weather-1.3.0.ebuild, + +customizable-weather-1.3.1.ebuild: + Version bump; remove old 17 Nov 2010; Markus Meier <maekke@gentoo.org> customizable-weather-1.2.3.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.3.0.ebuild b/kde-misc/customizable-weather/customizable-weather-1.3.0.ebuild deleted file mode 100644 index eaba737e4863..000000000000 --- a/kde-misc/customizable-weather/customizable-weather-1.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 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.3.0.ebuild,v 1.1 2010/10/27 12:57:49 tampakrap Exp $ - -EAPI="2" - -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 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="0" -IUSE="debug" - -DEPEND=" - x11-libs/qt-gui:4[accessibility] -" -RDEPEND="${DEPEND} - >=kde-base/plasma-workspace-${KDE_MINIMAL} -" - -S="${WORKDIR}/${MY_P}" diff --git a/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.3.1.ebuild index 63c5d9eb3400..2ff3054ae9bc 100644 --- a/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild +++ b/kde-misc/customizable-weather/customizable-weather-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.1.ebuild,v 1.1 2010/08/27 23:33:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.1.ebuild,v 1.1 2010/12/08 12:56:52 dilfridge Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit kde4-base MY_P="cwp-${PV}" -DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but a little harder to setup." +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" @@ -22,7 +22,7 @@ DEPEND=" x11-libs/qt-gui:4[accessibility] " RDEPEND="${DEPEND} - >=kde-base/plasma-workspace-${KDE_MINIMAL} + $(add_kdebase_dep plasma-workspace) " S="${WORKDIR}/${MY_P}" |