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/Audio-Wav/
Date: Wed, 29 Apr 2020 12:46:13
Message-Id: 1588164353.084299cdf50259ad1a0dc357c7d9b59773e7c746.kentnl@gentoo
1 commit: 084299cdf50259ad1a0dc357c7d9b59773e7c746
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 12:43:57 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 12:45:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084299cd
7
8 dev-perl/Audio-Wav: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12
13 Package-Manager: Portage-2.3.97, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 dev-perl/Audio-Wav/Audio-Wav-0.140.0-r2.ebuild | 21 +++++++++++++++++++++
17 1 file changed, 21 insertions(+)
18
19 diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r2.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r2.ebuild
20 new file mode 100644
21 index 00000000000..f29f66b2931
22 --- /dev/null
23 +++ b/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r2.ebuild
24 @@ -0,0 +1,21 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DIST_AUTHOR=BRIANSKI
31 +DIST_VERSION=0.14
32 +inherit perl-module
33 +
34 +DESCRIPTION="Modules for reading & writing Microsoft WAV files"
35 +
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~hppa ~ppc ~x86"
38 +
39 +RDEPEND="
40 + >=dev-perl/Inline-0.790.0
41 + dev-perl/Inline-C
42 +"
43 +BDEPEND="${RDEPEND}
44 + virtual/perl-ExtUtils-MakeMaker
45 +"