Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/
Date: Fri, 01 Dec 2017 22:19:35
Message-Id: 1512166677.766eec8768840543debdd1e9ebb81e9039836292.soap@gentoo
1 commit: 766eec8768840543debdd1e9ebb81e9039836292
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 21:17:17 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 22:17:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766eec87
7
8 sys-devel/icecream: [QA] Fix DESCRIPTION.toolong
9
10 sys-devel/icecream/icecream-0.9.7-r1.ebuild | 2 +-
11 sys-devel/icecream/icecream-1.0.0-r1.ebuild | 2 +-
12 sys-devel/icecream/icecream-1.0.0-r2.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-devel/icecream/icecream-0.9.7-r1.ebuild b/sys-devel/icecream/icecream-0.9.7-r1.ebuild
16 index 03105d9b5c3..1c43a464442 100644
17 --- a/sys-devel/icecream/icecream-0.9.7-r1.ebuild
18 +++ b/sys-devel/icecream/icecream-0.9.7-r1.ebuild
19 @@ -7,7 +7,7 @@ inherit autotools base user
20
21 MY_P=icecc-${PV}
22
23 -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc"
24 +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc"
25 HOMEPAGE="http://en.opensuse.org/Icecream"
26 SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
27
28
29 diff --git a/sys-devel/icecream/icecream-1.0.0-r1.ebuild b/sys-devel/icecream/icecream-1.0.0-r1.ebuild
30 index e43d004caa2..20c5f3e4bb2 100644
31 --- a/sys-devel/icecream/icecream-1.0.0-r1.ebuild
32 +++ b/sys-devel/icecream/icecream-1.0.0-r1.ebuild
33 @@ -7,7 +7,7 @@ MY_P="${P/icecream/icecc}"
34
35 inherit base eutils user
36
37 -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc"
38 +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc"
39 HOMEPAGE="https://github.com/icecc/icecream"
40 SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
41
42
43 diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
44 index ead3cbfcfa5..68485a1e7f5 100644
45 --- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild
46 +++ b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
47 @@ -7,7 +7,7 @@ MY_P="${P/icecream/icecc}"
48
49 inherit user
50
51 -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc"
52 +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc"
53 HOMEPAGE="https://github.com/icecc/icecream"
54 SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"