[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2023-12-24 Thread Conrad Kostecki
commit: 567d1770335994bafaf5bb7a61edb2149d027405
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Nov 26 19:39:03 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 24 23:03:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567d1770

sys-process/prll: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-process/prll/prll-0.6.4.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-process/prll/prll-0.6.4.ebuild 
b/sys-process/prll/prll-0.6.4.ebuild
index 380ac5434fe4..58e636154a70 100644
--- a/sys-process/prll/prll-0.6.4.ebuild
+++ b/sys-process/prll/prll-0.6.4.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs readme.gentoo-r1
 
-DESCRIPTION="A utility for parallelizing execution of shell functions"
+DESCRIPTION="Utility for parallelizing execution of shell functions"
 HOMEPAGE="https://github.com/exzombie/prll";
 SRC_URI="https://github.com/exzombie/prll/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2023-12-24 Thread Conrad Kostecki
commit: 098f212b52c53db72fb89b3cdaecda2692095cde
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Nov 26 19:39:36 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 24 23:03:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f212b

sys-process/prll: Add github remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34007
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-process/prll/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/prll/metadata.xml b/sys-process/prll/metadata.xml
index c1238aaa48d9..3eebfebfaadc 100644
--- a/sys-process/prll/metadata.xml
+++ b/sys-process/prll/metadata.xml
@@ -7,5 +7,6 @@


prll
+   exzombie/prll

 



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2020-03-22 Thread Mikle Kolyada
commit: d158ac4ef9bc1a36242fa63c2c5453b4895ee835
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 22 11:07:26 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 22 11:08:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d158ac4e

sys-process/prll: Drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-process/prll/Manifest  |  1 -
 sys-process/prll/prll-0.6.2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sys-process/prll/Manifest b/sys-process/prll/Manifest
index 5d333284256..010a416c880 100644
--- a/sys-process/prll/Manifest
+++ b/sys-process/prll/Manifest
@@ -1,2 +1 @@
-DIST prll-0.6.2.tar.bz2 37870 BLAKE2B 
00adcb56e49dfe6a04235f628fee1aee5a0164ada30e3a2ac624f73f7e613c7bdd411012f01e8278bc95a1e8e96479d9177f48745759feb4681c0f75a6420419
 SHA512 
6157ab4d69ab21b0995d5e8e788605b9b602fa0268beae2d6b69e6bf32c734869f023d881ecdd0df83c1f45b584c88eef8beb88d2c58f657340697bf48dfd8cd
 DIST prll-0.6.4.tar.gz 49885 BLAKE2B 
07a63ddc6260c302070f27488142118286a0312ef807a6eaebbac180dbfb479c78f66cfb96cddbb7a62c3d96a79a9c4962daf1fbd308ec475ae8d03a999fd276
 SHA512 
df830eae9be91e175444ba14c23efde3f10152b968ca6b1365e0ab57c68df1a00712a0e6d77cd02aae4ed7a23fc7c25f207ba08bc1559b8331c42dec1d38dbfa

diff --git a/sys-process/prll/prll-0.6.2.ebuild 
b/sys-process/prll/prll-0.6.2.ebuild
deleted file mode 100644
index cd4190e5c4d..000
--- a/sys-process/prll/prll-0.6.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils prefix toolchain-funcs
-
-DESCRIPTION="A utility for parallelizing execution of shell functions"
-HOMEPAGE="http://prll.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-src_prepare() {
-   sed \
-   -e '/then sh/d' \
-   -e '/then zsh/d' \
-   -e '/then dash/d' \
-   -i tests/Makefile || die
-   tc-export CC
-}
-
-src_install() {
-   dobin ${PN}_{qer,bfr}
-   insinto /etc/profile.d/
-   doins ${PN}.sh
-   dodoc AUTHORS README NEWS
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2020-03-22 Thread Mikle Kolyada
commit: 4103a313bdab177aab25848a2b83d81243775430
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 22 11:08:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 22 11:08:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4103a313

sys-process/prll: fix whitespaces

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-process/prll/prll-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/prll/prll-0.6.4.ebuild 
b/sys-process/prll/prll-0.6.4.ebuild
index 35e9fbc3d5b..380ac5434fe 100644
--- a/sys-process/prll/prll-0.6.4.ebuild
+++ b/sys-process/prll/prll-0.6.4.ebuild
@@ -16,7 +16,7 @@ RESTRICT="test"
 
 DOC_CONTENTS="
 You must source the prll.sh file located\nin /etc/profile.d to be able to use 
prll:\n
- $ source /etc/profile.d/prll.sh
+$ source /etc/profile.d/prll.sh
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2020-03-22 Thread Mikle Kolyada
commit: 21c9a6732a6f1266b759a8402322d98508c703c9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 22 11:06:51 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 22 11:08:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c9a673

sys-process/prll: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-process/prll/prll-0.6.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/prll/prll-0.6.4.ebuild 
b/sys-process/prll/prll-0.6.4.ebuild
index 1d9cfb0e744..35e9fbc3d5b 100644
--- a/sys-process/prll/prll-0.6.4.ebuild
+++ b/sys-process/prll/prll-0.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/exzombie/prll/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 RESTRICT="test"
 
 DOC_CONTENTS="



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/

2018-07-26 Thread Patrice Clement
commit: 16b91fc914799e45f963a99177bd1d7cfa50058a
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 26 14:51:24 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 26 15:37:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b91fc9

sys-process/prll: version bump.

Also introduce the use of the readme.gentoo-r1 eclass to produce a
nicely formatted README file.

Closes: https://bugs.gentoo.org/662046
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-process/prll/Manifest  |  1 +
 sys-process/prll/prll-0.6.4.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-process/prll/Manifest b/sys-process/prll/Manifest
index f5cdfca57a7..5d333284256 100644
--- a/sys-process/prll/Manifest
+++ b/sys-process/prll/Manifest
@@ -1 +1,2 @@
 DIST prll-0.6.2.tar.bz2 37870 BLAKE2B 
00adcb56e49dfe6a04235f628fee1aee5a0164ada30e3a2ac624f73f7e613c7bdd411012f01e8278bc95a1e8e96479d9177f48745759feb4681c0f75a6420419
 SHA512 
6157ab4d69ab21b0995d5e8e788605b9b602fa0268beae2d6b69e6bf32c734869f023d881ecdd0df83c1f45b584c88eef8beb88d2c58f657340697bf48dfd8cd
+DIST prll-0.6.4.tar.gz 49885 BLAKE2B 
07a63ddc6260c302070f27488142118286a0312ef807a6eaebbac180dbfb479c78f66cfb96cddbb7a62c3d96a79a9c4962daf1fbd308ec475ae8d03a999fd276
 SHA512 
df830eae9be91e175444ba14c23efde3f10152b968ca6b1365e0ab57c68df1a00712a0e6d77cd02aae4ed7a23fc7c25f207ba08bc1559b8331c42dec1d38dbfa

diff --git a/sys-process/prll/prll-0.6.4.ebuild 
b/sys-process/prll/prll-0.6.4.ebuild
new file mode 100644
index 000..1d9cfb0e744
--- /dev/null
+++ b/sys-process/prll/prll-0.6.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs readme.gentoo-r1
+
+DESCRIPTION="A utility for parallelizing execution of shell functions"
+HOMEPAGE="https://github.com/exzombie/prll";
+SRC_URI="https://github.com/exzombie/prll/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+RESTRICT="test"
+
+DOC_CONTENTS="
+You must source the prll.sh file located\nin /etc/profile.d to be able to use 
prll:\n
+ $ source /etc/profile.d/prll.sh
+"
+
+src_prepare() {
+   default
+   sed \
+   -e '/then sh/d' \
+   -e '/then zsh/d' \
+   -e '/then dash/d' \
+   -i tests/Makefile || die
+   tc-export CC
+}
+
+src_install() {
+   emake PREFIX="/usr" DESTDIR="${D}" install
+   einstalldocs
+   readme.gentoo_create_doc
+   rm -rf "${D}/usr/share/doc/prll" || die
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/prll/files/

2017-02-14 Thread Patrice Clement
commit: 4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Feb 12 16:04:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 14 21:23:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf9a167

sys-process/prll: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/3935

 sys-process/prll/files/0.5-prefix.patch | 30 --
 1 file changed, 30 deletions(-)

diff --git a/sys-process/prll/files/0.5-prefix.patch 
b/sys-process/prll/files/0.5-prefix.patch
deleted file mode 100644
index dcf2314fb5..00
--- a/sys-process/prll/files/0.5-prefix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/prll.sh b/prll.sh
-index 45a4fa4..f3ec39f 100644
 a/prll.sh
-+++ b/prll.sh
-@@ -41,7 +41,7 @@ function prll() {
-   EOF
-   [[ -z "$1" ]] && return 1 || return 0
- fi
--/usr/bin/which prll_qer > /dev/null
-+@GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_qer > /dev/null
- if [[ $? -ne 0 ]] ; then
-   echo "PRLL: Missing prll_qer." 1>&2
-   return 1
-@@ -51,14 +51,14 @@ function prll() {
-   local prll_unbuffer=yes
-   shift
- else
--  /usr/bin/which prll_bfr > /dev/null
-+  @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_bfr > /dev/null
-   if [[ $? -ne 0 ]] ; then
-   echo "PRLL: Missing prll_bfr." 1>&2
-   return 1
-   fi
- fi
- if [[ -z $PRLL_NR_CPUS ]] ; then
--  /usr/bin/which grep > /dev/null
-+  @GENTOO_PORTAGE_EPREFIX@/usr/bin/which grep > /dev/null
-   if [[ $? -ne 0 || ! -a /proc/cpuinfo ]] ; then
-   echo "PRLL: Environment variable PRLL_NR_CPUS is not set" 1>&2
-   echo "PRLL: and either the grep utility is missing or" 1>&2