diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 21:20:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 21:27:15 +0200 |
commit | 4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6 (patch) | |
tree | 8fbebfbce2ab6d6d4a5e37e65fdecfa3cae927b9 /dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild | |
parent | dev-perl/Test-Trap: Verison bump 0.3.4 (diff) | |
download | gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.tar.gz gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.tar.bz2 gentoo-4c34990cf97ff92a6fad2e5f673790e3cf4f0bc6.zip |
dev-perl/Test-Unit-Lite: 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/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild')
-rw-r--r-- | dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild new file mode 100644 index 000000000000..577783061f56 --- /dev/null +++ b/dev-perl/Test-Unit-Lite/Test-Unit-Lite-0.120.200-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DEXTER +DIST_VERSION=0.1202 +inherit perl-module + +DESCRIPTION="Unit testing without external dependencies" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +BDEPEND="dev-perl/Module-Build" |