commit:     35a7ed373a452e92537a0868f6deef29eb50c83f
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Tue Oct 17 02:01:19 2017 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Tue Oct 17 02:01:19 2017 +0000
URL:        
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=35a7ed37

call  eapply_user

 .../droidassalt/droidassault-20151219.ebuild       | 65 ----------------------
 .../droidassalt/files/20151219-launcher.patch      | 54 ------------------
 games-action/droidassalt/metadata.xml              | 11 ----
 games-rpg/infamousmachine/Manifest                 |  2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild |  1 +
 5 files changed, 2 insertions(+), 131 deletions(-)

diff --git a/games-action/droidassalt/droidassault-20151219.ebuild 
b/games-action/droidassalt/droidassault-20151219.ebuild
deleted file mode 100644
index ddd86f7..0000000
--- a/games-action/droidassalt/droidassault-20151219.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Blaster battles with hordes of rampaging killer robots!"
-HOMEPAGE="http://www.puppygames.net/droid-assault";
-SRC_URI="DroidAssalt-HIB-20151219.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jre-1.7:*
-       virtual/opengl
-       media-libs/openal
-       dev-java/gson
-       dev-java/lwjgl:2.2.2"
-RDEPEND="${DEPEND}"
-
-RESTRICT="bindist fetch mirror strip"
-S="${WORKDIR}/droidassalt"
-
-pkg_nofetch() {
-       einfo "Please download ${SRC_URI}"
-       einfo "from your personal page in Humble Bundle site"
-       einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
-}
-
-JAVA_RM_FILES=(
-       gson.jar
-       lwjgl.jar
-       lwjgl_util.jar
-       libjinput-linux.so
-       libjinput-linux64.so
-       liblwjgl.so
-       liblwjgl64.so
-       7za_amd64
-       7za_i386
-       jvm.7z
-)
-src_prepare() {
-       epatch "${FILESDIR}/${PV}-launcher.patch"
-       default
-}
-
-src_install() {
-       local dir="/opt/${P}"
-
-       java-pkg_jarinto "${dir}"
-       java-pkg_dojar *.jar
-
-       java-pkg_sointo "${dir}"
-       java-pkg_doso libgdx.so libgdx64.so
-
-       exeinto "${dir}"
-       doexe droidassalt.sh || die "doexe"
-
-       make_wrapper ${PN} ./droidassalt.sh "${dir}" "${dir}"
-       doicon droidassault.png
-       make_desktop_entry ${PN} "Droid Assault" droidassalt Game
-}

diff --git a/games-action/droidassalt/files/20151219-launcher.patch 
b/games-action/droidassalt/files/20151219-launcher.patch
deleted file mode 100644
index f78b789..0000000
--- a/games-action/droidassalt/files/20151219-launcher.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- droidassault.sh    2015-12-18 19:14:42.000000000 -0500
-+++ droidassault.patched.sh    2017-10-15 21:11:37.372845150 -0400
-@@ -7,47 +7,15 @@
- SCRIPT="`basename \"$0\"`"
- GAMEDIR="${HOME}/.droid_assault"
- LOGFILE="${GAMEDIR}/${SCRIPT}.log"
--INSTDIR="`dirname \"$0\"`" ; cd "${INSTDIR}" ; INSTDIR="`pwd`"
--
-+INSTDIR="/opt/droidassalt-20151219"
-+cd "${INSTDIR}"
- [[ ! -d "${GAMEDIR}" ]] && mkdir -m 0755 "${GAMEDIR}"
- 
--if [ 1 == 0 ]
--then
--      # 32 bit only
--      JVM="./bin/java32"
--      BOOTCLASSPATH="./lib/rt32.jar"
--
--elif [ `uname -m` == "i686" ]
--then
--      JVM="./bin/java32"
--      BOOTCLASSPATH="./lib/rt32.jar"
--
--      # Decompress JVM on first run
--      if [ ! -d "bin" ]
--      then
--              ./7za_i386 x jvm.7z
--              chmod u+x bin/java32
--              rm -f 7za_* jvm.7z
--      fi
--else
--      JVM="./bin/java64"
--      BOOTCLASSPATH="./lib/rt64.jar"
--
--      # Decompress JVM on first run
--      if [ ! -d "bin" ]
--      then
--              ./7za_amd64 x jvm.7z
--              chmod u+x bin/java64
--              rm -f 7za_* jvm.7z
--      fi
--fi
--
- # XMODIFIERS is cleared here to prevent SCIM screwing up keyboard input
--_JAVA_OPTIONS= XMODIFIERS= "${JVM}" \
-+_JAVA_OPTIONS= XMODIFIERS= "ijava" \
-     -server \
--    -Xbootclasspath/p:${BOOTCLASSPATH} \
-     -Djava.library.path="${INSTDIR}" \
--    -Dorg.lwjgl.librarypath="${INSTDIR}" \
-+    -Dorg.lwjgl.librarypath="/usr/lib64/lwjgl-2.9" \
-     -Dorg.lwjgl.util.NoChecks=false \
-     -Djava.net.preferIPv4Stack=true \
-     -Dnet.puppygames.applet.Launcher.resources=resources-hib.dat \

diff --git a/games-action/droidassalt/metadata.xml 
b/games-action/droidassalt/metadata.xml
deleted file mode 100644
index 4fe0e61..0000000
--- a/games-action/droidassalt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>phil_mi...@yahoo.com</email>
-<name>Philip Miess</name>
-</maintainer>
-<longdescription lang="en">
-Discover a unique tactical arcade shooter, with the fun addictive gameplay of 
classics like Paradroid and Quazatron. You'll need your wits and the help of 
your acquired droid army to stay alive in this fast-paced retro actionfest!
-</longdescription>
-</pkgmetadata>

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index c625f51..ca9c850 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1204 SHA256 
7f8526a2a1cfdf111cf0612ff1459318ec590a6c4d198c7e2f64c24e1c5e7fcc SHA512 
f5cf26872a1a766229b733198fefa797e8294ed88b0c8abdba8fa872fc4e052a2f1dca967860de4a21f11b154f065bb1f0b8f964821218c95f5780a0880e6598
 WHIRLPOOL 
95a4256bb404fe86f3507e1a0d857ccbcce2fbe2aa98ece5d3586de721b55f1096fc1234f31a7418c61e919b19fef55eec949b4a976f39b5e446c2d96b00926a
+EBUILD infamousmachine-1.ebuild 1218 SHA256 
60c1a680a5051aca3ffce11a11b33377c3a8b4c24f6d7f2f6873b1121ab48f1e SHA512 
f3dd4522954fc3c3b0a0fbbc89e5946b08db1d53af5298c57aa457b66ddb27237e85e0ba5244f17014d0460126160eb60b1d406a5265a33d95633d459d149a0e
 WHIRLPOOL 
77c2fe01d442e48e59892c7130606f27329f598197c5323b8cd4128e3e322c52eb9e55ea24e810e5fd9ffb1c8b0acad2082779fe113c335981843781714278d8
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 62dcabb..63001f9 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -38,6 +38,7 @@ src_unpack() {
 src_prepare() {
        rm infamousmachine_unix_1_0.sh
        rmdir '.install4j\'
+        eapply_user
 }
 
 src_install() {

Reply via email to