diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2019-02-04 15:33:22 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2019-02-04 15:33:39 +0300 |
commit | de01a97f235747f84574bf184c4a4911637cbea9 (patch) | |
tree | a966801001750902213ddd4c4553515838ba71f7 /sys-fs/ext4magic | |
parent | sys-fs/ext4magic: stable for amd64/x86 (diff) | |
download | gentoo-de01a97f235747f84574bf184c4a4911637cbea9.tar.gz gentoo-de01a97f235747f84574bf184c4a4911637cbea9.tar.bz2 gentoo-de01a97f235747f84574bf184c4a4911637cbea9.zip |
sys-fs/ext4magic: drop old
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.10
Diffstat (limited to 'sys-fs/ext4magic')
-rw-r--r-- | sys-fs/ext4magic/ext4magic-0.3.2.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild deleted file mode 100644 index 70ca6384478f..000000000000 --- a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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 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" - -src_prepare() { - epatch "${FILESDIR}"/${P}-sysmacros.patch #580192 -} - -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' '') -} |