diff options
author | Johannes Huber <johu@gentoo.org> | 2013-06-21 15:34:54 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-06-21 15:34:54 +0000 |
commit | 63770c4c38857e5faa2fd91a8361cf20e907b158 (patch) | |
tree | 64b58b7494f2b6759da29d4297a26dd23abaf932 /kde-misc/customizable-weather | |
parent | fix dependencies wrt #466020, improve sse2 handling wrt #469134, remove env.d... (diff) | |
download | gentoo-2-63770c4c38857e5faa2fd91a8361cf20e907b158.tar.gz gentoo-2-63770c4c38857e5faa2fd91a8361cf20e907b158.tar.bz2 gentoo-2-63770c4c38857e5faa2fd91a8361cf20e907b158.zip |
Version bump wrt bug #474050.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/customizable-weather')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.7.3.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index 12951838f7a3..14d0ec0e5137 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.53 2013/04/02 12:20:30 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.54 2013/06/21 15:34:54 johu Exp $ + +*customizable-weather-1.7.3 (21 Jun 2013) + + 21 Jun 2013; Johannes Huber <johu@gentoo.org> + +customizable-weather-1.7.3.ebuild: + Version bump wrt bug #474050. 02 Apr 2013; Michael Palimaka <kensington@gentoo.org> -customizable-weather-1.6.10.ebuild, -customizable-weather-1.6.12.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.7.3.ebuild b/kde-misc/customizable-weather/customizable-weather-1.7.3.ebuild new file mode 100644 index 000000000000..51c73a6b064b --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.7.3.ebuild @@ -0,0 +1,26 @@ +# 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.7.3.ebuild,v 1.1 2013/06/21 15:34:54 johu Exp $ + +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 + +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} |