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 D3ED6139694 for ; Mon, 10 Jul 2017 07:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051402741AD; Mon, 10 Jul 2017 07:37:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D46EB2741AA for ; Mon, 10 Jul 2017 07:37:37 +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 E5157341BE5 for ; Mon, 10 Jul 2017 07:37:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3085374B2 for ; Mon, 10 Jul 2017 07:37:34 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1499672090.2720f56d14fde3926e7e31e862525b9c3da3b68f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wit/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/wit/wit-2.40a.ebuild X-VCS-Directories: games-util/wit/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2720f56d14fde3926e7e31e862525b9c3da3b68f X-VCS-Branch: master Date: Mon, 10 Jul 2017 07:37:34 +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: 05a1d6e6-9e32-4c1b-a144-1473c1a19815 X-Archives-Hash: 38fca3afaa82c6d5a54b7b421d09318d commit: 2720f56d14fde3926e7e31e862525b9c3da3b68f Author: Tim Harder gentoo org> AuthorDate: Mon Jul 10 07:29:55 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Jul 10 07:34:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2720f56d games-util/wit: shorten pkg description games-util/wit/wit-2.40a.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/wit/wit-2.40a.ebuild b/games-util/wit/wit-2.40a.ebuild index be2f9c809f7..945ea631065 100644 --- a/games-util/wit/wit-2.40a.ebuild +++ b/games-util/wit/wit-2.40a.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils toolchain-funcs -DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers" +DESCRIPTION="command line tools to manipulate Wii/GameCube ISO images and WBFS containers" HOMEPAGE="http://wit.wiimm.de/" SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"