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/majesty-demo/
Date: Wed, 02 May 2018 19:28:40
Message-Id: 1525289281.b8d6f00b986cdbad6638380f7f1a52aea02b5166.pacho@gentoo
1 commit: b8d6f00b986cdbad6638380f7f1a52aea02b5166
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 18:29:32 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 19:28:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d6f00b
7
8 games-strategy/majesty-demo: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 .../majesty-demo/majesty-demo-1.0.0.ebuild | 43 ----------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild
16 deleted file mode 100644
17 index e39f1e1a7f9..00000000000
18 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild
19 +++ /dev/null
20 @@ -1,43 +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="Control your own kingdom in this simulation"
28 -HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&"
29 -SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run"
30 -
31 -LICENSE="MAJESTY-DEMO"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -RESTRICT="bindist strip"
36 -
37 -RDEPEND="sys-libs/glibc
38 - x11-libs/libX11[abi_x86_32(-)]
39 - x11-libs/libXext[abi_x86_32(-)]
40 - x11-libs/libXau[abi_x86_32(-)]
41 - x11-libs/libXdmcp[abi_x86_32(-)]"
42 -
43 -S=${WORKDIR}
44 -
45 -dir=${GAMES_PREFIX_OPT}/${PN}
46 -Ddir=${D}/${dir}
47 -QA_PREBUILT="${dir:1}/maj_demo"
48 -
49 -src_install() {
50 - dodoc README*
51 - insinto "${dir}"
52 - exeinto "${dir}"
53 - doins -r data quests
54 - doins majesty.{bmp,xpm} majestysite.url
55 - newicon majesty.xpm majesty-demo.xpm
56 - # only installing the static version for now
57 - if use x86 || use amd64; then
58 - doexe bin/Linux/x86/maj_demo
59 - fi
60 - games_make_wrapper maj_demo ./maj_demo "${dir}" "${dir}"
61 - prepgamesdirs
62 - make_desktop_entry maj_demo "Majesty (Demo)"
63 -}