Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/
Date: Thu, 22 Mar 2018 13:07:39
Message-Id: 1521724043.6597e61e1ab587f96357adc7367dd6125c6ede9f.asturm@gentoo
1 commit: 6597e61e1ab587f96357adc7367dd6125c6ede9f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 17 13:14:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 13:07:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6597e61e
7
8 app-admin/testdisk: EAPI 6 bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-admin/testdisk/testdisk-7.1_pre20180322.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
16 index 7ea7b9df550..f0091bc8cff 100644
17 --- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
18 +++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
19 @@ -1,11 +1,10 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 -AUTOTOOLS_AUTORECONF=1
27 COMMIT=9eb2aa12ce051d8d3d31e6b440389d5abf5efaf1
28 -inherit autotools-utils flag-o-matic
29 +inherit autotools flag-o-matic
30
31 DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
32 HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk"
33 @@ -52,15 +51,18 @@ DEPEND="${COMMON_DEPEND}
34 "
35 RDEPEND="!static? ( ${COMMON_DEPEND} )"
36
37 -AUTOTOOLS_IN_SOURCE_BUILD=1
38 DOCS=( )
39
40 S="${WORKDIR}/${PN}-${COMMIT}"
41
42 +src_prepare() {
43 + default
44 + eautoreconf
45 +}
46 +
47 src_configure() {
48 local myeconfargs=(
49 --enable-sudo
50 - --docdir="${ROOT}/usr/share/doc/${P}"
51 $(use_with ewf)
52 $(use_with jpeg)
53 $(use_with ntfs)