commit: e5465a8c96926595faeffa59aa9e1142d5ad84f6 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jan 6 00:10:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 00:19:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5465a8c
net-proxy/privoxy: use slotted mbedtls:0 Privoxy requires optional dependency MbedTLS from 2.28.x branch. Minor fixes to ebuild (reorder S variable location). Closes: https://bugs.gentoo.org/804978 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39993 Signed-off-by: Sam James <sam <AT> gentoo.org> .../privoxy/{privoxy-3.0.34.ebuild => privoxy-3.0.34-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-proxy/privoxy/privoxy-3.0.34.ebuild b/net-proxy/privoxy/privoxy-3.0.34-r1.ebuild similarity index 98% rename from net-proxy/privoxy/privoxy-3.0.34.ebuild rename to net-proxy/privoxy/privoxy-3.0.34-r1.ebuild index 20df6ca09563..8ed6801e6935 100644 --- a/net-proxy/privoxy/privoxy-3.0.34.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.34-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,8 @@ DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing priv HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" SRC_URI="https://downloads.sourceforge.net/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" +S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ppc ppc64 ~riscv sparc x86" @@ -28,7 +30,7 @@ DEPEND=" dev-libs/libpcre brotli? ( app-arch/brotli ) ssl? ( - mbedtls? ( net-libs/mbedtls:= ) + mbedtls? ( net-libs/mbedtls:0= ) openssl? ( dev-libs/openssl:= ) ) zlib? ( sys-libs/zlib:= ) @@ -51,8 +53,6 @@ REQUIRED_USE=" toggle? ( editor ) " -S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}" - PATCHES=( "${FILESDIR}"/${PN}-3.0.32-gentoo.patch "${FILESDIR}"/${PN}-3.0.28-strip.patch
