diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-07-13 14:45:54 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-07-13 16:55:25 +0100 |
commit | dfa90ddd5a2db1d3cd36b029d9dad9553f186918 (patch) | |
tree | 8ac5e3bb255f91789ad04e4d566949bf39b877e8 /net-libs/libhtp | |
parent | net-analyzer/suricata: drop 5.0.8-r1, 6.0.4-r1 (diff) | |
download | gentoo-dfa90ddd5a2db1d3cd36b029d9dad9553f186918.tar.gz gentoo-dfa90ddd5a2db1d3cd36b029d9dad9553f186918.tar.bz2 gentoo-dfa90ddd5a2db1d3cd36b029d9dad9553f186918.zip |
net-libs/libhtp: drop 0.5.39
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/libhtp')
-rw-r--r-- | net-libs/libhtp/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libhtp/libhtp-0.5.39.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest index 3e5d822e6f32..48659cfe8b13 100644 --- a/net-libs/libhtp/Manifest +++ b/net-libs/libhtp/Manifest @@ -1,2 +1 @@ -DIST libhtp-0.5.39.tar.gz 499233 BLAKE2B fec9e2b0dd867becde972e9e2bf572a21d90acc747a8ee8338e2fe68240d690706db01b12c3cf8c6bf1b5d4415da4e4a5bf92a056e1dff96f54a9ac569906712 SHA512 2c62b0a9a2f69f999a58acade362e5fcd9d85da5c720a403b0b6e7352981a206781f123aaa2f730803f2ea6088b4491d58b3c2783f8b32e4cfe1517d812e66ff DIST libhtp-0.5.40.tar.gz 499564 BLAKE2B 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf9556dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce SHA512 e60ad9c2bbdb0aea0966b4d672353ae68aa1fde4dfb3ad4eabc3b9ebf7907685cf583a2b66e5bfc080c5833a2fc3c593e0cd025c62051f6fe13f89d450bab18b diff --git a/net-libs/libhtp/libhtp-0.5.39.ebuild b/net-libs/libhtp/libhtp-0.5.39.ebuild deleted file mode 100644 index 4e39f91bf8c4..000000000000 --- a/net-libs/libhtp/libhtp-0.5.39.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools multilib-minimal - -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}" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - # The debug configure logic is broken. - ECONF_SOURCE=${S} \ - econf \ - $(usex debug '--enable-debug' '') \ - --disable-static -} - -multilib_src_install_all() { - find "${ED}" -name '*.la' -delete || die "Failed to remove .la files" -} |