summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2015-04-26 12:42:21 +0000
committerNicolas Bock <nicolasbock@gentoo.org>2015-04-26 12:42:21 +0000
commit2dd5e1a6855e764118937af9c44a3e3c032ae74e (patch)
treec48769eb1b081de4a8fa3b5350b50abc3963eda9 /app-admin/testdisk
parentRemove masked for removal package (diff)
downloadgentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.tar.gz
gentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.tar.bz2
gentoo-2-2dd5e1a6855e764118937af9c44a3e3c032ae74e.zip
Move AUTOTOOLS_AUTORECONF to before inherit.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r--app-admin/testdisk/ChangeLog6
-rw-r--r--app-admin/testdisk/testdisk-6.14-r1.ebuild11
-rw-r--r--app-admin/testdisk/testdisk-7.0-r1.ebuild9
-rw-r--r--app-admin/testdisk/testdisk-7.0-r2.ebuild7
-rw-r--r--app-admin/testdisk/testdisk-7.0.ebuild9
5 files changed, 24 insertions, 18 deletions
diff --git a/app-admin/testdisk/ChangeLog b/app-admin/testdisk/ChangeLog
index f01af220f72d..ef1c8e23c7df 100644
--- a/app-admin/testdisk/ChangeLog
+++ b/app-admin/testdisk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/testdisk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.61 2015/04/24 15:24:10 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.62 2015/04/26 12:42:21 nicolasbock Exp $
+
+ 26 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> testdisk-6.14-r1.ebuild,
+ testdisk-7.0-r1.ebuild, testdisk-7.0-r2.ebuild, testdisk-7.0.ebuild:
+ Move AUTOTOOLS_AUTORECONF to before inherit.
*testdisk-6.14-r1 (24 Apr 2015)
diff --git a/app-admin/testdisk/testdisk-6.14-r1.ebuild b/app-admin/testdisk/testdisk-6.14-r1.ebuild
index 41558fb1b655..eafd77329f58 100644
--- a/app-admin/testdisk/testdisk-6.14-r1.ebuild
+++ b/app-admin/testdisk/testdisk-6.14-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.14-r1.ebuild,v 1.1 2015/04/24 15:24:10 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.14-r1.ebuild,v 1.2 2015/04/26 12:42:21 nicolasbock Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
@@ -43,12 +45,9 @@ DEPEND="
)"
RDEPEND="!static? ( ${DEPEND} )"
-PATCHES=(
- "${FILESDIR}/fix_rare_crash-6.14.patch"
- )
+AUTOTOOLS_IN_SOURCE_BUILD=1
DOCS=( )
-AUTOTOOLS_AUTORECONF=1
-BUILD_DIR="${S}"
+PATCHES=( "${FILESDIR}/fix_rare_crash-6.14.patch" )
src_configure() {
local myconf
diff --git a/app-admin/testdisk/testdisk-7.0-r1.ebuild b/app-admin/testdisk/testdisk-7.0-r1.ebuild
index 3dd66af94910..1f6ef7c018d8 100644
--- a/app-admin/testdisk/testdisk-7.0-r1.ebuild
+++ b/app-admin/testdisk/testdisk-7.0-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r1.ebuild,v 1.1 2015/04/20 21:21:56 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r1.ebuild,v 1.2 2015/04/26 12:42:21 nicolasbock Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
@@ -38,10 +40,9 @@ DEPEND="
)"
RDEPEND="!static? ( ${DEPEND} )"
-PATCHES=( "${FILESDIR}/install-gentoo.patch" )
+AUTOTOOLS_IN_SOURCE_BUILD=1
DOCS=( )
-AUTOTOOLS_AUTORECONF=1
-BUILD_DIR="${S}"
+PATCHES=( "${FILESDIR}/install-gentoo.patch" )
src_configure() {
local myconf
diff --git a/app-admin/testdisk/testdisk-7.0-r2.ebuild b/app-admin/testdisk/testdisk-7.0-r2.ebuild
index e8babc37450e..0004b141dec8 100644
--- a/app-admin/testdisk/testdisk-7.0-r2.ebuild
+++ b/app-admin/testdisk/testdisk-7.0-r2.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.3 2015/04/24 15:24:10 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 1.4 2015/04/26 12:42:21 nicolasbock Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
@@ -43,9 +45,8 @@ DEPEND="
)"
RDEPEND="!static? ( ${DEPEND} )"
+AUTOTOOLS_IN_SOURCE_BUILD=1
DOCS=( )
-AUTOTOOLS_AUTORECONF=1
-BUILD_DIR="${S}"
src_configure() {
local myconf
diff --git a/app-admin/testdisk/testdisk-7.0.ebuild b/app-admin/testdisk/testdisk-7.0.ebuild
index e6eeeb2dc8c5..922d7e0eb64b 100644
--- a/app-admin/testdisk/testdisk-7.0.ebuild
+++ b/app-admin/testdisk/testdisk-7.0.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0.ebuild,v 1.4 2015/04/20 19:59:01 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0.ebuild,v 1.5 2015/04/26 12:42:21 nicolasbock Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool"
@@ -38,10 +40,9 @@ DEPEND="
)"
RDEPEND="!static? ( ${DEPEND} )"
-PATCHES=( "${FILESDIR}/install-gentoo.patch" )
+AUTOTOOLS_IN_SOURCE_BUILD=1
DOCS=( )
-AUTOTOOLS_AUTORECONF=1
-BUILD_DIR="${S}"
+PATCHES=( "${FILESDIR}/install-gentoo.patch" )
src_configure() {
local myconf