From ab80cbc9e888b6f9457d54dcfeac6ed9084b899a Mon Sep 17 00:00:00 2001 From: geos_one Date: Wed, 28 Jan 2009 12:23:47 +0000 Subject: [PATCH] delete uharc git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@733 6952d904-891a-0410-993b-d76249ca496b --- app-arch/uharc/files/uharc.sh | 0 app-arch/uharc/uharc-0.6b.ebuild | 38 -------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 app-arch/uharc/files/uharc.sh delete mode 100644 app-arch/uharc/uharc-0.6b.ebuild diff --git a/app-arch/uharc/files/uharc.sh b/app-arch/uharc/files/uharc.sh deleted file mode 100644 index e69de29b..00000000 diff --git a/app-arch/uharc/uharc-0.6b.ebuild b/app-arch/uharc/uharc-0.6b.ebuild deleted file mode 100644 index 006cafb9..00000000 --- a/app-arch/uharc/uharc-0.6b.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="DOS emulator" -HOMEPAGE="http://dosbox.sourceforge.net/" -SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug hardened" - -DEPEND="debug? ( sys-libs/ncurses )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}+gcc-4.3.patch" -} - -src_compile() { - econf --disable-dependency-tracking \ - $(use_enable alsa alsa-midi) \ - $(use_enable !hardened dynamic-x86) \ - $(use_enable debug) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS - prepgamesdirs -}