* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
@ 2020-01-08 10:48 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2020-01-08 10:48 UTC (permalink / raw
To: gentoo-commits
commit: f23c24a40851edd4a11887cd7f696a91a4152940
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 09:59:13 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 10:48:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23c24a4
net-analyzer/odhcploc: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../{odhcploc-20111021.ebuild => odhcploc-20111021-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
similarity index 84%
rename from net-analyzer/odhcploc/odhcploc-20111021.ebuild
rename to net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
index aff915d2ef9..57f94876302 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Open DHCP Locator"
@@ -12,7 +12,7 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
-src_prepare() {
+src_configure() {
tc-export CC
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
@ 2023-10-04 16:50 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-04 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 9d66ecd2a85a89a277513f39263f7f288e02578e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 16:34:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 16:47:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d66ecd2
net-analyzer/odhcploc: don't redefine _FORTIFY_SOURCE
Closes: https://bugs.gentoo.org/895538
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
new file mode 100644
index 000000000000..c3f0850644e0
--- /dev/null
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Open DHCP Locator"
+HOMEPAGE="http://odhcploc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ # Don't clobber toolchain defaults
+ sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die
+
+ tc-export CC
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.8
+ dodoc AUTHORS
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
@ 2023-12-24 23:16 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
To: gentoo-commits
commit: cb9ff0ff5f9260190e996a0ee4032a2534b63c2f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 22 21:17:58 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9ff0ff
net-analyzer/odhcploc: use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild | 4 ++--
net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
index 57f948763029..5c4e1b3c9e95 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Open DHCP Locator"
-HOMEPAGE="http://odhcploc.sourceforge.net/"
+HOMEPAGE="https://odhcploc.sourceforge.io"
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
LICENSE="ISC"
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
index c3f0850644e0..959b386e9a07 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="Open DHCP Locator"
-HOMEPAGE="http://odhcploc.sourceforge.net/"
+HOMEPAGE="https://odhcploc.sourceforge.io"
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
LICENSE="ISC"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
@ 2024-04-23 10:17 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 6473af1eab5d545cfa28d32d3be2e8f589ff272b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 10:14:46 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 10:14:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6473af1e
net-analyzer/odhcploc: fix compile on musl
Closes: https://bugs.gentoo.org/831783
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
index 959b386e9a07..2b6ac9ea2117 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,6 +13,10 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
+DEPEND="
+ elibc_musl? ( sys-libs/queue-standalone )
+"
+
src_configure() {
# Don't clobber toolchain defaults
sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
@ 2024-04-23 10:17 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-23 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 1d4ef4ac2ba683fc93836394ed78a34089690124
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 10:13:36 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 10:13:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4ef4ac
net-analyzer/odhcploc: drop 20111021-r1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
deleted file mode 100644
index 5c4e1b3c9e95..000000000000
--- a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Open DHCP Locator"
-HOMEPAGE="https://odhcploc.sourceforge.io"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.8
- dodoc AUTHORS
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-23 10:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 16:50 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 10:17 Arthur Zamarin
2024-04-23 10:17 Arthur Zamarin
2023-12-24 23:16 Conrad Kostecki
2020-01-08 10:48 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox