public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/felix-framework/
Date: Tue,  4 Oct 2022 09:40:51 +0000 (UTC)	[thread overview]
Message-ID: <1664876320.8fe090165234ed95ebb0c756ee2aa9e88d65761e.flow@gentoo> (raw)

commit:     8fe090165234ed95ebb0c756ee2aa9e88d65761e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 09:34:21 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 09:38:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe09016

dev-java/felix-framework: lowercase local variable name

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/felix-framework/felix-framework-7.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/felix-framework/felix-framework-7.0.5.ebuild b/dev-java/felix-framework/felix-framework-7.0.5.ebuild
index e80a2eac3786..a8a67fa28876 100644
--- a/dev-java/felix-framework/felix-framework-7.0.5.ebuild
+++ b/dev-java/felix-framework/felix-framework-7.0.5.ebuild
@@ -87,9 +87,9 @@ src_compile() {
 
 	# according to pom.xml, line 129
 	# grep the line between <Add-opens> and </Add-opens> from pom.xml
-	local ADD_OPENS="$( sed -n '/<Add-opens>/,/<\/Add-opens/p' pom.xml \
+	local add_opens="$(sed -n '/<Add-opens>/,/<\/Add-opens/p' pom.xml \
 		| grep -v Add-opens | tr -s '[:space:]')" || die
-	echo "Add-opens:${ADD_OPENS}" > "${T}/Add-opens-to-MANIFEST.MF" \
+	echo "Add-opens:${add_opens}" > "${T}/Add-opens-to-MANIFEST.MF" \
 		|| die "Add-opens-to-MANIFEST.MF failed"
 	jar ufmv ${JAVA_JAR_FILENAME} "${T}/Add-opens-to-MANIFEST.MF" \
 		|| die "updating MANIFEST.MF failed"


             reply	other threads:[~2022-10-04  9:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04  9:40 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-18  7:39 [gentoo-commits] repo/gentoo:master commit in: dev-java/felix-framework/ Miroslav Šulc
2023-10-18  7:39 Miroslav Šulc
2023-10-17  7:37 Miroslav Šulc
2023-08-16  6:00 Miroslav Šulc
2023-01-27  8:32 Miroslav Šulc
2022-12-03  6:05 Arthur Zamarin
2022-12-02  6:26 Arthur Zamarin
2022-11-03 17:56 Arthur Zamarin
2022-11-03 17:24 Arthur Zamarin
2022-10-05 18:56 Arthur Zamarin
2022-10-04  9:40 Florian Schmaus

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=1664876320.8fe090165234ed95ebb0c756ee2aa9e88d65761e.flow@gentoo \
    --to=flow@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