commit: bbd5af0ec7645b29c458a64d10331d9a376ca814 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 09:48:48 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 09:48:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd5af0e
net-libs/libhtp: drop 0.5.48 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-libs/libhtp/Manifest | 1 - net-libs/libhtp/libhtp-0.5.48.ebuild | 41 ------------------------------------ 2 files changed, 42 deletions(-) diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest index 2167c6713619..eaf077c1e4cd 100644 --- a/net-libs/libhtp/Manifest +++ b/net-libs/libhtp/Manifest @@ -1,2 +1 @@ -DIST libhtp-0.5.48.tar.gz 503546 BLAKE2B 56eeef3524ffeac593c251846196d09e0ccfacd9aadd03b35061fd1fe6a245d1374c338581b4f7bee67255797740f4e282344fc10bf3d0c0fdf824f159380053 SHA512 1270d560bcb03493afebbb9198cef669d03d347f4878635119ee845dc734cec28789ea4385ca5903b2545e250152d0278ea077641702ae0973005593f241776b DIST libhtp-0.5.49.tar.gz 503996 BLAKE2B 84473148547fd68a75a1ef458980b648f7ee28c1f1ca81f1a9a8320efda5cd8df83df4be6135c67b45be2997ec59e1f84dae0634b925425eea93852ea8dc26c8 SHA512 4418a516527e4318e63430d923983157bb58669994f3d173bda2bbdff87b3833c858625019c1819f7db955a148f7b0af1c12da87ce7cff81d22772a300d5827f diff --git a/net-libs/libhtp/libhtp-0.5.48.ebuild b/net-libs/libhtp/libhtp-0.5.48.ebuild deleted file mode 100644 index 2bef77203967..000000000000 --- a/net-libs/libhtp/libhtp-0.5.48.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Security-aware parser for the HTTP protocol and the related bits and pieces" -HOMEPAGE="https://github.com/OISF/libhtp" -SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86" -IUSE="debug" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.5.48-configure_fortify_source.patch -) - -# false positive -- function specific to dev-libs/libiconv, which is only used -# in Windows-based Prefix installations -QA_CONFIG_IMPL_DECL_SKIP=( iconvctl ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # The debug configure logic is broken. - econf $(usev debug '--enable-debug') -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die "Failed to remove .la files" -}
