From fe1c8b732bd548b699d4c2ef725f67f8b8c8911c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 May 2018 11:22:40 +0100 Subject: gentoo resync : 04.05.2018 --- games-strategy/majesty-demo/Manifest | 2 +- .../majesty-demo/majesty-demo-1.0.0-r1.ebuild | 43 ++++++++++++++++++++++ .../majesty-demo/majesty-demo-1.0.0.ebuild | 43 ---------------------- 3 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild delete mode 100644 games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild (limited to 'games-strategy/majesty-demo') 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-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild new file mode 100644 index 000000000000..7a9bb85b31a9 --- /dev/null +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils unpacker + +DESCRIPTION="Control your own kingdom in this simulation" +HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&" +SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run" + +LICENSE="MAJESTY-DEMO" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="bindist strip" + +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(-)] +" +DEPEND="" + +S="${WORKDIR}" + +dir="/opt/${PN}" +Ddir="${D}/${dir}" +QA_PREBUILT="${dir:1}/maj_demo" + +src_install() { + 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 + doexe bin/Linux/x86/maj_demo + make_wrapper maj_demo ./maj_demo "${dir}" "${dir}" + make_desktop_entry maj_demo "Majesty (Demo)" +} diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild deleted file mode 100644 index e39f1e1a7f97..000000000000 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -DESCRIPTION="Control your own kingdom in this simulation" -HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&" -SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run" - -LICENSE="MAJESTY-DEMO" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="bindist strip" - -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(-)]" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} -Ddir=${D}/${dir} -QA_PREBUILT="${dir:1}/maj_demo" - -src_install() { - dodoc README* - 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 - make_desktop_entry maj_demo "Majesty (Demo)" -} -- cgit v1.2.3