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 C2AB91396D9 for ; Sun, 29 Oct 2017 17:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B382BC076; Sun, 29 Oct 2017 17:02:30 +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 062BF2BC076 for ; Sun, 29 Oct 2017 17:02: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 2B1D6340806 for ; Sun, 29 Oct 2017 17:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE89441F for ; Sun, 29 Oct 2017 17:02:27 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1509296533.e3ceb3c464e394898e7ca557095038ed2f3cb42e.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/icoutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/icoutils/icoutils-0.31.0.ebuild media-gfx/icoutils/icoutils-0.31.1.ebuild media-gfx/icoutils/icoutils-0.31.3.ebuild X-VCS-Directories: media-gfx/icoutils/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: e3ceb3c464e394898e7ca557095038ed2f3cb42e X-VCS-Branch: master Date: Sun, 29 Oct 2017 17:02:27 +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: 24650483-8704-4c30-b0f1-7ea009eb3df3 X-Archives-Hash: e08a8fb0b74f0622a79dc3ca822d1ecf commit: e3ceb3c464e394898e7ca557095038ed2f3cb42e Author: Jonas Stein gentoo org> AuthorDate: Sun Oct 29 17:01:53 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Oct 29 17:02:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ceb3c4 media-gfx/icoutils: Description was too long Repoman claimed: DESCRIPTION.toolong. Shortened now. Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-gfx/icoutils/icoutils-0.31.0.ebuild | 4 ++-- media-gfx/icoutils/icoutils-0.31.1.ebuild | 2 +- media-gfx/icoutils/icoutils-0.31.3.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/icoutils/icoutils-0.31.0.ebuild b/media-gfx/icoutils/icoutils-0.31.0.ebuild index db7c409d2c2..5e675e46940 100644 --- a/media-gfx/icoutils/icoutils-0.31.0.ebuild +++ b/media-gfx/icoutils/icoutils-0.31.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit autotools eutils flag-o-matic -DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)" +DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)" HOMEPAGE="http://www.nongnu.org/icoutils/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" diff --git a/media-gfx/icoutils/icoutils-0.31.1.ebuild b/media-gfx/icoutils/icoutils-0.31.1.ebuild index 772d516133f..07c8686f423 100644 --- a/media-gfx/icoutils/icoutils-0.31.1.ebuild +++ b/media-gfx/icoutils/icoutils-0.31.1.ebuild @@ -4,7 +4,7 @@ EAPI=4 inherit autotools eutils flag-o-matic -DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)" +DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)" HOMEPAGE="http://www.nongnu.org/icoutils/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" diff --git a/media-gfx/icoutils/icoutils-0.31.3.ebuild b/media-gfx/icoutils/icoutils-0.31.3.ebuild index 4241e878763..853d0d25462 100644 --- a/media-gfx/icoutils/icoutils-0.31.3.ebuild +++ b/media-gfx/icoutils/icoutils-0.31.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit autotools flag-o-matic -DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)" +DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)" HOMEPAGE="http://www.nongnu.org/icoutils/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"