public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/
Date: Thu,  5 Dec 2019 10:09:32 +0000 (UTC)	[thread overview]
Message-ID: <1575540561.33c9acd427d9573d04db2da23db34a41b56388c9.marecki@gentoo> (raw)

commit:     33c9acd427d9573d04db2da23db34a41b56388c9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 09:56:52 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 10:09:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c9acd4

net-libs/libhtp: bump to 0.5.31 and EAPI 7

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 insertions(+)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 20226872afa..d95ffc2744b 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1 +1,2 @@
 DIST libhtp-0.5.22.tar.gz 5773159 BLAKE2B ae3b759624ce7c6063013810142fbc12544d60cfaa482ad82114b65374923871bb732c86051822fe78a539efbe5e139f480117a28fd4ba2fac9201a46b8eb99f SHA512 3daf7241e8abca34bf348e0fc805c755472ebba01a869d5523637a81dfd6b9b3019941dff2e75d6e0978ebfbd60d917191e355aa43a2391500ecaaddab487ebc
+DIST libhtp-0.5.31.tar.gz 495621 BLAKE2B 7c6c552dbecfc8e4314207c1b944dabee1172ebad608848a80549b1726b9b0d576c01b7ba1f79beb3912e5e79384d5c261cf7a548d8c8f49b20f77b2c9d71823 SHA512 8069afe87548a9cb29a883ebeb9fad05a79297fc567de22e9c1c030f5239d4373478bc3ed5ecb284e84401f1086f6a18a58e288f28381b96dbb5b71d60afa03a

diff --git a/net-libs/libhtp/libhtp-0.5.31.ebuild b/net-libs/libhtp/libhtp-0.5.31.ebuild
new file mode 100644
index 00000000000..d737b3ef282
--- /dev/null
+++ b/net-libs/libhtp/libhtp-0.5.31.ebuild
@@ -0,0 +1,37 @@
+# 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	other threads:[~2019-12-05 10:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 10:09 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-07  1:06 [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/ Marek Szuba
2024-02-28 21:46 Marek Szuba
2024-02-18 11:02 Marek Szuba
2023-08-21 22:03 Marek Szuba
2023-07-13 22:05 Marek Szuba
2023-06-27 21:56 Marek Szuba
2023-05-09 13:34 Marek Szuba
2023-02-01 10:51 Marek Szuba
2022-12-02 10:00 Marek Szuba
2022-10-04  0:53 Marek Szuba
2022-09-09  7:59 David Seifert
2022-07-13 15:55 Marek Szuba
2022-04-25 22:57 Marek Szuba
2021-11-19 14:59 Marek Szuba
2021-11-17 18:37 Marek Szuba
2021-08-23 21:29 Marek Szuba
2021-07-01  9:47 Marek Szuba
2021-03-04 14:47 Marek Szuba
2021-03-04 14:47 Marek Szuba
2020-12-06 21:10 Marek Szuba
2020-10-09 11:41 Marek Szuba
2020-10-09 11:41 Marek Szuba
2020-09-21 20:09 Marek Szuba
2020-05-22 21:02 Marek Szuba
2019-12-18 14:22 Marek Szuba
2019-12-17 12:48 Marek Szuba
2019-12-17 12:48 Marek Szuba
2019-12-05 10:09 Marek Szuba
2017-12-21  9:07 Michael Palimaka
2016-10-10 19:08 Slawek Lis
2016-02-18 22:35 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1575540561.33c9acd427d9573d04db2da23db34a41b56388c9.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox