From: knusbaum <knusbaum@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: [PR PATCH] apache-jmeter: remove gradle dependency Date: Thu, 20 Jan 2022 22:39:25 +0100 [thread overview] Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35147@inbox.vuxu.org> (raw) [-- Attachment #1: Type: text/plain, Size: 497 bytes --] There is a new pull request by knusbaum against master on the void-packages repository https://github.com/knusbaum/void-packages jmeter-fix https://github.com/void-linux/void-packages/pull/35147 apache-jmeter: remove gradle dependency This template no longer needs gradle as a dependency, but I failed to remove it when I updated it. #### Testing the changes - I tested the changes in this PR: YES A patch file from https://github.com/void-linux/void-packages/pull/35147.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-jmeter-fix-35147.patch --] [-- Type: text/x-diff, Size: 841 bytes --] From 1680f7b13ca429f72123e501094ef1a5ea2cb731 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum <KyleJNusbaum@gmail.com> Date: Thu, 20 Jan 2022 15:37:55 -0600 Subject: [PATCH] apache-jmeter: remove gradle dependency --- srcpkgs/apache-jmeter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache-jmeter/template b/srcpkgs/apache-jmeter/template index 38c3d7e61983..d9d795709578 100644 --- a/srcpkgs/apache-jmeter/template +++ b/srcpkgs/apache-jmeter/template @@ -1,8 +1,8 @@ # Template file for 'apache-jmeter' pkgname=apache-jmeter version=5.4.3 -revision=1 -hostmakedepends="openjdk8 gradle" +revision=2 +hostmakedepends="openjdk8" depends="virtual?java-runtime" short_desc="Application to load test functional behavior and measure performance" maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
next reply other threads:[~2022-01-20 21:39 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-20 21:39 knusbaum [this message] 2022-01-21 0:10 ` [PR PATCH] [Merged]: " leahneukirchen
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35147@inbox.vuxu.org \ --to=knusbaum@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] apache-jmeter: remove gradle dependency' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).