diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-11 21:52:39 +0000 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-11 21:52:39 +0000 |
commit | 2745d3b0025cf165de9603c27c5411d9649a2832 (patch) | |
tree | 7993957071b6599e586e34a70bc7e0fcf8470c3a /dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild | |
parent | dev-perl/Class-Load: Bump to version 0.240.0 (diff) | |
download | gentoo-2745d3b0025cf165de9603c27c5411d9649a2832.tar.gz gentoo-2745d3b0025cf165de9603c27c5411d9649a2832.tar.bz2 gentoo-2745d3b0025cf165de9603c27c5411d9649a2832.zip |
dev-perl/Compress-Bzip2: Bump to version 2.260.0
- Cleanup author tests
Upstream:
- Fix '.' in @INC
- Fix EUMM compat problems
Bug: https://bugs.gentoo.org/615026
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild')
-rw-r--r-- | dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild new file mode 100644 index 000000000000..05d8458f74cd --- /dev/null +++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_VERSION=2.26 +DIST_AUTHOR=RURBAN +inherit perl-module + +DESCRIPTION="Interface to Bzip2 compression library" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=" + app-arch/bzip2 + virtual/perl-Carp + virtual/perl-File-Spec +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_test() { + perl_rm_files t/900_*.t + perl-module_src_test +} |