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 13D9F139082 for ; Fri, 1 Dec 2017 23:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B059E0DE9; Fri, 1 Dec 2017 23:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1D990E0DE9 for ; Fri, 1 Dec 2017 23:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3932B340806 for ; Fri, 1 Dec 2017 23:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58DC3AE73 for ; Fri, 1 Dec 2017 23:01:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512169289.d3a36c7ce189225dcc4e82227b9e556f92d77bbc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcerf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libcerf/libcerf-1.3.ebuild sci-libs/libcerf/libcerf-1.4.ebuild sci-libs/libcerf/libcerf-1.5.ebuild X-VCS-Directories: sci-libs/libcerf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d3a36c7ce189225dcc4e82227b9e556f92d77bbc X-VCS-Branch: master Date: Fri, 1 Dec 2017 23:01:50 +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: f770d6d2-f226-4763-b7ce-5cbefef7cd2a X-Archives-Hash: d083dcc36575cf1f54b4289aa5d864ac commit: d3a36c7ce189225dcc4e82227b9e556f92d77bbc Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 22:43:07 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 23:01:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a36c7c sci-libs/libcerf: [QA] Fix DESCRIPTION.toolong sci-libs/libcerf/libcerf-1.3.ebuild | 2 +- sci-libs/libcerf/libcerf-1.4.ebuild | 2 +- sci-libs/libcerf/libcerf-1.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild index f67d7d57f04..acbe684d255 100644 --- a/sci-libs/libcerf/libcerf-1.3.ebuild +++ b/sci-libs/libcerf/libcerf-1.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit autotools-utils multilib -DESCRIPTION="library that provides an efficient and accurate implementation of complex error functions" +DESCRIPTION="Efficient and accurate implementation of complex error functions" HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf" SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" diff --git a/sci-libs/libcerf/libcerf-1.4.ebuild b/sci-libs/libcerf/libcerf-1.4.ebuild index 670cf094a2f..ccd7129f576 100644 --- a/sci-libs/libcerf/libcerf-1.4.ebuild +++ b/sci-libs/libcerf/libcerf-1.4.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit autotools-utils -DESCRIPTION="library that provides an efficient and accurate implementation of complex error functions" +DESCRIPTION="Efficient and accurate implementation of complex error functions" HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf" SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" diff --git a/sci-libs/libcerf/libcerf-1.5.ebuild b/sci-libs/libcerf/libcerf-1.5.ebuild index d9b9afe5569..02ad27011f1 100644 --- a/sci-libs/libcerf/libcerf-1.5.ebuild +++ b/sci-libs/libcerf/libcerf-1.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -DESCRIPTION="efficient and accurate implementation of complex error functions" +DESCRIPTION="Efficient and accurate implementation of complex error functions" HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf" SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz"