diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-11 20:24:20 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-11 20:24:20 +0000 |
commit | f11a9a62cafa9b79d282f4f7796b62445a2c9f35 (patch) | |
tree | 3674d2c0a2b978a8d78ce287e4ab0dd912ae5769 /kde-misc | |
parent | Make the Dutch translation comprehensible to Dutch humans. (diff) | |
download | gentoo-2-f11a9a62cafa9b79d282f4f7796b62445a2c9f35.tar.gz gentoo-2-f11a9a62cafa9b79d282f4f7796b62445a2c9f35.tar.bz2 gentoo-2-f11a9a62cafa9b79d282f4f7796b62445a2c9f35.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index 3b7df00eedc7..9db46fc075b0 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.18 2012/01/04 14:47:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.19 2012/01/11 20:24:20 johu Exp $ + +*customizable-weather-1.5.7 (11 Jan 2012) + + 11 Jan 2012; Johannes Huber <johu@gentoo.org> + +customizable-weather-1.5.7.ebuild: + Version bump. *customizable-weather-1.5.6 (04 Jan 2012) diff --git a/kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild b/kde-misc/customizable-weather/customizable-weather-1.5.7.ebuild new file mode 100644 index 000000000000..9dbf3c7d654b --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.5.7.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.5.7.ebuild,v 1.1 2012/01/11 20:24:20 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}" |