Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gshhs: gshhs-1.13.ebuild ChangeLog
Date: Wed, 20 Nov 2013 19:50:58
Message-Id: 20131120195049.CB7CC2004B@flycatcher.gentoo.org
1 bicatali 13/11/20 19:50:49
2
3 Modified: gshhs-1.13.ebuild ChangeLog
4 Log:
5 Keyword amd64-linux and x86-linux
6
7 (Portage version: 2.2.7-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 sci-geosciences/gshhs/gshhs-1.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild?r1=1.2&r2=1.3
15
16 Index: gshhs-1.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gshhs-1.13.ebuild 4 May 2012 07:14:06 -0000 1.2
23 +++ gshhs-1.13.ebuild 20 Nov 2013 19:50:49 -0000 1.3
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild,v 1.2 2012/05/04 07:14:06 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/gshhs-1.13.ebuild,v 1.3 2013/11/20 19:50:49 bicatali Exp $
30 +
31 +EAPI=5
32
33 -EAPI=4
34 inherit toolchain-funcs
35
36 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs"
37 @@ -11,7 +12,7 @@
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
43 IUSE="+data"
44
45 RDEPEND="sci-libs/netcdf
46 @@ -26,9 +27,9 @@
47 src_compile() {
48 local p
49 for p in gshhs gshhs_dp gshhstograss; do
50 - $(tc-getCC) ${CFLAGS} $(pkg-config --cflags netcdf) \
51 + $(tc-getCC) ${CFLAGS} $($(tc-getPKG_CONFIG) --cflags netcdf) \
52 ${LDFLAGS} ${p}.c \
53 - $(pkg-config --libs netcdf) -lgdal -lm -o ${p} \
54 + $($(tc-getPKG_CONFIG) --libs netcdf) -lgdal -lm -o ${p} \
55 || die
56 done
57 }
58
59
60
61 1.3 sci-geosciences/gshhs/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/ChangeLog?rev=1.3&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/ChangeLog?rev=1.3&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs/ChangeLog?r1=1.2&r2=1.3
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/ChangeLog,v
70 retrieving revision 1.2
71 retrieving revision 1.3
72 diff -u -r1.2 -r1.3
73 --- ChangeLog 4 May 2012 07:14:06 -0000 1.2
74 +++ ChangeLog 20 Nov 2013 19:50:49 -0000 1.3
75 @@ -1,6 +1,9 @@
76 # ChangeLog for sci-geosciences/gshhs
77 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/ChangeLog,v 1.2 2012/05/04 07:14:06 jdhore Exp $
79 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs/ChangeLog,v 1.3 2013/11/20 19:50:49 bicatali Exp $
81 +
82 + 20 Nov 2013; Sébastien Fabbro <bicatali@g.o> gshhs-1.13.ebuild:
83 + Keyword amd64-linux and x86-linux
84
85 04 May 2012; Jeff Horelick <jdhore@g.o> gshhs-1.13.ebuild:
86 dev-util/pkgconfig -> virtual/pkgconfig
87 @@ -10,4 +13,3 @@
88 27 Dec 2011; Sébastien Fabbro <bicatali@g.o> +gshhs-1.13.ebuild,
89 +metadata.xml:
90 Initial import
91 -