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 3813E138239 for ; Tue, 14 May 2019 11:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 501BAE0877; Tue, 14 May 2019 11:59:17 +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 12F9CE0877 for ; Tue, 14 May 2019 11:59:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AC495344290 for ; Tue, 14 May 2019 11:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 536F7A8 for ; Tue, 14 May 2019 11:59:14 +0000 (UTC) From: "William Breathitt Gray" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Breathitt Gray" Message-ID: <1557835134.b8f9ea037a42efaea53fd9d5faf88e4317af11da.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/gzdoom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/gzdoom/gzdoom-4.1.1.ebuild X-VCS-Directories: games-fps/gzdoom/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: b8f9ea037a42efaea53fd9d5faf88e4317af11da X-VCS-Branch: dev Date: Tue, 14 May 2019 11:59:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e126e64d-bba3-4862-b47c-164af95ed0d7 X-Archives-Hash: 912e3fc804851b30fe77160a14b7dd8b commit: b8f9ea037a42efaea53fd9d5faf88e4317af11da Author: William Breathitt Gray gmail com> AuthorDate: Tue May 14 11:58:54 2019 +0000 Commit: William Breathitt Gray gmail com> CommitDate: Tue May 14 11:58:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8f9ea03 games-fps/gzdoom: DESCRIPTION should not contain the package name Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray gmail.com> games-fps/gzdoom/gzdoom-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild b/games-fps/gzdoom/gzdoom-4.1.1.ebuild index 26483ce..7860625 100644 --- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake-utils desktop xdg -DESCRIPTION="GZDoom - a modder-friendly OpenGL source port based on the DOOM engine" +DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine" HOMEPAGE="https://zdoom.org" SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz"