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