From 307c5ced37bbe80673d57212b5f8820c9b9173df Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Wed, 17 Feb 2021 19:07:46 +0800 Subject: app-admin/sshguard: drop old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Yixun Lan --- app-admin/sshguard/files/sshguard-2.1.0-conf.patch | 11 ------ app-admin/sshguard/sshguard-2.4.1.ebuild | 40 ---------------------- 2 files changed, 51 deletions(-) delete mode 100644 app-admin/sshguard/files/sshguard-2.1.0-conf.patch delete mode 100644 app-admin/sshguard/sshguard-2.4.1.ebuild (limited to 'app-admin/sshguard') diff --git a/app-admin/sshguard/files/sshguard-2.1.0-conf.patch b/app-admin/sshguard/files/sshguard-2.1.0-conf.patch deleted file mode 100644 index 8874cc48904d..000000000000 --- a/app-admin/sshguard/files/sshguard-2.1.0-conf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/examples/sshguard.conf.sample -+++ b/examples/sshguard.conf.sample -@@ -6,7 +6,7 @@ - - #### REQUIRED CONFIGURATION #### - # Full path to backend executable (required, no default) --#BACKEND="/usr/local/libexec/sshg-fw-iptables" -+#BACKEND="/usr/libexec/sshg-fw-iptables" - - # Space-separated list of log files to monitor. (optional, no default) - #FILES="/var/log/auth.log /var/log/authlog /var/log/maillog" diff --git a/app-admin/sshguard/sshguard-2.4.1.ebuild b/app-admin/sshguard/sshguard-2.4.1.ebuild deleted file mode 100644 index 59ef3538accd..000000000000 --- a/app-admin/sshguard/sshguard-2.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="protects hosts from brute force attacks against ssh" -HOMEPAGE="https://www.sshguard.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -DEPEND=" - sys-devel/flex -" -RDEPEND=" - virtual/logger -" -DOCS=( - CHANGELOG.rst - CONTRIBUTING.rst - README.rst - examples/net.sshguard.plist - examples/sshguard.service - examples/whitelistfile.example -) -PATCHES=( - "${FILESDIR}"/${PN}-2.1.0-conf.patch -) - -src_install() { - default - - newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - insinto /etc - newins examples/sshguard.conf.sample sshguard.conf -} -- cgit v1.2.3-65-gdbad