public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2018-06-13  0:16 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2018-06-13  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     60445b7a0e44a2537f01122c90f344f7c9998638
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Wed Jun 13 00:18:36 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Wed Jun 13 00:18:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=60445b7a

add Monster Truck Destrucktion

 games-sports/monstertruckdestruction/Manifest      |  3 +
 games-sports/monstertruckdestruction/metadata.xml  | 17 +++++
 .../monstertruckdestruction-1.ebuild               | 81 ++++++++++++++++++++++
 3 files changed, 101 insertions(+)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
new file mode 100644
index 0000000..83c5fe1
--- /dev/null
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -0,0 +1,3 @@
+DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
+EBUILD monstertruckdestruction-1.ebuild 1615 BLAKE2B 68fbfbfe866b9a9d726d928a81285daf460cf11a9e05ff8e4c8b033a5133acdfa7835ce798b1020289e0af5dfdc6e8ca0ae9a13fa85bd1061a044257b32df6d6 SHA512 c22af7e320ac787464cf0bb44f881c7f2779ade758edfad704c48ad363315ee359f0b7fc6225f2d3822687d53017909e5f70340e923037e1bce483b2ff85fe02
+MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/metadata.xml b/games-sports/monstertruckdestruction/metadata.xml
new file mode 100644
index 0000000..962088c
--- /dev/null
+++ b/games-sports/monstertruckdestruction/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>phil_miess@yahoo.com</email>
+</maintainer>
+<longdescription lang="en">
+MONSTER
+Compete in 4 championships across 28 offroad tracks in drag or freestyle, land insane jumps, backflips and master your monster truck.
+
+TRUCK
+Drive over 60 licensed monster trucks such as BIGFOOT, USA-1, Boogey Van, Outback Thunda, Virginia Beast tanks, Traxxas RC trucks and upgrade your engine exhaust, intake, suspension and transmission to keep up with the competition.
+
+DESTRUCTION
+Realistic real-time damage and physics make this sim the ultimate Monster Truck game.
+</longdescription>
+</pkgmetadata>

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
new file mode 100644
index 0000000..80789f9
--- /dev/null
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit unpacker eutils gnome2-utils
+
+DESCRIPTION="Monster Truck Destruction is the best monster truck game! Great physics, real-time destruction and over 60 licensed trucks such as BIGFOOT and USA-1 to race in 28 dirt and snow covered tracks."
+HOMEPAGE="https://www.oddgames.com.au/games/monstertruckdestruction"
+SRC_URI="monstertruckdestruction_linux.zip"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="bindist fetch"
+
+MYGAMEDIR=/opt/${PN}
+DEPEND="app-arch/unzip"
+RDEPEND="${DEPEND}
+	dev-libs/expat
+	media-libs/glu
+	media-libs/mesa
+	sys-libs/zlib
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXdmcp
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrender
+	x11-libs/libXxf86vm
+	x11-libs/libdrm
+	x11-libs/libxcb
+	x11-libs/libxshmfence
+"
+
+
+pkg_nofetch() {
+	einfo "Please buy & download ${SRC_URI} from:"
+	einfo "  https://www.humblebundle.com/store"
+	einfo "and move it to ${DISTDIR}"
+}
+
+src_unpack() {
+	unpack_zip ${A}
+}
+
+src_configure() { :; }
+src_compile() { :; }
+
+src_install() {
+	arch=x86_64
+
+	insinto ${MYGAMEDIR}
+	exeinto ${MYGAMEDIR}
+	newexe  "Linux/MTD.${arch}" "${PN}"
+	doins -r  "Linux/MTD_Data"
+
+	newicon -s 128 Linux/MTD_Data/Resources/UnityPlayer.png ${PN}.png
+	make_wrapper ${PN} "${MYGAMEDIR}/${PN}" "${HOME}"
+	make_desktop_entry "${PN}" "MTD" "${PN}" "Game"
+	
+
+	domenu ${PN}
+
+}
+
+pkg_preinst() {
+    gnome2_icon_savelist
+}
+
+pkg_postinst() {
+    gnome2_icon_cache_update
+
+}
+
+pkg_postrm() {
+    gnome2_icon_cache_update
+}
+


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2018-06-13  1:29 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2018-06-13  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d62e99127a4de7744cde64383604bf4d016f4a2e
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Wed Jun 13 01:30:55 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Wed Jun 13 01:30:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d62e9912

