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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 320A915800F for ; Sun, 19 Feb 2023 06:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50709E084A; Sun, 19 Feb 2023 06:28:57 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 32B79E084A for ; Sun, 19 Feb 2023 06:28:57 +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 C5303335D63 for ; Sun, 19 Feb 2023 06:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCD2893 for ; Sun, 19 Feb 2023 06:28:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1676787787.9fbc8f299dae806b53a86cae4f5d791f53ad33d9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/faudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/faudio/faudio-21.01.ebuild app-emulation/faudio/faudio-23.02.ebuild X-VCS-Directories: app-emulation/faudio/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9fbc8f299dae806b53a86cae4f5d791f53ad33d9 X-VCS-Branch: master Date: Sun, 19 Feb 2023 06:28:54 +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: cb565db9-76b6-4978-a2cb-d814d40d4dc9 X-Archives-Hash: 570c8e0797c7d70ff0b812f9d88e1dd9 commit: 9fbc8f299dae806b53a86cae4f5d791f53ad33d9 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Feb 19 05:52:11 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Feb 19 06:23:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbc8f29 app-emulation/faudio: cleanup name from description Missed that on earlier cleanups, and this is redundant when description is displayed. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/faudio/faudio-21.01.ebuild | 4 ++-- app-emulation/faudio/faudio-23.02.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/faudio/faudio-21.01.ebuild b/app-emulation/faudio/faudio-21.01.ebuild index 7da4264317ac..9a672a9e23d1 100644 --- a/app-emulation/faudio/faudio-21.01.ebuild +++ b/app-emulation/faudio/faudio-21.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # shellcheck disable=SC2034 @@ -22,7 +22,7 @@ else S="${WORKDIR}/${FAUDIO_P}" fi -DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open platforms" +DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms" HOMEPAGE="https://fna-xna.github.io/" LICENSE="ZLIB" SLOT="0" diff --git a/app-emulation/faudio/faudio-23.02.ebuild b/app-emulation/faudio/faudio-23.02.ebuild index 3a9ed86ab6da..2a14e9db9d2c 100644 --- a/app-emulation/faudio/faudio-23.02.ebuild +++ b/app-emulation/faudio/faudio-23.02.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open platforms" +DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms" HOMEPAGE="https://fna-xna.github.io/" SRC_URI="https://github.com/FNA-XNA/FAudio/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/FAudio-${PV}"