From 7428f8bcea0eacbe6be18442552031e4e34810ff Mon Sep 17 00:00:00 2001 From: Andrea Postiglione Date: Tue, 14 Sep 2021 20:41:08 +0200 Subject: [PATCH] sys-fs/gfs2-utils: drop old 3.2.0 Signed-off-by: Andrea Postiglione --- sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild | 54 ----------------------- 1 file changed, 54 deletions(-) delete mode 100644 sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild deleted file mode 100644 index bfcd71c168..0000000000 --- a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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://sourceware.org/cluster/gfs/" -SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="nls" - -RDEPEND="sys-libs/zlib - sys-apps/util-linux - sys-libs/ncurses" - -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/libtool - sys-devel/make - sys-devel/gettext - sys-devel/bison - sys-devel/flex - sys-libs/zlib" - -src_prepare() { - eapply "${FILESDIR}"/reproducible.patch - eapply "${FILESDIR}"/gfs2_withdraw_helper.patch - eapply "${FILESDIR}"/python3.patch - eapply "${FILESDIR}"/bashism.patch - eapply "${FILESDIR}"/ftbfs-gcc9.patch - eapply "${FILESDIR}"/udev-rules.patch - default - ./autogen.sh - eautoreconf -} - -src_configure() { - econf -} - -src_compile() { - emake -} - -src_install() { - emake DESTDIR="${D}" install -}