From 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 29 Apr 2018 13:52:02 +0200 Subject: */*: Specify EAPI=0 explicitly, to ease greps Closes: https://github.com/gentoo/gentoo/pull/8199 --- net-proxy/3proxy/3proxy-0.5.3k.ebuild | 4 +++- net-proxy/piper/piper-1.14.ebuild | 4 +++- net-proxy/ratproxy/ratproxy-1.58.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'net-proxy') diff --git a/net-proxy/3proxy/3proxy-0.5.3k.ebuild b/net-proxy/3proxy/3proxy-0.5.3k.ebuild index 52aa87fc211d..4556a25a3474 100644 --- a/net-proxy/3proxy/3proxy-0.5.3k.ebuild +++ b/net-proxy/3proxy/3proxy-0.5.3k.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 toolchain-funcs eutils DESCRIPTION="really tiny cross-platform proxy servers set" diff --git a/net-proxy/piper/piper-1.14.ebuild b/net-proxy/piper/piper-1.14.ebuild index 9d0e6cf38cea..ee0f787f4bd9 100644 --- a/net-proxy/piper/piper-1.14.ebuild +++ b/net-proxy/piper/piper-1.14.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit flag-o-matic toolchain-funcs DESCRIPTION="Piper (a tool for manipulating SOCKS5 servers)" diff --git a/net-proxy/ratproxy/ratproxy-1.58.ebuild b/net-proxy/ratproxy/ratproxy-1.58.ebuild index 72235cfd104c..dee8b368423c 100644 --- a/net-proxy/ratproxy/ratproxy-1.58.ebuild +++ b/net-proxy/ratproxy/ratproxy-1.58.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 DESCRIPTION="A semi-automated, largely passive web application security audit tool" -- cgit v1.2.3-65-gdbad