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 6CA4B15802F for ; Sun, 5 Mar 2023 03:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B602AE0877; Sun, 5 Mar 2023 03:40:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D2ADE0877 for ; Sun, 5 Mar 2023 03:40:05 +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 907B63412CE for ; Sun, 5 Mar 2023 03:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F145A8C7 for ; Sun, 5 Mar 2023 03:40:00 +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: <1677987579.780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/spout/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/spout/spout-1.3-r2.ebuild games-arcade/spout/spout-1.3-r3.ebuild X-VCS-Directories: games-arcade/spout/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f X-VCS-Branch: master Date: Sun, 5 Mar 2023 03:40:00 +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: 5a0f2313-4d4e-42ae-b1cb-eefc7eca61cb X-Archives-Hash: 6ec7aa154f933c2b9433cfd9b0d11f0f commit: 780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f Author: Sam James gentoo org> AuthorDate: Sun Mar 5 03:20:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 5 03:39:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780edcaa games-arcade/spout: fix configure w/ clang 16 Closes: https://bugs.gentoo.org/898800 Signed-off-by: Sam James gentoo.org> .../spout/{spout-1.3-r2.ebuild => spout-1.3-r3.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/games-arcade/spout/spout-1.3-r2.ebuild b/games-arcade/spout/spout-1.3-r3.ebuild similarity index 88% rename from games-arcade/spout/spout-1.3-r2.ebuild rename to games-arcade/spout/spout-1.3-r3.ebuild index 9ed65f4f461f..9f30a8242b0d 100644 --- a/games-arcade/spout/spout-1.3-r2.ebuild +++ b/games-arcade/spout/spout-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop readme.gentoo-r1 +inherit autotools desktop readme.gentoo-r1 MY_P="spout-unix-${PV}" @@ -25,6 +25,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch ) +src_prepare() { + default + + eautoreconf +} + src_install() { dobin spout einstalldocs