Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: customizable-weather-1.10.1.ebuild ChangeLog customizable-weather-1.9.1.ebuild
Date: Tue, 25 Feb 2014 00:21:22
Message-Id: 20140225002117.DDC5C2004C@flycatcher.gentoo.org
1 mrueg 14/02/25 00:21:17
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.10.1.ebuild
5 Removed: customizable-weather-1.9.1.ebuild
6 Log:
7 Version bump. Cleanup old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.64 kde-misc/customizable-weather/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.64&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.64&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.63&r2=1.64
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
21 retrieving revision 1.63
22 retrieving revision 1.64
23 diff -u -r1.63 -r1.64
24 --- ChangeLog 27 Jan 2014 13:45:03 -0000 1.63
25 +++ ChangeLog 25 Feb 2014 00:21:17 -0000 1.64
26 @@ -1,6 +1,12 @@
27 # ChangeLog for kde-misc/customizable-weather
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.63 2014/01/27 13:45:03 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.64 2014/02/25 00:21:17 mrueg Exp $
31 +
32 +*customizable-weather-1.10.1 (25 Feb 2014)
33 +
34 + 25 Feb 2014; Manuel RĂ¼ger <mrueg@g.o>
35 + +customizable-weather-1.10.1.ebuild, -customizable-weather-1.9.1.ebuild:
36 + Version bump. Cleanup old.
37
38 *customizable-weather-1.10.0 (27 Jan 2014)
39
40
41
42
43 1.1 kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: customizable-weather-1.10.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.10.1.ebuild,v 1.1 2014/02/25 00:21:17 mrueg Exp $
53
54 EAPI=5
55
56 KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN"
57 inherit kde4-base
58
59 MY_P="cwp-${PV}"
60
61 DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup."
62 HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
63 SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
64
65 LICENSE="GPL-3"
66 KEYWORDS="~amd64 ~x86"
67 SLOT="4"
68 IUSE="debug"
69
70 RDEPEND="
71 $(add_kdebase_dep plasma-workspace)
72 "
73 DEPEND="${RDEPEND}"
74
75 S=${WORKDIR}/${MY_P}