public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2017-12-02 11:10 Jeroen Roovers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-12-02 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d243d8b76e936e83488c049446f160a733c0fb0a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 11:09:50 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 11:09:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d243d8b7

net-analyzer/dhcp_probe: DESCRIPTION bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
index 9a97d906c0a..9f05421d375 100644
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit flag-o-matic
 
-DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network"
+DESCRIPTION="discover DHCP and BootP servers on a directly-attached Ethernet network"
 HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/"
 SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2017-12-02 11:10 Jeroen Roovers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-12-02 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7ee896f95444c6422cc351123a14b221fa94e462
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 11:06:29 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 11:06:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee896f9

net-analyzer/dhcp_probe: EAPI bump.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/dhcp_probe/Manifest                   |  2 +-
 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/dhcp_probe/Manifest b/net-analyzer/dhcp_probe/Manifest
index bc495b2bcd6..daa2b61e7d6 100644
--- a/net-analyzer/dhcp_probe/Manifest
+++ b/net-analyzer/dhcp_probe/Manifest
@@ -1 +1 @@
-DIST dhcp_probe-1.3.0.tar.gz 211613 SHA256 227cd6a82a7fa4d989994cb076f18092bc2c82592ceaeb31c4fdd09294b9265f SHA512 d643012529ee5149adbc0c1f19f8e579c55201e86de2aec9b3313be9412db4e973162f864d1baaf79fa340b7bd9a7385f0f1406d1b616e801ced3c7bb387c854 WHIRLPOOL 86a48b10f4a843b95b1b0ec0a3938d831966c701f5d341902595fb0d0b6fede2d9d5ba03a3e3ebaab6a311a6536df02ace1f36613a177392302b6e523a5e98f6
+DIST dhcp_probe-1.3.0.tar.gz 211613 BLAKE2B cbcc43b292fe537216ef40de9e417c1f700be4ad5f34feacd9475eb31866b68957ce66c5abc47db3b7e5a0dc8751ca6e54200b79ab2f1f8c3f308f6c1c7aef4d SHA512 d643012529ee5149adbc0c1f19f8e579c55201e86de2aec9b3313be9412db4e973162f864d1baaf79fa340b7bd9a7385f0f1406d1b616e801ced3c7bb387c854

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
new file mode 100644
index 00000000000..9a97d906c0a
--- /dev/null
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network"
+HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/"
+SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="
+	net-libs/libpcap
+	>=net-libs/libnet-1.1.2.1-r2
+"
+RDEPEND="${DEPEND}"
+DOCS=(
+	"${FILESDIR}"/${PN}_mail
+	AUTHORS
+	ChangeLog
+	NEWS
+	README
+	TODO
+	extras/dhcp_probe.cf.sample
+)
+PATCHES=(
+	"${FILESDIR}"/${PV}/01_dhcp_probe.5.patch
+	"${FILESDIR}"/${PV}/02_dhcp_probe.8.patch
+	"${FILESDIR}"/${PV}/03_implicit_point_conv_bootp.c.patch
+	"${FILESDIR}"/${PV}/04_linux_32_or_64bits.patch
+	"${FILESDIR}"/${PV}/05-cleanup.patch
+	"${FILESDIR}"/${PV}/06-return.patch
+	"${FILESDIR}"/${PV}/07-comment.patch
+	"${FILESDIR}"/${PV}/08-man8.patch
+)
+
+src_configure() {
+	use amd64 && append-flags -D__ARCH__=64
+	STRIP=true econf
+}
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2018-02-04 20:22 Jeroen Roovers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2018-02-04 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5f7de5d59d374e0b9538792e726a8919ae22c74e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 20:22:06 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 20:22:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7de5d5

