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-firewall | |
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-firewall')
-rw-r--r-- | net-firewall/fwanalog/fwanalog-0.6.4.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipkungfu/ipkungfu-0.5.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/quicktables/quicktables-2.3.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/shapecfg/shapecfg-36.ebuild | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/net-firewall/fwanalog/fwanalog-0.6.4.ebuild b/net-firewall/fwanalog/fwanalog-0.6.4.ebuild index 4f74bd138155..0dd3ab865a99 100644 --- a/net-firewall/fwanalog/fwanalog-0.6.4.ebuild +++ b/net-firewall/fwanalog/fwanalog-0.6.4.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 + DESCRIPTION="Script to parse firewall logs and analyze them with Analog" HOMEPAGE="http://tud.at/programm/fwanalog/" SRC_URI="http://tud.at/programm/fwanalog/${P}.tar.gz" diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild index 3dec312a3916..311c2cf7fdd8 100644 --- a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild +++ b/net-firewall/fwipsec/fwipsec-0.4.2-r1.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 + S=${WORKDIR}/${PN} DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid" HOMEPAGE="http://fwipsec.sourceforge.net/" diff --git a/net-firewall/ipkungfu/ipkungfu-0.5.2-r2.ebuild b/net-firewall/ipkungfu/ipkungfu-0.5.2-r2.ebuild index f6cd5f2bcd6f..1febf0b58fef 100644 --- a/net-firewall/ipkungfu/ipkungfu-0.5.2-r2.ebuild +++ b/net-firewall/ipkungfu/ipkungfu-0.5.2-r2.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 eutils DESCRIPTION="A nice iptables firewall script" diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild index 9abcb7ee6637..5068e5d69a46 100644 --- a/net-firewall/quicktables/quicktables-2.3.ebuild +++ b/net-firewall/quicktables/quicktables-2.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="a quick iptables script generator" HOMEPAGE="http://qtables.radom.org/" SRC_URI="http://qtables.radom.org/files/${P}.tar.gz" diff --git a/net-firewall/shapecfg/shapecfg-36.ebuild b/net-firewall/shapecfg/shapecfg-36.ebuild index 862128700d3d..a187ab54e4ca 100644 --- a/net-firewall/shapecfg/shapecfg-36.ebuild +++ b/net-firewall/shapecfg/shapecfg-36.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 eutils flag-o-matic DESCRIPTION="configuration tool for setting traffic bandwidth parameters" |