diff options
-rw-r--r-- | dev-perl/Proc-Background/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Proc-Background/Manifest b/dev-perl/Proc-Background/Manifest index ddd8746afeb4..98b7c0355ed2 100644 --- a/dev-perl/Proc-Background/Manifest +++ b/dev-perl/Proc-Background/Manifest @@ -1 +1,2 @@ DIST Proc-Background-1.22.tar.gz 26247 BLAKE2B 98ed5ee3688511febcee1252ede30231bdd705386467fbddaa873d15531622905f2aa7b1cfc20e9786bdb2679c5479afaf5aa5ce9c4811c98ff6357b8451f96b SHA512 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05 +DIST Proc-Background-1.30.tar.gz 32397 BLAKE2B 2440984e8d5b72be6ea2faac1afc49219e100af72f2e8ec6606178c3bac9ec42e2269d91570f03037e1ebbdb2241b6add7e2e9287e2f4a2e8ef9290a7578bfa2 SHA512 88efaa3a2845b5397fff218011048d8f8fae4546dba850bed048a531787b516272469298d25a23c61b92d36f98655c9b6d867c4c4df38b05d3d845d0868a630b diff --git a/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild new file mode 100644 index 000000000000..23ad68e1910d --- /dev/null +++ b/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NERDVANA +DIST_VERSION=1.30 +inherit perl-module + +DESCRIPTION="Generic interface to background process management" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" |