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 AC90715817D for ; Sun, 9 Jun 2024 14:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED11BE2A3C; Sun, 9 Jun 2024 14:43:13 +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 C7B91E2A3C for ; Sun, 9 Jun 2024 14:43:13 +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 95B3D33C1EB for ; Sun, 9 Jun 2024 14:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA03117D for ; Sun, 9 Jun 2024 14:43:10 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1717944164.7db080109a663167c94118644244fc5712ce9d00.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/domination/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/domination/domination-1.1.1.6-r2.ebuild games-board/domination/domination-1.1.1.6-r3.ebuild X-VCS-Directories: games-board/domination/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 7db080109a663167c94118644244fc5712ce9d00 X-VCS-Branch: master Date: Sun, 9 Jun 2024 14:43:10 +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: 54b61de7-efc2-410e-96ea-39e244777735 X-Archives-Hash: 6bba48b2f0fc883970178038a1f17011 commit: 7db080109a663167c94118644244fc5712ce9d00 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun May 5 05:54:22 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jun 9 14:42:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db08010 games-board/domination: drop unneeded dependencies, update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/881843 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36555 Signed-off-by: James Le Cuirot gentoo.org> ....1.1.6-r2.ebuild => domination-1.1.1.6-r3.ebuild} | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/games-board/domination/domination-1.1.1.6-r2.ebuild b/games-board/domination/domination-1.1.1.6-r3.ebuild similarity index 69% rename from games-board/domination/domination-1.1.1.6-r2.ebuild rename to games-board/domination/domination-1.1.1.6-r3.ebuild index 4bb6f973b28e..fb08295a1aec 100644 --- a/games-board/domination/domination-1.1.1.6-r2.ebuild +++ b/games-board/domination/domination-1.1.1.6-r3.ebuild @@ -1,31 +1,21 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -EANT_BUILD_TARGET="game" -inherit desktop java-pkg-2 java-ant-2 +inherit desktop java-pkg-2 DESCRIPTION="The well-known board game, written in java" -HOMEPAGE="https://domination.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/domination/Domination_${PV}.zip" +HOMEPAGE="https://domination.sourceforge.io/" +SRC_URI="https://downloads.sourceforge.net/project/domination/Domination/${PV}/Domination_${PV}.zip" S="${WORKDIR}"/Domination LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=virtual/jre-1.8:*" -DEPEND=">=virtual/jdk-1.8:*" BDEPEND="app-arch/unzip" - -pkg_setup() { - java-pkg-2_pkg_setup -} - -src_compile() { - java-pkg-2_src_compile -} +RDEPEND=">=virtual/jre-1.8:*" src_install() { newbin "${S}"/FlashGUI.sh ${PN}