Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: customizable-weather-1.0.5.ebuild ChangeLog customizable-weather-1.0.4.ebuild
Date: Sun, 27 Jun 2010 15:52:17
Message-Id: 20100627155212.A2EB62CF94@corvid.gentoo.org
1 scarabeus 10/06/27 15:52:12
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.0.5.ebuild
5 Removed: customizable-weather-1.0.4.ebuild
6 Log:
7 Version bump. Drop old.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 kde-misc/customizable-weather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 2 Jun 2010 23:04:29 -0000 1.1
24 +++ ChangeLog 27 Jun 2010 15:52:12 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/customizable-weather
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.1 2010/06/02 23:04:29 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.2 2010/06/27 15:52:12 scarabeus Exp $
30 +
31 +*customizable-weather-1.0.5 (27 Jun 2010)
32 +
33 + 27 Jun 2010; Tomáš Chvátal <scarabeus@g.o>
34 + -customizable-weather-1.0.4.ebuild, +customizable-weather-1.0.5.ebuild:
35 + Version bump. Drop old.
36
37 *customizable-weather-1.0.4 (02 Jun 2010)
38
39
40
41
42 1.1 kde-misc/customizable-weather/customizable-weather-1.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: customizable-weather-1.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.0.5.ebuild,v 1.1 2010/06/27 15:52:12 scarabeus Exp $
52
53 EAPI="2"
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 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="0"
67 IUSE="debug"
68
69 DEPEND="
70 x11-libs/qt-gui:4[accessibility]
71 "
72 RDEPEND="${DEPEND}
73 >=kde-base/plasma-workspace-${KDE_MINIMAL}
74 "
75
76 S="${WORKDIR}/${MY_P}"