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 8C540139084 for ; Fri, 1 Dec 2017 22:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE494E0DA2; Fri, 1 Dec 2017 22:19:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9E728E0D9B for ; Fri, 1 Dec 2017 22:19:32 +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 D780533D3CE for ; Fri, 1 Dec 2017 22:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B984AE64 for ; Fri, 1 Dec 2017 22:19:29 +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: <1512166677.766eec8768840543debdd1e9ebb81e9039836292.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/icecream/icecream-0.9.7-r1.ebuild sys-devel/icecream/icecream-1.0.0-r1.ebuild sys-devel/icecream/icecream-1.0.0-r2.ebuild X-VCS-Directories: sys-devel/icecream/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 766eec8768840543debdd1e9ebb81e9039836292 X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:29 +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: c810bf69-71d9-4911-bcf3-49d6fc65dba7 X-Archives-Hash: bfa54bb1d329e9337b3ad5491cb7feaa commit: 766eec8768840543debdd1e9ebb81e9039836292 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:17:17 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:17:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766eec87 sys-devel/icecream: [QA] Fix DESCRIPTION.toolong sys-devel/icecream/icecream-0.9.7-r1.ebuild | 2 +- sys-devel/icecream/icecream-1.0.0-r1.ebuild | 2 +- sys-devel/icecream/icecream-1.0.0-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/icecream/icecream-0.9.7-r1.ebuild b/sys-devel/icecream/icecream-0.9.7-r1.ebuild index 03105d9b5c3..1c43a464442 100644 --- a/sys-devel/icecream/icecream-0.9.7-r1.ebuild +++ b/sys-devel/icecream/icecream-0.9.7-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools base user MY_P=icecc-${PV} -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc" +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc" HOMEPAGE="http://en.opensuse.org/Icecream" SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2" diff --git a/sys-devel/icecream/icecream-1.0.0-r1.ebuild b/sys-devel/icecream/icecream-1.0.0-r1.ebuild index e43d004caa2..20c5f3e4bb2 100644 --- a/sys-devel/icecream/icecream-1.0.0-r1.ebuild +++ b/sys-devel/icecream/icecream-1.0.0-r1.ebuild @@ -7,7 +7,7 @@ MY_P="${P/icecream/icecc}" inherit base eutils user -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc" +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc" HOMEPAGE="https://github.com/icecc/icecream" SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2" diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild index ead3cbfcfa5..68485a1e7f5 100644 --- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild +++ b/sys-devel/icecream/icecream-1.0.0-r2.ebuild @@ -7,7 +7,7 @@ MY_P="${P/icecream/icecc}" inherit user -DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc" +DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc" HOMEPAGE="https://github.com/icecc/icecream" SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"