commit:     307c5ced37bbe80673d57212b5f8820c9b9173df
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 11:07:46 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 11:08:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307c5ced

app-admin/sshguard: drop old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 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(-)

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 8874cc48904..00000000000
--- 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 59ef3538acc..00000000000
--- 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
-}

Reply via email to