* update parallel to 20240622-1
This commit is contained in:
parent
915459f525
commit
68a2a87b90
25
parallel/.SRCINFO
Normal file
25
parallel/.SRCINFO
Normal file
@ -0,0 +1,25 @@
|
||||
pkgbase = parallel
|
||||
pkgdesc = A shell tool for executing jobs in parallel
|
||||
pkgver = 20240622
|
||||
pkgrel = 1
|
||||
url = https://www.gnu.org/software/parallel/
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
source = https://ftp.gnu.org/gnu/parallel/parallel-20240622.tar.bz2
|
||||
source = https://ftp.gnu.org/gnu/parallel/parallel-20240622.tar.bz2.sig
|
||||
source = 0001-Remove-citation-things.patch
|
||||
validpgpkeys = CDA01A4208C4F74506107E7BD1AB451688888888
|
||||
sha512sums = d34f93a389a8cbbd696b7144c4bf1dc7b196c22fe08af30a531575828742e9782e6e36f4e9e3f877ba32213808b638e48e84a09c51890116b7462b7375e9d924
|
||||
sha512sums = SKIP
|
||||
sha512sums = 6b5ee415b7e5bbbb29797e4275b08d0dda66ccbc84d0cfea6a7df835bbd2590a9a58bd469210e9347eed811f9ceca54ad6f1baf6d7285e27a97a4a958bc400e8
|
||||
b2sums = 746819490295a807ea11a4ba01735a9e173bb1ca97ecd837a164eaec1d837d220021067b443bebfe5b7295d99a73c432f285d51bd8709e54067eedf2db251e61
|
||||
b2sums = SKIP
|
||||
b2sums = 1488515580138895139d7fdbc81f79a001624a3431dfc7fac4a97858b929e0c3f689598586ab4f0e5bf6f6d001c86dc7d1e94e6ebb6c5250f5ed5daf0629e3e5
|
||||
|
||||
pkgname = parallel
|
||||
depends = perl
|
||||
depends = procps
|
||||
optdepends = parallel-docs: documentation
|
||||
|
||||
pkgname = parallel-docs
|
||||
pkgdesc = A shell tool for executing jobs in parallel (documentation)
|
@ -116,7 +116,7 @@
|
||||
parse_halt();
|
||||
|
||||
if($ENV{'PARALLEL_ENV'}) {
|
||||
@@ -5837,86 +5742,9 @@ sub usage() {
|
||||
@@ -5843,86 +5748,9 @@ sub usage() {
|
||||
"--recstart str Record start separator for --pipe.",
|
||||
"",
|
||||
"GNU Parallel can do much more. See 'man $Global::progname' for details",
|
||||
@ -125,8 +125,8 @@
|
||||
- "If you use programs that use GNU Parallel to process data for an article in a",
|
||||
- "scientific publication, please cite:",
|
||||
- "",
|
||||
- " Tange, O. (2024, March 22). GNU Parallel 20240322 ('Sweden').",
|
||||
- " Zenodo. https://doi.org/10.5281/zenodo.10901541",
|
||||
- " Tange, O. (2024, June 22). GNU Parallel 20240622 ('34 counts').",
|
||||
- " Zenodo. https://doi.org/10.5281/zenodo.12518196",
|
||||
- "",
|
||||
- # Before changing these lines, please read
|
||||
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
|
||||
@ -158,8 +158,8 @@
|
||||
- "If you use programs that use GNU Parallel to process data for an article in a",
|
||||
- "scientific publication, please cite:",
|
||||
- "",
|
||||
- " Tange, O. (2024, March 22). GNU Parallel 20240322 ('Sweden').",
|
||||
- " Zenodo. https://doi.org/10.5281/zenodo.10901541",
|
||||
- " Tange, O. (2024, June 22). GNU Parallel 20240622 ('34 counts').",
|
||||
- " Zenodo. https://doi.org/10.5281/zenodo.12518196",
|
||||
- "",
|
||||
- # Before changing these line, please read
|
||||
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
|
||||
@ -203,7 +203,7 @@
|
||||
sub status(@) {
|
||||
my @w = @_;
|
||||
my $fh = $Global::status_fd || *STDERR;
|
||||
@@ -5981,97 +5809,7 @@ sub version() {
|
||||
@@ -5987,97 +5815,7 @@ sub version() {
|
||||
"This is free software: you are free to change and redistribute it.",
|
||||
"GNU $Global::progname comes with no warranty.",
|
||||
"",
|
||||
@ -229,20 +229,20 @@
|
||||
- "If you use programs that use GNU Parallel to process data for an article in a",
|
||||
- "scientific publication, please cite:",
|
||||
- "",
|
||||
- "\@software{tange_2024_10901541,",
|
||||
- "\@software{tange_2024_12518196,",
|
||||
- " author = {Tange, Ole},",
|
||||
- " title = {GNU Parallel 20240322 ('Sweden')},",
|
||||
- " month = Mar,",
|
||||
- " title = {GNU Parallel 20240622 ('34 counts')},",
|
||||
- " month = Jun,",
|
||||
- " year = 2023,",
|
||||
- " note = {{GNU Parallel is a general parallelizer to run",
|
||||
- " multiple serial command line programs in parallel",
|
||||
- " without changing them.}},",
|
||||
- " publisher = {Zenodo},",
|
||||
- " doi = {10.5281/zenodo.10901541},",
|
||||
- " url = {https://doi.org/10.5281/zenodo.10901541}",
|
||||
- " doi = {10.5281/zenodo.12518196},",
|
||||
- " url = {https://doi.org/10.5281/zenodo.12518196}",
|
||||
- "}",
|
||||
- "",
|
||||
- "(Feel free to use \\nocite{tange_2024_10901541})",
|
||||
- "(Feel free to use \\nocite{tange_2024_12518196})",
|
||||
- "",
|
||||
- # Before changing these lines, please read
|
||||
- # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
|
||||
|
@ -7,22 +7,22 @@
|
||||
|
||||
pkgbase=parallel
|
||||
pkgname=('parallel' 'parallel-docs')
|
||||
pkgver=20240322
|
||||
pkgver=20240622
|
||||
pkgrel=1
|
||||
pkgdesc='A shell tool for executing jobs in parallel'
|
||||
arch=(any)
|
||||
url='https://www.gnu.org/software/parallel/'
|
||||
license=('GPL3')
|
||||
license=('GPL-3.0-only')
|
||||
source=(
|
||||
"https://ftp.gnu.org/gnu/$pkgbase/$pkgbase-$pkgver.tar.bz2"{,.sig}
|
||||
'0001-Remove-citation-things.patch'
|
||||
)
|
||||
sha512sums=('5eefc4dd8c320b3607eabc14924317340d74bbc56e4b0ede8cf7091380b433e6c8b2dac61711921516591396997b3e18a7737e0a06724ed7190cf3a8b37258af'
|
||||
sha512sums=('d34f93a389a8cbbd696b7144c4bf1dc7b196c22fe08af30a531575828742e9782e6e36f4e9e3f877ba32213808b638e48e84a09c51890116b7462b7375e9d924'
|
||||
'SKIP'
|
||||
'294c737db78dbee64769833a193f8c88bd50b3a80b73cb44b10df1e4d9f73d15f8bdee1d7e4c27ec9a42a16658322aa29d442a1c3b0d56e4eb10c68f13edf4bd')
|
||||
b2sums=('20bd793421ec576ceb5643f933e87fc2b67d7ee92fc8e7a5e62142f69736ca720169c55e326ee083d77e365f4552a6b842025378e0e1fcb9190b1e31175e7ef6'
|
||||
'6b5ee415b7e5bbbb29797e4275b08d0dda66ccbc84d0cfea6a7df835bbd2590a9a58bd469210e9347eed811f9ceca54ad6f1baf6d7285e27a97a4a958bc400e8')
|
||||
b2sums=('746819490295a807ea11a4ba01735a9e173bb1ca97ecd837a164eaec1d837d220021067b443bebfe5b7295d99a73c432f285d51bd8709e54067eedf2db251e61'
|
||||
'SKIP'
|
||||
'ae5465c21cbe4ce3f2f5c2628c3cd70d4b30d7fee5a715aa251098bd66af37305c8bff98c0d269891cba577f2f8d9fdec93a6abfe875281f5b7882cece66a8b8')
|
||||
'1488515580138895139d7fdbc81f79a001624a3431dfc7fac4a97858b929e0c3f689598586ab4f0e5bf6f6d001c86dc7d1e94e6ebb6c5250f5ed5daf0629e3e5')
|
||||
validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user