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/Audio-WMA/files/, dev-perl/Audio-WMA/
Date: Wed, 29 Apr 2020 12:34:56 +0000 (UTC)	[thread overview]
Message-ID: <1588163681.d3141832fd1d93a1790f497c5cf4287f03d72c8d.kentnl@gentoo> (raw)

commit:     d3141832fd1d93a1790f497c5cf4287f03d72c8d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 12:34:25 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 12:34:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3141832

dev-perl/Audio-WMA: -r bump for EAPI7

- EAPI7
- Use patch instead of sed
- Parallel tests
- Removed unneeded variable assignments

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

 dev-perl/Audio-WMA/Audio-WMA-1.300.0-r1.ebuild     | 21 ++++++++++++++++++++
 .../Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch | 23 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Audio-WMA/Audio-WMA-1.300.0-r1.ebuild b/dev-perl/Audio-WMA/Audio-WMA-1.300.0-r1.ebuild
new file mode 100644
index 00000000000..d19ed443c9a
--- /dev/null
+++ b/dev-perl/Audio-WMA/Audio-WMA-1.300.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_VERSION=1.3
+DIST_AUTHOR=DANIEL
+inherit perl-module
+
+DESCRIPTION="extension for reading WMA/ASF metadata"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PERL_RM_FILES=(
+	"t/pod.t"
+	"t/pod-coverage.t"
+)
+PATCHES=(
+	"${FILESDIR}/${PN}-1.3-no-dot-inc.patch"
+)

diff --git a/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch b/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch
new file mode 100644
index 00000000000..7141ffd645a
--- /dev/null
+++ b/dev-perl/Audio-WMA/files/Audio-WMA-1.3-no-dot-inc.patch
@@ -0,0 +1,23 @@
+From 59f5c5d6f302c3cacb212048cb7c30b727e03d91 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Thu, 30 Apr 2020 00:11:42 +1200
+Subject: Include '.' in @INC on Perl 5.28+
+
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index e607505..51add3f 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,5 +1,5 @@
+ # $Id: Makefile.PL 10 1998-12-16 23:02:45Z daniel $
+-
++use lib '.';
+ use inc::Module::Install;
+ 
+ name('Audio-WMA');
+-- 
+2.26.2
+


                 reply	other threads:[~2020-04-29 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1588163681.d3141832fd1d93a1790f497c5cf4287f03d72c8d.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