commit:     001c25be0fdb75951f3531004f0c884bf432fe63
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 14:21:38 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 14:21:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001c25be

net-libs/libhtp: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-libs/libhtp/Manifest             |  1 -
 net-libs/libhtp/libhtp-0.5.31.ebuild | 37 ------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index b239a654fd8..faca46b5bc2 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1,2 +1 @@
-DIST libhtp-0.5.31.tar.gz 495621 BLAKE2B 
7c6c552dbecfc8e4314207c1b944dabee1172ebad608848a80549b1726b9b0d576c01b7ba1f79beb3912e5e79384d5c261cf7a548d8c8f49b20f77b2c9d71823
 SHA512 
8069afe87548a9cb29a883ebeb9fad05a79297fc567de22e9c1c030f5239d4373478bc3ed5ecb284e84401f1086f6a18a58e288f28381b96dbb5b71d60afa03a
 DIST libhtp-0.5.32.tar.gz 496086 BLAKE2B 
73a9a3cdfe45326a01a53597d25cf30535780de84770a47bd6ea425d5891db893bb0afa77dbaa23fb8c32c6c66c568d3fcd8df78d64fe569056f252ffc89cf04
 SHA512 
3df877b158b40a2c59bc66c0caf589d51b20d1d3ca27dab82f516693c22bfb9d6845305cfd42bf1a61c5df98a05fcad25850cc78cf948047600d6783ace7fc63

diff --git a/net-libs/libhtp/libhtp-0.5.31.ebuild 
b/net-libs/libhtp/libhtp-0.5.31.ebuild
deleted file mode 100644
index d737b3ef282..00000000000
--- a/net-libs/libhtp/libhtp-0.5.31.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~x86"
-IUSE="debug static-libs"
-
-RDEPEND="sys-libs/zlib[static-libs?]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-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() {
-       if ! use static-libs; then
-               find "${ED}" -name '*.la' -delete || die "Failed to remove .la 
files"
-       fi
-}

Reply via email to