net-analyzer/dhcp_probe: Old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild
deleted file mode 100644
index 83aad9792a3..00000000000
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network"
-HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/"
-SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="
-	net-libs/libpcap
-	>=net-libs/libnet-1.1.2.1-r2
-	"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}/*.patch
-}
-
-src_configure() {
-	use amd64 && append-flags -D__ARCH__=64
-	STRIP=true econf || die "econf failed"
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd" ${PN}
-
-	dodoc \
-		extras/dhcp_probe.cf.sample \
-		NEWS \
-		README \
-		ChangeLog \
-		AUTHORS \
-		TODO \
-		|| die "dodoc failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2021-12-11  4:46 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-12-11  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8135d7b8672e2878cefa03430a460e1d903707e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:46:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:46:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8135d7b8

net-analyzer/dhcp_probe: add 1.3.1

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

 net-analyzer/dhcp_probe/Manifest                |  1 +
 net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 52 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/net-analyzer/dhcp_probe/Manifest b/net-analyzer/dhcp_probe/Manifest
index daa2b61e7d68..d14483774cf0 100644
--- a/net-analyzer/dhcp_probe/Manifest
+++ b/net-analyzer/dhcp_probe/Manifest
@@ -1 +1,2 @@
 DIST dhcp_probe-1.3.0.tar.gz 211613 BLAKE2B cbcc43b292fe537216ef40de9e417c1f700be4ad5f34feacd9475eb31866b68957ce66c5abc47db3b7e5a0dc8751ca6e54200b79ab2f1f8c3f308f6c1c7aef4d SHA512 d643012529ee5149adbc0c1f19f8e579c55201e86de2aec9b3313be9412db4e973162f864d1baaf79fa340b7bd9a7385f0f1406d1b616e801ced3c7bb387c854
+DIST dhcp_probe-1.3.1.tar.gz 246238 BLAKE2B 86c079c4c7951f3a70ced20dbea5d4f0d716335d2f9a18b1b9986965ca0446b5a7b673c7e652405deceeef336218016418a86be1a76d452c7802061403a66e82 SHA512 1002683e6ceb3806289fa9e4879be3d957a9ddc42656d7114942708560f8efba0db058137e04cad092e5a083900987aa1f76c5a7c20db4b57c104dd6a6fcabb6

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
new file mode 100644
index 000000000000..33f54daa1e57
--- /dev/null
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="Discover DHCP and BootP servers on a directly-attached Ethernet network"
+HOMEPAGE="https://www.net.princeton.edu/software/dhcp_probe/"
+SRC_URI="https://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-libs/libpcap
+	>=net-libs/libnet-1.1.2.1-r2"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+	AUTHORS
+	ChangeLog
+	NEWS
+	README
+	TODO
+	extras/dhcp_probe.cf.sample
+)
+
+#PATCHES=(
+#	"${FILESDIR}"/${PV}/01_dhcp_probe.5.patch
+#	"${FILESDIR}"/${PV}/02_dhcp_probe.8.patch
+#	"${FILESDIR}"/${PV}/03_implicit_point_conv_bootp.c.patch
+#	"${FILESDIR}"/${PV}/04_linux_32_or_64bits.patch
+#	"${FILESDIR}"/${PV}/05-cleanup.patch
+#	"${FILESDIR}"/${PV}/06-return.patch
+#	"${FILESDIR}"/${PV}/07-comment.patch
+#	"${FILESDIR}"/${PV}/08-man8.patch
+#)
+
+src_configure() {
+	use amd64 && append-flags -D__ARCH__=64
+	STRIP=true econf
+}
+
+src_install() {
+	default
+
+	dodoc "${FILESDIR}"/${PN}_mail
+
+	newinitd "${FILESDIR}/${PN}.initd" ${PN}
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2021-12-11  5:02 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-12-11  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     18ed47a3eb771b0065730303c17838f38b799a6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 05:02:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 05:02:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ed47a3

net-analyzer/dhcp_probe: fix IndirectInherits

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

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

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
index 7ee68b0c9623..4bcdb5ae2887 100644
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic toolchain-funcs
 
 DESCRIPTION="Discover DHCP and BootP servers on a directly-attached Ethernet network"
 HOMEPAGE="https://www.net.princeton.edu/software/dhcp_probe/"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
@ 2022-12-06 21:25 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-12-06 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d86053615e356d35d813ba48279f8fe852df052e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 21:25:30 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 21:25:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8605361

net-analyzer/dhcp_probe: cleanup

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
index 4bcdb5ae2887..c7d6357a1e18 100644
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,19 +13,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="net-libs/libpcap
-	>=net-libs/libnet-1.1.2.1-r2"
+DEPEND="
+	net-libs/libnet
+	net-libs/libpcap"
 RDEPEND="${DEPEND}"
 
-DOCS=(
-	AUTHORS
-	ChangeLog
-	NEWS
-	README
-	TODO
-	extras/dhcp_probe.cf.sample
-)
-
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.3.1-respect-AR.patch
 	"${FILESDIR}"/${PN}-1.3.1-fix-configure-CPP.patch
@@ -50,7 +42,7 @@ src_configure() {
 src_install() {
 	default
 
-	dodoc "${FILESDIR}"/${PN}_mail
+	dodoc extras/dhcp_probe.cf.sample "${FILESDIR}"/${PN}_mail
 
 	newinitd "${FILESDIR}"/${PN}.initd ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd ${PN}


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

end of thread, other threads:[~2022-12-06 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 21:25 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-12-11  5:02 Sam James
2021-12-11  4:46 Sam James
2018-02-04 20:22 Jeroen Roovers
2017-12-02 11:10 Jeroen Roovers
2017-12-02 11:10 Jeroen Roovers

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