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

2021-04-03 Thread Sam James
commit: ba14cdbc4b29b13900230de73b449ec36004025c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 00:35:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 15:54:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14cdbc

net-analyzer/dhcpdump: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild 
b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index f846b315d95..b7647756faa 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
 HOMEPAGE="https://www.mavetju.org/unix/general.php;
@@ -12,20 +13,19 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips x86"
 
+# for pod2man
+BDEPEND="dev-lang/perl"
 RDEPEND="net-libs/libpcap"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-Makefile.patch
-   epatch "${FILESDIR}"/${P}-debian.patch
-   epatch "${FILESDIR}"/${P}-endianness.patch
-}
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-Makefile.patch
+   "${FILESDIR}"/${P}-debian.patch
+   "${FILESDIR}"/${P}-endianness.patch
+)
 
 src_compile() {
-   emake CC=$(tc-getCC)
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {



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

2019-05-01 Thread Jeroen Roovers
commit: 6dd33b4ac165ed441e5c53ccb6bc1a1ed7387e18
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May  1 21:32:09 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May  1 23:19:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd33b4a

net-analyzer/dhcpdump: Use HTTPS

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

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild 
b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 2973a634415..e30805c0b69 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
-HOMEPAGE="http://www.mavetju.org/unix/general.php;
-SRC_URI="http://www.mavetju.org/download/${P}.tar.gz;
+HOMEPAGE="https://www.mavetju.org/unix/general.php;
+SRC_URI="https://www.mavetju.org/download/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"



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

2016-01-04 Thread Richard Farina
commit: c13dceea29021e2293d1a6b23e14e7bb7a133f29
Author: Zero_Chaos  gentoo  org>
AuthorDate: Sun Jan  3 22:01:42 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jan  5 03:01:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13dceea

net-analyzer/dhcpdump: adding arm

Package-Manager: portage-2.2.26

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild 
b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 30ac1a1..d04bf40 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86 arm"
 
 RDEPEND="net-libs/libpcap"
 DEPEND="



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

2015-12-12 Thread Jeroen Roovers
commit: faf8d53c7c895885f924e872df5dadf57f6ae233
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 12 12:35:58 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 12 12:36:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf8d53c

net-analyzer/dhcpdump: Stable for AMD64 x86 too.

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild 
b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
index 300ea0d..30ac1a1 100644
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64 ~mips"
+KEYWORDS="amd64 ~mips x86"
 
 RDEPEND="net-libs/libpcap"
 DEPEND="