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-strategy/knights-demo/
Date: Wed, 02 May 2018 19:28:34
Message-Id: 1525289268.8f96cefc4a1544be952c5009dbf969ba327abab0.pacho@gentoo
1 commit: 8f96cefc4a1544be952c5009dbf969ba327abab0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 17:54:35 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 19:27:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f96cefc
7
8 games-strategy/knights-demo: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 .../knights-demo/knights-demo-1.32-r1.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild
16 deleted file mode 100644
17 index b9d0fc04f43..00000000000
18 --- a/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild
19 +++ /dev/null
20 @@ -1,49 +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 unpacker games
26 -
27 -DESCRIPTION="Anglo-Saxon medieval army battles and resource management"
28 -HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=knights"
29 -# Unversioned upstream filename
30 -SRC_URI="mirror://gentoo/${P}.run"
31 -
32 -LICENSE="knights-demo"
33 -SLOT="0"
34 -KEYWORDS="~x86"
35 -IUSE=""
36 -RESTRICT="strip"
37 -
38 -RDEPEND="sys-libs/glibc
39 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
40 - >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
41 - >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
42 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
43 - >=x11-libs/libXi-1.7.2[abi_x86_32(-)]"
44 -
45 -S=${WORKDIR}
46 -
47 -src_unpack() {
48 - unpack_makeself ${P}.run
49 - mv -f data{,-temp}
50 - unpack ./data-temp/data.tar.gz
51 - rm -rf data-temp lgp_* setup*
52 -}
53 -
54 -src_install() {
55 - local dir=${GAMES_PREFIX_OPT}/${PN}
56 -
57 - exeinto "${dir}"
58 - doexe bin/Linux/x86/${PN}{,.dynamic}
59 -
60 - insinto "${dir}"
61 - doins -r data
62 - doins EULA icon.xpm README{,.licenses}
63 -
64 - # We don't support the dynamic version, even though we install it.
65 - games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
66 - newicon icon.xpm ${PN}.xpm
67 - make_desktop_entry ${PN} "Knights and Merchants (Demo)" ${PN}
68 - prepgamesdirs
69 -}