commit: 6cce984ca132d3af3956b7912ddbefbab7e014c3 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Jul 11 01:44:15 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Jul 11 02:10:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce984c
app-emulation/uade: drop 2.13-r1 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> app-emulation/uade/uade-2.13-r1.ebuild | 39 ---------------------------------- 1 file changed, 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 28ceda581e4..00000000000 --- 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 -}