summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-16 09:32:14 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-24 20:39:30 +0100
commita91f8fc1b6a4e72de75e50dc0579141ebb5122f1 (patch)
tree6deb9caaa2c63959ab282e988b57362d1cabb64a /sys-devel/autoconf/autoconf-2.13.ebuild
parentx11-wm/awesome: remove proxied-maintainer upon request (diff)
downloadgentoo-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.13.ebuild')
-rw-r--r--sys-devel/autoconf/autoconf-2.13.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys-devel/autoconf/autoconf-2.13.ebuild b/sys-devel/autoconf/autoconf-2.13.ebuild
index 7cc31570e931..4a48b2723e23 100644
--- a/sys-devel/autoconf/autoconf-2.13.ebuild
+++ b/sys-devel/autoconf/autoconf-2.13.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-inherit eutils
+inherit toolchain-autoconf
DESCRIPTION="Used to create autoconfiguration files"
HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
@@ -26,12 +26,6 @@ PATCHES=(
"${FILESDIR}"/${P}-test-fixes.patch #146592
)
-if [[ -z ${__EBLITS__} && -n ${FILESDIR} ]] ; then
- source "${FILESDIR}"/eblits/main.eblit || die
-fi
-src_prepare() { eblit-run src_prepare ; }
-src_install() { eblit-run src_install ; }
-
src_configure() {
touch configure # make sure configure is newer than configure.in