Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xscavenger/
Date: Wed, 25 Apr 2018 18:29:52
Message-Id: 1524680973.db029b11324d0b2f85d3f95ee8b19029dd11281b.pacho@gentoo
1 commit: db029b11324d0b2f85d3f95ee8b19029dd11281b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 18:12:44 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 18:29:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db029b11
7
8 games-arcade/xscavenger: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-arcade/xscavenger/xscavenger-1.4.4.ebuild | 46 -------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/games-arcade/xscavenger/xscavenger-1.4.4.ebuild b/games-arcade/xscavenger/xscavenger-1.4.4.ebuild
16 deleted file mode 100644
17 index df9546d9b01..00000000000
18 --- a/games-arcade/xscavenger/xscavenger-1.4.4.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils toolchain-funcs games
26 -
27 -DESCRIPTION="Lode-Runner-like arcade game"
28 -HOMEPAGE="http://www.xdr.com/dash/scavenger.html"
29 -SRC_URI="http://www.xdr.com/dash/${P}.tgz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -RDEPEND="x11-libs/libXext"
37 -DEPEND="${RDEPEND}
38 - x11-misc/imake"
39 -
40 -S=${WORKDIR}/${P}/src
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}/${PV}-gentoo.patch"
44 - sed -i \
45 - -e "s:GENTOO_DATADIR:${GAMES_DATADIR}:" \
46 - -e "s:GENTOO_BINDIR:${GAMES_BINDIR}:" \
47 - Imakefile \
48 - || die
49 -}
50 -
51 -src_configure() {
52 - xmkmf || die
53 -}
54 -
55 -src_compile() {
56 - emake \
57 - CC="$(tc-getCC)" \
58 - CDEBUGFLAGS="${CFLAGS}" \
59 - EXTRA_LDOPTIONS="${LDFLAGS}"
60 -}
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" install
64 - dodoc ../{CREDITS,DOC,README,TODO,changelog}
65 - prepgamesdirs
66 -}