Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: ChangeLog customizable-weather-1.3.3.ebuild
Date: Tue, 01 Feb 2011 06:34:06
Message-Id: 20110201063356.A81DB20054@flycatcher.gentoo.org
1 tampakrap 11/02/01 06:33:56
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.3.3.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 kde-misc/customizable-weather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 31 Jan 2011 02:59:39 -0000 1.11
24 +++ ChangeLog 1 Feb 2011 06:33:56 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/customizable-weather
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.11 2011/01/31 02:59:39 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.12 2011/02/01 06:33:56 tampakrap Exp $
30 +
31 +*customizable-weather-1.3.3 (01 Feb 2011)
32 +
33 + 01 Feb 2011; Theo Chatzimichos <tampakrap@g.o>
34 + +customizable-weather-1.3.3.ebuild:
35 + bump
36
37 31 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
38 customizable-weather-1.2.3.ebuild, customizable-weather-1.3.2.ebuild:
39
40
41
42 1.1 kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: customizable-weather-1.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.3.3.ebuild,v 1.1 2011/02/01 06:33:56 tampakrap Exp $
52
53 EAPI=3
54
55 KDE_LINGUAS="br de es fr hu it nb nl pl ro ru sr sr@latin 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 DEPEND="
70 x11-libs/qt-gui:4[accessibility]
71 "
72 RDEPEND="${DEPEND}
73 $(add_kdebase_dep plasma-workspace)
74 "
75
76 S="${WORKDIR}/${MY_P}"