sys-fs/gfs2-utils: drop 3.3.0

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
Andrea Postiglione
2022-02-09 10:17:11 +01:00
parent 98b6ed0b37
commit e0dd660f0d
2 changed files with 0 additions and 65 deletions

View File

@@ -1,2 +1 @@
DIST gfs2-utils-3.3.0.tar.gz 370498 BLAKE2B 00835f4d162bebe64d11f5007b6408c7de4320d74ac29c4a1057e86d99a8ee236a70aa8cd25ca37872dbce1d72499c7b846fb3780752aad00aa4f61c20a51712 SHA512 f944d8ce69f2ae49a678d5c3d45ff5be19ce8836c7559528aff088c4e660c54b636f4ed37f8e5016325a196f1e0ed201d9e0e71134766fed866095aac66337a2
DIST gfs2-utils-3.4.1.tar.gz 374633 BLAKE2B cbb46a150935950d817f28ce750a654b54a0e6c0bfe8fc6a08d812d51860c6b8c6833215b35af6cb7ae51a0e5eba7e3deab5520bbe3ee6de5dde414dd0a480a4 SHA512 f8d3412a383d2d0e8435196c95a5361a3b9e5ab581549e6d434f5a33791d666c80700ee93f53e1d31aa3c304b84b6d72596b0a77e0aa54b2d88ec988ffa3cf88

View File

@@ -1,64 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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="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
eapply "${FILESDIR}"/restoremeta.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
}