diff options
author | 2021-06-06 04:27:32 +0200 | |
---|---|---|
committer | 2021-06-11 17:23:10 +0200 | |
commit | 19a1f8bb84f6f009132badeeb89b7bbf0861eec1 (patch) | |
tree | 8f5f7e2d40121ddf704fcdf3926d94ffce7d331e /sys-fs | |
parent | x11-misc/gammy: drop unmaintained live (diff) | |
download | guru-19a1f8bb84f6f009132badeeb89b7bbf0861eec1.tar.gz guru-19a1f8bb84f6f009132badeeb89b7bbf0861eec1.tar.bz2 guru-19a1f8bb84f6f009132badeeb89b7bbf0861eec1.zip |
sys-fs/erofs-utils: drop unmaintained live
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/erofs-utils/erofs-utils-9999.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-fs/erofs-utils/erofs-utils-9999.ebuild b/sys-fs/erofs-utils/erofs-utils-9999.ebuild deleted file mode 100644 index 1b9df4111..000000000 --- a/sys-fs/erofs-utils/erofs-utils-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools git-r3 - -DESCRIPTION="Userspace tools for EROFS images" -HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" -EGIT_BRANCH="experimental" -EGIT_REPO_URI="${HOMEPAGE}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="fuse lz4 selinux +uuid" - -RDEPEND=" - fuse? ( sys-fs/fuse:0 ) - lz4? ( >=app-arch/lz4-1.9 ) - selinux? ( sys-libs/libselinux ) - uuid? ( sys-apps/util-linux ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable fuse) \ - $(use_enable lz4) \ - $(use_with selinux) \ - $(use_with uuid) -} |