diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-07 22:34:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-07 22:34:24 +0000 |
commit | 06e263b496a03a8c9a3afbc68ef1cc4199226ea8 (patch) | |
tree | 19dfe0084b94d6cd990159a7d25e79be31c23f3d /kde-misc/customizable-weather | |
parent | Stable for x86, wrt bug #428062 (diff) | |
download | gentoo-2-06e263b496a03a8c9a3afbc68ef1cc4199226ea8.tar.gz gentoo-2-06e263b496a03a8c9a3afbc68ef1cc4199226ea8.tar.bz2 gentoo-2-06e263b496a03a8c9a3afbc68ef1cc4199226ea8.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
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.6.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 0007b525c6af..1e6c2f494475 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.34 2012/06/29 09:20:14 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.35 2012/08/07 22:34:24 johu Exp $ + +*customizable-weather-1.6.3 (07 Aug 2012) + + 07 Aug 2012; Johannes Huber <johu@gentoo.org> + +customizable-weather-1.6.3.ebuild: + Version bump. 29 Jun 2012; Johannes Huber <johu@gentoo.org> -customizable-weather-1.5.14.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.3.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.3.ebuild new file mode 100644 index 000000000000..8db282f3c2a2 --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.6.3.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.6.3.ebuild,v 1.1 2012/08/07 22:34:24 johu Exp $ + +EAPI=4 + +KDE_LINGUAS="br de el 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}" |