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.9.1.ebuild ChangeLog
Date: Tue, 21 Jan 2014 02:32:47
Message-Id: 20140121023222.00C1C2004E@flycatcher.gentoo.org
1 mrueg 14/01/21 02:32:21
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.9.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.62 kde-misc/customizable-weather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 30 Nov 2013 21:00:45 -0000 1.61
24 +++ ChangeLog 21 Jan 2014 02:32:21 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/customizable-weather
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.61 2013/11/30 21:00:45 johu Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.62 2014/01/21 02:32:21 mrueg Exp $
31 +
32 +*customizable-weather-1.9.1 (21 Jan 2014)
33 +
34 + 21 Jan 2014; Manuel RĂ¼ger <mrueg@g.o>
35 + +customizable-weather-1.9.1.ebuild:
36 + Version bump.
37
38 30 Nov 2013; Johannes Huber <johu@g.o>
39 -customizable-weather-1.7.3.ebuild:
40
41
42
43 1.1 kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.9.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: customizable-weather-1.9.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.9.1.ebuild,v 1.1 2014/01/21 02:32:21 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}