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: Sat, 03 Oct 2020 05:23:38
Message-Id: 1601702581.64ebd186cc599ee1ac5cc8f016249977d192e3eb.kentnl@gentoo
1 commit: 64ebd186cc599ee1ac5cc8f016249977d192e3eb
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 05:09:52 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 05:23:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ebd186
7
8 dev-perl/Audio-Wav: Cleanup old 0.140.0-r1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild
17 deleted file mode 100644
18 index 5735bd43d12..00000000000
19 --- a/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=BRIANSKI
28 -MODULE_VERSION=0.14
29 -inherit perl-module
30 -
31 -DESCRIPTION="Modules for reading & writing Microsoft WAV files"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=dev-perl/Inline-0.790.0
39 - dev-perl/Inline-C
40 -"
41 -DEPEND="${RDEPEND}
42 - virtual/perl-ExtUtils-MakeMaker
43 -"
44 -
45 -SRC_TEST=do