commit: f16b2c2fd7ef413e13510d9ab7c33b296b3fadcd Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 19:45:02 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 19:47:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16b2c2f
app-arch/cpio: drop autotools usage Looks like a copy & paste holdover from the previous ebuild. app-arch/cpio/cpio-2.12.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app-arch/cpio/cpio-2.12.ebuild b/app-arch/cpio/cpio-2.12.ebuild index 559b65b..3f1baaa 100644 --- a/app-arch/cpio/cpio-2.12.ebuild +++ b/app-arch/cpio/cpio-2.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit autotools eutils +inherit eutils DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html" @@ -17,7 +17,6 @@ IUSE="nls" src_prepare() { epatch "${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295 - eautoreconf } src_configure() { @@ -26,7 +25,3 @@ src_configure() { --bindir="${EPREFIX}"/bin \ --with-rmt="${EPREFIX}"/usr/sbin/rmt } - -src_install() { - default -}
