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-data: gshhs-data-2.2.0.ebuild ChangeLog
Date: Wed, 20 Nov 2013 19:27:37
Message-Id: 20131120192730.54C502004B@flycatcher.gentoo.org
1 bicatali 13/11/20 19:27:30
2
3 Modified: gshhs-data-2.2.0.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.2 sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: gshhs-data-2.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gshhs-data-2.2.0.ebuild 27 Dec 2011 07:52:45 -0000 1.1
23 +++ gshhs-data-2.2.0.ebuild 20 Nov 2013 19:27:30 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 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-data/gshhs-data-2.2.0.ebuild,v 1.1 2011/12/27 07:52:45 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild,v 1.2 2013/11/20 19:27:30 bicatali Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data"
35 HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
36 @@ -10,7 +10,7 @@
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 IUSE=""
43
44 RDEPEND=""
45 @@ -19,7 +19,7 @@
46
47 src_install() {
48 dodoc gshhs/README.TXT
49 - rm -f gshhs/README.TXT
50 + rm gshhs/README.TXT || die
51 insinto /usr/share
52 doins -r *
53 }
54
55
56
57 1.2 sci-geosciences/gshhs-data/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 27 Dec 2011 07:52:45 -0000 1.1
70 +++ ChangeLog 20 Nov 2013 19:27:30 -0000 1.2
71 @@ -1,10 +1,12 @@
72 # ChangeLog for sci-geosciences/gshhs-data
73 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog,v 1.1 2011/12/27 07:52:45 bicatali Exp $
75 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gshhs-data/ChangeLog,v 1.2 2013/11/20 19:27:30 bicatali Exp $
77 +
78 + 20 Nov 2013; Sébastien Fabbro <bicatali@g.o> gshhs-data-2.2.0.ebuild:
79 + Keyword amd64-linux and x86-linux
80
81 *gshhs-data-2.2.0 (27 Dec 2011)
82
83 27 Dec 2011; Sébastien Fabbro <bicatali@g.o>
84 +gshhs-data-2.2.0.ebuild, +metadata.xml:
85 Initial import
86 -