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 5376F139694 for ; Sun, 6 Aug 2017 13:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A10AE0D29; 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 DF20DE0D1C 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 30B873417E7 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 65EE075FE 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.ed4a0543d60bdd07f6e24511e7dcc48e4ea08649.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.ebuild X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: ed4a0543d60bdd07f6e24511e7dcc48e4ea08649 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: 0e5ab3d5-9923-4270-a0a4-a2f9e78b31e8 X-Archives-Hash: c6891564c50a574acf3b72df29eb23c7 commit: ed4a0543d60bdd07f6e24511e7dcc48e4ea08649 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 6 13:11:02 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=ed4a0543 sci-geosciences/congen: Shorter DESCRIPTION sci-geosciences/congen/congen-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/congen/congen-1.6.2.ebuild b/sci-geosciences/congen/congen-1.6.2.ebuild index f38246ced5f..758756a967d 100644 --- a/sci-geosciences/congen/congen-1.6.2.ebuild +++ b/sci-geosciences/congen/congen-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils MY_P=${P/_p/-r} -DESCRIPTION="A package for generating 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"