diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-16 12:15:08 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-16 12:15:08 +0000 |
commit | 85a8bd812467fe531a03ad0201f2d5145a4b9f9c (patch) | |
tree | f690b1fd70982b7be125c2f5f905bcd51ccf74ed /kde-misc | |
parent | Fix src_install (thanks Gary E. Miller, bug 438526) (diff) | |
download | gentoo-2-85a8bd812467fe531a03ad0201f2d5145a4b9f9c.tar.gz gentoo-2-85a8bd812467fe531a03ad0201f2d5145a4b9f9c.tar.bz2 gentoo-2-85a8bd812467fe531a03ad0201f2d5145a4b9f9c.zip |
Version bump.
(Portage version: 2.1.11.27/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.6.5.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index f880b7e17b0a..1239ba353140 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.36 2012/09/26 12:05:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.37 2012/10/16 12:15:08 kensington Exp $ + +*customizable-weather-1.6.5 (16 Oct 2012) + + 16 Oct 2012; Michael Palimaka <kensington@gentoo.org> + +customizable-weather-1.6.5.ebuild: + Version bump. *customizable-weather-1.6.4 (26 Sep 2012) diff --git a/kde-misc/customizable-weather/customizable-weather-1.6.5.ebuild b/kde-misc/customizable-weather/customizable-weather-1.6.5.ebuild new file mode 100644 index 000000000000..4e0bfaa3162d --- /dev/null +++ b/kde-misc/customizable-weather/customizable-weather-1.6.5.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.5.ebuild,v 1.1 2012/10/16 12:15:08 kensington Exp $ + +EAPI=4 + +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}" |