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.14.ebuild ChangeLog customizable-weather-1.5.12.ebuild
Date: Fri, 06 Apr 2012 22:04:47
Message-Id: 20120406220438.0D5202004B@flycatcher.gentoo.org
1 johu 12/04/06 22:04:38
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.5.14.ebuild
5 Removed: customizable-weather-1.5.12.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.2.0_alpha99/cvs/Linux i686)
10
11 Revision Changes Path
12 1.26 kde-misc/customizable-weather/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.26&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.26&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.25&r2=1.26
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
21 retrieving revision 1.25
22 retrieving revision 1.26
23 diff -u -r1.25 -r1.26
24 --- ChangeLog 25 Mar 2012 21:57:48 -0000 1.25
25 +++ ChangeLog 6 Apr 2012 22:04:37 -0000 1.26
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.25 2012/03/25 21:57:48 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.26 2012/04/06 22:04:37 johu Exp $
31 +
32 +*customizable-weather-1.5.14 (06 Apr 2012)
33 +
34 + 06 Apr 2012; Johannes Huber <johu@g.o>
35 + +customizable-weather-1.5.14.ebuild, -customizable-weather-1.5.12.ebuild:
36 + Version bump, remove old.
37
38 *customizable-weather-1.5.13 (25 Mar 2012)
39
40
41
42
43 1.1 kde-misc/customizable-weather/customizable-weather-1.5.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.5.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.5.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: customizable-weather-1.5.14.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.14.ebuild,v 1.1 2012/04/06 22:04:37 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}"