From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEE56138359 for ; Sat, 3 Oct 2020 05:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B71E09EC; Sat, 3 Oct 2020 05:23:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFFC7E09EC for ; Sat, 3 Oct 2020 05:23:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF5A340D9E for ; Sat, 3 Oct 2020 05:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184D43A0 for ; Sat, 3 Oct 2020 05:23:32 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1601702581.64ebd186cc599ee1ac5cc8f016249977d192e3eb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-Wav/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild X-VCS-Directories: dev-perl/Audio-Wav/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 64ebd186cc599ee1ac5cc8f016249977d192e3eb X-VCS-Branch: master Date: Sat, 3 Oct 2020 05:23:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 374223d4-989f-4f93-8d25-2c656bbb6f09 X-Archives-Hash: 04f92644f523616e0415ec96acc7fdf8 commit: 64ebd186cc599ee1ac5cc8f016249977d192e3eb Author: Kent Fredric gentoo org> AuthorDate: Sat Oct 3 05:09:52 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Oct 3 05:23:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ebd186 dev-perl/Audio-Wav: Cleanup old 0.140.0-r1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) 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 deleted file mode 100644 index 5735bd43d12..00000000000 --- a/dev-perl/Audio-Wav/Audio-Wav-0.140.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=BRIANSKI -MODULE_VERSION=0.14 -inherit perl-module - -DESCRIPTION="Modules for reading & writing Microsoft WAV files" - -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Inline-0.790.0 - dev-perl/Inline-C -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -SRC_TEST=do