diff options
author | 2021-09-28 20:28:29 +0200 | |
---|---|---|
committer | 2021-09-28 20:32:23 +0200 | |
commit | e880f877c7b310a7bfe690e9292f6e9cc33b466b (patch) | |
tree | bd9bd1873dba4c22bdf0ee885a0b63d8bd758360 /dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild | |
parent | dev-perl/Tie-ShadowHash: EAPI=8 bump (diff) | |
download | gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.tar.gz gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.tar.bz2 gentoo-e880f877c7b310a7bfe690e9292f6e9cc33b466b.zip |
dev-perl/Tie-Simple: 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-Simple/Tie-Simple-1.40.0-r1.ebuild')
-rw-r--r-- | dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild new file mode 100644 index 000000000000..263c6270c628 --- /dev/null +++ b/dev-perl/Tie-Simple/Tie-Simple-1.40.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HANENKAMP +DIST_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Module for creating easier variable ties" + +SLOT="0" +KEYWORDS="amd64 ~hppa x86" + +RDEPEND="" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_test() { + perl_rm_files t/author-pod-{coverage,syntax}.t + perl-module_src_test +} |