net-libs/libhtp: remove 0.5.18
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:00:09 +0000 (20:00 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:07:35 +0000 (20:07 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

net-libs/libhtp/Manifest
net-libs/libhtp/libhtp-0.5.18.ebuild [deleted file]

index 7263b9604b03c486cc9b6d8f6005704075394d7e..20226872afae37e87c58afc1edbf04dd3bae48e3 100644 (file)
@@ -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 (file)
index f583f27..0000000
+++ /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
-}