public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISMN/files/, dev-perl/Business-ISMN/
@ 2018-09-09  4:23 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2018-09-09  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     56f702e0873138e37fc938a5b2a0603389fe8b0e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 04:23:01 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 04:23:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f702e0

dev-perl/Business-ISMN: Bump to version 1.132.0

- Simplify patching and cruft trimming

Upstream:
- Clarify license as Artistic-2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../Business-ISMN/Business-ISMN-1.132.0.ebuild     | 33 ++++++++++++++++++++++
 dev-perl/Business-ISMN/Manifest                    |  1 +
 .../Business-ISMN-1.132-no-test-manifest.patch     | 28 ++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild
new file mode 100644
index 00000000000..d508bfb95ad
--- /dev/null
+++ b/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.132
+inherit perl-module
+
+DESCRIPTION="International Standard Music Numbers"
+LICENSE="Artistic-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Tie-Cycle-1.210.0
+	virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	virtual/perl-File-Spec
+	test? ( >=virtual/perl-Test-Simple-0.950.0 )
+"
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+	t/test_manifest
+)
+PATCHES=(
+	"${FILESDIR}/${PN}-1.132-no-test-manifest.patch"
+)

diff --git a/dev-perl/Business-ISMN/Manifest b/dev-perl/Business-ISMN/Manifest
index 04a2ae15b87..57472cdd835 100644
--- a/dev-perl/Business-ISMN/Manifest
+++ b/dev-perl/Business-ISMN/Manifest
@@ -1 +1,2 @@
 DIST Business-ISMN-1.131.tar.gz 14347 BLAKE2B 9d973006f645a8da8944b212d4e334baf20d08a363de7c199cde45edaad8cdb6a04254bd8ce87ebc690deaa46a5edcc739ae1e1196af9f083bced096d0055090 SHA512 affe7112ec6901d93a48823c98ea3d646134d8ebb204777119f4bfae49fd0e76772519e07d35392160e2fbc9845dc2c05ce2554ed0614e53c9dc19859ded6cda
+DIST Business-ISMN-1.132.tar.gz 14528 BLAKE2B 85e157ad32b5ffa383cdaabf0e77452ce265dcfa7fc2b3001ef2fe87622298fa2bfda08593459a2bd607a6c442917ce137b05a33de8311fbd3fabb83f3ecba17 SHA512 f83fd2a924bf293025466b19e266a6d2848f4918a026eb2f7a51168dcbac0dfc81a195634960a28d551541b35686ffc7adf94d8e755be127f90220a6ea168af6

diff --git a/dev-perl/Business-ISMN/files/Business-ISMN-1.132-no-test-manifest.patch b/dev-perl/Business-ISMN/files/Business-ISMN-1.132-no-test-manifest.patch
new file mode 100644
index 00000000000..6de8250259c
--- /dev/null
+++ b/dev-perl/Business-ISMN/files/Business-ISMN-1.132-no-test-manifest.patch
@@ -0,0 +1,28 @@
+From 8d431b272441604ce3b3b8b5983142d1318a79f0 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Tue, 19 Sep 2017 20:14:29 +1200
+Subject: Remove use of Test::Manifest
+
+---
+ MANIFEST        | 1 -
+ Makefile.PL     | 2 --
+ t/test_manifest | 4 ----
+ 3 files changed, 7 deletions(-)
+ delete mode 100644 t/test_manifest
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 97946d6..87b735d 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -98,8 +98,6 @@ sub do_it {
+ 			||
+ 		"$MM 6.64";
+ 	eval "use $MM_version; 1" or die "Could not load $MM_version: $@";
+-	eval "use Test::Manifest 1.21"
+-		if -e File::Spec->catfile( qw(t test_manifest) );
+ 
+ 	my $arguments = arguments();
+ 	my $minimum_perl = $arguments->{MIN_PERL_VERSION} || '5.008';
+-- 
+2.18.0
+


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-09  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09  4:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISMN/files/, dev-perl/Business-ISMN/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox