diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 13:59:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 13:59:41 +0300 |
commit | 5cc28e7e404788baf34c374b7fe06892f70beae2 (patch) | |
tree | 881ba756a69d5cdcc1907789b96952a44cb84702 | |
parent | net-misc/pingu: drop 1.5, EAPI6-- (diff) | |
download | gentoo-5cc28e7e404788baf34c374b7fe06892f70beae2.tar.gz gentoo-5cc28e7e404788baf34c374b7fe06892f70beae2.tar.bz2 gentoo-5cc28e7e404788baf34c374b7fe06892f70beae2.zip |
sys-fs/ext4magic: drop 0.3.2-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild b/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild deleted file mode 100644 index 53b5bc188bdf..000000000000 --- a/sys-fs/ext4magic/ext4magic-0.3.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Tool for recovery of deleted or overwritten files on ext3/ext4 filesystems" -HOMEPAGE="https://sourceforge.net/projects/ext4magic/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="debug +expert-mode file-attr" - -RDEPEND="app-arch/bzip2 - >=sys-apps/file-5.04 - sys-apps/util-linux - >=sys-fs/e2fsprogs-1.41.9 - sys-libs/zlib" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -PATCHES=( - "${FILESDIR}"/${PN}-0.3.2-sysmacros.patch - "${FILESDIR}"/${PN}-0.3.2-i_dir_acl.patch -) - -src_configure() { - # build-system incorrectly recognizes '--disable-feature' options as enabled! - econf \ - $(usex debug '--enable-debug' '') \ - $(usex debug '--enable-debug-magic' '') \ - $(usex expert-mode '--enable-expert-mode' '') \ - $(usex file-attr '--enable-file-attr' '') -} |