public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_fail2ban/
@ 2016-08-07  8:36 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-07  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac5fb6cef94fab6c4e1f1523836cac1aa0ad2f3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:32:58 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:35:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac5fb6c

net-analyzer/nagios-check_fail2ban: Cleanup per bug #498574

Package-Manager: portage-2.3.0

 net-analyzer/nagios-check_fail2ban/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net-analyzer/nagios-check_fail2ban/metadata.xml b/net-analyzer/nagios-check_fail2ban/metadata.xml
index 17572f4..25372f9 100644
--- a/net-analyzer/nagios-check_fail2ban/metadata.xml
+++ b/net-analyzer/nagios-check_fail2ban/metadata.xml
@@ -6,11 +6,6 @@
     <name>Andrew Hamilton</name>
     <description>Maintainer. Assign bugs to him.</description>
   </maintainer>
-  <maintainer type="person">
-    <email>sdamashek@gentoo.org</email>
-    <name>Samuel Damashek</name>
-    <description>Proxy maintainer. CC him on bugs.</description>
-  </maintainer>
   <maintainer type="project">
     <email>proxy-maint@gentoo.org</email>
     <name>Proxy Maintainers</name>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_fail2ban/
@ 2017-02-08  8:48 Robin H. Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2017-02-08  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     642a10482cb9bb893e159cc35c8698183b508e2f
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 08:47:39 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 08:47:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642a1048

net-analyzer/nagios-check_fail2ban: support monitoring-plugins.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
index 2ac19e948d..f237bf354e 100644
--- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
+++ b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=net-analyzer/nagios-plugins-1.4.13-r1"
+DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_fail2ban/
@ 2021-04-03 19:53 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5926ca89472ace9611b8a91607dbe61284e8cdf6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 19:07:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 19:52:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5926ca89

net-analyzer/nagios-check_fail2ban: multilib--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild         | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
index ac86c283079..42376a9fbab 100644
--- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
+++ b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit multilib autotools
+inherit autotools
 
 GITHUB_AUTHOR="hollow"
 GITHUB_PROJECT="check_fail2ban"
@@ -12,18 +12,17 @@ GITHUB_COMMIT="c554837"
 DESCRIPTION="A nagios plugin for checking the fail2ban daemon"
 HOMEPAGE="https://github.com/hollow/check_fail2ban"
 SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
 src_prepare() {
+	default
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-03 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 19:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_fail2ban/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2017-02-08  8:48 Robin H. Johnson
2016-08-07  8:36 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox