commit:     7428f8bcea0eacbe6be18442552031e4e34810ff
Author:     Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Tue Sep 14 18:41:08 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 18:41:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7428f8bc

sys-fs/gfs2-utils: drop old 3.2.0

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

 sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild | 54 -------------------------------
 1 file changed, 54 deletions(-)

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 bfcd71c16..000000000
--- 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
-}

Reply via email to