summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/uade/uade-2.12.ebuild')
-rw-r--r--app-emulation/uade/uade-2.12.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-emulation/uade/uade-2.12.ebuild b/app-emulation/uade/uade-2.12.ebuild
deleted file mode 100644
index 4cd91afe36cb..000000000000
--- a/app-emulation/uade/uade-2.12.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.12.ebuild,v 1.4 2008/11/30 19:32:10 spock Exp $
-
-inherit eutils
-
-DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation"
-HOMEPAGE="http://zakalwe.fi/uade"
-SRC_URI="http://zakalwe.fi/uade/uade2/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="audacious"
-
-RDEPEND="media-libs/libao
- audacious? ( >=media-sound/audacious-0.2 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/uade-2.12-asneeded.patch
-}
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --package-prefix="${D}" \
- $(use_with audacious) \
- --with-uade123 \
- --with-text-scope \
- --without-xmms \
- || die "configure failed"
- emake || die 'emake failed'
-}
-
-src_install() {
- make install || die 'make install failed'
- dodoc AUTHORS ChangeLog doc/BUGS doc/PLANS
- doman doc/uade123.1
-}