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