summaryrefslogtreecommitdiff
path: root/net-libs/libhtp/libhtp-0.5.45.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-28 23:41:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-28 23:41:01 +0000
commitcb7e4377c338fd6cd2fb4fc22d64eef88e390161 (patch)
tree2a6164e43edc842f1e8a2dc0e5efb0f324a14501 /net-libs/libhtp/libhtp-0.5.45.ebuild
parent8294b197c0de9084d8ac8510382353ea4c177b87 (diff)
gentoo auto-resync : 28:02:2024 - 23:41:01
Diffstat (limited to 'net-libs/libhtp/libhtp-0.5.45.ebuild')
-rw-r--r--net-libs/libhtp/libhtp-0.5.45.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/libhtp/libhtp-0.5.45.ebuild b/net-libs/libhtp/libhtp-0.5.45.ebuild
deleted file mode 100644
index 7f787459dab5..000000000000
--- a/net-libs/libhtp/libhtp-0.5.45.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 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.43-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"
-}