set workdir

 games-sports/monstertruckdestruction/Manifest             |  2 +-
 .../monstertruckdestruction-1.ebuild                      | 15 +++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
index 83c5fe1..d36aee0 100644
--- a/games-sports/monstertruckdestruction/Manifest
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -1,3 +1,3 @@
 DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
-EBUILD monstertruckdestruction-1.ebuild 1615 BLAKE2B 68fbfbfe866b9a9d726d928a81285daf460cf11a9e05ff8e4c8b033a5133acdfa7835ce798b1020289e0af5dfdc6e8ca0ae9a13fa85bd1061a044257b32df6d6 SHA512 c22af7e320ac787464cf0bb44f881c7f2779ade758edfad704c48ad363315ee359f0b7fc6225f2d3822687d53017909e5f70340e923037e1bce483b2ff85fe02
+EBUILD monstertruckdestruction-1.ebuild 1502 BLAKE2B da34610eac41e8f0bf14fd3c6796677587b719f574883615fe7ca76373db53dd3a4f5a0b1ea989a6cd52b2a591d1b5cb1aa38f28137259c4ab2d6e84c1ea032b SHA512 6db25483ea840309541f3dc5e9294197934c058a26b3efce2203a2b3ac83d67ce215ee78a2ec06632b7eed2d2021c1039d30f50087788130cab4feb15445a59a
 MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
index 80789f9..9436c99 100644
--- a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -5,14 +5,15 @@ EAPI=6
 
 inherit unpacker eutils gnome2-utils
 
-DESCRIPTION="Monster Truck Destruction is the best monster truck game! Great physics, real-time destruction and over 60 licensed trucks such as BIGFOOT and USA-1 to race in 28 dirt and snow covered tracks."
+DESCRIPTION="Great physics, real-time destruction and over 60 licensed trucks."
 HOMEPAGE="https://www.oddgames.com.au/games/monstertruckdestruction"
 SRC_URI="monstertruckdestruction_linux.zip"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="bindist fetch"
+IUSE=""
+RESTRICT="bindist fetch"
 
 MYGAMEDIR=/opt/${PN}
 DEPEND="app-arch/unzip"
@@ -35,6 +36,7 @@ RDEPEND="${DEPEND}
 	x11-libs/libxshmfence
 "
 
