diff options
author | Philip Miess <Philip_Miess@yahoo.com> | 2023-03-25 13:45:13 -0400 |
---|---|---|
committer | Philip Miess <Philip_Miess@yahoo.com> | 2023-03-25 13:45:13 -0400 |
commit | 77c309175edc1baa79084952fc0e24aba0e545a3 (patch) | |
tree | c03ef65b9e8e90eb91d20e2897eccc71dddd9808 | |
parent | update hashes, does titanattacks work with gson:2.6 (diff) | |
download | superposition-77c309175edc1baa79084952fc0e24aba0e545a3.tar.gz superposition-77c309175edc1baa79084952fc0e24aba0e545a3.tar.bz2 superposition-77c309175edc1baa79084952fc0e24aba0e545a3.zip |
yes it does dep version bump
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
-rw-r--r-- | games-arcade/titanattacks/titanattacks-20151219.ebuild | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/games-arcade/titanattacks/titanattacks-20151219.ebuild b/games-arcade/titanattacks/titanattacks-20151219.ebuild deleted file mode 100644 index e29af6e..0000000 --- a/games-arcade/titanattacks/titanattacks-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="single-handedly turn back the evil invading alien army" -HOMEPAGE="http://www.puppygames.net/titan-attacks" -SRC_URI="TitanAttacks-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:2.2.2 - dev-java/lwjgl" -RDEPEND="${DEPEND}" - -RESTRICT="bindist fetch mirror strip" -S="${WORKDIR}/titanattacks" - -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 titanattacks.sh || die "doexe" - - make_wrapper ${PN} ./titanattacks.sh "${dir}" "${dir}" - doicon titanattacks.png - make_desktop_entry ${PN} "Titans Attacks" titanattacks Game -} |