Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/customizable-weather: ChangeLog customizable-weather-1.3.4.ebuild
Date: Sun, 27 Feb 2011 21:33:07
Message-Id: 20110227213256.6D0FE20054@flycatcher.gentoo.org
1 dilfridge 11/02/27 21:32:56
2
3 Modified: ChangeLog
4 Added: customizable-weather-1.3.4.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 kde-misc/customizable-weather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 13 Feb 2011 20:03:37 -0000 1.13
24 +++ ChangeLog 27 Feb 2011 21:32:56 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/customizable-weather
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.13 2011/02/13 20:03:37 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.14 2011/02/27 21:32:56 dilfridge Exp $
30 +
31 +*customizable-weather-1.3.4 (27 Feb 2011)
32 +
33 + 27 Feb 2011; Andreas K. Huettel <dilfridge@g.o>
34 + +customizable-weather-1.3.4.ebuild:
35 + Version bump
36
37 13 Feb 2011; Tomáš Chvátal <scarabeus@g.o>
38 -customizable-weather-1.2.3.ebuild, -customizable-weather-1.3.2.ebuild,
39
40
41
42 1.1 kde-misc/customizable-weather/customizable-weather-1.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/customizable-weather/customizable-weather-1.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: customizable-weather-1.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.3.4.ebuild,v 1.1 2011/02/27 21:32:56 dilfridge Exp $
52
53 EAPI=3
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 is 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="4"
67 IUSE="debug"
68
69 RDEPEND="
70 $(add_kdebase_dep plasma-workspace)
71 "
72 DEPEND="${RDEPEND}"
73
74 S="${WORKDIR}/${MY_P}"