diff options
author | 2021-09-27 20:46:57 +0200 | |
---|---|---|
committer | 2021-09-27 21:01:11 +0200 | |
commit | faf16a36af43fee46e22e4bbf407045a1b377432 (patch) | |
tree | 6d313fdc3e5ebf31b8d583b72ae6903255cad0be /dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild | |
parent | dev-perl/Throwable: Version bump 1.000 (diff) | |
download | gentoo-faf16a36af43fee46e22e4bbf407045a1b377432.tar.gz gentoo-faf16a36af43fee46e22e4bbf407045a1b377432.tar.bz2 gentoo-faf16a36af43fee46e22e4bbf407045a1b377432.zip |
dev-perl/Tie-Array-Sorted: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild')
-rw-r--r-- | dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild new file mode 100644 index 000000000000..a684433cacc0 --- /dev/null +++ b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TMTM +DIST_VERSION=1.41 +inherit perl-module + +DESCRIPTION="An array which is kept sorted" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" + +src_test() { + perl_rm_files t/pod.t t/pod-coverage.t + perl-module_src_test +} |