+S="${WORKDIR}"
 
 pkg_nofetch() {
 	einfo "Please buy & download ${SRC_URI} from:"
@@ -60,22 +62,19 @@ src_install() {
 	newicon -s 128 Linux/MTD_Data/Resources/UnityPlayer.png ${PN}.png
 	make_wrapper ${PN} "${MYGAMEDIR}/${PN}" "${HOME}"
 	make_desktop_entry "${PN}" "MTD" "${PN}" "Game"
-	
 
 	domenu ${PN}
-
 }
 
 pkg_preinst() {
-    gnome2_icon_savelist
+	gnome2_icon_savelist
 }
 
 pkg_postinst() {
-    gnome2_icon_cache_update
+	gnome2_icon_cache_update
 
 }
 
 pkg_postrm() {
-    gnome2_icon_cache_update
+	gnome2_icon_cache_update
 }
-


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2018-06-13  2:26 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2018-06-13  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6b7dfb43f8d07d8acc7fd4ccd4d51d22f4ce5f9a
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Wed Jun 13 02:27:45 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Wed Jun 13 02:27:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=6b7dfb43

exe name must be MTD

 games-sports/monstertruckdestruction/Manifest                         | 2 +-
 games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
index d36aee0..dc20d54 100644
--- a/games-sports/monstertruckdestruction/Manifest
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -1,3 +1,3 @@
 DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
-EBUILD monstertruckdestruction-1.ebuild 1502 BLAKE2B da34610eac41e8f0bf14fd3c6796677587b719f574883615fe7ca76373db53dd3a4f5a0b1ea989a6cd52b2a591d1b5cb1aa38f28137259c4ab2d6e84c1ea032b SHA512 6db25483ea840309541f3dc5e9294197934c058a26b3efce2203a2b3ac83d67ce215ee78a2ec06632b7eed2d2021c1039d30f50087788130cab4feb15445a59a
+EBUILD monstertruckdestruction-1.ebuild 1500 BLAKE2B f7fe131adf74e136cb169783f484ce9d05a3c7d96b86781f7905bad774e7b0030b845cdf9a842804876c9b8dccb27c12d437d03e9dc89b0fa3ebb845710e103a SHA512 7e6e44cc1cc953707f77edb29f9c3ff89377f711a81d647ecd2c4c368d678e547a96b9ca55a0028144e511e3bcf46b87d66a5100c5d3814d93fcdf79952af9ce
 MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
index 9436c99..b093dc1 100644
--- a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -56,7 +56,7 @@ src_install() {
 
 	insinto ${MYGAMEDIR}
 	exeinto ${MYGAMEDIR}
-	newexe  "Linux/MTD.${arch}" "${PN}"
+	newexe  "Linux/MTD.${arch}" "MTD"
 	doins -r  "Linux/MTD_Data"
 
 	newicon -s 128 Linux/MTD_Data/Resources/UnityPlayer.png ${PN}.png


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2018-06-13  2:32 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2018-06-13  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     68a8a2d3b848e295cb891a6982f24d60dcff6fc6
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Wed Jun 13 02:33:51 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Wed Jun 13 02:33:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=68a8a2d3

wrapper needs to call the correct program name

 games-sports/monstertruckdestruction/Manifest                         | 2 +-
 games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
index dc20d54..014f504 100644
--- a/games-sports/monstertruckdestruction/Manifest
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -1,3 +1,3 @@
 DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
-EBUILD monstertruckdestruction-1.ebuild 1500 BLAKE2B f7fe131adf74e136cb169783f484ce9d05a3c7d96b86781f7905bad774e7b0030b845cdf9a842804876c9b8dccb27c12d437d03e9dc89b0fa3ebb845710e103a SHA512 7e6e44cc1cc953707f77edb29f9c3ff89377f711a81d647ecd2c4c368d678e547a96b9ca55a0028144e511e3bcf46b87d66a5100c5d3814d93fcdf79952af9ce
+EBUILD monstertruckdestruction-1.ebuild 1498 BLAKE2B ddb28f7ebaa4a2d528498b6dd3ed0d0f43bddbef07fbed81f8799d854b7b4fa28d51e5fa453fcd4c2546c4f77d943a0d9e11cd1b5b810f26986fecc2261e62ac SHA512 b711ffdc72b0c491e9b1c1ef9c2dd410eebe97260f1bc555b14b4c42b765c355741cb3e46d592fe81bb2cac308dd2b92b005f10173cf64f9ff5964feb25f4e44
 MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
index b093dc1..8f1801e 100644
--- a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -60,7 +60,7 @@ src_install() {
 	doins -r  "Linux/MTD_Data"
 
 	newicon -s 128 Linux/MTD_Data/Resources/UnityPlayer.png ${PN}.png
-	make_wrapper ${PN} "${MYGAMEDIR}/${PN}" "${HOME}"
+	make_wrapper ${PN} "${MYGAMEDIR}/MTD" "${HOME}"
 	make_desktop_entry "${PN}" "MTD" "${PN}" "Game"
 
 	domenu ${PN}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2018-06-26 22:18 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2018-06-26 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b053dd62c1687721ad6682e05acf4a9b071d9bd9
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Tue Jun 26 22:21:02 2018 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Tue Jun 26 22:21:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=b053dd62

cd to install dirwq

 games-sports/monstertruckdestruction/Manifest                         | 2 +-
 games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
index 014f504..cbb5645 100644
--- a/games-sports/monstertruckdestruction/Manifest
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -1,3 +1,3 @@
 DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
-EBUILD monstertruckdestruction-1.ebuild 1498 BLAKE2B ddb28f7ebaa4a2d528498b6dd3ed0d0f43bddbef07fbed81f8799d854b7b4fa28d51e5fa453fcd4c2546c4f77d943a0d9e11cd1b5b810f26986fecc2261e62ac SHA512 b711ffdc72b0c491e9b1c1ef9c2dd410eebe97260f1bc555b14b4c42b765c355741cb3e46d592fe81bb2cac308dd2b92b005f10173cf64f9ff5964feb25f4e44
+EBUILD monstertruckdestruction-1.ebuild 1503 BLAKE2B f045367a76b05f0fb8425e199845419006c2bbe4bbcede9cefd31f27b46aab44c51806e4d56afd04a4cdac085b0681dfbf55b45531589a1c98f1dff3e0b6d41c SHA512 923f0f2f3f1cb1dbf20fbddece132d1bc2402a91096f0826886a6b15df923480d317e3bf6a6c4c228c9648bc05be07dbedb9ff8ece2ea21f35d984a824476ed2
 MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
index 8f1801e..2aab5c9 100644
--- a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -60,7 +60,7 @@ src_install() {
 	doins -r  "Linux/MTD_Data"
 
 	newicon -s 128 Linux/MTD_Data/Resources/UnityPlayer.png ${PN}.png
-	make_wrapper ${PN} "${MYGAMEDIR}/MTD" "${HOME}"
+	make_wrapper ${PN} "${MYGAMEDIR}/MTD" "${MYGAMEDIR}"
 	make_desktop_entry "${PN}" "MTD" "${PN}" "Game"
 
 	domenu ${PN}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/
@ 2024-01-27 22:52 Philip Miess
  0 siblings, 0 replies; 6+ messages in thread
From: Philip Miess @ 2024-01-27 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     709ca34e16475674760b10cd5a284b9638545abd
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Jan 27 22:53:26 2024 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Jan 27 22:53:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=709ca34e

eapi bump monstertruckdestruction to 7

Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>

 games-sports/monstertruckdestruction/Manifest                       | 2 +-
 .../monstertruckdestruction/monstertruckdestruction-1.ebuild        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-sports/monstertruckdestruction/Manifest b/games-sports/monstertruckdestruction/Manifest
index cbb5645..064a038 100644
--- a/games-sports/monstertruckdestruction/Manifest
+++ b/games-sports/monstertruckdestruction/Manifest
@@ -1,3 +1,3 @@
 DIST monstertruckdestruction_linux.zip 155708482 BLAKE2B 4cac815823f60ad42dcb28a4443063e8c79d4156186c102657c7b9a8835d5574184c7ba4a64a125de31b485a58cda251deacf830bc04e41e89d391edf3e26905 SHA512 dff0cb587f2e3ad5988e506f41634fcc34be466b53ae028b664f66806b4f6e2cdd718fad57daa0778b4b38c6c1401cfed7d20969a6a5e3c76e1b89b922f5d2a7
-EBUILD monstertruckdestruction-1.ebuild 1503 BLAKE2B f045367a76b05f0fb8425e199845419006c2bbe4bbcede9cefd31f27b46aab44c51806e4d56afd04a4cdac085b0681dfbf55b45531589a1c98f1dff3e0b6d41c SHA512 923f0f2f3f1cb1dbf20fbddece132d1bc2402a91096f0826886a6b15df923480d317e3bf6a6c4c228c9648bc05be07dbedb9ff8ece2ea21f35d984a824476ed2
+EBUILD monstertruckdestruction-1.ebuild 1488 BLAKE2B 342e6356b0133b0e533f351d0efbfbb2e3ce08621a12a731a8ab317ca38e3ccdd4789e94430e9a2a7d9a597d8dd50c3b6e95ad51ab3c6f0f5a689c512c450fbf SHA512 f744bfa3a4c253be7effe4e0064a11d6f54a8785558c0ce18d4211433561be9f75f2f05db97d8c95a7ee1c1c5a3596e77f83e443a4a7e9129234c6aaf6d8db92
 MISC metadata.xml 743 BLAKE2B b511c04c842b8d8ddcf8634bcddadde8999e74103299f1a97b9ee9a2433addaff7f44e58ef958d1578a6bec346bbb5641b3ce45e32899aad68ecad11028a5760 SHA512 5619d223c4809e97d84c56412060ac1aa849ae40f3942b65448096dbcd55f1932d3276c39c3632a18b4faab1a51484061b43c1520f95fee4369d7e8e99a05d36

diff --git a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
index 2aab5c9..7a10ded 100644
--- a/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
+++ b/games-sports/monstertruckdestruction/monstertruckdestruction-1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit unpacker eutils gnome2-utils
+inherit unpacker gnome2-utils
 
 DESCRIPTION="Great physics, real-time destruction and over 60 licensed trucks."
 HOMEPAGE="https://www.oddgames.com.au/games/monstertruckdestruction"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-27 22:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13  2:32 [gentoo-commits] repo/user/superposition:master commit in: games-sports/monstertruckdestruction/ Philip Miess
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27 22:52 Philip Miess
2018-06-26 22:18 Philip Miess
2018-06-13  2:26 Philip Miess
2018-06-13  1:29 Philip Miess
2018-06-13  0:16 Philip Miess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox