From 2528720e7737d46066c7b07003eab58fc60524d3 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 26 Sep 2020 14:59:39 -0400 Subject: app-emulation/uade: drop old EAPI=5 Signed-off-by: Aaron Bauman --- app-emulation/uade/uade-2.13.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 app-emulation/uade/uade-2.13.ebuild (limited to 'app-emulation/uade') diff --git a/app-emulation/uade/uade-2.13.ebuild b/app-emulation/uade/uade-2.13.ebuild deleted file mode 100644 index c11c43b58d14..000000000000 --- a/app-emulation/uade/uade-2.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -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="" - -RDEPEND="media-libs/libao" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - ./configure \ - --prefix=/usr \ - --package-prefix="${D}" \ - --with-uade123 \ - --with-text-scope \ - --without-xmms \ - --without-audacious || die -} - -src_install() { - DOCS="AUTHORS ChangeLog doc/BUGS doc/PLANS" \ - default - doman doc/uade123.1 -} -- cgit v1.2.3-65-gdbad