commit:     1c157ad9e06a23107e0ded8251d0debddadb4886
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 13:00:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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[@]}"
+}

Reply via email to