summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Proc-Background/Manifest1
-rw-r--r--dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Proc-Background/Manifest b/dev-perl/Proc-Background/Manifest
index 4ce4a7a80717..f3b95775d9dd 100644
--- a/dev-perl/Proc-Background/Manifest
+++ b/dev-perl/Proc-Background/Manifest
@@ -1 +1,2 @@
DIST Proc-Background-1.10.tar.gz 15113 BLAKE2B f4a35a2617e4d8292ef21748e9b2f75f7ed6a99e0076faadd8719100dfc70e2cad46ff1ddbfdd5b42a6e86f3b8eb050aef63a922117e2ba5277db131e4a0c0df SHA512 233eeb8159b7b0f99f6ce991b30f5a321189d2af9d4c8a6d997d0ff348ab9ba4510b322f58dca0df1b0bee279a442f49386bbd2152a5245921c95e9f0497301e
+DIST Proc-Background-1.21.tar.gz 25960 BLAKE2B b5e8a7538aabc973d46097bc8ad6ee8fc03b5f3c693e31e344b8509784aa515db864c6f046f9db91ae0b0225244a385d8f390b76aa4484037431a3105126cc98 SHA512 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432
diff --git a/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild
new file mode 100644
index 000000000000..9b45576f6616
--- /dev/null
+++ b/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NERDVANA
+DIST_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Generic interface to background process management"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"