diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-07-21 21:20:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 21:53:27 +0200 |
commit | 89bbdb3384c4aa63bb3a88bdec28fc9f2c66e936 (patch) | |
tree | 5642ee6057067fc036e5accea94675b4c3909f68 /app-benchmarks/wrk/wrk-4.0.2.ebuild | |
parent | app-benchmarks/stress-ng: drop old version (diff) | |
download | gentoo-89bbdb3384c4aa63bb3a88bdec28fc9f2c66e936.tar.gz gentoo-89bbdb3384c4aa63bb3a88bdec28fc9f2c66e936.tar.bz2 gentoo-89bbdb3384c4aa63bb3a88bdec28fc9f2c66e936.zip |
app-benchmarks/wrk: drop old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12499
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks/wrk/wrk-4.0.2.ebuild')
-rw-r--r-- | app-benchmarks/wrk/wrk-4.0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-benchmarks/wrk/wrk-4.0.2.ebuild b/app-benchmarks/wrk/wrk-4.0.2.ebuild deleted file mode 100644 index 0e6fa418a27b..000000000000 --- a/app-benchmarks/wrk/wrk-4.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="A modern HTTP benchmarking tool" -HOMEPAGE="https://github.com/wg/wrk" -SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -DEPEND=">=dev-lang/luajit-2.0.2 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" -RDEPEND="${DEPEND}" - -src_compile() { - tc-export CC - emake VER="${PV}" WITH_LUAJIT="${EPREFIX}"/usr WITH_OPENSSL="${EPREFIX}"/usr -} - -src_install() { - dobin ${PN} - dodoc README NOTICE - insinto /usr/share/${PN} - doins -r scripts -} |