commit: 4ae5c9e9872f6d216705f37d9228c1ca759571cf Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 18:00:17 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 18:00:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae5c9e9
media-sound/rcenter: dropped obsolete 0.6.2 Bug: https://bugs.gentoo.org/954620 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/rcenter/rcenter-0.6.2.ebuild | 44 -------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-sound/rcenter/rcenter-0.6.2.ebuild b/media-sound/rcenter/rcenter-0.6.2.ebuild deleted file mode 100644 index a32acc38076b..000000000000 --- a/media-sound/rcenter/rcenter-0.6.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Rcenter - A program to control the EMU10K Remote Control" -HOMEPAGE="http://rooster.stanford.edu/~ben/projects/rcenter.php" -SRC_URI="http://rooster.stanford.edu/~ben/projects/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -#-sparc: emu10k1 doesn't get recognized on sparc hardware -KEYWORDS="amd64 -sparc x86" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_configure() { - tc-export CC -} - -src_install() { - dobin rcenter - fperms 755 /usr/bin/rcenter - - insinto /usr/share/rcenter - doins -r config - - dodoc HISTORY README -} - -pkg_postinst() { - elog "Rcenter Installed - However You need to setup the scripts" - elog "for making remote control commands actually work" - elog - elog "The Skel scripts can be copied from ${EROOT}/usr/share/rcenter/config to <user>/.rcenter" - elog "Where <user> is a person who will use rcenter" - elog "Remeber to use emu-config -i to turn on the remote" -}
