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.15.ebuild wmweather+-2.11.ebuild
Date: Tue, 11 Feb 2014 09:52:19
Message-Id: 20140211095216.D606E2004C@flycatcher.gentoo.org
1 voyageur 14/02/11 09:52:16
2
3 Modified: ChangeLog
4 Added: wmweather+-2.15.ebuild
5 Removed: wmweather+-2.11.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
10
11 Revision Changes Path
12 1.32 x11-plugins/wmweather+/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather+/ChangeLog?rev=1.32&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather+/ChangeLog?rev=1.32&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather+/ChangeLog?r1=1.31&r2=1.32
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v
21 retrieving revision 1.31
22 retrieving revision 1.32
23 diff -u -r1.31 -r1.32
24 --- ChangeLog 3 Jul 2012 16:39:09 -0000 1.31
25 +++ ChangeLog 11 Feb 2014 09:52:16 -0000 1.32
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-plugins/wmweather+
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.31 2012/07/03 16:39:09 ranger Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.32 2014/02/11 09:52:16 voyageur Exp $
32 +
33 +*wmweather+-2.15 (11 Feb 2014)
34 +
35 + 11 Feb 2014; Bernard Cafarelli <voyageur@g.o> -wmweather+-2.11.ebuild,
36 + +wmweather+-2.15.ebuild:
37 + Version bump
38
39 03 Jul 2012; Brent Baude <ranger@g.o> wmweather+-2.13.ebuild:
40 Marking wmweather+-2.13 ppc for bug 422407
41
42
43
44 1.1 x11-plugins/wmweather+/wmweather+-2.15.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.15.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.15.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wmweather+-2.15.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.15.ebuild,v 1.1 2014/02/11 09:52:16 voyageur Exp $
54
55 EAPI=5
56 inherit flag-o-matic
57
58 DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts"
59 HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/"
60 SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="dev-libs/libpcre
68 >=net-misc/curl-7.17.1
69 x11-libs/libXpm
70 x11-libs/libXext
71 x11-libs/libX11
72 x11-wm/windowmaker"
73 RDEPEND="${DEPEND}"
74
75 src_configure() {
76 append-flags "-fno-optimize-sibling-calls"
77 econf
78 }
79
80 src_install() {
81 dobin wmweather+
82 dodoc ChangeLog HINTS README example.conf
83 doman wmweather+.1
84 }