commit: 74ba4eb3f36b3a5ac3b78249601464b92517463c Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com> AuthorDate: Sat Oct 14 19:45:14 2017 +0000 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com> CommitDate: Sat Oct 14 19:45:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=74ba4eb3
put fill lwjgl jar path in command line games-strategy/revenge-of-the-titans/Manifest | 2 +- .../revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/revenge-of-the-titans/Manifest b/games-strategy/revenge-of-the-titans/Manifest index 69ea2b4..0fab1d6 100644 --- a/games-strategy/revenge-of-the-titans/Manifest +++ b/games-strategy/revenge-of-the-titans/Manifest @@ -1,3 +1,3 @@ DIST RevengeOfTheTitans-HIB-201512192.tar.gz 107641154 SHA256 c46349feee4e380f7af78aa4ee98f39f12ab40664df976108accc41d1fbadb21 SHA512 4824d401c73c2d13a8610a3b95b70a7e61559f3b0f1fee2e972420dc69b6b77f0fd836761e7218bc1795d2b01b18488d4148f66b9ebee939185fbe3cb094a855 WHIRLPOOL 9690a7ed46a648f5c47b9b694121fb755fad234e99348589fff000e7b7b808d94715dd664846fd35d18db19324887e116970120e8c7a84bfbbf40337684e36e9 -EBUILD revenge-of-the-titans-201512192.ebuild 1529 SHA256 db702329df6aeb539984578cdb521ecdad1cefd8432e06385c3a75e80508bdf9 SHA512 ead96d7080898269093eaac2ac0599f3dee0bc284e804a06fc16d4e61f54969e596a85deb7de6811665db83a90cceb517db2752c9e2e4cfe07b35f22448e67e4 WHIRLPOOL a93bd899bad2d712cdb752eb2f1bb8e951dd3c4bb059a6a123943889a044ea0240892851407ea4d832b27fb0a053f0616156becd4189242a9cb0b01558ef55a5 +EBUILD revenge-of-the-titans-201512192.ebuild 1558 SHA256 5bb281754df80fd2fd3bf09bf661f068b5e85f43c175753b0a9b53cfd7db6d0b SHA512 f0a5c8f17fe7508977daa6f8c1e551216575724e4279294fe4c08601851300c3364c5dc6e642e78a3e926a7cb9be779ce281a28ae64ec6c6e6e3f0c19f90db91 WHIRLPOOL 0087cff8ac6da78f8ada2ac8776afd6142a0e8dcb3cbae01347ee4aefcc8066db19c0ec1b6c7676ea0f6e3317c0116805008d798335341d1c38aef3f6089c9ae MISC metadata.xml 358 SHA256 b94630286ffca0a47d8c2ef46791e7ffbfa8ded222b3d34bff45b79d33a44c94 SHA512 990557b8a54bdabea870e7494bbfe523621624f475736f66103b9a6e76ce63c25492d9c672aed7c49831a61799b4549c14bdd49e7a8599b9f5e31bd03165762c WHIRLPOOL b81d8105036746bfd34b84a52c8affab8190d8157885cc4360596c0c6e63ff7c977632e1bf77736f807bb1f80b3920b6a7c1dbce9294c9c6d6861f4df5d49dc5 diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild index 2b8c759..73d58f5 100644 --- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild +++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild @@ -55,10 +55,10 @@ src_install() { exeinto "${dir}" doexe revenge.sh || die "doexe" - local lwjgl=java-pkg_getjar lwjgl lwjgl.jar + local lwjgl="$(java-pkg_getjar lwjgl lwjgl.jar)" java-pkg_dolauncher ${PN} \ --main net.puppygames.applet.Launcher \ - --java_args "-Dorg.lwjgl.librarypath="${lwjgl}" -Dorg.lwjgl.util.NoChecks=false -Djava.net.preferIPv4Stack=true -Dnet.puppygames.applet.Launcher.resources=resources-hib.dat " \ + --java_args "-Dorg.lwjgl.librarypath=$(java-pkg_getjar lwjgl lwjgl.jar) -Dorg.lwjgl.util.NoChecks=false -Djava.net.preferIPv4Stack=true -Dnet.puppygames.applet.Launcher.resources=resources-hib.dat " \ --pwd ${dir} doicon revenge.png