diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-16 09:32:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-24 20:39:30 +0100 |
commit | a91f8fc1b6a4e72de75e50dc0579141ebb5122f1 (patch) | |
tree | 6deb9caaa2c63959ab282e988b57362d1cabb64a /sys-devel/autoconf/autoconf-2.61-r2.ebuild | |
parent | x11-wm/awesome: remove proxied-maintainer upon request (diff) | |
download | gentoo-a91f8fc1b6a4e72de75e50dc0579141ebb5122f1.tar.gz gentoo-a91f8fc1b6a4e72de75e50dc0579141ebb5122f1.tar.bz2 gentoo-a91f8fc1b6a4e72de75e50dc0579141ebb5122f1.zip |
sys-devel/autoconf: [QA] Convert from eblits into an eclass, #586424
Convert the usage of eblits in sys-devel/autoconf into an equivalent
eclass. This makes the ebuilds more readable, more predictable and fixes
compliance with stricter versions of the package manager (i.e. a future
release of Portage).
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.61-r2.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.61-r2.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-devel/autoconf/autoconf-2.61-r2.ebuild b/sys-devel/autoconf/autoconf-2.61-r2.ebuild index 7af545f918e9..e1fedced3204 100644 --- a/sys-devel/autoconf/autoconf-2.61-r2.ebuild +++ b/sys-devel/autoconf/autoconf-2.61-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" @@ -24,13 +24,6 @@ PATCHES=( "${FILESDIR}"/${P}-GETMNTENT.patch ) -if [[ -z ${__EBLITS__} && -n ${FILESDIR} ]] ; then - source "${FILESDIR}"/eblits/main.eblit || die -fi -src_prepare() { eblit-run src_prepare ; } -src_configure() { eblit-run src_configure ; } -src_install() { eblit-run src_install ; } - src_compile() { # From configure output: # Parallel builds via `make -jN' do not work. |