commit:     af63f705a29ba70a67d749e719b24559d9868344
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:00:09 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af63f705

net-libs/libhtp: remove 0.5.18

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-libs/libhtp/Manifest             |  1 -
 net-libs/libhtp/libhtp-0.5.18.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 7263b9604b0..20226872afa 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 f583f27a631..00000000000
--- 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
-}

Reply via email to