mrueg 14/03/19 13:48:51 Modified: ChangeLog Added: customizable-weather-1.10.2.ebuild Removed: customizable-weather-1.10.0.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.65 kde-misc/customizable-weather/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 25 Feb 2014 00:21:17 -0000 1.64 +++ ChangeLog 19 Mar 2014 13:48:51 -0000 1.65 @@ -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.64 2014/02/25 00:21:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.65 2014/03/19 13:48:51 mrueg Exp $ + +*customizable-weather-1.10.2 (19 Mar 2014) + + 19 Mar 2014; Manuel RĂ¼ger <[email protected]> + +customizable-weather-1.10.2.ebuild, -customizable-weather-1.10.0.ebuild: + Version bump. Cleanup old. *customizable-weather-1.10.1 (25 Feb 2014) 1.1 kde-misc/customizable-weather/customizable-weather-1.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.2.ebuild?rev=1.1&content-type=text/plain Index: customizable-weather-1.10.2.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.10.2.ebuild,v 1.1 2014/03/19 13:48:51 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}
