Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/
Date: Fri, 08 Jul 2016 17:58:23
Message-Id: 1468000662.b75a495a0b4d658e9996010a5f8a005ef7638502.wizardedit@gentoo
1 commit: b75a495a0b4d658e9996010a5f8a005ef7638502
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 8 16:50:46 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 17:57:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75a495a
7
8 sci-geosciences/congen: bump to EAPI 6, add maintainer-needed
9
10 Package-Manager: portage-2.2.28
11
12 sci-geosciences/congen/congen-1.6.2-r1.ebuild | 34 +++++++++++++++++++++++++++
13 sci-geosciences/congen/metadata.xml | 1 +
14 2 files changed, 35 insertions(+)
15
16 diff --git a/sci-geosciences/congen/congen-1.6.2-r1.ebuild b/sci-geosciences/congen/congen-1.6.2-r1.ebuild
17 new file mode 100644
18 index 0000000..bb1d90f
19 --- /dev/null
20 +++ b/sci-geosciences/congen/congen-1.6.2-r1.ebuild
21 @@ -0,0 +1,34 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +inherit eutils
29 +
30 +MY_P=${P/_p/-r}
31 +DESCRIPTION="Generate the speeds, equilibrium arguments, and node factors of tidal constituents"
32 +HOMEPAGE="http://www.flaterco.com/xtide/files.html"
33 +SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2"
34 +
35 +LICENSE="GPL-3"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="static-libs"
39 +
40 +DEPEND=">=sci-geosciences/libtcd-2.2.3"
41 +RDEPEND="${DEPEND}"
42 +
43 +MAKEOPTS+=" -j1"
44 +
45 +S=${WORKDIR}/${P%_p*}
46 +
47 +src_configure() {
48 + econf \
49 + $(use_enable static-libs static)
50 +}
51 +
52 +src_install() {
53 + default
54 + use static-libs || prune_libtool_files
55 +}
56
57 diff --git a/sci-geosciences/congen/metadata.xml b/sci-geosciences/congen/metadata.xml
58 index 097975e..6f49eba 100644
59 --- a/sci-geosciences/congen/metadata.xml
60 +++ b/sci-geosciences/congen/metadata.xml
61 @@ -1,4 +1,5 @@
62 <?xml version="1.0" encoding="UTF-8"?>
63 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 <pkgmetadata>
65 +<!-- maintainer-needed -->
66 </pkgmetadata>