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 6E584158086 for ; Mon, 25 Oct 2021 15:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B048BE0863; Mon, 25 Oct 2021 15:58:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9571AE0863 for ; Mon, 25 Oct 2021 15:58:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAE103438CE for ; Mon, 25 Oct 2021 15:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76091132 for ; Mon, 25 Oct 2021 15:58:24 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1635177451.f240e836c3372c1d8bffe0e88f265e32c48ce55f.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/fcft/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/fcft/fcft-2.4.6.ebuild media-libs/fcft/fcft-9999.ebuild X-VCS-Directories: media-libs/fcft/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: f240e836c3372c1d8bffe0e88f265e32c48ce55f X-VCS-Branch: dev Date: Mon, 25 Oct 2021 15:58:24 +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: bf729532-832c-4c0d-bf37-861dd5dfb506 X-Archives-Hash: 2c33ac964c287a3de7b5fe4c1cb8af65 commit: f240e836c3372c1d8bffe0e88f265e32c48ce55f Author: Ryan Fox 2a03 party> AuthorDate: Mon Oct 25 15:56:59 2021 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Mon Oct 25 15:57:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f240e836 media-libs/fcft: Bump EAPI; die if docs fail Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ryan Fox 2a03.party> media-libs/fcft/fcft-2.4.6.ebuild | 4 ++-- media-libs/fcft/fcft-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/fcft/fcft-2.4.6.ebuild b/media-libs/fcft/fcft-2.4.6.ebuild index b0405660b..d6ec4d3f3 100644 --- a/media-libs/fcft/fcft-2.4.6.ebuild +++ b/media-libs/fcft/fcft-2.4.6.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -73,5 +73,5 @@ src_configure() { src_install() { meson_src_install use examples && newbin "${BUILD_DIR}/example/example" fcft-example - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" + mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die "Failed to install docs" } diff --git a/media-libs/fcft/fcft-9999.ebuild b/media-libs/fcft/fcft-9999.ebuild index b0405660b..d6ec4d3f3 100644 --- a/media-libs/fcft/fcft-9999.ebuild +++ b/media-libs/fcft/fcft-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -73,5 +73,5 @@ src_configure() { src_install() { meson_src_install use examples && newbin "${BUILD_DIR}/example/example" fcft-example - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" + mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die "Failed to install docs" }