From ae32f366fc69f8b849d0b9124b2dc8df66b05447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Tue, 10 Jun 2025 11:46:36 +0200 Subject: [PATCH] app-benchmarks/httperf: drop 0.9.1_p20181111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- .../httperf/httperf-0.9.1_p20181111.ebuild | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild diff --git a/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild b/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild deleted file mode 100644 index 72306744e8d6b..0000000000000 --- a/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -COMMIT="00bf5dab6fd284aa559f125964f5fe6dc0f23595" -inherit autotools - -DESCRIPTION="A tool from HP for measuring web server performance" -HOMEPAGE="https://github.com/httperf/httperf" -SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+-with-openssl-exception" -SLOT="0" -KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x64-macos" -IUSE="debug idleconn" - -DEPEND=" - idleconn? ( dev-libs/libevent:0= ) - dev-libs/openssl:0= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --bindir="${EPREFIX}"/usr/bin - $(use_enable debug) - $(use_enable idleconn) - ) - - econf "${myeconfargs[@]}" -}