Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
Date: Sat, 28 Dec 2019 16:22:36
Message-Id: 1577550143.4e3970ccd964bd2e6f55a61c47e8a1d3d3ae1c3d.slyfox@gentoo
1 commit: 4e3970ccd964bd2e6f55a61c47e8a1d3d3ae1c3d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 14:07:17 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 16:22:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3970cc
7
8 app-emulation/ski: drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 app-emulation/ski/ski-1.3.2-r2.ebuild | 51 -----------------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/app-emulation/ski/ski-1.3.2-r2.ebuild b/app-emulation/ski/ski-1.3.2-r2.ebuild
17 deleted file mode 100644
18 index 389d021a5d2..00000000000
19 --- a/app-emulation/ski/ski-1.3.2-r2.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="ia64 instruction set simulator"
30 -HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="motif"
37 -
38 -RDEPEND="dev-libs/libltdl:0=
39 - sys-libs/ncurses:0=
40 - virtual/libelf
41 - motif? ( x11-libs/motif:0= )"
42 -DEPEND="${RDEPEND}
43 - sys-devel/bison
44 - sys-devel/flex
45 - dev-util/gperf"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${P}-syscall-linux-includes.patch
49 - "${FILESDIR}"/${P}-remove-hayes.patch
50 - "${FILESDIR}"/${P}-no-local-ltdl.patch
51 - "${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
52 - "${FILESDIR}"/${P}-configure-withval.patch
53 - "${FILESDIR}"/${P}-binutils.patch
54 - "${FILESDIR}"/${P}-uselib.patch #592226
55 - "${FILESDIR}"/${P}-ncurses-config.patch
56 - "${FILESDIR}"/${P}-prototypes.patch
57 -)
58 -
59 -src_prepare() {
60 - default
61 -
62 - rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
63 -
64 - AT_M4DIR="macros" eautoreconf
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - --without-included-ltdl \
70 - --without-gtk \
71 - $(use_with motif x11)
72 -}