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: metadata.xml ChangeLog customizable-weather-1.0.4.ebuild
Date: Wed, 02 Jun 2010 23:04:34
Message-Id: 20100602230429.6113E2CE14@corvid.gentoo.org
1 hwoarang 10/06/02 23:04:29
2
3 Added: metadata.xml ChangeLog
4 customizable-weather-1.0.4.ebuild
5 Log:
6 Initial commit of customizable-weather plasmoid. Moved from kde overlay. Fixes bug #322477
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-misc/customizable-weather/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 </pkgmetadata>
22
23
24
25
26 1.1 kde-misc/customizable-weather/ChangeLog
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for kde-misc/customizable-weather
34 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.1 2010/06/02 23:04:29 hwoarang Exp $
36
37 *customizable-weather-1.0.4 (02 Jun 2010)
38
39 02 Jun 2010; Markos Chandras <hwoarang@g.o>
40 +customizable-weather-1.0.4.ebuild, +metadata.xml:
41 Initial commit of customizable-weather plasmoid. Moved from kde overlay.
42 Fixes bug #322477
43
44
45
46
47 1.1 kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild?rev=1.1&content-type=text/plain
51
52 Index: customizable-weather-1.0.4.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.0.4.ebuild,v 1.1 2010/06/02 23:04:29 hwoarang Exp $
57
58 EAPI="2"
59
60 inherit kde4-base
61
62 MY_P="cwp-${PV}"
63
64 DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but a little harder to setup."
65 HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
66 SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2"
67
68 LICENSE="GPL-3"
69 KEYWORDS="~amd64 ~x86"
70 SLOT="0"
71 IUSE="debug"
72
73 DEPEND="
74 x11-libs/qt-gui:4[accessibility]
75 "
76 RDEPEND="${DEPEND}
77 >=kde-base/plasma-workspace-${KDE_MINIMAL}
78 "
79
80 S="${WORKDIR}/${MY_P}"