From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- games-engines/frotz/frotz-2.43-r1.ebuild | 52 -------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 games-engines/frotz/frotz-2.43-r1.ebuild (limited to 'games-engines/frotz/frotz-2.43-r1.ebuild') diff --git a/games-engines/frotz/frotz-2.43-r1.ebuild b/games-engines/frotz/frotz-2.43-r1.ebuild deleted file mode 100644 index 08d19d78526c..000000000000 --- a/games-engines/frotz/frotz-2.43-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils - -DESCRIPTION="Curses based interpreter for Z-code based text games" -HOMEPAGE="http://frotz.sourceforge.net/" -SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="alsa oss" - -DEPEND="sys-libs/ncurses:0 - alsa? ( oss? ( media-libs/alsa-oss ) )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-glibc2.10.patch - "${FILESDIR}"/${P}-ldflags.patch -) - -src_prepare() { - default - - sed -i \ - -e '/^CC /d' \ - Makefile \ - || die -} - -src_compile() { - local OPTS="CONFIG_DIR=/etc" - use oss && OPTS="${OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp" - emake ${OPTS} all -} - -src_install () { - dobin {d,}frotz - doman doc/*.6 - dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO \ - doc/{frotz.conf-big,frotz.conf-small} -} - -pkg_postinst() { - echo - elog "Global config file can be installed in /etc/frotz.conf" - elog "Sample config files are in /usr/share/doc/${PF}" - echo -} -- cgit v1.2.3