Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/majesty-demo/
Date: Mon, 23 Aug 2021 04:06:26
Message-Id: 1629691564.174be5af869bdfab58bde907936df7422d651a5b.sam@gentoo
1 commit: 174be5af869bdfab58bde907936df7422d651a5b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 02:31:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174be5af
7
8 games-strategy/majesty-demo: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
16 index 1511d51ed93..663dd0a2881 100644
17 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
18 +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
19 @@ -8,6 +8,7 @@ inherit desktop unpacker wrapper
20 DESCRIPTION="Control your own kingdom in this simulation"
21 HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&"
22 SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run"
23 +S="${WORKDIR}"
24
25 LICENSE="MAJESTY-DEMO"
26 SLOT="0"
27 @@ -22,9 +23,6 @@ RDEPEND="
28 x11-libs/libXau[abi_x86_32(-)]
29 x11-libs/libXdmcp[abi_x86_32(-)]
30 "
31 -DEPEND=""
32 -
33 -S="${WORKDIR}"
34
35 dir="/opt/${PN}"
36 Ddir="${D}/${dir}"