From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A11E1382F6 for ; Fri, 8 Jul 2016 17:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43612E0912; Fri, 8 Jul 2016 17:58:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F795E07E8 for ; Fri, 8 Jul 2016 17:58:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B00C1340F52 for ; Fri, 8 Jul 2016 17:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF00D2446 for ; Fri, 8 Jul 2016 17:58:14 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1468000662.b75a495a0b4d658e9996010a5f8a005ef7638502.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/congen/congen-1.6.2-r1.ebuild sci-geosciences/congen/metadata.xml X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b75a495a0b4d658e9996010a5f8a005ef7638502 X-VCS-Branch: master Date: Fri, 8 Jul 2016 17:58:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6741333-733e-42c2-bb91-93caf21d0271 X-Archives-Hash: f414ec3528b9771156107b2a799a1769 commit: b75a495a0b4d658e9996010a5f8a005ef7638502 Author: Austin English gentoo org> AuthorDate: Fri Jul 8 16:50:46 2016 +0000 Commit: Austin English gentoo org> CommitDate: Fri Jul 8 17:57:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75a495a sci-geosciences/congen: bump to EAPI 6, add maintainer-needed Package-Manager: portage-2.2.28 sci-geosciences/congen/congen-1.6.2-r1.ebuild | 34 +++++++++++++++++++++++++++ sci-geosciences/congen/metadata.xml | 1 + 2 files changed, 35 insertions(+) diff --git a/sci-geosciences/congen/congen-1.6.2-r1.ebuild b/sci-geosciences/congen/congen-1.6.2-r1.ebuild new file mode 100644 index 0000000..bb1d90f --- /dev/null +++ b/sci-geosciences/congen/congen-1.6.2-r1.ebuild @@ -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 +} diff --git a/sci-geosciences/congen/metadata.xml b/sci-geosciences/congen/metadata.xml index 097975e..6f49eba 100644 --- a/sci-geosciences/congen/metadata.xml +++ b/sci-geosciences/congen/metadata.xml @@ -1,4 +1,5 @@ +