Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-weatherfax: opencpn-plugin-weatherfax-1.3.ebuild ChangeLog
Date: Thu, 30 Apr 2015 16:44:31
Message-Id: 20150430164427.28ACB998@oystercatcher.gentoo.org
1 mschiff 15/04/30 16:44:27
2
3 Modified: opencpn-plugin-weatherfax-1.3.ebuild ChangeLog
4 Log:
5 Add missing wxwidgets eclass+setting
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
8
9 Revision Changes Path
10 1.2 sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?r1=1.1&r2=1.2
15
16 Index: opencpn-plugin-weatherfax-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- opencpn-plugin-weatherfax-1.3.ebuild 21 Jan 2015 23:30:27 -0000 1.1
23 +++ opencpn-plugin-weatherfax-1.3.ebuild 30 Apr 2015 16:44:27 -0000 1.2
24 @@ -1,10 +1,11 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v 1.1 2015/01/21 23:30:27 mschiff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v 1.2 2015/04/30 16:44:27 mschiff Exp $
29
30 EAPI=5
31
32 -inherit cmake-utils
33 +WX_GTK_VER="2.8"
34 +inherit cmake-utils wxwidgets
35
36 MY_PN="weatherfax_pi"
37
38
39
40
41 1.2 sci-geosciences/opencpn-plugin-weatherfax/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?r1=1.1&r2=1.2
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ChangeLog 21 Jan 2015 23:30:27 -0000 1.1
54 +++ ChangeLog 30 Apr 2015 16:44:27 -0000 1.2
55 @@ -1,10 +1,13 @@
56 # ChangeLog for sci-geosciences/opencpn-plugin-weatherfax
57 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 1.1 2015/01/21 23:30:27 mschiff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 1.2 2015/04/30 16:44:27 mschiff Exp $
60 +
61 + 30 Apr 2015; Marc Schiffbauer <mschiff@g.o>
62 + opencpn-plugin-weatherfax-1.3.ebuild:
63 + Add missing wxwidgets eclass+setting
64
65 *opencpn-plugin-weatherfax-1.3 (21 Jan 2015)
66
67 21 Jan 2015; Marc Schiffbauer <mschiff@g.o>
68 +opencpn-plugin-weatherfax-1.3.ebuild, +metadata.xml:
69 Initial commit for opencpn-plugin-weatherfax
70 -