From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3561138ACE for ; Thu, 13 Nov 2014 00:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 679B9E08DD; Thu, 13 Nov 2014 00:17:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92830E08DD for ; Thu, 13 Nov 2014 00:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB1FE340563 for ; Thu, 13 Nov 2014 00:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31938A064 for ; Thu, 13 Nov 2014 00:15:51 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415807839.fdc49321851d6d3b496fb956eaf9cded30dab8e9.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/congen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-geosciences/congen/ChangeLog sci-geosciences/congen/congen-1.6.ebuild sci-geosciences/congen/metadata.xml X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: fdc49321851d6d3b496fb956eaf9cded30dab8e9 X-VCS-Branch: master Date: Thu, 13 Nov 2014 00:15:51 +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: 6676d883-a7c0-43a8-acc1-22fa504a87d9 X-Archives-Hash: 98fd68af660afbce0bcfe12941693352 commit: fdc49321851d6d3b496fb956eaf9cded30dab8e9 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 12 15:57:19 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Nov 12 15:57:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fdc49321 sci-geosciences/congen: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- sci-geosciences/congen/ChangeLog | 5 ++++- sci-geosciences/congen/congen-1.6.ebuild | 10 +++++----- sci-geosciences/congen/metadata.xml | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sci-geosciences/congen/ChangeLog b/sci-geosciences/congen/ChangeLog index b8b354b..04daa7c 100644 --- a/sci-geosciences/congen/ChangeLog +++ b/sci-geosciences/congen/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-geosciences/congen -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher congen-1.6.ebuild, metadata.xml: + Bump to EAPI=5 + 23 Aug 2008; Tim Cera +congen-1.6.ebuild, +metadata.xml: Initial ebuild. diff --git a/sci-geosciences/congen/congen-1.6.ebuild b/sci-geosciences/congen/congen-1.6.ebuild index b9ef8c7..afdb0c9 100644 --- a/sci-geosciences/congen/congen-1.6.ebuild +++ b/sci-geosciences/congen/congen-1.6.ebuild @@ -2,16 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="A package for generating the speeds, equilibrium arguments, and node factors of tidal constituents." +EAPI=5 + +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/${P}.tar.bz2" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" + DEPEND=">=sci-geosciences/libtcd-2.2.3" RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/sci-geosciences/congen/metadata.xml b/sci-geosciences/congen/metadata.xml index d21d118..5f27678 100644 --- a/sci-geosciences/congen/metadata.xml +++ b/sci-geosciences/congen/metadata.xml @@ -1,5 +1,5 @@ -sci-geosciences + sci-geosciences