summaryrefslogtreecommitdiff
path: root/app-shells/mpibash
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /app-shells/mpibash
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'app-shells/mpibash')
-rw-r--r--app-shells/mpibash/Manifest4
-rw-r--r--app-shells/mpibash/mpibash-1.3-r1.ebuild3
-rw-r--r--app-shells/mpibash/mpibash-9999.ebuild3
3 files changed, 4 insertions, 6 deletions
diff --git a/app-shells/mpibash/Manifest b/app-shells/mpibash/Manifest
index 2e6304de1823..59dd5ce1a4d6 100644
--- a/app-shells/mpibash/Manifest
+++ b/app-shells/mpibash/Manifest
@@ -1,5 +1,5 @@
AUX mpi-3.patch 806 BLAKE2B 4a5f6db66474f1df8edb63390ffebc8d1648cd77d56f494d1951559df6d060edf53e0ef4223764b55b0ecde7d61961d8903b21892f35dd679101b39f25517491 SHA512 ad60f6b22f29cf389123aafde2778bfcf5b6690463d99ee5689adb17a4af4037c8e4722a0b8d9c66a97ee8c19268be9439968ef8aa9067158bcc7bfb14eaecb1
DIST mpibash-1.3.tar.gz 369803 BLAKE2B b1959deaa2d5b3bce1a66e5ef0ff41ad156093aec9cc1efcd12873b6d5814ad1586ff951d6fd7f37dab6a55040378774b435edc4e2c8892952480539864f91fa SHA512 4728565239aae80013322231a928fd1e9a59484614a92cf7e314d0cd5c090d3a47de395507ce52f71a6900245855089d659c6509f8c4df3bfd88e46fc2187749
-EBUILD mpibash-1.3-r1.ebuild 1022 BLAKE2B 35d66033ca0b935726ec14a83a675d36005f06a39c2ceacabc4453e9f1af503633b70e0da8578725d480024ced9390c6be7d913a24b57ce76a4f50769353a195 SHA512 fb159713a7dc10df82bdc91faf01f073543b5c9e63d242609ef9346d7c560bdaff9f568e4958ec69aa7b613335c35c56bfed7622d760190c7e7ed6d59fdefd0f
-EBUILD mpibash-9999.ebuild 983 BLAKE2B e7f061a7dfbf7165be9cf27fce717ea682519591ffcbc41c98cc9542305a1dabbe2ff7053fff7f244ead99cac095ba09d1a7732a29fdad14e1777143b20ac89e SHA512 7967bb9d2651ca505ce7760f549d13556a53a51ede1ac5e17b281a8ee5604eb46642dd7fae46398490cdfe99c4f6378e287517357224aec90f0ce0b7cdc8583b
+EBUILD mpibash-1.3-r1.ebuild 1009 BLAKE2B b5c2b1ca8856dd1a0ed0d6fd27de80ac6cba82fd4d8b0f9396516114882dfb94bb585eb5313a5c863d3138682f732ab38e21baf9b3a1408f7324ef8d24349785 SHA512 41babd2dd1370ac379b5c35f230680e94c599c10da0c908932fb3c9e46192a24b9745a4542883aec801dd5557a7b0814cdce20c3429f225cac349fbffc951b79
+EBUILD mpibash-9999.ebuild 970 BLAKE2B ac934ead1f7822081a1ba9651bafd2647ba99a7397ca668363860053899825397049f537d2062053eb38fa581386c8d08b3b3da7aab581ed8b5e64c7fd3d5fe9 SHA512 3dbdc3597f3d23ca783947a776424455c7c915114a44fa332f93274b6e9876b112ea12cb4fbad2efebf46f7db9f51fd4093c5a57ccec032a7bee47339753d012
MISC metadata.xml 461 BLAKE2B 6bc032dcf773dc99625ddc538fff75f78d47d301645c1e5f2a6a6d037260519cad4c76aa4b1f6ff4fd4b90552a73307505008e4ae2a825685eb60c53d5f7027c SHA512 c859d865a24aa9ba99b293ce2ef438ae6060860faed308d358c173d83f3a17017a51f509e80e1e63347781fae2db0bcd7e4a03e8c16561d0f09210ccbdde0c64
diff --git a/app-shells/mpibash/mpibash-1.3-r1.ebuild b/app-shells/mpibash/mpibash-1.3-r1.ebuild
index fcb33db81ee9..57cb37144b6c 100644
--- a/app-shells/mpibash/mpibash-1.3-r1.ebuild
+++ b/app-shells/mpibash/mpibash-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,6 @@ inherit autotools multilib
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64"
diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild
index 5832bd90df0a..e37855f7b37a 100644
--- a/app-shells/mpibash/mpibash-9999.ebuild
+++ b/app-shells/mpibash/mpibash-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,6 @@ inherit autotools multilib
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64"