summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-29 13:52:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:37:34 +0200
commit4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch)
treead19729542f1e853b610fbb243f35a6292279efd /dev-util
parentdev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff)
downloadgentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/autoproject/autoproject-0.20.ebuild4
-rw-r--r--dev-util/autoproject/autoproject-0.20_p5.ebuild4
-rw-r--r--dev-util/cgvg/cgvg-1.6.2.ebuild4
-rw-r--r--dev-util/confix-wrapper/confix-wrapper-0.ebuild4
-rw-r--r--dev-util/cproto/cproto-4.7e.ebuild4
-rw-r--r--dev-util/cpuinfo-collection/cpuinfo-collection-20060720.ebuild4
-rw-r--r--dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild4
-rw-r--r--dev-util/csup/csup-20060318.ebuild4
-rw-r--r--dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild2
-rw-r--r--dev-util/dejagnu/dejagnu-1.5.ebuild2
-rw-r--r--dev-util/duma/duma-2.5.13.ebuild4
-rw-r--r--dev-util/fhist/fhist-1.16.ebuild4
-rw-r--r--dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild4
-rw-r--r--dev-util/idutils/idutils-4.2.ebuild4
-rw-r--r--dev-util/idutils/idutils-4.5.ebuild4
-rw-r--r--dev-util/its4/its4-1.1.1.ebuild4
-rw-r--r--dev-util/jarwizard/jarwizard-2.50.ebuild4
-rw-r--r--dev-util/jconfig/jconfig-2.8-r3.ebuild4
-rw-r--r--dev-util/jconfig/jconfig-2.8.5.ebuild4
-rw-r--r--dev-util/lsuio/lsuio-0.2.0.ebuild4
-rw-r--r--dev-util/makepp/makepp-1.18.ebuild4
-rw-r--r--dev-util/makepp/makepp-1.40.1a.ebuild4
-rw-r--r--dev-util/mingw-runtime/mingw-runtime-3.18.ebuild2
-rw-r--r--dev-util/pscan/pscan-20000721-r1.ebuild4
-rw-r--r--dev-util/quilt/quilt-0.50.ebuild4
-rw-r--r--dev-util/rej/rej-0.16.ebuild4
-rw-r--r--dev-util/reswrap/reswrap-3.2.0.ebuild4
-rw-r--r--dev-util/reswrap/reswrap-4.0.0.ebuild4
-rw-r--r--dev-util/sel/sel-0.08.4.ebuild4
-rw-r--r--dev-util/sgb/sgb-20030623.ebuild4
-rw-r--r--dev-util/smem/smem-20071119_p1.ebuild4
-rw-r--r--dev-util/tinlink/tinlink-1.0.0.ebuild4
-rw-r--r--dev-util/treecc/treecc-0.3.10.ebuild4
-rw-r--r--dev-util/w32api/w32api-3.17.2.ebuild2
-rw-r--r--dev-util/xdelta/xdelta-1.1.4-r1.ebuild4
35 files changed, 101 insertions, 31 deletions
diff --git a/dev-util/autoproject/autoproject-0.20.ebuild b/dev-util/autoproject/autoproject-0.20.ebuild
index 5343efa1d037..cce818573a50 100644
--- a/dev-util/autoproject/autoproject-0.20.ebuild
+++ b/dev-util/autoproject/autoproject-0.20.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DEB_VER=3
diff --git a/dev-util/autoproject/autoproject-0.20_p5.ebuild b/dev-util/autoproject/autoproject-0.20_p5.ebuild
index d37a9867e8e3..239a51de78ec 100644
--- a/dev-util/autoproject/autoproject-0.20_p5.ebuild
+++ b/dev-util/autoproject/autoproject-0.20_p5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
MY_PV=${PV%_p*}
diff --git a/dev-util/cgvg/cgvg-1.6.2.ebuild b/dev-util/cgvg/cgvg-1.6.2.ebuild
index 412a794f183a..cc5658993b5b 100644
--- a/dev-util/cgvg/cgvg-1.6.2.ebuild
+++ b/dev-util/cgvg/cgvg-1.6.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="A tiny version of cscope that is much more useful in certian instances"
HOMEPAGE="http://uzix.org/cgvg.html"
SRC_URI="http://uzix.org/cgvg/${P}.tar.gz"
diff --git a/dev-util/confix-wrapper/confix-wrapper-0.ebuild b/dev-util/confix-wrapper/confix-wrapper-0.ebuild
index a7450e6f469d..e8f8dcb4d2cb 100644
--- a/dev-util/confix-wrapper/confix-wrapper-0.ebuild
+++ b/dev-util/confix-wrapper/confix-wrapper-0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="Wrapper to select either confix1.py or confix2.py"
HOMEPAGE="http://confix.sourceforge.net"
diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild
index d6872afcc954..14609348833f 100644
--- a/dev-util/cproto/cproto-4.7e.ebuild
+++ b/dev-util/cproto/cproto-4.7e.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
MY_PV="4_7e"
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}
diff --git a/dev-util/cpuinfo-collection/cpuinfo-collection-20060720.ebuild b/dev-util/cpuinfo-collection/cpuinfo-collection-20060720.ebuild
index 846f7fc12470..b34e13a31027 100644
--- a/dev-util/cpuinfo-collection/cpuinfo-collection-20060720.ebuild
+++ b/dev-util/cpuinfo-collection/cpuinfo-collection-20060720.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
MY_P=test_proc-20July2006
DESCRIPTION="huge collection of /proc/cpuinfo files"
HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/"
diff --git a/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild b/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild
index dc2b3c6aef45..2355333bcff1 100644
--- a/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild
+++ b/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
MY_P=test_proc-${PV:6:2}January${PV:0:4}
DESCRIPTION="huge collection of /proc/cpuinfo files"
HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/"
diff --git a/dev-util/csup/csup-20060318.ebuild b/dev-util/csup/csup-20060318.ebuild
index 7aa63bfffd12..a551390ed1b1 100644
--- a/dev-util/csup/csup-20060318.ebuild
+++ b/dev-util/csup/csup-20060318.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit toolchain-funcs eutils
DESCRIPTION="A rewrite of CVSup"
diff --git a/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild b/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild
index f20678252dc9..d1e7f9a820b1 100644
--- a/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild
+++ b/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DESCRIPTION="framework for testing other programs"
diff --git a/dev-util/dejagnu/dejagnu-1.5.ebuild b/dev-util/dejagnu/dejagnu-1.5.ebuild
index e5c92faff3ca..5b3deb69ffc5 100644
--- a/dev-util/dejagnu/dejagnu-1.5.ebuild
+++ b/dev-util/dejagnu/dejagnu-1.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="framework for testing other programs"
HOMEPAGE="https://www.gnu.org/software/dejagnu/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
diff --git a/dev-util/duma/duma-2.5.13.ebuild b/dev-util/duma/duma-2.5.13.ebuild
index 5098d942b1e8..8b98e3cc5459 100644
--- a/dev-util/duma/duma-2.5.13.ebuild
+++ b/dev-util/duma/duma-2.5.13.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils flag-o-matic multilib toolchain-funcs versionator
MY_P="${PN}_$(replace_all_version_separators '_')"
diff --git a/dev-util/fhist/fhist-1.16.ebuild b/dev-util/fhist/fhist-1.16.ebuild
index 1bcd65423a17..28569ab13662 100644
--- a/dev-util/fhist/fhist-1.16.ebuild
+++ b/dev-util/fhist/fhist-1.16.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="File history and comparison tools"
HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz"
diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
index 9321798e4897..cfca2251a168 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils toolchain-funcs versionator
MY_PV=$(delete_version_separator _)
diff --git a/dev-util/idutils/idutils-4.2.ebuild b/dev-util/idutils/idutils-4.2.ebuild
index 06fe5867b621..4d8cd335bfb1 100644
--- a/dev-util/idutils/idutils-4.2.ebuild
+++ b/dev-util/idutils/idutils-4.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils elisp-common
DESCRIPTION="Fast, high-capacity, identifier database tool"
diff --git a/dev-util/idutils/idutils-4.5.ebuild b/dev-util/idutils/idutils-4.5.ebuild
index ed33adb92467..4f0eafd797c0 100644
--- a/dev-util/idutils/idutils-4.5.ebuild
+++ b/dev-util/idutils/idutils-4.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils elisp-common
DESCRIPTION="Fast, high-capacity, identifier database tool"
diff --git a/dev-util/its4/its4-1.1.1.ebuild b/dev-util/its4/its4-1.1.1.ebuild
index fbe508fc838a..9ddd852df65d 100644
--- a/dev-util/its4/its4-1.1.1.ebuild
+++ b/dev-util/its4/its4-1.1.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="ITS4: Software Security Tool"
HOMEPAGE="http://www.cigital.com/its4/"
SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tgz"
diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild
index 741bb261158f..2539b1a46102 100644
--- a/dev-util/jarwizard/jarwizard-2.50.ebuild
+++ b/dev-util/jarwizard/jarwizard-2.50.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit java-pkg-2 java-ant-2
DESCRIPTION="Takes the hassle out of creating executable JAR files for your Java programs"
diff --git a/dev-util/jconfig/jconfig-2.8-r3.ebuild b/dev-util/jconfig/jconfig-2.8-r3.ebuild
index b8bbced5a266..1b86b444357a 100644
--- a/dev-util/jconfig/jconfig-2.8-r3.ebuild
+++ b/dev-util/jconfig/jconfig-2.8-r3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
diff --git a/dev-util/jconfig/jconfig-2.8.5.ebuild b/dev-util/jconfig/jconfig-2.8.5.ebuild
index b8bbced5a266..1b86b444357a 100644
--- a/dev-util/jconfig/jconfig-2.8.5.ebuild
+++ b/dev-util/jconfig/jconfig-2.8.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
diff --git a/dev-util/lsuio/lsuio-0.2.0.ebuild b/dev-util/lsuio/lsuio-0.2.0.ebuild
index 729c2ba0c5d4..ea5a97bf0fe2 100644
--- a/dev-util/lsuio/lsuio-0.2.0.ebuild
+++ b/dev-util/lsuio/lsuio-0.2.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DESCRIPTION="list available userspace I/O (UIO) devices"
diff --git a/dev-util/makepp/makepp-1.18.ebuild b/dev-util/makepp/makepp-1.18.ebuild
index 3fa99977dce7..7fc917334048 100644
--- a/dev-util/makepp/makepp-1.18.ebuild
+++ b/dev-util/makepp/makepp-1.18.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DESCRIPTION="GNU make replacement"
diff --git a/dev-util/makepp/makepp-1.40.1a.ebuild b/dev-util/makepp/makepp-1.40.1a.ebuild
index da21b106b420..a46c2328ba7e 100644
--- a/dev-util/makepp/makepp-1.40.1a.ebuild
+++ b/dev-util/makepp/makepp-1.40.1a.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DESCRIPTION="GNU make replacement"
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
index dce79b05cb37..fde71e0d98cb 100644
--- a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
+++ b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild
index 77fec34a5bd4..11c078d3650b 100644
--- a/dev-util/pscan/pscan-20000721-r1.ebuild
+++ b/dev-util/pscan/pscan-20000721-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit toolchain-funcs
DESCRIPTION="A limited problem scanner for C source files"
diff --git a/dev-util/quilt/quilt-0.50.ebuild b/dev-util/quilt/quilt-0.50.ebuild
index bdd72d31598f..d5d270c6d424 100644
--- a/dev-util/quilt/quilt-0.50.ebuild
+++ b/dev-util/quilt/quilt-0.50.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit bash-completion-r1 eutils
DESCRIPTION="quilt patch manager"
diff --git a/dev-util/rej/rej-0.16.ebuild b/dev-util/rej/rej-0.16.ebuild
index 82d14beb6e27..5ff7d706253d 100644
--- a/dev-util/rej/rej-0.16.ebuild
+++ b/dev-util/rej/rej-0.16.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="A utility for solving diff/patch rejects"
HOMEPAGE="http://ftp.suse.com/pub/people/mason/rej/"
SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz"
diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild
index 1364323f9082..aad5b12ff0f3 100644
--- a/dev-util/reswrap/reswrap-3.2.0.ebuild
+++ b/dev-util/reswrap/reswrap-3.2.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
FOX_COMPONENT="utils"
FOX_PV="1.4.12"
diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild
index 538220c273d5..35ff5ad583ad 100644
--- a/dev-util/reswrap/reswrap-4.0.0.ebuild
+++ b/dev-util/reswrap/reswrap-4.0.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
FOX_COMPONENT="utils"
FOX_PV="1.6.40"
diff --git a/dev-util/sel/sel-0.08.4.ebuild b/dev-util/sel/sel-0.08.4.ebuild
index e0e7ce2b3de2..631244e988a5 100644
--- a/dev-util/sel/sel-0.08.4.ebuild
+++ b/dev-util/sel/sel-0.08.4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit toolchain-funcs
DESCRIPTION="A filemanager for shell scripts"
diff --git a/dev-util/sgb/sgb-20030623.ebuild b/dev-util/sgb/sgb-20030623.ebuild
index c38c08974751..eac1bb81a891 100644
--- a/dev-util/sgb/sgb-20030623.ebuild
+++ b/dev-util/sgb/sgb-20030623.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils multilib
DESCRIPTION="Stanford GraphBase"
diff --git a/dev-util/smem/smem-20071119_p1.ebuild b/dev-util/smem/smem-20071119_p1.ebuild
index 8aebbaeaf09f..0873fa2c2de0 100644
--- a/dev-util/smem/smem-20071119_p1.ebuild
+++ b/dev-util/smem/smem-20071119_p1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="A tool to parse smaps statistics"
HOMEPAGE="http://bmaurer.blogspot.de/2006/03/memory-usage-with-smaps.html"
SRC_URI="mirror://gentoo/smem.pl.${PV}.bz2
diff --git a/dev-util/tinlink/tinlink-1.0.0.ebuild b/dev-util/tinlink/tinlink-1.0.0.ebuild
index 42806808b6e4..114a484c3049 100644
--- a/dev-util/tinlink/tinlink-1.0.0.ebuild
+++ b/dev-util/tinlink/tinlink-1.0.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit toolchain-funcs
DESCRIPTION="a tool to create very small elf binary from pure binary files"
diff --git a/dev-util/treecc/treecc-0.3.10.ebuild b/dev-util/treecc/treecc-0.3.10.ebuild
index 126876138c19..5600422561cc 100644
--- a/dev-util/treecc/treecc-0.3.10.ebuild
+++ b/dev-util/treecc/treecc-0.3.10.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="compiler-compiler tool for aspect-oriented programming"
HOMEPAGE="https://www.gnu.org/software/dotgnu"
SRC_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz"
diff --git a/dev-util/w32api/w32api-3.17.2.ebuild b/dev-util/w32api/w32api-3.17.2.ebuild
index 5af7f88285c9..02fce8e4df78 100644
--- a/dev-util/w32api/w32api-3.17.2.ebuild
+++ b/dev-util/w32api/w32api-3.17.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
diff --git a/dev-util/xdelta/xdelta-1.1.4-r1.ebuild b/dev-util/xdelta/xdelta-1.1.4-r1.ebuild
index 61d044c28e80..c28337de165e 100644
--- a/dev-util/xdelta/xdelta-1.1.4-r1.ebuild
+++ b/dev-util/xdelta/xdelta-1.1.4-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit autotools eutils toolchain-funcs
DESCRIPTION="Computes changes between binary or text files and creates deltas"