From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31BA015808B for ; Sun, 18 Feb 2024 11:29:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5EC3E2C88; Sun, 18 Feb 2024 11:29:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D3E8E2C87 for ; Sun, 18 Feb 2024 11:29:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93B1A343132 for ; Sun, 18 Feb 2024 11:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B7714CF for ; Sun, 18 Feb 2024 11:29:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708255464.93b0d198c1bb5c574a6f76e3440ec72c252a6623.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild X-VCS-Directories: net-misc/dhcp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93b0d198c1bb5c574a6f76e3440ec72c252a6623 X-VCS-Branch: master Date: Sun, 18 Feb 2024 11:29:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecb9894d-7dbb-429a-af3c-7f3cd4270676 X-Archives-Hash: 6b9cda74b01c2dc425d6c4dfcf1eaaa5 commit: 93b0d198c1bb5c574a6f76e3440ec72c252a6623 Author: Paul Zander gmail com> AuthorDate: Sun Dec 10 13:00:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 18 11:24:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b0d198 net-misc/dhcp: add kea migration assistant (keama) keama assist in migrating of dhcpd configuration to net-misc/kea, but has to be manually compiled. Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34210 Signed-off-by: Sam James gentoo.org> net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild b/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild index 57a70adbdc45..479016e40c64 100644 --- a/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild +++ b/net-misc/dhcp/dhcp-4.4.3_p1-r5.ebuild @@ -75,7 +75,6 @@ PATCHES=( "${FILESDIR}/${PN}-4.4.3-configure-clang16.patch" ) - src_unpack() { unpack ${A} # handle local bind hell @@ -207,11 +206,14 @@ src_compile() { emake -C bind/bind-*/lib install # then build standard dhcp code emake AR="$(tc-getAR)" + emake -C keama AR="$(tc-getAR)" } src_install() { default + emake -C keama DESTDIR="${D}" install + dodoc README RELNOTES doc/{api+protocol,IANA-arp-parameters} docinto html dodoc doc/References.html