diff options
author | 2021-11-03 21:55:19 +0100 | |
---|---|---|
committer | 2021-11-03 21:56:39 +0100 | |
commit | 740a8db6495d240f537ba780b7fc6c3102e563e4 (patch) | |
tree | 67b18c3bfa5f168578253f010580ec009681e947 /dev-perl/IO-All/IO-All-0.870.0-r1.ebuild | |
parent | dev-perl/IO-AIO: Remove old (diff) | |
download | gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.tar.gz gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.tar.bz2 gentoo-740a8db6495d240f537ba780b7fc6c3102e563e4.zip |
dev-perl/IO-All: EAPI=8 bump
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/IO-All/IO-All-0.870.0-r1.ebuild')
-rw-r--r-- | dev-perl/IO-All/IO-All-0.870.0-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild new file mode 100644 index 000000000000..f5ea47c60136 --- /dev/null +++ b/dev-perl/IO-All/IO-All-0.870.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=FREW +DIST_VERSION=0.87 + +inherit perl-module + +DESCRIPTION="unified IO operations" + +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~sparc x86" |