diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:36:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:54:13 +0200 |
commit | 6878fd25045a84c2cb306fc89a97c7131c0b57de (patch) | |
tree | 574b5ff149a5b2217cbaea6bca76badf9d5c1af2 /dev-perl/Proc-Background | |
parent | dev-perl/Proc-Background: Remove old (diff) | |
download | gentoo-6878fd25045a84c2cb306fc89a97c7131c0b57de.tar.gz gentoo-6878fd25045a84c2cb306fc89a97c7131c0b57de.tar.bz2 gentoo-6878fd25045a84c2cb306fc89a97c7131c0b57de.zip |
dev-perl/Proc-Background: Version bump 1.22
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-Background')
-rw-r--r-- | dev-perl/Proc-Background/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Proc-Background/Manifest b/dev-perl/Proc-Background/Manifest index a5c5ba88c1e5..71f17f22c443 100644 --- a/dev-perl/Proc-Background/Manifest +++ b/dev-perl/Proc-Background/Manifest @@ -1 +1,2 @@ DIST Proc-Background-1.21.tar.gz 25960 BLAKE2B b5e8a7538aabc973d46097bc8ad6ee8fc03b5f3c693e31e344b8509784aa515db864c6f046f9db91ae0b0225244a385d8f390b76aa4484037431a3105126cc98 SHA512 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432 +DIST Proc-Background-1.22.tar.gz 26247 BLAKE2B 98ed5ee3688511febcee1252ede30231bdd705386467fbddaa873d15531622905f2aa7b1cfc20e9786bdb2679c5479afaf5aa5ce9c4811c98ff6357b8451f96b SHA512 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05 diff --git a/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild new file mode 100644 index 000000000000..720a15856b44 --- /dev/null +++ b/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NERDVANA +DIST_VERSION=1.22 +inherit perl-module + +DESCRIPTION="Generic interface to background process management" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" + +RDEPEND="" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |