Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcerf/
Date: Fri, 01 Dec 2017 23:02:02
Message-Id: 1512169289.d3a36c7ce189225dcc4e82227b9e556f92d77bbc.soap@gentoo
1 commit: d3a36c7ce189225dcc4e82227b9e556f92d77bbc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 22:43:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 23:01:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a36c7c
7
8 sci-libs/libcerf: [QA] Fix DESCRIPTION.toolong
9
10 sci-libs/libcerf/libcerf-1.3.ebuild | 2 +-
11 sci-libs/libcerf/libcerf-1.4.ebuild | 2 +-
12 sci-libs/libcerf/libcerf-1.5.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild
16 index f67d7d57f04..acbe684d255 100644
17 --- a/sci-libs/libcerf/libcerf-1.3.ebuild
18 +++ b/sci-libs/libcerf/libcerf-1.3.ebuild
19 @@ -5,7 +5,7 @@ EAPI=5
20
21 inherit autotools-utils multilib
22
23 -DESCRIPTION="library that provides an efficient and accurate implementation of complex error functions"
24 +DESCRIPTION="Efficient and accurate implementation of complex error functions"
25 HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
26 SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz"
27
28
29 diff --git a/sci-libs/libcerf/libcerf-1.4.ebuild b/sci-libs/libcerf/libcerf-1.4.ebuild
30 index 670cf094a2f..ccd7129f576 100644
31 --- a/sci-libs/libcerf/libcerf-1.4.ebuild
32 +++ b/sci-libs/libcerf/libcerf-1.4.ebuild
33 @@ -5,7 +5,7 @@ EAPI=5
34
35 inherit autotools-utils
36
37 -DESCRIPTION="library that provides an efficient and accurate implementation of complex error functions"
38 +DESCRIPTION="Efficient and accurate implementation of complex error functions"
39 HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
40 SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz"
41
42
43 diff --git a/sci-libs/libcerf/libcerf-1.5.ebuild b/sci-libs/libcerf/libcerf-1.5.ebuild
44 index d9b9afe5569..02ad27011f1 100644
45 --- a/sci-libs/libcerf/libcerf-1.5.ebuild
46 +++ b/sci-libs/libcerf/libcerf-1.5.ebuild
47 @@ -3,7 +3,7 @@
48
49 EAPI=6
50
51 -DESCRIPTION="efficient and accurate implementation of complex error functions"
52 +DESCRIPTION="Efficient and accurate implementation of complex error functions"
53 HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
54 SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz"