diff options
author | 2014-11-26 04:04:29 +0000 | |
---|---|---|
committer | 2014-11-26 04:04:29 +0000 | |
commit | e3776650c44ae07d1f3e9643442a67d5f8bd9ab8 (patch) | |
tree | 247dd7a8ffce7ce9f4b58cc4c6b2d49f9f724427 /kde-misc | |
parent | drop py3.2 (diff) | |
download | gentoo-2-e3776650c44ae07d1f3e9643442a67d5f8bd9ab8.tar.gz gentoo-2-e3776650c44ae07d1f3e9643442a67d5f8bd9ab8.tar.bz2 gentoo-2-e3776650c44ae07d1f3e9643442a67d5f8bd9ab8.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index db9a0d2dd31c..3ca76a69cb12 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.71 2014/10/30 11:23:14 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.72 2014/11/26 04:04:29 mrueg Exp $ + +*customizable-weather-1.12.0 (26 Nov 2014) + + 26 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + +customizable-weather-1.12.0.ebuild: + Version bump. 30 Oct 2014; Michael Palimaka <kensington@gentoo.org> -customizable-weather-1.11.0.ebuild, -customizable-weather-1.8.3.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild b/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild new file mode 100644 index 000000000000..a393827b096f --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 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.12.0.ebuild,v 1.1 2014/11/26 04:04:29 mrueg 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} |