diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /net-dns | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-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 'net-dns')
-rw-r--r-- | net-dns/bind-dns-keygen/bind-dns-keygen-9.3.2.39-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dnrd/dnrd-2.20.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/ndu/ndu-0.4-r4.ebuild | 4 | ||||
-rw-r--r-- | net-dns/tinystats/tinystats-1.1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/valtz/valtz-0.7.ebuild | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/net-dns/bind-dns-keygen/bind-dns-keygen-9.3.2.39-r1.ebuild b/net-dns/bind-dns-keygen/bind-dns-keygen-9.3.2.39-r1.ebuild index 8103905bfda9..448c59783816 100644 --- a/net-dns/bind-dns-keygen/bind-dns-keygen-9.3.2.39-r1.ebuild +++ b/net-dns/bind-dns-keygen/bind-dns-keygen-9.3.2.39-r1.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 + inherit rpm toolchain-funcs # Tag for which Fedora Core version it's from diff --git a/net-dns/dnrd/dnrd-2.20.3-r1.ebuild b/net-dns/dnrd/dnrd-2.20.3-r1.ebuild index 95fd6237bd1d..fae872bc300d 100644 --- a/net-dns/dnrd/dnrd-2.20.3-r1.ebuild +++ b/net-dns/dnrd/dnrd-2.20.3-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 user DESCRIPTION="A caching DNS proxy server" diff --git a/net-dns/ndu/ndu-0.4-r4.ebuild b/net-dns/ndu/ndu-0.4-r4.ebuild index 5471c212971c..279b5024e13e 100644 --- a/net-dns/ndu/ndu-0.4-r4.ebuild +++ b/net-dns/ndu/ndu-0.4-r4.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 toolchain-funcs DESCRIPTION="DNS serial number incrementer and reverse zone builder" diff --git a/net-dns/tinystats/tinystats-1.1.ebuild b/net-dns/tinystats/tinystats-1.1.ebuild index 1b35725a547d..5e6ccf0dfae9 100644 --- a/net-dns/tinystats/tinystats-1.1.ebuild +++ b/net-dns/tinystats/tinystats-1.1.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 toolchain-funcs DESCRIPTION="A tinydns logging helper app" diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild index d3c355727be3..7df2526b1dec 100644 --- a/net-dns/valtz/valtz-0.7.ebuild +++ b/net-dns/valtz/valtz-0.7.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 + DESCRIPTION="Validation tool for tinydns-data zone files" SRC_URI="http://x42.com/software/valtz/${PN}.tgz" HOMEPAGE="http://x42.com/software/valtz/" |