summaryrefslogtreecommitdiff
path: root/app-emulation/uxn
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/uxn')
-rw-r--r--app-emulation/uxn/Manifest2
-rw-r--r--app-emulation/uxn/uxn-0_p20241112.ebuild74
2 files changed, 0 insertions, 76 deletions
diff --git a/app-emulation/uxn/Manifest b/app-emulation/uxn/Manifest
index ff72aed16e4d..f2a2c89c5b03 100644
--- a/app-emulation/uxn/Manifest
+++ b/app-emulation/uxn/Manifest
@@ -1,7 +1,5 @@
AUX uxn-0_p20230609-build.sh.patch 626 BLAKE2B 08b58d26f892354e5a6b6e19bfd11584ed62ae4b4640fee99f5baf636eb42a3c9e28d073d95e30e6fcba2ef17b3ad59ae9d06568e0883c244233b42f60b284f9 SHA512 b95e1026abbb28dc152cc5ecb176921d7ff3db9356c2dce95220ab0d360b9535bfc5996839ad19b77a9346304c51e430b9f69747b7dd39a6621f86330e382cb3
-DIST uxn-0_p20241112.tar.gz 303651 BLAKE2B d632d59bb6b271b8dd9e03ff9efc6e4cf822793b06c3f95278d9e9b0be2242c615611ba87560b5ce9c6cde549752b6f4f578ad4872682665b3c019fcf07efeb5 SHA512 66b3c8ccdd6a79f507f6672161660b3d2f491ac1a186bff963f156e322cdf11494269e73d4bb08b22bb1fe7c7bacb59cb5ba850fef6cb4fe183777fdd8cba2ac
DIST uxn-0_p20250122.tar.gz 302511 BLAKE2B 1c750abd5a50a869428b82dcdc817897badb4801a0b206597977726c1e3df2c4dee90464968f42152245f33c0767fb54783b786a98e6558b9efec21ad09000ef SHA512 67f4c51e91ac2d46c371bec7e218ce221edbfe4eac38511a6a2ceeb7e80b634b2303b4983918921ceacf387f5a1a11f7b5227003c515259ea1337a46bd018f0e
-EBUILD uxn-0_p20241112.ebuild 1674 BLAKE2B 991e7bde2166f1412e3336c81230b98f13561bbe2de2c804a58c45b002ce5d45c6e5a2debe859e624d488997bea144ddc8b56abc92e6d9a75156c56c6dfcf2b4 SHA512 b41021386061d755df9416cfc9ed7cdcd1a013bb3ecd633fb4a3435493d625f8e96c9cff01717c90abd1641d020ba43604bd52b3a564a6156532daf9c136ec5e
EBUILD uxn-0_p20250122.ebuild 1686 BLAKE2B 85a75171e2a9e72a6d31706fd21b67c7d987f5fde4e2c238ed4c2923775c302f443649a856154893fbc6963baeea170a6bac9c3abb6d3352c419ceb2e4a392af SHA512 a6a1c4fdce26aee9a96e0ba36ac3a354cc111c916ffada7ca43aee22ca35f6c57853dc716e6b5f5baba4400ed9fed6958c70f469f8fd7159611c9b310f0bc1e6
EBUILD uxn-9999.ebuild 1646 BLAKE2B 434f20522a3389e650c334d4ddcd1590d698ce1668aaf686278e6a2c50520315b91af7aa534cb29ea6622c2fe2fe4ef4b86a0f78e4c75d9bec48ebfa6a39c8e9 SHA512 528ebaae0b341070543c66fdc7cf836c4b9a16bae08fbaf1b7bd98513f0ffc35354c570969f17564756ab6d25e98e4a99f139c8eeaf8b171257ec5d3e9587975
MISC metadata.xml 643 BLAKE2B 11f4437dbab961e620e204294cb8b18e1ef43c2c79411f8b1224a36276c6a4781e3cb5e854040c979eaa27dc145eb606576ba20076d16a301e33aea6bdcd0df4 SHA512 b5bf43fdcafed44459ac77576f631105175691078b8094d505657fdacc0519856ca063890d432051aa5bff8853ca55f7b10d3b8f680230605de63f69b0acf997
diff --git a/app-emulation/uxn/uxn-0_p20241112.ebuild b/app-emulation/uxn/uxn-0_p20241112.ebuild
deleted file mode 100644
index 6c517c8273de..000000000000
--- a/app-emulation/uxn/uxn-0_p20241112.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="An assembler and emulator for the Uxn stack-machine, written in ANSI C"
-HOMEPAGE="https://wiki.xxiivv.com/site/uxn.html
- https://git.sr.ht/~rabbits/uxn/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://git.sr.ht/~rabbits/${PN}"
-elif [[ "${PV}" == *_p20241112 ]] ; then
- COMMIT="1538b1bf7255b975dbd87e813d0cca491810fbba"
-
- SRC_URI="https://git.sr.ht/~rabbits/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
- S="${WORKDIR}/uxn-${COMMIT}"
-
- KEYWORDS="amd64 ~x86"
-else
- die "Wrong package version, please update the ebuild, given: ${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- media-libs/libsdl2:=
-"
-DEPEND="
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}/uxn-0_p20230609-build.sh.patch"
-)
-
-src_compile() {
- env CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} ${LDFLAGS}" \
- ./build.sh --no-run \
- || die "building with \"build.sh\" failed"
-
- # Fails to assemble via following loop.
- # Possibly not mean to be assembled by hand.
- rm -rf ./projects/library ./projects/software/{asma,launcher}.tal || die
-
- local tal_file=""
- local tal_file_base=""
-
- while read -r tal_file ; do
- tal_file_base="$(basename "${tal_file}" .tal)"
-
- ebegin "Assembling ROM ${tal_file_base}"
- bin/uxnasm "${tal_file}" "$(dirname "${tal_file}")/${tal_file_base}.rom"
- eend ${?} || die "failed to assemble ${tal_file}"
- done \
- < <(find projects -type f -name "*.tal")
-}
-
-src_install() {
- insinto /usr/bin
- doins bin/uxn{asm,cli,emu}
- fperms 0755 /usr/bin/uxn{asm,cli,emu}
-
- insinto /usr/share/uxn
- doins -r projects
-
- einstalldocs
-}