commit:     d77723f526ff62c1d5b76b6b7f7771f70ce5b8c0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 07:20:54 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 08:21:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77723f5

app-emulation/ski: drop 1.4.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-emulation/ski/Manifest         |  1 -
 app-emulation/ski/ski-1.4.0.ebuild | 45 --------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-emulation/ski/Manifest b/app-emulation/ski/Manifest
index f7c6e54c92d4..61df50f176bd 100644
--- a/app-emulation/ski/Manifest
+++ b/app-emulation/ski/Manifest
@@ -1,2 +1 @@
-DIST ski-1.4.0.tar.xz 2373876 BLAKE2B 
c9c20582274dd6db6e216c709a1793b55ac2c1aaf26c5e235bffdd190e9e7dca4c7ef37f96309c61ba9b5f03229966710a65405e2a345d65a08b9163f545c85b
 SHA512 
855bc73c2cd93d890cd532db524eecc122d5f3eddf189efdbf34069d1c9bd7b7f98d5e593387fdc31b38fc8630f00b6b126f5c1a1f22dab57447e024b9015cf5
 DIST ski-1.5.0.tar.xz 2221008 BLAKE2B 
957e18f6b4638434b65d63275dd112cfba76e18653346c90e68534123ef59b345e91019a1b2df9706833d143ef29cb80f33b17570ce4d826fd0c55ac94aa6d57
 SHA512 
c53c214c956ad33acf9a620813bf4f3342ea7a3672899cdc9804fa3ad2b6e36044fd65e214362b2cf5e57d1733523e186d63d88e24e54c761fc77cf5b63776c8

diff --git a/app-emulation/ski/ski-1.4.0.ebuild 
b/app-emulation/ski/ski-1.4.0.ebuild
deleted file mode 100644
index fbb3ebc06623..000000000000
--- a/app-emulation/ski/ski-1.4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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 https://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