summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-22 02:09:07 +0000
committerSam James <sam@gentoo.org>2021-01-22 02:09:07 +0000
commit99deaadf038f2c016f12bf365f03054cde5f1e76 (patch)
treeb517cf476ff2e34b41a25b23f612c94c99043a7a /sys-process/parallel/parallel-20210122.ebuild
parentmail-filter/postgrey: cleanup old (diff)
downloadgentoo-99deaadf038f2c016f12bf365f03054cde5f1e76.tar.gz
gentoo-99deaadf038f2c016f12bf365f03054cde5f1e76.tar.bz2
gentoo-99deaadf038f2c016f12bf365f03054cde5f1e76.zip
sys-process/parallel: bump to 20210122
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/parallel/parallel-20210122.ebuild')
-rw-r--r--sys-process/parallel/parallel-20210122.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-process/parallel/parallel-20210122.ebuild b/sys-process/parallel/parallel-20210122.ebuild
new file mode 100644
index 000000000000..88e6ec0dd8bc
--- /dev/null
+++ b/sys-process/parallel/parallel-20210122.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 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/ https://git.savannah.gnu.org/cgit/parallel.git"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+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
+}