Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: ChangeLog customizable-weather-1.2.1.ebuild
Date: Fri, 27 Aug 2010 23:33:31
Message-Id: 20100827233328.A678420051@flycatcher.gentoo.org
1 hwoarang 10/08/27 23:33:28
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.2.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 kde-misc/customizable-weather/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 27 Jun 2010 15:52:12 -0000 1.2
23 +++ ChangeLog 27 Aug 2010 23:33:28 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-misc/customizable-weather
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.2 2010/06/27 15:52:12 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.3 2010/08/27 23:33:28 hwoarang Exp $
29 +
30 +*customizable-weather-1.2.1 (27 Aug 2010)
31 +
32 + 27 Aug 2010; Markos Chandras <hwoarang@g.o>
33 + +customizable-weather-1.2.1.ebuild:
34 + Version bump
35
36 *customizable-weather-1.0.5 (27 Jun 2010)
37
38
39
40
41 1.1 kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: customizable-weather-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.2.1.ebuild,v 1.1 2010/08/27 23:33:28 hwoarang Exp $
51
52 EAPI="2"
53
54 KDE_LINGUAS="br de es fr hu it nb nl pl ro ru sr sr@latin tr zh_CN"
55 inherit kde4-base
56
57 MY_P="cwp-${PV}"
58
59 DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but a little harder to setup."
60 HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
61 SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
62
63 LICENSE="GPL-3"
64 KEYWORDS="~amd64 ~x86"
65 SLOT="0"
66 IUSE="debug"
67
68 DEPEND="
69 x11-libs/qt-gui:4[accessibility]
70 "
71 RDEPEND="${DEPEND}
72 >=kde-base/plasma-workspace-${KDE_MINIMAL}
73 "
74
75 S="${WORKDIR}/${MY_P}"