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 -}