diff options
author | 2015-12-30 13:00:18 +0100 | |
---|---|---|
committer | 2015-12-30 13:05:31 +0100 | |
commit | acaf20acdac3efb972cba1f257807b56ae88895a (patch) | |
tree | 25ef1dcedc0a79b227b245f011ab5fb2e30b1c77 /dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild | |
parent | www-client/epiphany: Drop ia64 keyword as it doesn't really work (#566270) (diff) | |
download | gentoo-acaf20acdac3efb972cba1f257807b56ae88895a.tar.gz gentoo-acaf20acdac3efb972cba1f257807b56ae88895a.tar.bz2 gentoo-acaf20acdac3efb972cba1f257807b56ae88895a.zip |
dev-perl/Compress-Bzip2: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild')
-rw-r--r-- | dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild new file mode 100644 index 000000000000..3b7c2622203e --- /dev/null +++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_VERSION=2.24 +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 ) +" |