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 2F9EA15803E for ; Fri, 5 Jan 2024 13:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB082BC1CB; Fri, 5 Jan 2024 13:31:26 +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 1E8E32BC1C9 for ; Fri, 5 Jan 2024 13:31:26 +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 02AB93430E6 for ; Fri, 5 Jan 2024 13:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 675201300 for ; Fri, 5 Jan 2024 13:31:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704461055.1c157ad9e06a23107e0ded8251d0debddadb4886.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ski/Manifest app-emulation/ski/ski-1.4.0.ebuild X-VCS-Directories: app-emulation/ski/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c157ad9e06a23107e0ded8251d0debddadb4886 X-VCS-Branch: master Date: Fri, 5 Jan 2024 13:31:23 +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: e43ef5a1-5a9d-412a-a4d3-a5c346748b7c X-Archives-Hash: cb65e003ec62c2c4ead561265899cf79 commit: 1c157ad9e06a23107e0ded8251d0debddadb4886 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 13:00:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 13:24:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c157ad9 app-emulation/ski: add 1.4.0 Closes: https://bugs.gentoo.org/828801 Closes: https://bugs.gentoo.org/854531 Signed-off-by: Sam James gentoo.org> app-emulation/ski/Manifest | 1 + app-emulation/ski/ski-1.4.0.ebuild | 45 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-emulation/ski/Manifest b/app-emulation/ski/Manifest index 3aed4ea18a1c..dbb5bd287253 100644 --- a/app-emulation/ski/Manifest +++ b/app-emulation/ski/Manifest @@ -1 +1,2 @@ DIST ski-1.3.2.tar.gz 2715791 BLAKE2B 5e6b237ea21bf410e44dbaa88150d980f2af66728effeab4e8bcef02f27c24069c4bcaf42d3814ad15c3bd759819d468f163b6c64a89408c09d1ffbdc9302c0f SHA512 21f2e1dd87cb517602d4d6ef62707ec6042c1b6ec5dfd063db7315d13bbc3fb47b491c15b7efb0433fc82f27c7924e2d50b2f57fe24e49aeb864ce2c3c2c8bd0 +DIST ski-1.4.0.tar.xz 2373876 BLAKE2B c9c20582274dd6db6e216c709a1793b55ac2c1aaf26c5e235bffdd190e9e7dca4c7ef37f96309c61ba9b5f03229966710a65405e2a345d65a08b9163f545c85b SHA512 855bc73c2cd93d890cd532db524eecc122d5f3eddf189efdbf34069d1c9bd7b7f98d5e593387fdc31b38fc8630f00b6b126f5c1a1f22dab57447e024b9015cf5 diff --git a/app-emulation/ski/ski-1.4.0.ebuild b/app-emulation/ski/ski-1.4.0.ebuild new file mode 100644 index 000000000000..1867d53df65f --- /dev/null +++ b/app-emulation/ski/ski-1.4.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic + +DESCRIPTION="ia64 instruction set simulator" +HOMEPAGE="https://github.com/trofi/ski http://ski.sourceforge.net/" +SRC_URI="https://github.com/trofi/ski/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug motif" + +RDEPEND=" + dev-libs/libltdl:= + sys-libs/ncurses:= + virtual/libelf + debug? ( sys-libs/binutils-libs:= ) + motif? ( x11-libs/motif:= ) +" +DEPEND=" + ${RDEPEND} + dev-util/gperf +" +# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110 +RDEPEND=" + ${RDEPEND} + !games-sports/ski +" + +src_configure() { + # bug #854531 + filter-lto + + local myeconfargs=( + --without-gtk + $(use_with motif x11) + $(use_with debug bfd) + ) + + econf "${myeconfargs[@]}" +}