mrueg 14/11/26 04:04:29 Modified: ChangeLog Added: customizable-weather-1.12.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.72 kde-misc/customizable-weather/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 30 Oct 2014 11:23:14 -0000 1.71 +++ ChangeLog 26 Nov 2014 04:04:29 -0000 1.72 @@ -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 <[email protected]> + +customizable-weather-1.12.0.ebuild: + Version bump. 30 Oct 2014; Michael Palimaka <[email protected]> -customizable-weather-1.11.0.ebuild, -customizable-weather-1.8.3.ebuild: 1.1 kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.12.0.ebuild?rev=1.1&content-type=text/plain Index: customizable-weather-1.12.0.ebuild =================================================================== # 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}
