[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipband/

2023-11-22 Thread Ulrich Müller
commit: fe8ee74df693fc27afd67f19cf6a83a0627c4b5f
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Nov  2 19:09:57 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Nov 22 11:05:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8ee74d

net-analyzer/ipband: EAPI8 bump, use https, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ulrich Müller  gentoo.org>

 net-analyzer/ipband/ipband-0.8.1-r2.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild 
b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
index 9c04a837c52c..6b90c152be8a 100644
--- a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
+++ b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit toolchain-funcs
 
-DESCRIPTION="A pcap based IP traffic and bandwidth monitor"
-HOMEPAGE="http://ipband.sourceforge.net/;
+DESCRIPTION="Pcap based IP traffic and bandwidth monitor"
+HOMEPAGE="https://ipband.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 x86"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipband/

2020-11-26 Thread Aaron Bauman
commit: 8cb20c500e9524b87c69c7759f5ced21853b021e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 27 00:53:50 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 27 00:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb20c50

net-analyzer/ipband: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 net-analyzer/ipband/ipband-0.8.1-r1.ebuild | 36 --
 1 file changed, 36 deletions(-)

diff --git a/net-analyzer/ipband/ipband-0.8.1-r1.ebuild 
b/net-analyzer/ipband/ipband-0.8.1-r1.ebuild
deleted file mode 100644
index 1e0feff597c..000
--- a/net-analyzer/ipband/ipband-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A pcap based IP traffic and bandwidth monitor with configurable 
reporting and alarm abilities"
-HOMEPAGE="http://ipband.sourceforge.net/;
-SRC_URI="http://ipband.sourceforge.net/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-DEPEND=">=net-libs/libpcap-0.4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gentoo.patch \
-   "${FILESDIR}"/${P}-postfix.patch
-
-   tc-export CC
-}
-
-src_install() {
-   dobin ipband
-   doman ipband.8
-   dodoc CHANGELOG README
-
-   newinitd "${FILESDIR}"/ipband-init ipband
-
-   insinto /etc/
-   newins ipband.sample.conf ipband.conf
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipband/

2020-11-26 Thread Thomas Deutschmann
commit: 1ea3c4fecc2a3f4b8f6f7de1806ae8eee2f2fa56
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 27 00:05:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 27 00:05:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea3c4fe

net-analyzer/ipband: x86 stable (bug #756994)

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

 net-analyzer/ipband/ipband-0.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild 
b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
index c0d621602ce..9c04a837c52 100644
--- a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
+++ b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
>=net-libs/libpcap-0.4



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipband/

2020-01-08 Thread Jeroen Roovers
commit: 948541e4b4ee308c4d3380b976f18e1de7ec74ba
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  8 09:29:39 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  8 09:30:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948541e4

net-analyzer/ipband: EAPI=7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/ipband/ipband-0.8.1-r2.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild 
b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
new file mode 100644
index 000..6d65e278291
--- /dev/null
+++ b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A pcap based IP traffic and bandwidth monitor"
+HOMEPAGE="http://ipband.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=net-libs/libpcap-0.4
+"
+RDEPEND="
+   ${DEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-postfix.patch
+)
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   dobin ipband
+   doman ipband.8
+   dodoc CHANGELOG README
+
+   newinitd "${FILESDIR}"/ipband-init ipband
+
+   insinto /etc/
+   newins ipband.sample.conf ipband.conf
+}