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 36E34158010 for ; Mon, 6 Feb 2023 22:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22354E0826; Mon, 6 Feb 2023 22:19: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 CFECFE0825 for ; Mon, 6 Feb 2023 22:19:56 +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 A3958340B6A for ; Mon, 6 Feb 2023 22:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBC42895 for ; Mon, 6 Feb 2023 22:19:53 +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: <1675721028.5a28bd967d8a385702969116e6a9d6aa47be6644.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ext3grep/files/, sys-fs/ext3grep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ext3grep/ext3grep-0.10.2-r1.ebuild sys-fs/ext3grep/ext3grep-0.10.2.ebuild sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch X-VCS-Directories: sys-fs/ext3grep/files/ sys-fs/ext3grep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a28bd967d8a385702969116e6a9d6aa47be6644 X-VCS-Branch: master Date: Mon, 6 Feb 2023 22:19:53 +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: 44867732-e78f-401b-95be-3816033541a0 X-Archives-Hash: 727e455a90ba2763eeacd5dc4cc5c79d commit: 5a28bd967d8a385702969116e6a9d6aa47be6644 Author: Sam James gentoo org> AuthorDate: Mon Feb 6 22:03:36 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 6 22:03:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a28bd96 sys-fs/ext3grep: EAPI 8, fix build w/ gcc 12 Closes: https://bugs.gentoo.org/890987 Signed-off-by: Sam James gentoo.org> .../{ext3grep-0.10.2.ebuild => ext3grep-0.10.2-r1.ebuild} | 15 ++++++++------- .../files/ext3grep-0.10.2-missing-cassert-include.patch | 11 +++++++++++ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/sys-fs/ext3grep/ext3grep-0.10.2.ebuild b/sys-fs/ext3grep/ext3grep-0.10.2-r1.ebuild similarity index 77% rename from sys-fs/ext3grep/ext3grep-0.10.2.ebuild rename to sys-fs/ext3grep/ext3grep-0.10.2-r1.ebuild index 1c8c5533ad98..6be20c71aa3f 100644 --- a/sys-fs/ext3grep/ext3grep-0.10.2.ebuild +++ b/sys-fs/ext3grep/ext3grep-0.10.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Recover deleted files on an ext3 file system" HOMEPAGE="https://code.google.com/p/ext3grep/" @@ -12,21 +12,22 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug pch" -DEPEND="sys-fs/e2fsprogs +DEPEND=" + sys-fs/e2fsprogs virtual/os-headers - virtual/pkgconfig" - -DOCS="NEWS README" +" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-0.10.1-gcc44.patch" "${FILESDIR}/${P}-include-unistd_h-for-sysconf.patch" "${FILESDIR}/${P}-new-e2fsprogs.patch" "${FILESDIR}/${P}-newer-e2fsprogs.patch" + "${FILESDIR}/${P}-missing-cassert-include.patch" ) src_configure() { - myeconfargs=( + local myeconfargs=( $(use_enable debug) $(use_enable pch) ) diff --git a/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch b/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch new file mode 100644 index 000000000000..34e60b00a659 --- /dev/null +++ b/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/890987 +--- a/src/custom.cc ++++ b/src/custom.cc +@@ -44,6 +44,7 @@ + #include "init_consts.h" + #include "print_inode_to.h" + #include ++#include + #include + #include +