aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Postiglione <andrea.postiglione@gmail.com>2021-09-14 20:41:08 +0200
committerAndrea Postiglione <andrea.postiglione@gmail.com>2021-09-14 20:41:08 +0200
commit7428f8bcea0eacbe6be18442552031e4e34810ff (patch)
tree7af95abd5fde2cbc74191cd82d4012cecf91fe9c
parentwww-apps/uwebsockets: drop old version (diff)
downloadguru-7428f8bcea0eacbe6be18442552031e4e34810ff.tar.gz
guru-7428f8bcea0eacbe6be18442552031e4e34810ff.tar.bz2
guru-7428f8bcea0eacbe6be18442552031e4e34810ff.zip
sys-fs/gfs2-utils: drop old 3.2.0
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
-rw-r--r--sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild54
1 files changed, 0 insertions, 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
-}