summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild')
-rw-r--r--media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild23
1 files changed, 0 insertions, 23 deletions
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}
-}