summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2021-02-12 15:57:44 +0000
committerSam James <sam@gentoo.org>2021-02-12 17:01:02 +0000
commitda33020001df22288f69af721fe208ab0f9e2454 (patch)
treeead75469bf8e98097622b6538df4bc000fc4b226 /net-firewall/ferm/ferm-2.5.ebuild
parentnet-firewall/ferm: bump to 2.6 (diff)
downloadgentoo-da33020001df22288f69af721fe208ab0f9e2454.tar.gz
gentoo-da33020001df22288f69af721fe208ab0f9e2454.tar.bz2
gentoo-da33020001df22288f69af721fe208ab0f9e2454.zip
net-firewall/ferm: drop old
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19431 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/ferm/ferm-2.5.ebuild')
-rw-r--r--net-firewall/ferm/ferm-2.5.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-firewall/ferm/ferm-2.5.ebuild b/net-firewall/ferm/ferm-2.5.ebuild
deleted file mode 100644
index 532055e4fd1b..000000000000
--- a/net-firewall/ferm/ferm-2.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Command line util for managing firewall rules"
-HOMEPAGE="http://ferm.foo-projects.org/"
-SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-# Uses Internet connection while testing.
-RESTRICT="test"
-
-# does not install any perl libs
-RDEPEND="dev-lang/perl:*
- net-firewall/iptables
- virtual/perl-File-Spec"
-
-DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ )
-HTML_DOCS=( doc/ferm.html )
-
-src_install() {
- dosbin src/{,import-}ferm
- systemd_dounit ferm.service
-
- einstalldocs
- doman doc/*.1
-}
-
-pkg_postinst() {
- elog "See ${EROOT}/usr/share/doc/${PF}/examples for sample configs"
-}