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 8C0E8158041 for ; Wed, 10 Apr 2024 19:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66FC9E29E5; Wed, 10 Apr 2024 19:38:23 +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 48F48E29E5 for ; Wed, 10 Apr 2024 19:38:23 +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 3D5C0343291 for ; Wed, 10 Apr 2024 19:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 990B216AE for ; Wed, 10 Apr 2024 19:38:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712777865.8aefed45a9fbdb82ceb8399a07525785aedeea7c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/bt747/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/bt747/bt747-2.1.7-r2.ebuild sci-geosciences/bt747/bt747-2.1.7-r3.ebuild X-VCS-Directories: sci-geosciences/bt747/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8aefed45a9fbdb82ceb8399a07525785aedeea7c X-VCS-Branch: master Date: Wed, 10 Apr 2024 19:38:20 +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: 9f74ea7b-217f-4145-a0ce-2cf8bb99836f X-Archives-Hash: 87e329a159c95cc068dcdd22b0137139 commit: 8aefed45a9fbdb82ceb8399a07525785aedeea7c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Jan 26 13:05:44 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 10 19:37:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aefed45 sci-geosciences/bt747: update EAPI 6 -> 8 Closes: https://bugs.gentoo.org/914467 Closes: https://bugs.gentoo.org/916574 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Arthur Zamarin gentoo.org> ...bt747-2.1.7-r2.ebuild => bt747-2.1.7-r3.ebuild} | 26 +++++++++------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r3.ebuild similarity index 85% rename from sci-geosciences/bt747/bt747-2.1.7-r2.ebuild rename to sci-geosciences/bt747/bt747-2.1.7-r3.ebuild index 72062ed3a7cf..8e3037d93822 100644 --- a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild +++ b/sci-geosciences/bt747/bt747-2.1.7-r3.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit desktop java-pkg-2 java-ant-2 DESCRIPTION="MTK GPS Datalogger Device Control" HOMEPAGE="https://www.bt747.org" -SRC_URI="mirror://sourceforge/${PN}/Stable/BT747_${PV}_full.zip +SRC_URI="mirror://sourceforge/project/bt747/Development/BT747_${PV}_full.zip https://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif" +S="${WORKDIR}" LICENSE="GPL-3" SLOT="1" KEYWORDS="~amd64 ~x86" +BDEPEND="app-arch/unzip:0" CDEPEND=" dev-java/commons-imaging:0 dev-java/jcalendar:1.2 @@ -24,17 +26,12 @@ CDEPEND=" dev-java/swingx:1.6 dev-java/swingx-ws:bt747 " - -RDEPEND=" - ${CDEPEND} +RDEPEND="${CDEPEND} dev-libs/glib:2[dbus] - >=virtual/jre-1.7 + >=virtual/jre-1.8:* " - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.7 - app-arch/unzip +DEPEND="${CDEPEND} + >=virtual/jdk-1.8:* " EANT_BUILD_TARGET="dist.j2se" @@ -42,9 +39,8 @@ EANT_EXTRA_ARGS="-Dskip.proguard=yes -Dsvn=true -Dsvnversion=true -Dbuild.curren EANT_GENTOO_CLASSPATH="commons-imaging,jcalendar-1.2,jchart2d,jopt-simple,rxtx-2,swing-layout-1,swingx-1.6,swingx-ws-bt747" JAVA_ANT_REWRITE_CLASSPATH="yes" -S="${WORKDIR}" - src_prepare() { + java-pkg-2_src_prepare # Fix for newer jchart2d. eapply "${FILESDIR}/jchart2d-3.2.patch" @@ -54,8 +50,6 @@ src_prepare() { # GraphicsUtilities moved in later SwingX versions. sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \ src_j2se/net/sf/bt747/j2se/app/list/FileListCellRenderer.java || die - - eapply_user } src_install() {