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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CFB8158042 for ; Fri, 15 Nov 2024 00:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B4E8E085A; Fri, 15 Nov 2024 00:28:35 +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 2BBBDE085A for ; Fri, 15 Nov 2024 00:28:35 +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 1223F342FE4 for ; Fri, 15 Nov 2024 00:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EAE1915 for ; Fri, 15 Nov 2024 00:28:32 +0000 (UTC) From: "Golubev Alexander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Golubev Alexander" Message-ID: <1731630457.1390b23f46a1e80620fea4ed7f27866ba4c6de67.fatzer2@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/Manifest sys-fs/gfs2-utils/gfs2-utils-3.5.1.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: fatzer2 X-VCS-Committer-Name: Golubev Alexander X-VCS-Revision: 1390b23f46a1e80620fea4ed7f27866ba4c6de67 X-VCS-Branch: dev Date: Fri, 15 Nov 2024 00:28:32 +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: 764547ba-515f-4c53-a48b-83e06e6ccfc1 X-Archives-Hash: df97d08e6454029a5cb9f4375d2242ce commit: 1390b23f46a1e80620fea4ed7f27866ba4c6de67 Author: Alexander Golubev gmail com> AuthorDate: Fri Nov 15 00:27:37 2024 +0000 Commit: Golubev Alexander gmail com> CommitDate: Fri Nov 15 00:27:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1390b23f sys-fs/gfs2-utils: add 3.5.1 Bug: https://bugs.gentoo.org/888029 Bug: https://bugs.gentoo.org/888031 Signed-off-by: Alexander Golubev gmail.com> sys-fs/gfs2-utils/Manifest | 1 + sys-fs/gfs2-utils/gfs2-utils-3.5.1.ebuild | 58 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/sys-fs/gfs2-utils/Manifest b/sys-fs/gfs2-utils/Manifest index 0a34a9bb2..ccd559696 100644 --- a/sys-fs/gfs2-utils/Manifest +++ b/sys-fs/gfs2-utils/Manifest @@ -1 +1,2 @@ DIST gfs2-utils-3.4.1.tar.gz 374633 BLAKE2B cbb46a150935950d817f28ce750a654b54a0e6c0bfe8fc6a08d812d51860c6b8c6833215b35af6cb7ae51a0e5eba7e3deab5520bbe3ee6de5dde414dd0a480a4 SHA512 f8d3412a383d2d0e8435196c95a5361a3b9e5ab581549e6d434f5a33791d666c80700ee93f53e1d31aa3c304b84b6d72596b0a77e0aa54b2d88ec988ffa3cf88 +DIST gfs2-utils-3.5.1.tar.gz 378029 BLAKE2B 87292006cb5b5ccbda151acbb11fc54b52fe6fdda2a13eb662939cb249501c9e595626bb98580036ea2950992457831b7079cd4bce14df3d9d501dd322a7a942 SHA512 84845751842cdbdc9a17925617875c186d1af839da85bb2680d6485fd04c77a274655c44ba4d01cd12758874daa5f019f9d6147a82ca0d8c8c7335849e3ae180 diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.5.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.5.1.ebuild new file mode 100644 index 000000000..bd7341853 --- /dev/null +++ b/sys-fs/gfs2-utils/gfs2-utils-3.5.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools linux-info + +DESCRIPTION="Shared-disk cluster file system" +HOMEPAGE="https://pagure.io/gfs2-utils" +SRC_URI="https://pagure.io/gfs2-utils/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="nls test" +RESTRICT="!test? ( test )" + +BDEPEND="dev-build/automake + dev-build/automake + dev-build/libtool + dev-build/make +" +RDEPEND="sys-libs/zlib + app-arch/bzip2 + sys-libs/ncurses + sys-apps/util-linux +" + +DEPEND="${RDEPEND} + sys-devel/gettext + sys-devel/bison + sys-devel/flex + test? ( dev-libs/check ) + sys-kernel/linux-headers +" + +src_prepare() { + eapply "${FILESDIR}"/reproducible.patch + eapply "${FILESDIR}"/gfs2_withdraw_helper.patch + eapply "${FILESDIR}"/python3.patch + + sed -i '/^CFLAGS=/s!\$\(GDB_FLAGS\|OPT_CFLAGS\)\s*!!g' configure.ac || die + + default + + eautoreconf +} + +src_configure() { + local econf_args + econf_args=( + bzip2_LIBS="-L/$(get_libdir) -lbz2" + bzip2_CFLAGS="-I${prefix}/include" + ) + ECONF_SOURCE="${S}" econf "${econf_args[@]}" + +}