mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-geosciences/congen: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
This commit is contained in:
34
sci-geosciences/congen/congen-1.6.2-r1.ebuild
Normal file
34
sci-geosciences/congen/congen-1.6.2-r1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_P=${P/_p/-r}
|
||||
DESCRIPTION="Generate the speeds, equilibrium arguments, and node factors of tidal constituents"
|
||||
HOMEPAGE="http://www.flaterco.com/xtide/files.html"
|
||||
SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
DEPEND=">=sci-geosciences/libtcd-2.2.3"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
MAKEOPTS+=" -j1"
|
||||
|
||||
S=${WORKDIR}/${P%_p*}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable static-libs static)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
use static-libs || prune_libtool_files
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user