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 8ABBC139694 for ; Sun, 6 Aug 2017 13:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A072E0D1C; Sun, 6 Aug 2017 13:42:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE671E0D1A for ; Sun, 6 Aug 2017 13:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D0303417E6 for ; Sun, 6 Aug 2017 13:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50BB175FD for ; Sun, 6 Aug 2017 13:42:26 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502026901.87ff6f9b663650711f2d3c66a4cc71aaf12c9ba8.amynka@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 X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 87ff6f9b663650711f2d3c66a4cc71aaf12c9ba8 X-VCS-Branch: master Date: Sun, 6 Aug 2017 13:42:26 +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: 627afa89-8eb5-42e2-ae23-d330a09dd233 X-Archives-Hash: a24e0b57eea3246ed1d517940b4e876b commit: 87ff6f9b663650711f2d3c66a4cc71aaf12c9ba8 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 6 13:10:16 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Aug 6 13:41:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ff6f9b sci-geosciences/congen: Shorter DESCRIPTION sci-geosciences/congen/congen-1.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/congen/congen-1.6.2-r1.ebuild b/sci-geosciences/congen/congen-1.6.2-r1.ebuild index fb393d07f5b..23c270b570a 100644 --- a/sci-geosciences/congen/congen-1.6.2-r1.ebuild +++ b/sci-geosciences/congen/congen-1.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils MY_P=${P/_p/-r} -DESCRIPTION="Generate the speeds, equilibrium arguments, and node factors of tidal constituents" +DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents" HOMEPAGE="http://www.flaterco.com/xtide/files.html" SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2"