public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/
Date: Tue,  7 Sep 2021 02:58:53 +0000 (UTC)	[thread overview]
Message-ID: <1630867290.9fe3a90f2aae964581f8b3278b1e117b41e65c1a.lanodan@gentoo> (raw)

commit:     9fe3a90f2aae964581f8b3278b1e117b41e65c1a
Author:     Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Sun Sep  5 18:41:30 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Sep  5 18:41:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fe3a90f

sys-fs/gfs2-utils: version bump to 3.4.1

Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>

 sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 63 +++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
new file mode 100644
index 000000000..6cfae8a5f
--- /dev/null
+++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs 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"
+
+
+BDEPEND="sys-devel/autoconf
+		sys-devel/automake
+		sys-devel/libtool
+		sys-devel/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
+	default
+	./autogen.sh
+	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[@]}"
+
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+}


             reply	other threads:[~2021-09-07  2:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07  2:58 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:20 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/ Andrew Ammerlaan
2021-09-20  9:39 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-20  9:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-15  7:50 Arthur Zamarin
2021-09-15  7:50 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-03-28 11:43 Andrew Ammerlaan
2020-10-25 12:32 Andrew Ammerlaan
2020-10-22 10:50 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1630867290.9fe3a90f2aae964581f8b3278b1e117b41e65c1a.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox