Gentoo Archives: gentoo-commits

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