public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/
Date: Fri, 26 Jun 2020 22:10:15 +0000 (UTC)	[thread overview]
Message-ID: <1593209404.ed78f2696909417e81239c455fc9346b5d4e2a34.kentnl@gentoo> (raw)

commit:     ed78f2696909417e81239c455fc9346b5d4e2a34
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 14:28:02 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 22:10:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed78f269

dev-perl/Compress-Bzip2: Bump to versoin 2.270.0

- EAPI7
- Unconditionally patch bad tests
- Pass CFLAGS to make
- Fix LICENSE

Upstream:
- Fix various null derefs
- Drop support for 5.6 explicitly

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild   | 41 ++++++++++++++++++++++
 dev-perl/Compress-Bzip2/Manifest                   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild
new file mode 100644
index 00000000000..772c9cd6ebe
--- /dev/null
+++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.270.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_VERSION=2.27
+DIST_AUTHOR=RURBAN
+inherit perl-module
+
+DESCRIPTION="Interface to Bzip2 compression library"
+# perl5.x or newer license
+# https://bugs.gentoo.org/718946#c7
+LICENSE="|| ( Artistic GPL-1+ ) BZIP2"
+SLOT="0"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-arch/bzip2
+	virtual/perl-Carp
+	virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=(
+	t/900_kwalitee.t
+	t/900_leaktrace.t
+	t/900_meta.t
+	t/900_perl_minimum_version.t
+	t/900_pod-coverage.t
+	t/900_pod.t
+)
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/Compress-Bzip2/Manifest b/dev-perl/Compress-Bzip2/Manifest
index 2c00fc41d06..96d6ce02a8e 100644
--- a/dev-perl/Compress-Bzip2/Manifest
+++ b/dev-perl/Compress-Bzip2/Manifest
@@ -1 +1,2 @@
 DIST Compress-Bzip2-2.26.tar.gz 886999 BLAKE2B b7107d522c172958f9cf137b2fa5ba7a88da8114b467eb20eb7da5d67f09d86105277ad4711cff0cfc3478518557fb37cbc8a1b80d1f37070d51e69b93747f3b SHA512 be1670303496a9f48989777468234d52276b34e6c0fdb6e99d2199134f353f1ee32e0489a3797ab3a2d4777bb5f03f78dff39f3bf75b8cc511b754da2b7e4959
+DIST Compress-Bzip2-2.27.tar.gz 895618 BLAKE2B d9ea154068caad5edc24888d23609a40be8006fb2d88b9eabf27142b3997e4e03eaa14fb04341eed9a8b896e911f737d3b0cc67803684c8fc37f5e1bff850578 SHA512 4c3ff0354a0fd4b561ed80f9a8cc63a98921a1dd584535805e5158d492424b5fb67aac6e02be76209910584f10dcebe3d3e954999346ed6cdf192aa340c2d2cd


             reply	other threads:[~2020-06-26 22:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-26 22:10 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/ Sam James
2024-06-25  4:14 Sam James
2024-05-25  7:35 Sam James
2021-10-12 20:18 Andreas K. Hüttel
2021-05-05 16:09 Sergei Trofimovich
2021-05-04 22:25 Sam James
2021-05-04  7:01 Agostino Sarubbo
2020-12-27 14:42 Fabian Groffen
2020-08-31  8:48 Kent Fredric
2020-07-24  0:07 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2017-06-19 12:31 Kent Fredric
2017-05-22  9:25 Agostino Sarubbo
2017-05-21  8:09 Agostino Sarubbo
2017-04-11 21:53 Kent Fredric
2016-12-31 15:08 Andreas Hüttel
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-03-26 16:39 Agostino Sarubbo
2015-12-30 12:05 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593209404.ed78f2696909417e81239c455fc9346b5d4e2a34.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox