From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1011621-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C2FF41382C5
	for <garchives@archives.gentoo.org>; Thu, 22 Mar 2018 13:07:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA694E09A6;
	Thu, 22 Mar 2018 13:07:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C876AE09A6
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 13:07:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A9244335C49
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 13:07:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C720261
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Mar 2018 13:07:35 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1521724043.6597e61e1ab587f96357adc7367dd6125c6ede9f.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
X-VCS-Directories: app-admin/testdisk/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 6597e61e1ab587f96357adc7367dd6125c6ede9f
X-VCS-Branch: master
Date: Thu, 22 Mar 2018 13:07:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 158fc285-886d-483b-b3b7-02019b54a4d3
X-Archives-Hash: df3a4da208f8c96f4adb8b790abe9eab

commit:     6597e61e1ab587f96357adc7367dd6125c6ede9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 13:14:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 13:07:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6597e61e

app-admin/testdisk: EAPI 6 bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/testdisk/testdisk-7.1_pre20180322.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
index 7ea7b9df550..f0091bc8cff 100644
--- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
+++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=1
 COMMIT=9eb2aa12ce051d8d3d31e6b440389d5abf5efaf1
-inherit autotools-utils flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
 HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk"
@@ -52,15 +51,18 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="!static? ( ${COMMON_DEPEND} )"
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
 DOCS=( )
 
 S="${WORKDIR}/${PN}-${COMMIT}"
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure() {
 	local myeconfargs=(
 		--enable-sudo
-		--docdir="${ROOT}/usr/share/doc/${P}"
 		$(use_with ewf)
 		$(use_with jpeg)
 		$(use_with ntfs)