summaryrefslogtreecommitdiff
path: root/sys-process/parallel/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
commitbd7908c6630f38067350d396ac5d18c3cc2434a0 (patch)
tree3559b3e11424f5529527f2474d8a977a91ee3389 /sys-process/parallel/metadata.xml
parent8b2628ad8526c806375e7b157889e4274b70248b (diff)
gentoo resync : 29.10.2017
Diffstat (limited to 'sys-process/parallel/metadata.xml')
-rw-r--r--sys-process/parallel/metadata.xml38
1 files changed, 17 insertions, 21 deletions
diff --git a/sys-process/parallel/metadata.xml b/sys-process/parallel/metadata.xml
index 666f249115b9..d8b0e212d636 100644
--- a/sys-process/parallel/metadata.xml
+++ b/sys-process/parallel/metadata.xml
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>ryoichiro.suzuki@gmail.com</email>
- <name>Ryoichiro Suzuki</name>
-</maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
-</maintainer>
-<longdescription lang="en">
-GNU parallel is a shell tool for executing jobs in parallel locally or
-using remote machines. A job is typically a single command or a small
-script that has to be run for each of the lines in the input. The
-typical input is a list of files, a list of hosts, a list of users, a
-list of URLs, or a list of tables.
+ <maintainer type="person">
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+ <longdescription lang="en">
+ GNU parallel is a shell tool for executing jobs in parallel locally or
+ using remote machines. A job is typically a single command or a small
+ script that has to be run for each of the lines in the input. The
+ typical input is a list of files, a list of hosts, a list of users, a
+ list of URLs, or a list of tables.
-If you use xargs today you will find GNU parallel very easy to use as
-GNU parallel is written to have the same options as xargs. If you
-write loops in shell, you will find GNU parallel may be able to
-replace most of the loops and make them run faster by running several
-jobs in parallel. If you use ppss or pexec you will find GNU parallel
-will often make the command easier to read.
-</longdescription>
+ If you use xargs today you will find GNU parallel very easy to use as
+ GNU parallel is written to have the same options as xargs. If you
+ write loops in shell, you will find GNU parallel may be able to
+ replace most of the loops and make them run faster by running several
+ jobs in parallel. If you use ppss or pexec you will find GNU parallel
+ will often make the command easier to read.
+ </longdescription>
</pkgmetadata>