Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ext4magic/
Date: Mon, 04 Feb 2019 12:33:53
Message-Id: 1549283619.de01a97f235747f84574bf184c4a4911637cbea9.pinkbyte@gentoo
1 commit: de01a97f235747f84574bf184c4a4911637cbea9
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 12:33:22 2019 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 12:33:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de01a97f
7
8 sys-fs/ext4magic: drop old
9
10 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.10
12
13 sys-fs/ext4magic/ext4magic-0.3.2.ebuild | 37 ---------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild
17 deleted file mode 100644
18 index 70ca6384478..00000000000
19 --- a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Tool for recovery of deleted or overwritten files on ext3/ext4 filesystems"
30 -HOMEPAGE="https://sourceforge.net/projects/ext4magic/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE="debug expert-mode file-attr"
37 -
38 -RDEPEND="app-arch/bzip2
39 - >=sys-apps/file-5.04
40 - sys-apps/util-linux
41 - >=sys-fs/e2fsprogs-1.41.9
42 - sys-libs/zlib"
43 -DEPEND="${RDEPEND}"
44 -
45 -DOCS="AUTHORS ChangeLog NEWS README TODO"
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}"/${P}-sysmacros.patch #580192
49 -}
50 -
51 -src_configure() {
52 - # build-system incorrectly recognizes '--disable-feature' options as enabled!
53 - econf \
54 - $(usex debug '--enable-debug' '') \
55 - $(usex debug '--enable-debug-magic' '') \
56 - $(usex expert-mode '--enable-expert-mode' '') \
57 - $(usex file-attr '--enable-file-attr' '')
58 -}