From d3c7d3e5f9607edef1a795ccc502ab3eb3121165 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Nov 2024 03:02:32 +0000 Subject: gentoo auto-resync : 14:11:2024 - 03:02:32 --- net-proxy/dnsproxy/Manifest | 2 +- net-proxy/dnsproxy/dnsproxy-1.17-r1.ebuild | 51 ++++++++++++++++++++++++++++++ net-proxy/dnsproxy/dnsproxy-1.17.ebuild | 41 ------------------------ 3 files changed, 52 insertions(+), 42 deletions(-) create mode 100644 net-proxy/dnsproxy/dnsproxy-1.17-r1.ebuild delete mode 100644 net-proxy/dnsproxy/dnsproxy-1.17.ebuild (limited to 'net-proxy/dnsproxy') diff --git a/net-proxy/dnsproxy/Manifest b/net-proxy/dnsproxy/Manifest index ab8124aa5cb2..0104ebb06c7d 100644 --- a/net-proxy/dnsproxy/Manifest +++ b/net-proxy/dnsproxy/Manifest @@ -2,5 +2,5 @@ AUX dnsproxy-1.16-include.patch 192 BLAKE2B 6f76ec11e243a698b205d429a6381826d0ab AUX dnsproxy.confd 153 BLAKE2B 69b61c47615ad7a5241865da4767ac439c63ec0d6fdf27dcff25991d5592cf6ca7d79dadbb54bdad558f725c13e4e54f3d7fae6d9355e7b86183f6b5d9a46cc6 SHA512 5aa16ba6f507509bb25677c68d5cef31b88b01ca1dbf7629e7702240870795327c0c4b0bcf77e643baada42c844d1d41d95aebe8b6271ede1c5ce3fa1507a8b6 AUX dnsproxy.initd 704 BLAKE2B eec84ccc46a52d95eb17e7153fcf102611f47e06a96460987b10fe4f6ef4715cb3da198ee79a15dc680520fd87118d22c7d6f37c4e88a4bb4cb4296214683e63 SHA512 d36034ff8847c508844f617678257d699f172a8d680e9ff1f9cf6843b56d2461f68387c7c3d60afb369131a073fd9f8e43c343d47819457661e549b87aa59d8a DIST dnsproxy-1.17.tar.gz 47128 BLAKE2B 37b033b4c8f515b516ebf4780f7d28f6924fd66b9ca826d98567e8d3aab139c9a91a39bd0e8cf6d38084fce86f9ce8cb56f93d16918240d0d0815787dc06a72f SHA512 499910f59306477870f2c1cc7899fed409c5a569be348d11d17277bf4208ecd44173606022566b91b09546f915f1d990d56936f92245501af9fecf2110e88c32 -EBUILD dnsproxy-1.17.ebuild 739 BLAKE2B 93d652e8a2060b1e22b2ecb12e48c2a7c25097434f9ee478c25bdb94b8533ac152bf8a99c7a3e16d0a876bbe48127e5d5966f60315f25300d0c0112d43bda795 SHA512 6927217add2b16a4bc8a7a44d6d07e1df3a52c4bab5d276724284a354d57e9896201e13c34365b68a115c25c53cdfdc849d487f256125d5c66fbf65ef2b4ed24 +EBUILD dnsproxy-1.17-r1.ebuild 892 BLAKE2B e0b159c93e497fd0a662760c8bde7371407b2154d7d7fb09454ba49a11cde673537d06afd40ccba22bd6556c54c63a67bba52fb90d3f0483c01e56f9b7a7bc28 SHA512 06f4ad73f246c4db44835d78dd496b9ea289f17b47f8c9c614fc397dade7c05a2b8f180186674d2691f6b06b0074becdc66fb9de8d599830ea466fe331f5aaa4 MISC metadata.xml 556 BLAKE2B fb0cda4b155ce483e822fae38f7155b98daa7f4f3d389282e08076aadeb7763d836c97bddc69d19151da051763c182a26ef444ff2b78b73a03d471dbd22189db SHA512 bf983f79d89a3ccd2eb85569bbad6c00f24f5a902155def635c2939c2c95cf9ff933ea13c9e7effe000d30dfb22c8402ed3933018acb900ae2c01160ba57a9b4 diff --git a/net-proxy/dnsproxy/dnsproxy-1.17-r1.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17-r1.ebuild new file mode 100644 index 000000000000..a9d22d44e75e --- /dev/null +++ b/net-proxy/dnsproxy/dnsproxy-1.17-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" +HOMEPAGE="https://www.wolfermann.org/dnsproxy.html" +SRC_URI="https://www.wolfermann.org/${P}.tar.gz" + +LICENSE="MIT GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND=" + dev-libs/libevent +" +RDEPEND=" + ${DEPEND} +" + +PATCHES=( + "${FILESDIR}"/${PN}-1.16-include.patch +) + +src_prepare() { + default + + # bug #900288 + eautoreconf +} + +src_compile() { + # https://github.com/awaw/dnsproxy/commit/7eba35568c87a21a668722b3b04c113e9160e789 + append-cppflags -D_GNU_SOURCE + emake ${PN} +} + +src_install() { + dosbin ${PN} + keepdir /var/empty + + newconfd "${FILESDIR}"/${PN}.confd ${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + insinto /etc/${PN} + newins ${PN}.conf ${PN}.conf.dist + + dodoc README + doman ${PN}.1 +} diff --git a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild deleted file mode 100644 index 88a520424713..000000000000 --- a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic - -DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" -HOMEPAGE="https://www.wolfermann.org/dnsproxy.html" -SRC_URI="https://www.wolfermann.org/${P}.tar.gz" - -LICENSE="MIT GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - dev-libs/libevent -" -RDEPEND=" - ${DEPEND} -" -PATCHES=( - "${FILESDIR}"/${PN}-1.16-include.patch -) - -src_compile() { - append-cppflags -D_GNU_SOURCE - emake ${PN} -} - -src_install() { - dosbin ${PN} - keepdir /var/empty - - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd ${PN} - insinto /etc/${PN} - newins ${PN}.conf ${PN}.conf.dist - - dodoc README - doman ${PN}.1 -} -- cgit v1.2.3