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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5758158020 for ; Tue, 27 Dec 2022 12:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0472E08F1; Tue, 27 Dec 2022 12:04:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1DEEE08F1 for ; Tue, 27 Dec 2022 12:04:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBB01335DB6 for ; Tue, 27 Dec 2022 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E7DC7E7 for ; Tue, 27 Dec 2022 12:04:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672142627.0298f3911008eb62b4bb11bdba84ee6de8d165f7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xtrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xtrs/xtrs-4.9d-r5.ebuild X-VCS-Directories: app-emulation/xtrs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0298f3911008eb62b4bb11bdba84ee6de8d165f7 X-VCS-Branch: master Date: Tue, 27 Dec 2022 12:04:03 +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: 66e9430e-da51-49f3-b360-acdad1a969c7 X-Archives-Hash: 3000e28523583c39c32b85f5ed31872a commit: 0298f3911008eb62b4bb11bdba84ee6de8d165f7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 07:45:22 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 27 12:03:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0298f391 app-emulation/xtrs: drop 4.9d-r5 Closes: https://bugs.gentoo.org/888439 Signed-off-by: Andreas Sturmlechner gentoo.org> app-emulation/xtrs/xtrs-4.9d-r5.ebuild | 80 ---------------------------------- 1 file changed, 80 deletions(-) diff --git a/app-emulation/xtrs/xtrs-4.9d-r5.ebuild b/app-emulation/xtrs/xtrs-4.9d-r5.ebuild deleted file mode 100644 index 4785a873f452..000000000000 --- a/app-emulation/xtrs/xtrs-4.9d-r5.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic toolchain-funcs readme.gentoo-r1 - -DESCRIPTION="Radio Shack TRS-80 emulator" -HOMEPAGE="https://www.tim-mann.org/xtrs.html" -SRC_URI="https://www.tim-mann.org/trs80/${P}.tar.gz - ls-dos? ( - https://www.tim-mann.org/trs80/ld4-631.zip - https://dev.gentoo.org/~ulm/distfiles/ld4-631l.xd3 - )" - -LICENSE="xtrs ls-dos? ( freedist )" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ls-dos" -RESTRICT="ls-dos? ( bindist )" - -RDEPEND="sys-libs/ncurses:0= - sys-libs/readline:0= - x11-libs/libX11" -DEPEND="${RDEPEND} - ls-dos? ( app-arch/unzip dev-util/xdelta:3 )" - -PATCHES=("${FILESDIR}"/${P}-lcmod.patch) - -src_prepare() { - default - sed -i -e 's/$(CC) -o/$(CC) $(LDFLAGS) -o/' Makefile || die - if use ls-dos; then - cd "${WORKDIR}" || die - xdelta3 -d -s ld4-631.dsk "${DISTDIR}"/ld4-631l.xd3 out.dsk || die - mv out.dsk ld4-631.dsk || die - fi -} - -src_compile() { - case $(tc-endian) in - little) ;; - big) append-flags -Dbig_endian ;; - *) die ;; - esac - emake CC="$(tc-getCC)" DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dodir /usr/bin /usr/share/xtrs/disks /usr/share/man/man1 - emake PREFIX="${D}"/usr install - - insopts -m0444 - insinto /usr/share/xtrs/disks - doins cpmutil.dsk utility.dsk - - if use ls-dos; then - doins "${WORKDIR}"/ld4-631.dsk - dosym disks/ld4-631.dsk /usr/share/xtrs/disk4p-0 - dosym disks/utility.dsk /usr/share/xtrs/disk4p-1 - fi - - dodoc ChangeLog README xtrsrom4p.README cpmutil.html dskspec.html - - DOC_CONTENTS="For copyright reasons, xtrs does not include actual ROM - images. Because of this, unless you supply your own ROM, xtrs will - not function in any mode except 'Model 4p' mode (a minimal free ROM - is included for this), which can be run like this: - \n\nxtrs -model 4p -diskdir /usr/share/xtrs - \n\nIf you already own a copy of the ROM software (e.g., if you have - a TRS-80 with this ROM), then you can make yourself a copy of this - for use with xtrs, using utilities available on the web. To load - your own ROM, specify the '-romfile' option, or the 'Xtrs.romfile' - X resource. ROM files can be in Intel hex or binary format." - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}