public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/portmon/
@ 2020-11-26 23:57 Thomas Deutschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2020-11-26 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     94e6dc76ff4a9ce9d41dddae9253725dc7cc0a52
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 23:52:54 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:57:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e6dc76

net-analyzer/portmon: x86 stable (bug #757033)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/portmon/portmon-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/portmon/portmon-2.0-r1.ebuild b/net-analyzer/portmon/portmon-2.0-r1.ebuild
index 824a242bbd0..5c02c83701b 100644
--- a/net-analyzer/portmon/portmon-2.0-r1.ebuild
+++ b/net-analyzer/portmon/portmon-2.0-r1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Portmon is a network service monitoring daemon"
 HOMEPAGE="http://aboleo.net/software/portmon/"
 SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 SLOT="0"
 LICENSE="GPL-2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/portmon/
@ 2020-11-27  1:00 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-11-27  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ec91a95350077aba8fee22991add86d0e8797bfc
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:57:30 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:57:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec91a953

net-analyzer/portmon: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/portmon/portmon-2.0.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/net-analyzer/portmon/portmon-2.0.ebuild b/net-analyzer/portmon/portmon-2.0.ebuild
deleted file mode 100644
index b8d639d55d7..00000000000
--- a/net-analyzer/portmon/portmon-2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Portmon is a network service monitoring daemon"
-HOMEPAGE="http://aboleo.net/software/portmon/"
-SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-src_configure() {
-	econf --sysconfdir=/etc/portmon
-}
-
-src_install() {
-	into /usr
-	dosbin src/portmon
-
-	doman extras/portmon.8
-
-	insinto /etc/portmon
-	doins extras/portmon.hosts.sample
-	dodoc AUTHORS BUGS README
-
-	newinitd "${FILESDIR}"/portmon.init portmon
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/portmon/
@ 2024-11-08 18:10 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2024-11-08 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     881a476eccfb6374e445d923a77fb7bacc24d077
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 18:09:58 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 18:10:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881a476e

net-analyzer/portmon: add eautoreconf for modern C

Closes: https://bugs.gentoo.org/900036
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../portmon/{portmon-2.0-r1.ebuild => portmon-2.0-r2.ebuild}  | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/portmon/portmon-2.0-r1.ebuild b/net-analyzer/portmon/portmon-2.0-r2.ebuild
similarity index 85%
rename from net-analyzer/portmon/portmon-2.0-r1.ebuild
rename to net-analyzer/portmon/portmon-2.0-r2.ebuild
index 5c02c83701b0..ce593ab853a8 100644
--- a/net-analyzer/portmon/portmon-2.0-r1.ebuild
+++ b/net-analyzer/portmon/portmon-2.0-r2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="Portmon is a network service monitoring daemon"
 HOMEPAGE="http://aboleo.net/software/portmon/"
@@ -15,6 +17,11 @@ PATCHES=(
 	"${FILESDIR}"/${P}-fno-common.patch
 )
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure() {
 	econf --sysconfdir=/etc/portmon
 }


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

end of thread, other threads:[~2024-11-08 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27  1:00 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/portmon/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 18:10 Andreas K. Hüttel
2020-11-26 23:57 Thomas Deutschmann

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