summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-05-04 04:29:02 +0000
committerThomas Deutschmann <whissi@gentoo.org>2020-05-05 14:50:06 +0200
commit2ee43a8bb8fe889908ff144f184853c537b0d6a7 (patch)
tree96f31c13f93bda8cb2d2d98f72da572b244540ed /sys-process
parentmail-client/thunderbird-bin: bump to v68.8.0 (diff)
downloadgentoo-2ee43a8bb8fe889908ff144f184853c537b0d6a7.tar.gz
gentoo-2ee43a8bb8fe889908ff144f184853c537b0d6a7.tar.bz2
gentoo-2ee43a8bb8fe889908ff144f184853c537b0d6a7.zip
sys-process/parallel: bump to 20200422
Closes: https://bugs.gentoo.org/720452 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/parallel/Manifest1
-rw-r--r--sys-process/parallel/parallel-20200422.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index 4d2fc4dae0c4..0b0d04bac217 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,2 +1,3 @@
DIST parallel-20191022.tar.bz2 2080361 BLAKE2B 591d7de578aa93a07c17f9fbc47e36f7397e4c844273fc37161ca0dbc16f1fa37da8936bde2fa6f700cc2701128553620a6bd3c42f6d2506403728ec5c30f778 SHA512 062f63eb7bb996cbf2c4cf0dfe82f301947be3b94b89a316d8fc44f8d79ab5c187c1765a4b4d3d61044ade9de2950ebe8f5ac64e1b9944d5305925e69d788bf6
DIST parallel-20200122.tar.bz2 1986536 BLAKE2B 18966f921c468b15b30c1771259e96e469901b923423a63b24c1f0acce969f1a9ae84b609bf3cb6ef117bb5410a5850b0607bf48c362f56efa4b676870599b08 SHA512 09bd03dc29dea911490a9edc882256da5e5ecce04f25283c058e34f360bd2aa801d4e876fa8024aac7cc12d0b5f0d24a9c9f7c184a95bb9cd06bb92313e46855
+DIST parallel-20200422.tar.bz2 2089965 BLAKE2B fe149236c9d05103699195b85902d3dacf73cc3b2512c6aaf24cc9f4804e2d0099ddf0a5e9439347cafdc89847bb7c5e934c9e688500d45abf4ce337a0d925b0 SHA512 77d011a946496252b1974bd3cd32dd6a0e79c81613a8d1b372717c98230bbb0bd6775b67b220e838c9fe274367fe9b9d415e4060f72a8c810a7710405b18b634
diff --git a/sys-process/parallel/parallel-20200422.ebuild b/sys-process/parallel/parallel-20200422.ebuild
new file mode 100644
index 000000000000..052c0a64fcdf
--- /dev/null
+++ b/sys-process/parallel/parallel-20200422.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines"
+HOMEPAGE="https://www.gnu.org/software/parallel/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl:=
+ dev-perl/Devel-Size
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Temp
+ virtual/perl-IO"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+}