Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: customizable-weather-1.6.9.ebuild ChangeLog customizable-weather-1.6.7.ebuild
Date: Fri, 30 Nov 2012 17:20:56
Message-Id: 20121130172044.D439320C65@flycatcher.gentoo.org
1 creffett 12/11/30 17:20:44
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.6.9.ebuild
5 Removed: customizable-weather-1.6.7.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42618354)
10
11 Revision Changes Path
12 1.43 kde-misc/customizable-weather/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.43&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.43&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.42&r2=1.43
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
21 retrieving revision 1.42
22 retrieving revision 1.43
23 diff -u -r1.42 -r1.43
24 --- ChangeLog 24 Nov 2012 15:26:14 -0000 1.42
25 +++ ChangeLog 30 Nov 2012 17:20:44 -0000 1.43
26 @@ -1,6 +1,12 @@
27 # ChangeLog for kde-misc/customizable-weather
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.42 2012/11/24 15:26:14 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.43 2012/11/30 17:20:44 creffett Exp $
31 +
32 +*customizable-weather-1.6.9 (30 Nov 2012)
33 +
34 + 30 Nov 2012; Chris Reffett <creffett@g.o>
35 + +customizable-weather-1.6.9.ebuild, -customizable-weather-1.6.7.ebuild:
36 + Version bump. Remove old.
37
38 24 Nov 2012; Johannes Huber <johu@g.o>
39 -customizable-weather-1.6.2.ebuild:
40
41
42
43 1.1 kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.6.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: customizable-weather-1.6.9.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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.6.9.ebuild,v 1.1 2012/11/30 17:20:44 creffett Exp $
53
54 EAPI=4
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}"