summaryrefslogtreecommitdiff
path: root/games-strategy/majesty-demo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
commitfe1c8b732bd548b699d4c2ef725f67f8b8c8911c (patch)
tree84c0b6ca01b7cb63c7d6e685a63823200ce1007f /games-strategy/majesty-demo
parent7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (diff)
gentoo resync : 04.05.2018
Diffstat (limited to 'games-strategy/majesty-demo')
-rw-r--r--games-strategy/majesty-demo/Manifest2
-rw-r--r--games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild (renamed from games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild)28
2 files changed, 15 insertions, 15 deletions
diff --git a/games-strategy/majesty-demo/Manifest b/games-strategy/majesty-demo/Manifest
index 03b1160a7b8e..fb21a2c32ed9 100644
--- a/games-strategy/majesty-demo/Manifest
+++ b/games-strategy/majesty-demo/Manifest
@@ -1,3 +1,3 @@
DIST majesty_demo.run 36582366 BLAKE2B f972f5d98eb0a907d7b34dd09c8a1eabb67ded08287e147f08125a6b6e833e4e7c18f8374873b532f765a6c121a6885a46f06645eddb4245db93e801f5a67328 SHA512 0573b29fa2635aeb0aa6ebaaa55c924322b3805e120f49fde51409cc6f101d7ae41d72ed0d086ffeac4d591ba75ee8bc190c46a3b71adb6b36d867df16be2c79
-EBUILD majesty-demo-1.0.0.ebuild 1089 BLAKE2B 2d3957f4ec11fb251798c205826415df45da5a03e51e2a047ad760584975ae6b2714bdb075c88a021cb35e21d724e78b5a534bbe70824316a99f35cfbb276bf4 SHA512 a1046e24279cbe5f48e1a0dd09fa96d3ca18935ec2e56ae712f68cc5d39c7d3b923d62866f11847d42072ee0ca4f025f9e8dca15d2416602943eadb2bd251cae
+EBUILD majesty-demo-1.0.0-r1.ebuild 1029 BLAKE2B 129421df38286b45c02fdafbbc4dac32b8f23ce76ee1c7c8a57fbe9383687f15341c2187ee9ec95259b4b550ac3f97ade3ea10a663af2509c89e65221d87b378 SHA512 e6c950304ea53be9627c53fbfbe37bfe57d4a3338375ee675cf5c4a5bc53cb9cd1c5f378f121ba102ba2d98d35370f0e50cf76c1ac9e7378ac880bb1be27d8c2
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
index e39f1e1a7f97..7a9bb85b31a9 100644
--- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild
+++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils unpacker games
+EAPI=6
+inherit eutils unpacker
DESCRIPTION="Control your own kingdom in this simulation"
HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&"
@@ -14,30 +14,30 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="bindist strip"
-RDEPEND="sys-libs/glibc
+RDEPEND="
+ sys-libs/glibc
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXau[abi_x86_32(-)]
- x11-libs/libXdmcp[abi_x86_32(-)]"
+ x11-libs/libXdmcp[abi_x86_32(-)]
+"
+DEPEND=""
-S=${WORKDIR}
+S="${WORKDIR}"
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
+dir="/opt/${PN}"
+Ddir="${D}/${dir}"
QA_PREBUILT="${dir:1}/maj_demo"
src_install() {
- dodoc README*
+ einstalldocs
insinto "${dir}"
exeinto "${dir}"
doins -r data quests
doins majesty.{bmp,xpm} majestysite.url
newicon majesty.xpm majesty-demo.xpm
# only installing the static version for now
- if use x86 || use amd64; then
- doexe bin/Linux/x86/maj_demo
- fi
- games_make_wrapper maj_demo ./maj_demo "${dir}" "${dir}"
- prepgamesdirs
+ doexe bin/Linux/x86/maj_demo
+ make_wrapper maj_demo ./maj_demo "${dir}" "${dir}"
make_desktop_entry maj_demo "Majesty (Demo)"
}