summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-19 09:13:25 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-19 20:30:33 -0400
commit51e57fd3ab640e793aeeed7e641680acc8b7d853 (patch)
tree7ba3c661611f909cc11b9c075bc9cd81fcfe3107 /media-sound
parentmedia-gfx/alembic: use HTTPS (diff)
downloadgentoo-51e57fd3ab640e793aeeed7e641680acc8b7d853.tar.gz
gentoo-51e57fd3ab640e793aeeed7e641680acc8b7d853.tar.bz2
gentoo-51e57fd3ab640e793aeeed7e641680acc8b7d853.zip
media-sound/orpheus: remove old
Closes: https://github.com/gentoo/gentoo/pull/8468
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/orpheus/orpheus-1.6-r2.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/media-sound/orpheus/orpheus-1.6-r2.ebuild b/media-sound/orpheus/orpheus-1.6-r2.ebuild
deleted file mode 100644
index 2766f98a6073..000000000000
--- a/media-sound/orpheus/orpheus-1.6-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Command line MP3 player"
-HOMEPAGE="http://konst.org.ua/en/orpheus"
-SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses
- media-libs/libvorbis
- media-sound/mpg123
- media-sound/vorbis-tools[ogg123]"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/1.5-amd64.patch
-
- # Fix a stack-based buffer overflow in kkstrtext.h in ktools library.
- # Bug 113683, CVE-2005-3863.
- epatch "${FILESDIR}"/101_fix-buffer-overflow.diff
-
- epatch "${FILESDIR}"/${P}-nolibghttp.patch \
- "${FILESDIR}"/${P}-cppflags.patch \
- "${FILESDIR}"/${P}-bufsize.patch \
- "${FILESDIR}"/${P}-gcc47.patch \
- "${FILESDIR}"/${P}-constify.patch
- cp "${S}/config.rpath" "${S}/kkstrtext-0.1/" || die
-
- # For automake 1.9 and later
- sed -i -e 's:@MKINSTALLDIRS@:$(top_srcdir)/mkinstalldirs:' \
- po/Makefile.in.in || die
-
- einfo "Removing outdated files..."
- find . -name "missing" -print -delete
- eautoreconf
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}