Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/
Date: Fri, 26 Jun 2020 22:10:40
Message-Id: 1593209404.ed78f2696909417e81239c455fc9346b5d4e2a34.kentnl@gentoo
1 commit: ed78f2696909417e81239c455fc9346b5d4e2a34
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 14:28:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 22:10:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed78f269
7
8 dev-perl/Compress-Bzip2: Bump to versoin 2.270.0
9
10 - EAPI7
11 - Unconditionally patch bad tests
12 - Pass CFLAGS to make
13 - Fix LICENSE
14
15 Upstream:
16 - Fix various null derefs
17 - Drop support for 5.6 explicitly
18
19 Package-Manager: Portage-2.3.100, Repoman-2.3.22
20 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
21
22 .../Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild | 41 ++++++++++++++++++++++
23 dev-perl/Compress-Bzip2/Manifest | 1 +
24 2 files changed, 42 insertions(+)
25
26 diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild
27 new file mode 100644
28 index 00000000000..772c9cd6ebe
29 --- /dev/null
30 +++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild
31 @@ -0,0 +1,41 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DIST_VERSION=2.27
38 +DIST_AUTHOR=RURBAN
39 +inherit perl-module
40 +
41 +DESCRIPTION="Interface to Bzip2 compression library"
42 +# perl5.x or newer license
43 +# https://bugs.gentoo.org/718946#c7
44 +LICENSE="|| ( Artistic GPL-1+ ) BZIP2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="test"
48 +RESTRICT="!test? ( test )"
49 +
50 +RDEPEND="
51 + app-arch/bzip2
52 + virtual/perl-Carp
53 + virtual/perl-File-Spec
54 +"
55 +BDEPEND="${RDEPEND}
56 + virtual/perl-ExtUtils-MakeMaker
57 + test? ( virtual/perl-Test-Simple )
58 +"
59 +PERL_RM_FILES=(
60 + t/900_kwalitee.t
61 + t/900_leaktrace.t
62 + t/900_meta.t
63 + t/900_perl_minimum_version.t
64 + t/900_pod-coverage.t
65 + t/900_pod.t
66 +)
67 +src_compile() {
68 + mymake=(
69 + "OPTIMIZE=${CFLAGS}"
70 + )
71 + perl-module_src_compile
72 +}
73
74 diff --git a/dev-perl/Compress-Bzip2/Manifest b/dev-perl/Compress-Bzip2/Manifest
75 index 2c00fc41d06..96d6ce02a8e 100644
76 --- a/dev-perl/Compress-Bzip2/Manifest
77 +++ b/dev-perl/Compress-Bzip2/Manifest
78 @@ -1 +1,2 @@
79 DIST Compress-Bzip2-2.26.tar.gz 886999 BLAKE2B b7107d522c172958f9cf137b2fa5ba7a88da8114b467eb20eb7da5d67f09d86105277ad4711cff0cfc3478518557fb37cbc8a1b80d1f37070d51e69b93747f3b SHA512 be1670303496a9f48989777468234d52276b34e6c0fdb6e99d2199134f353f1ee32e0489a3797ab3a2d4777bb5f03f78dff39f3bf75b8cc511b754da2b7e4959
80 +DIST Compress-Bzip2-2.27.tar.gz 895618 BLAKE2B d9ea154068caad5edc24888d23609a40be8006fb2d88b9eabf27142b3997e4e03eaa14fb04341eed9a8b896e911f737d3b0cc67803684c8fc37f5e1bff850578 SHA512 4c3ff0354a0fd4b561ed80f9a8cc63a98921a1dd584535805e5158d492424b5fb67aac6e02be76209910584f10dcebe3d3e954999346ed6cdf192aa340c2d2cd