Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmweather: ChangeLog wmweather-2.4.5.ebuild
Date: Tue, 02 Oct 2012 12:27:44
Message-Id: 20121002122733.622F021600@flycatcher.gentoo.org
1 voyageur 12/10/02 12:27:33
2
3 Modified: ChangeLog
4 Added: wmweather-2.4.5.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 x11-plugins/wmweather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 28 Jun 2008 06:30:50 -0000 1.25
24 +++ ChangeLog 2 Oct 2012 12:27:33 -0000 1.26
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/wmweather
27 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.25 2008/06/28 06:30:50 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.26 2012/10/02 12:27:33 voyageur Exp $
31 +
32 +*wmweather-2.4.5 (02 Oct 2012)
33 +
34 + 02 Oct 2012; Bernard Cafarelli <voyageur@g.o> +wmweather-2.4.5.ebuild:
35 + Version bump
36
37 28 Jun 2008; Markus Meier <maekke@g.o> wmweather-2.4.4.ebuild:
38 x86 stable, bug #229537
39
40
41
42 1.1 x11-plugins/wmweather/wmweather-2.4.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmweather-2.4.5.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.5.ebuild,v 1.1 2012/10/02 12:27:33 voyageur Exp $
52
53 EAPI=4
54 DESCRIPTION="a dockable weather monitor for standard METAR stations using ICAO location."
55 HOMEPAGE="http://www.godisch.de/debian/wmweather"
56 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND="x11-libs/libX11
64 x11-libs/libXext
65 x11-libs/libXpm
66 x11-libs/libICE
67 x11-apps/xmessage
68 net-misc/curl"
69 DEPEND="${RDEPEND}
70 x11-proto/xextproto"
71
72 S=${WORKDIR}/${P}/src
73
74 src_install() {
75 emake DESTDIR="${D}" install
76 dodoc ../{CHANGES,README}
77 }