From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8532A15813A for ; Thu, 09 Jan 2025 21:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB69FE077A; Thu, 09 Jan 2025 21:22:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4E34E077A for ; Thu, 09 Jan 2025 21:22:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1011342FE0 for ; Thu, 09 Jan 2025 21:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8579E1DD6 for ; Thu, 09 Jan 2025 21:22:01 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1736457717.676d68716a4c612292825d1bde794eeb66c7df9c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/uxn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/uxn/Manifest app-emulation/uxn/uxn-0_p20240304.ebuild X-VCS-Directories: app-emulation/uxn/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 676d68716a4c612292825d1bde794eeb66c7df9c X-VCS-Branch: master Date: Thu, 09 Jan 2025 21:22:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c34d4aca-b7b6-4e62-9612-4ce8b46e5062 X-Archives-Hash: 3a7c0946c2b4470d92b4fc2f4898109e commit: 676d68716a4c612292825d1bde794eeb66c7df9c Author: Maciej Barć gentoo org> AuthorDate: Thu Jan 9 19:33:19 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jan 9 21:21:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676d6871 app-emulation/uxn: drop old 0_p20240304 Signed-off-by: Maciej Barć gentoo.org> app-emulation/uxn/Manifest | 1 - app-emulation/uxn/uxn-0_p20240304.ebuild | 72 -------------------------------- 2 files changed, 73 deletions(-) diff --git a/app-emulation/uxn/Manifest b/app-emulation/uxn/Manifest index ce4250cfc6a5..ae733c986e80 100644 --- a/app-emulation/uxn/Manifest +++ b/app-emulation/uxn/Manifest @@ -1,2 +1 @@ -DIST uxn-0_p20240304.tar.gz 307083 BLAKE2B 2b3a556c5094fd777d82d75c87f721d1a9ea136334cdbc8553662281ae498beb79514e9e567e79b84a625b2fe60b486aa7f6892594cbd08abbbfeb4c9a50b2e9 SHA512 048e24e33de04913e03fbf1b242837dd1ad190f52ede16c302cf436399f0ee478afca545236dd438e03d8dfc29252478c2d79c9b6d3e8d34bb83c99f1930d026 DIST uxn-0_p20241112.tar.gz 303651 BLAKE2B d632d59bb6b271b8dd9e03ff9efc6e4cf822793b06c3f95278d9e9b0be2242c615611ba87560b5ce9c6cde549752b6f4f578ad4872682665b3c019fcf07efeb5 SHA512 66b3c8ccdd6a79f507f6672161660b3d2f491ac1a186bff963f156e322cdf11494269e73d4bb08b22bb1fe7c7bacb59cb5ba850fef6cb4fe183777fdd8cba2ac diff --git a/app-emulation/uxn/uxn-0_p20240304.ebuild b/app-emulation/uxn/uxn-0_p20240304.ebuild deleted file mode 100644 index 8e63625c852d..000000000000 --- a/app-emulation/uxn/uxn-0_p20240304.ebuild +++ /dev/null @@ -1,72 +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}" == *_p20240304 ]] ; then - COMMIT=e7c25fad05850f0e577fc83a140405ca6ccd93c2 - 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 (PV), 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() { - 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 -}