Gentoo Archives: gentoo-commits

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