diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-07-10 21:44:15 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-10 22:10:49 -0400 |
commit | 6cce984ca132d3af3956b7912ddbefbab7e014c3 (patch) | |
tree | 57799ce4b3059dd64a35b7924308c60b28cb0656 /app-emulation/uade | |
parent | app-emulation/uade: tidy and fix VariableScope + fuse automagic (diff) | |
download | gentoo-6cce984ca132d3af3956b7912ddbefbab7e014c3.tar.gz gentoo-6cce984ca132d3af3956b7912ddbefbab7e014c3.tar.bz2 gentoo-6cce984ca132d3af3956b7912ddbefbab7e014c3.zip |
app-emulation/uade: drop 2.13-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/uade')
-rw-r--r-- | app-emulation/uade/uade-2.13-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-emulation/uade/uade-2.13-r1.ebuild b/app-emulation/uade/uade-2.13-r1.ebuild deleted file mode 100644 index 28ceda581e45..000000000000 --- a/app-emulation/uade/uade-2.13-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation" -HOMEPAGE="https://zakalwe.fi/uade" -SRC_URI="https://zakalwe.fi/uade/uade2/${P}.tar.bz2" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND="media-libs/libao" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog doc/BUGS doc/PLANS ) - -PATCHES=( "${FILESDIR}"/${P}-configure.patch ) - -src_configure() { - tc-export CC - - ./configure \ - --prefix="${EPREFIX}"/usr \ - --package-prefix="${D}" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --with-text-scope \ - --without-xmms \ - --without-audacious || die -} - -src_install() { - default - doman doc/uade123.1 -} |