diff options
Diffstat (limited to 'sys-process/prll')
-rw-r--r-- | sys-process/prll/Manifest | 4 | ||||
-rw-r--r-- | sys-process/prll/metadata.xml | 1 | ||||
-rw-r--r-- | sys-process/prll/prll-0.6.4.ebuild | 8 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sys-process/prll/Manifest b/sys-process/prll/Manifest index adc0f87f5af6..7b58af9404a5 100644 --- a/sys-process/prll/Manifest +++ b/sys-process/prll/Manifest @@ -1,3 +1,3 @@ DIST prll-0.6.4.tar.gz 49885 BLAKE2B 07a63ddc6260c302070f27488142118286a0312ef807a6eaebbac180dbfb479c78f66cfb96cddbb7a62c3d96a79a9c4962daf1fbd308ec475ae8d03a999fd276 SHA512 df830eae9be91e175444ba14c23efde3f10152b968ca6b1365e0ab57c68df1a00712a0e6d77cd02aae4ed7a23fc7c25f207ba08bc1559b8331c42dec1d38dbfa -EBUILD prll-0.6.4.ebuild 901 BLAKE2B f796183a6049c6c62899f70b29d36d7c813642a52a756161964a36b0cac1d73fa8fb987db665d51f8c71285ffdbba1a5f107b2476e362d0e52845e0f7561dd17 SHA512 726be93c74dd9ac1fbcc9e9f89ccf0231776d6d9d1815d16a7af468b0bdaeae95962fca84cb7a69e304885b25d0b4c5f0318af13a0cbe3e0f3cf1d576283c567 -MISC metadata.xml 340 BLAKE2B 59e16eb7242ccc5af37946cde01ff98b9e55b89aa8bc8e976c8e3fb621650b3925e356abd7a9195c73562708af6b93234a04bb8bed16a6002b94fef2a07be0fc SHA512 8d5fb4f3617211580d515032bf5e7a1b1fc34fd97a2ce1b5cc86e23a609142bdd7c24f5fc3209a346a97bb56f90df62d4ff395c803e6b39688ac3f3386baa568 +EBUILD prll-0.6.4.ebuild 900 BLAKE2B 742fb0801a9e318d47221c4f849f72dcffe69cf25643871cc9f9b42074fa23bfd9a8065c7de9d3afb1fb63fc3d446de44e0494babbf0dab59c05627cc7a17900 SHA512 e9ca7001ec7abe4b3ffbbaa68b81e3aef7e27fb6481ddf01b4502d506e981d324952f0db1ea474c3aadbbc0b95dd9ad15ed3b6825b8ae5306a1ce07bdb313528 +MISC metadata.xml 393 BLAKE2B bd1b262fb44c619701f3765fd5716cf33b0c8087e9848cb6111325ad528ae5472cb5670e1a9b8463920688127d1b51145bbd59654c687046b5bf7cf9a4e436df SHA512 8e259fda38aa645007d2d369734167b898ece5334c893d39a1649eeec523ba07ee687bad56f5b837dc7ccd705dd9613ef721338f4f1f2c4a008c0025b7fe33f6 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 @@ </maintainer> <upstream> <remote-id type="sourceforge">prll</remote-id> + <remote-id type="github">exzombie/prll</remote-id> </upstream> </pkgmetadata> 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" |