diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-15 12:45:12 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-15 12:45:12 +1200 |
commit | c3bd9fe969b266af0c98d9fee689b81cf259a6b5 (patch) | |
tree | cf8fcb334d04c46cd921e0f485168335f4349554 /dev-perl/Data-Buffer | |
parent | dev-perl/Data-AMF: -r bump for EAPI7 + fixes (diff) | |
download | gentoo-c3bd9fe969b266af0c98d9fee689b81cf259a6b5.tar.gz gentoo-c3bd9fe969b266af0c98d9fee689b81cf259a6b5.tar.bz2 gentoo-c3bd9fe969b266af0c98d9fee689b81cf259a6b5.zip |
dev-perl/Data-Buffer: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Buffer')
-rw-r--r-- | dev-perl/Data-Buffer/Data-Buffer-0.40.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Data-Buffer/Data-Buffer-0.40.0-r2.ebuild b/dev-perl/Data-Buffer/Data-Buffer-0.40.0-r2.ebuild new file mode 100644 index 000000000000..11bb90012a4f --- /dev/null +++ b/dev-perl/Data-Buffer/Data-Buffer-0.40.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=BTROTT +DIST_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Read/write buffer class" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" |