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 2D258138334 for ; Sat, 31 Aug 2019 07:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA41E08A6; Sat, 31 Aug 2019 07:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 845E2E08A6 for ; Sat, 31 Aug 2019 07:55:17 +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 05B0934A75B for ; Sat, 31 Aug 2019 07:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78A9377D for ; Sat, 31 Aug 2019 07:55:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1567238076.65b01ba3baf528772c67d4af9531b83a13e8f791.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/libvorbis-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/libvorbis-perl/Manifest dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r1.ebuild dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild dev-perl/libvorbis-perl/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-perl/libvorbis-perl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65b01ba3baf528772c67d4af9531b83a13e8f791 X-VCS-Branch: master Date: Sat, 31 Aug 2019 07:55:14 +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: c5a88543-3d62-42dd-82fb-77e7622ec0d9 X-Archives-Hash: dccbb834b89662a52340d7a49274c712 commit: 65b01ba3baf528772c67d4af9531b83a13e8f791 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 31 07:51:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 31 07:54:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b01ba3 dev-perl/libvorbis-perl: Remove last-rited pkg Closes: https://bugs.gentoo.org/635792 Signed-off-by: Michał Górny gentoo.org> dev-perl/libvorbis-perl/Manifest | 1 - .../libvorbis-perl/libvorbis-perl-0.50.0-r1.ebuild | 19 ------------------- .../libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild | 19 ------------------- dev-perl/libvorbis-perl/metadata.xml | 12 ------------ profiles/package.mask | 6 ------ 5 files changed, 57 deletions(-) diff --git a/dev-perl/libvorbis-perl/Manifest b/dev-perl/libvorbis-perl/Manifest deleted file mode 100644 index 7273377440e..00000000000 --- a/dev-perl/libvorbis-perl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libvorbis-perl-0.05.tar.gz 50414 BLAKE2B 9c2ed519d7242b0f527d114de4fd23e4179b0e398ef47dbf1e6547bbbd2adb656b8131cb3444c10734727e8b4c66fd459cd300b839a9e1a4a1b6f99b740261d9 SHA512 a7d543fe65b491da1e133adbc6545cccca0da914e186af4eefa58df83fcd2bb0a3ba8e1c722e9cccc929e4fe06529bb6b9b2f9fe097e7b9e0b4289c0d1c006b4 diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r1.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r1.ebuild deleted file mode 100644 index 9de8cc82da2..00000000000 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=FOOF -MODULE_VERSION=0.05 -inherit perl-module - -DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ppc sparc x86" -IUSE="" - -RDEPEND="media-libs/libogg - media-libs/libvorbis" -DEPEND="${RDEPEND}" diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild deleted file mode 100644 index 7a2e6cbc5be..00000000000 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=FOOF -DIST_VERSION=0.05 -inherit perl-module - -DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="media-libs/libogg - media-libs/libvorbis" -DEPEND="${RDEPEND}" diff --git a/dev-perl/libvorbis-perl/metadata.xml b/dev-perl/libvorbis-perl/metadata.xml deleted file mode 100644 index 6757c7b0efe..00000000000 --- a/dev-perl/libvorbis-perl/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - libvorbis-perl - Ogg::Vorbis - - diff --git a/profiles/package.mask b/profiles/package.mask index 448e37f5355..c0a3a234809 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -395,12 +395,6 @@ dev-lang/php:7.4 # Masked for testing >=media-video/totem-3.32.1 -# Kent Fredric (2019-07-14) -# Broken since 2007, Upstream not seen since 2004. -# Removal after 2019-08-16 -# Bug #635792 -dev-perl/libvorbis-perl - # Robin H. Johnson (2019-07-08) # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs # matching genkernel work?