public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/libvorbis-perl/
@ 2019-08-31  7:55 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-08-31  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     65b01ba3baf528772c67d4af9531b83a13e8f791
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 07:51:44 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">libvorbis-perl</remote-id>
-    <remote-id type="cpan-module">Ogg::Vorbis</remote-id>
-  </upstream>
-</pkgmetadata>

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 <kentnl@gentoo.org> (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 <robbat2@gentoo.org> (2019-07-08)
 # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
 # matching genkernel work?


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-31  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-31  7:55 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/libvorbis-perl/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox