diff options
author | 2021-11-27 14:56:01 +0100 | |
---|---|---|
committer | 2021-11-27 15:09:04 +0100 | |
commit | 8448e506045dd8d444598df16e63d7b54b699471 (patch) | |
tree | 1aa72cb416ef24a629cf6cb85c9255bb1c8a3d3c /dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild | |
parent | dev-perl/Proc-Background: Remove old (diff) | |
download | gentoo-8448e506045dd8d444598df16e63d7b54b699471.tar.gz gentoo-8448e506045dd8d444598df16e63d7b54b699471.tar.bz2 gentoo-8448e506045dd8d444598df16e63d7b54b699471.zip |
dev-perl/Proc-Background: Version bump 1.30
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild')
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
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" |