diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:00:09 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:07:35 +1100 |
commit | af63f705a29ba70a67d749e719b24559d9868344 (patch) | |
tree | 8c3673b6d6e7f6adcedcf66486f8e85023dcb477 /net-libs/libhtp | |
parent | sys-apps/iotools: remove 1.4 (diff) | |
download | gentoo-af63f705a29ba70a67d749e719b24559d9868344.tar.gz gentoo-af63f705a29ba70a67d749e719b24559d9868344.tar.bz2 gentoo-af63f705a29ba70a67d749e719b24559d9868344.zip |
net-libs/libhtp: remove 0.5.18
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-libs/libhtp')
-rw-r--r-- | net-libs/libhtp/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libhtp/libhtp-0.5.18.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest index 7263b9604b03..20226872afae 100644 --- a/net-libs/libhtp/Manifest +++ b/net-libs/libhtp/Manifest @@ -1,2 +1 @@ -DIST htp-0.5.18.tar.gz 799444 BLAKE2B ad164267c8a30137424bc3259af1f3aa34772eb114e2022f3e967809a4f668930622512cd1fbe060358ffdb081107f7d5cb688cec800798fe16bf18cbe2f11f7 SHA512 e3efaedb74b8a0655b58922f2d0a079f5dfb5dcead117e21394d5d76ff93a3a7260ab56994468764ceeaa2dd584bcfa988b146efb85831e8a98efcda06b28876 DIST libhtp-0.5.22.tar.gz 5773159 BLAKE2B ae3b759624ce7c6063013810142fbc12544d60cfaa482ad82114b65374923871bb732c86051822fe78a539efbe5e139f480117a28fd4ba2fac9201a46b8eb99f SHA512 3daf7241e8abca34bf348e0fc805c755472ebba01a869d5523637a81dfd6b9b3019941dff2e75d6e0978ebfbd60d917191e355aa43a2391500ecaaddab487ebc diff --git a/net-libs/libhtp/libhtp-0.5.18.ebuild b/net-libs/libhtp/libhtp-0.5.18.ebuild deleted file mode 100644 index f583f27a6312..000000000000 --- a/net-libs/libhtp/libhtp-0.5.18.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit multilib-minimal - -MY_P=${P#lib} - -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}/releases/download/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" -IUSE="debug static-libs" - -RDEPEND="sys-libs/zlib[static-libs?]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -multilib_src_configure() { - # The debug configure logic is broken. - ECONF_SOURCE=${S} \ - econf \ - $(usex debug '--enable-debug' '') \ - $(use_enable static-libs static) -} - -multilib_src_install_all() { - use static-libs || find "${ED}" -name '*.la' -delete -} |