Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/
Date: Wed, 15 Sep 2021 07:50:35
Message-Id: 1631644868.7428f8bcea0eacbe6be18442552031e4e34810ff.arthurzam@gentoo
1 commit: 7428f8bcea0eacbe6be18442552031e4e34810ff
2 Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 14 18:41:08 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 18:41:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7428f8bc
7
8 sys-fs/gfs2-utils: drop old 3.2.0
9
10 Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
11
12 sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild | 54 -------------------------------
13 1 file changed, 54 deletions(-)
14
15 diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild
16 deleted file mode 100644
17 index bfcd71c16..000000000
18 --- a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild
19 +++ /dev/null
20 @@ -1,54 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit autotools toolchain-funcs linux-info
27 -
28 -DESCRIPTION="Shared-disk cluster file system"
29 -HOMEPAGE="https://sourceware.org/cluster/gfs/"
30 -SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz"
31 -
32 -LICENSE="GPL-2 LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -IUSE="nls"
37 -
38 -RDEPEND="sys-libs/zlib
39 - sys-apps/util-linux
40 - sys-libs/ncurses"
41 -
42 -DEPEND="${RDEPEND}
43 - sys-devel/autoconf
44 - sys-devel/automake
45 - sys-devel/libtool
46 - sys-devel/make
47 - sys-devel/gettext
48 - sys-devel/bison
49 - sys-devel/flex
50 - sys-libs/zlib"
51 -
52 -src_prepare() {
53 - eapply "${FILESDIR}"/reproducible.patch
54 - eapply "${FILESDIR}"/gfs2_withdraw_helper.patch
55 - eapply "${FILESDIR}"/python3.patch
56 - eapply "${FILESDIR}"/bashism.patch
57 - eapply "${FILESDIR}"/ftbfs-gcc9.patch
58 - eapply "${FILESDIR}"/udev-rules.patch
59 - default
60 - ./autogen.sh
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - econf
66 -}
67 -
68 -src_compile() {
69 - emake
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" install
74 -}