summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-07-25 08:12:42 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-07-25 08:12:50 +0200
commite6190c127b789bda07944316b8f3a174e7e14025 (patch)
treed896cd69440b0ea64a2163f2cd37a90e16b7b76c /media-sound
parentx11-terms/kitty: Stabilize 0.29.1 amd64, #909328 (diff)
downloadgentoo-e6190c127b789bda07944316b8f3a174e7e14025.tar.gz
gentoo-e6190c127b789bda07944316b8f3a174e7e14025.tar.bz2
gentoo-e6190c127b789bda07944316b8f3a174e7e14025.zip
media-sound/orpheus: dropped obsolete 1.6-r3
Bug: https://bugs.gentoo.org/910709 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/orpheus/orpheus-1.6-r3.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/orpheus/orpheus-1.6-r3.ebuild b/media-sound/orpheus/orpheus-1.6-r3.ebuild
deleted file mode 100644
index 2c29e8793369..000000000000
--- a/media-sound/orpheus/orpheus-1.6-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-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"
-
-RDEPEND="sys-libs/ncurses:0=
- media-libs/libvorbis
- media-sound/mpg123
- media-sound/vorbis-tools[ogg123]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/1.5-amd64.patch
- "${FILESDIR}"/101_fix-buffer-overflow.diff
- "${FILESDIR}"/${P}-fix-buildsystem.patch
- "${FILESDIR}"/${P}-cppflags.patch
- "${FILESDIR}"/${P}-bufsize.patch
- "${FILESDIR}"/${P}-gcc47.patch
- "${FILESDIR}"/${P}-constify.patch
- "${FILESDIR}"/${P}-musl-stdint.patch
-)
-
-src_prepare() {
- default
-
- cp config.rpath kkstrtext-0.1/ || die
-
- mv configure.{in,ac} || die
- mv kkstrtext-0.1/configure.{in,ac} || die
- mv kkconsui-0.1/configure.{in,ac} || die
-
- eautoreconf
-}