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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 920EC158041 for ; Thu, 11 Apr 2024 11:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 161F9E2A2A; Thu, 11 Apr 2024 11:11:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDBF1E2A2A for ; Thu, 11 Apr 2024 11:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE46B3432C9 for ; Thu, 11 Apr 2024 11:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4166216C0 for ; Thu, 11 Apr 2024 11:11:03 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712830109.4fa5fd984f31327fe1cd896a6e9e9230ab21c10f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-strategy/swine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/swine/swine-1.ebuild X-VCS-Directories: games-strategy/swine/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4fa5fd984f31327fe1cd896a6e9e9230ab21c10f X-VCS-Branch: master Date: Thu, 11 Apr 2024 11:11:03 +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: 38cd9086-aae1-4c14-8d6d-f4c73eb8b0a2 X-Archives-Hash: a37b3a60b5598586f530ab272dabbbb1 commit: 4fa5fd984f31327fe1cd896a6e9e9230ab21c10f Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Apr 11 10:08:29 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Apr 11 10:08:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fa5fd98 games-strategy/swine: DESCRIPTION improve Signed-off-by: Vitaly Zdanevich ya.ru> games-strategy/swine/swine-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/swine/swine-1.ebuild b/games-strategy/swine/swine-1.ebuild index 6643d2ae41..e9f26cc2a4 100644 --- a/games-strategy/swine/swine-1.ebuild +++ b/games-strategy/swine/swine-1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit wrapper -DESCRIPTION="Simple RTS from 2005, Metacritic is 65, user score is 8.2" +DESCRIPTION="Fun RTS from 2001 by Hungarian developer StormRegion, similar to Ground Control" HOMEPAGE="https://en.wikipedia.org/wiki/S.W.I.N.E." SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"