Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/erofs-utils/
Date: Sun, 13 Jun 2021 08:49:13
Message-Id: 1623424990.19a1f8bb84f6f009132badeeb89b7bbf0861eec1.lanodan@gentoo
1 commit: 19a1f8bb84f6f009132badeeb89b7bbf0861eec1
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 02:27:32 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Fri Jun 11 15:23:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a1f8bb
7
8 sys-fs/erofs-utils: drop unmaintained live
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-fs/erofs-utils/erofs-utils-9999.ebuild | 38 ------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/sys-fs/erofs-utils/erofs-utils-9999.ebuild b/sys-fs/erofs-utils/erofs-utils-9999.ebuild
17 deleted file mode 100644
18 index 1b9df4111..000000000
19 --- a/sys-fs/erofs-utils/erofs-utils-9999.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit autotools git-r3
28 -
29 -DESCRIPTION="Userspace tools for EROFS images"
30 -HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
31 -EGIT_BRANCH="experimental"
32 -EGIT_REPO_URI="${HOMEPAGE}"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -KEYWORDS=""
37 -IUSE="fuse lz4 selinux +uuid"
38 -
39 -RDEPEND="
40 - fuse? ( sys-fs/fuse:0 )
41 - lz4? ( >=app-arch/lz4-1.9 )
42 - selinux? ( sys-libs/libselinux )
43 - uuid? ( sys-apps/util-linux )
44 -"
45 -DEPEND="${RDEPEND}"
46 -BDEPEND="virtual/pkgconfig"
47 -
48 -src_prepare() {
49 - default
50 - eautoreconf
51 -}
52 -
53 -src_configure() {
54 - econf \
55 - $(use_enable fuse) \
56 - $(use_enable lz4) \
57 - $(use_with selinux) \
58 - $(use_with uuid)
59 -}