From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB3F815864F for ; Sat, 25 Mar 2023 17:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9AFCE07E2; Sat, 25 Mar 2023 17:40:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5135E07E2 for ; Sat, 25 Mar 2023 17:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83721335CA6 for ; Sat, 25 Mar 2023 17:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F03A8E4 for ; Sat, 25 Mar 2023 17:39:59 +0000 (UTC) From: "Philip Miess" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philip Miess" Message-ID: <1679765805.750d1f00f4226e94d16a00591f714687e076a8c0.Phil_miess@gentoo> Subject: [gentoo-commits] repo/user/superposition:master commit in: games-action/droidassault/ X-VCS-Repository: repo/user/superposition X-VCS-Files: games-action/droidassault/droidassault-20151219.ebuild X-VCS-Directories: games-action/droidassault/ X-VCS-Committer: Phil_miess X-VCS-Committer-Name: Philip Miess X-VCS-Revision: 750d1f00f4226e94d16a00591f714687e076a8c0 X-VCS-Branch: master Date: Sat, 25 Mar 2023 17:39:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abcf5128-9015-470f-a874-a946e97dbb6d X-Archives-Hash: af48d1ec450933ec506ec6022c9d5ded commit: 750d1f00f4226e94d16a00591f714687e076a8c0 Author: Philip Miess yahoo com> AuthorDate: Sat Mar 25 17:36:45 2023 +0000 Commit: Philip Miess yahoo com> CommitDate: Sat Mar 25 17:36:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=750d1f00 it does, dep version bump Signed-off-by: Philip Miess yahoo.com> .../droidassault/droidassault-20151219.ebuild | 65 ---------------------- 1 file changed, 65 deletions(-) diff --git a/games-action/droidassault/droidassault-20151219.ebuild b/games-action/droidassault/droidassault-20151219.ebuild deleted file mode 100644 index bf250ac..0000000 --- a/games-action/droidassault/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="DroidAssault-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:2.9" -RDEPEND="${DEPEND}" - -RESTRICT="bindist fetch mirror strip" -S="${WORKDIR}/droidassault" - -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 droidassault.sh || die "doexe" - - make_wrapper ${PN} ./droidassault.sh "${dir}" "${dir}" - doicon droidassault.png - make_desktop_entry ${PN} "Droid Assault" droidassault Game -}