summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 11:40:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 13:57:37 +0100
commit02f1a3050403f1d78db209ef20967d2f341a65d6 (patch)
tree7348c4308bf061d4d90149800a85bed03fc24405
parentmedia-sound/ogg2mp3: New HOMEPAGE, fix SRC_URI (use GitHub snapshot) (diff)
downloadgentoo-02f1a3050403f1d78db209ef20967d2f341a65d6.tar.gz
gentoo-02f1a3050403f1d78db209ef20967d2f341a65d6.tar.bz2
gentoo-02f1a3050403f1d78db209ef20967d2f341a65d6.zip
media-sound/ogg2mp3: Drop 0.6.1 (r0), dead HOMEPAGE, scammy SRC_URI redir
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-sound/ogg2mp3/Manifest1
-rw-r--r--media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/media-sound/ogg2mp3/Manifest b/media-sound/ogg2mp3/Manifest
index 112d3f9fcc30..ec3e2f731d17 100644
--- a/media-sound/ogg2mp3/Manifest
+++ b/media-sound/ogg2mp3/Manifest
@@ -1,2 +1 @@
-DIST ogg2mp3-0.6.1.tar.bz2 12424 BLAKE2B 6a43814adc2763bc4ccefdcbdbc6e1bcc4bb2d245af51be1f1c949c8fa29cefcbe3175d89a1a34299f7ae0b71b24e62a65e0f4ed8b0011f23a733960c549baaf SHA512 ba4be78b14c3647af52c0c64c95949e75998847391612f6d66fa281e15283929d6ae3e5df15b0c242d2930b3941e68653934261f6d9804c576f77c8304ef4f14
DIST ogg2mp3-0.6.1.tar.gz 13257 BLAKE2B e3cdfe4de8134a2dbb86615f96606befe985f8aeddf77bd7e3f62b9364596ccdf0c9e5fe542bd2c7e459cb12bcb8f6dbb4782cc4934391ef98edacca88c83080 SHA512 24f24ba342631fbb4743153dc8f4c2b809b744ce01ec99fda442d2a39bf3a774ad2540fd35b6b7940516e63353979fcc30a14214100bb80c9a486ea65ae95999
diff --git a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild b/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
deleted file mode 100644
index e62c87864b42..000000000000
--- a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A perl script to convert Ogg Vorbis files to MP3 files"
-HOMEPAGE="http://www.gitorious.org/ogg2mp3/pages/Home"
-SRC_URI="http://www.jamesa.com/projects/ogg2mp3/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="media-sound/lame
- dev-perl/String-ShellQuote
- media-sound/vorbis-tools[ogg123]"
-DEPEND=""
-
-src_install() {
- dobin ogg2mp3
- dodoc doc/{AUTHORS,ChangeLog,README,TODO}
-}