public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/
Date: Fri, 13 Nov 2015 09:37:09 +0000 (UTC)	[thread overview]
Message-ID: <1447407421.68f5f806a26ddee80ee9b50d57d36f44fdd14080.jlec@gentoo> (raw)

commit:     68f5f806a26ddee80ee9b50d57d36f44fdd14080
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 09:37:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 09:37:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5f806

sci-mathematics/sha1-polyml: Make var declaration globally

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565650

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/sha1-polyml/metadata.xml             | 12 ++++++------
 sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-mathematics/sha1-polyml/metadata.xml b/sci-mathematics/sha1-polyml/metadata.xml
index c3a2e90..50a414f 100644
--- a/sci-mathematics/sha1-polyml/metadata.xml
+++ b/sci-mathematics/sha1-polyml/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>gienah@gentoo.org</email>
-  <name>Mark Wright</name>
-</maintainer>
-<herd>sci-mathematics</herd>
-<longdescription lang='en'>
+  <maintainer>
+    <email>gienah@gentoo.org</email>
+    <name>Mark Wright</name>
+  </maintainer>
+  <herd>sci-mathematics</herd>
+  <longdescription lang="en">
 sci-mathematics/sha1-polyml is the implementation of SHA1 taken from
 the GNU coreutils package as described in the sci-mathematics/sha1-polyml
 README.  It is required by sci-mathematics/isabelle.

diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
index a5d6856..1aaf428 100644
--- a/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
+++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.5.0.ebuild
@@ -60,11 +60,11 @@ src_prepare() {
 }
 
 src_compile() {
-	local arch=$(uname -m)
-	local uos=$(uname)
+	arch=$(uname -m)
+	uos=$(uname)
 	# Switch to ,, when we switch to EAPI=6.
 	#local los=${uos,,}
-	local los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
+	los=$(tr '[:upper:]' '[:lower:]' <<<"${uos}")
 	./build "${arch}-${los}" || die "build failed"
 }
 


             reply	other threads:[~2015-11-13  9:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  9:37 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 19:03 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/sha1-polyml/ David Seifert
2021-06-11  0:29 Sam James
2022-08-26  9:11 Andrew Ammerlaan
2022-08-26  9:11 Andrew Ammerlaan
2022-08-26  9:27 Andrew Ammerlaan
2022-08-30 18:26 Andreas Sturmlechner

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=1447407421.68f5f806a26ddee80ee9b50d57d36f44fdd14080.jlec@gentoo \
    --to=jlec@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