diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emulation/uade | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-emulation/uade')
| -rw-r--r-- | app-emulation/uade/Manifest | 1 | ||||
| -rw-r--r-- | app-emulation/uade/files/uade-2.13-configure.patch | 24 | ||||
| -rw-r--r-- | app-emulation/uade/metadata.xml | 14 | ||||
| -rw-r--r-- | app-emulation/uade/uade-2.13-r2.ebuild | 52 |
4 files changed, 0 insertions, 91 deletions
diff --git a/app-emulation/uade/Manifest b/app-emulation/uade/Manifest deleted file mode 100644 index fb5828bf562a..000000000000 --- a/app-emulation/uade/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uade-2.13.tar.bz2 2897931 BLAKE2B 7d5ba128fc53bb683a6a21616e3c9c2a7376361086f3d91a59026ac89eb48d9520f89342914078ccb4614a16826a8c90f86a6052caffc9d5cc4e1e0ab6b092f0 SHA512 675c3369ed55a314cab81ae7ba8a09b277ab1cfe2354eac92194f746803ec2464b7603d665cf30da41caef5997c21515e69f0313d8d2b079c242a08fef786183 diff --git a/app-emulation/uade/files/uade-2.13-configure.patch b/app-emulation/uade/files/uade-2.13-configure.patch deleted file mode 100644 index 305e354766fb..000000000000 --- a/app-emulation/uade/files/uade-2.13-configure.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- uade-2.13/configure 2009-10-29 22:01:12.000000000 +0100 -+++ uade-2.13-r1/configure 2020-06-30 20:03:45.237913031 +0200 -@@ -342,8 +342,11 @@ - if test -z "$prefix"; then - prefix="/usr/local" - fi -+ if test -z "$libdir" ; then -+ libdir="$prefix/lib" -+ fi - uadedatadir="$prefix/share/uade2" -- uadelibdir="$prefix/lib/uade2" -+ uadelibdir="$libdir/uade2" - if test -z "$bindir"; then - bindir="$prefix/bin" - fi -@@ -439,7 +442,7 @@ - fi - fi - --pkgconfigdir="$prefix/lib/pkgconfig" -+pkgconfigdir="$libdir/pkgconfig" - rm -f uade.pc - if test -n "$PKG_CONFIG" ; then - installuadepcrule="" diff --git a/app-emulation/uade/metadata.xml b/app-emulation/uade/metadata.xml deleted file mode 100644 index b289c0683468..000000000000 --- a/app-emulation/uade/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <use> - <flag name="fuse">Enable <pkg>sys-fs/fuse</pkg> uadefs frontend for on-the-fly WAV conversion</flag> - </use> - <upstream> - <remote-id type="gitlab">uade-music-player/uade</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-emulation/uade/uade-2.13-r2.ebuild b/app-emulation/uade/uade-2.13-r2.ebuild deleted file mode 100644 index bdefc261f02d..000000000000 --- a/app-emulation/uade/uade-2.13-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 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 ppc64 x86" -IUSE="fuse" - -RDEPEND=" - media-libs/libao - fuse? ( sys-fs/fuse:0 )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-configure.patch -) - -DOCS=( AUTHORS ChangeLog doc/BUGS doc/PLANS ) - -src_prepare() { - default - - # needed to avoid ${D} VariableScope undefined behavior in src_configure - find . -name Makefile.in -exec sed -i 's|{PACKAGEPREFIX}|$(DESTDIR)|' {} + || die -} - -src_configure() { - tc-export CC - - # not autotools generated - local configure=( - ./configure - --prefix="${EPREFIX}"/usr - --libdir="${EPREFIX}"/usr/$(get_libdir) - --with-text-scope - --without-audacious - --without-xmms - $(use_with fuse uadefs) - ${EXTRA_ECONF} - ) - echo ${configure[*]} - "${configure[@]}" || die -} |
