diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-29 02:00:06 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-29 02:18:10 -0400 |
commit | 7adfa307a9fc677eb552093bb35bb6bbe1f0c3b1 (patch) | |
tree | 4b63ef5dc0e61a593122e6cb09fba1132aa3bbc1 /sys-process/parallel/metadata.xml | |
parent | dev-python/cryptography-vectors: version bump to 2.1.2 (diff) | |
download | gentoo-7adfa307a9fc677eb552093bb35bb6bbe1f0c3b1.tar.gz gentoo-7adfa307a9fc677eb552093bb35bb6bbe1f0c3b1.tar.bz2 gentoo-7adfa307a9fc677eb552093bb35bb6bbe1f0c3b1.zip |
sys-process/parallel: version bump to 20171022 and add myself as a maintainer
Diffstat (limited to 'sys-process/parallel/metadata.xml')
-rw-r--r-- | sys-process/parallel/metadata.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/sys-process/parallel/metadata.xml b/sys-process/parallel/metadata.xml index ad396001fdbd..d8b0e212d636 100644 --- a/sys-process/parallel/metadata.xml +++ b/sys-process/parallel/metadata.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<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> |