From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F01C91580E0 for ; Tue, 28 Jan 2025 07:01:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA5F534106C for ; Tue, 28 Jan 2025 07:01:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C6B6511046F; Tue, 28 Jan 2025 07:01:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BB81911046F for ; Tue, 28 Jan 2025 07:01:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7625A340CA7 for ; Tue, 28 Jan 2025 07:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9EC0EC7 for ; Tue, 28 Jan 2025 07:01:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738047246.caa0487dcc0daa4b9fcee321754488fab16c9cc7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/grfcodec/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/grfcodec/grfcodec-6.1.0-r1.ebuild games-util/grfcodec/grfcodec-9999.ebuild X-VCS-Directories: games-util/grfcodec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: caa0487dcc0daa4b9fcee321754488fab16c9cc7 X-VCS-Branch: master Date: Tue, 28 Jan 2025 07:01:21 +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: 5fae3f36-024b-4a1d-ac3c-9ffe8cde8186 X-Archives-Hash: 582977935ca64a3b988b1b2318965880 commit: caa0487dcc0daa4b9fcee321754488fab16c9cc7 Author: Sam James gentoo org> AuthorDate: Tue Jan 28 06:54:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 06:54:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa0487d games-util/grfcodec: update DESCRIPTION Signed-off-by: Sam James gentoo.org> games-util/grfcodec/grfcodec-6.1.0-r1.ebuild | 2 +- games-util/grfcodec/grfcodec-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild b/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild index ccdef8ea78af..1053c6e9a2eb 100644 --- a/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild +++ b/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" +DESCRIPTION="Suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" HOMEPAGE="https://github.com/OpenTTD/grfcodec" if [[ ${PV} == 9999 ]] ; then diff --git a/games-util/grfcodec/grfcodec-9999.ebuild b/games-util/grfcodec/grfcodec-9999.ebuild index ef7e76ab4d14..fec48e34967f 100644 --- a/games-util/grfcodec/grfcodec-9999.ebuild +++ b/games-util/grfcodec/grfcodec-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" +DESCRIPTION="Suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" HOMEPAGE="https://github.com/OpenTTD/grfcodec" if [[ ${PV} == 9999 ]] ; then