diff options
author | 2016-07-26 20:09:43 +1200 | |
---|---|---|
committer | 2016-07-26 20:14:26 +1200 | |
commit | fe803eedad8a8e0a5a84a7cfe6c2b3bb7e6ec0dd (patch) | |
tree | 5647618870bffea5ef1d2677cb30ec227b94fcbc /dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild | |
parent | net-misc/asterisk: Bugfix releases on both branches (11 & 13) (diff) | |
download | gentoo-fe803eedad8a8e0a5a84a7cfe6c2b3bb7e6ec0dd.tar.gz gentoo-fe803eedad8a8e0a5a84a7cfe6c2b3bb7e6ec0dd.tar.bz2 gentoo-fe803eedad8a8e0a5a84a7cfe6c2b3bb7e6ec0dd.zip |
dev-perl/CPAN-Perl-Releases: Bump to version 2.880.0
- Strip author tests.
Upstream:
- Remove 5.3.x
- Remove 5.18.[0-3]-RC*
- Remove 5.20.0-RC*
- Remove 5.22.0-RC*
- Add 5.23.7 -> 5.23.9
- Add 5.22.2-RC1 -> 5.22.3-RC2
- Add 5.24.9-RC1 -> 5.24.1-RC2
- Add 5.25.0 -> 5.25.3
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild')
-rw-r--r-- | dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild new file mode 100644 index 000000000000..6270d65dab46 --- /dev/null +++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-2.880.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BINGOS +DIST_VERSION=2.88 +inherit perl-module + +DESCRIPTION='Mapping Perl releases on CPAN to the location of the tarballs' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.470.0 + ) +" +src_test() { + perl_rm_files t/author-pod-coverage.t t/author-pod-syntax.t + perl-module_src_test +} |