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 6A5F7158094 for ; Sat, 8 Oct 2022 20:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C08E0894; Sat, 8 Oct 2022 20:01:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C158E0894 for ; Sat, 8 Oct 2022 20:01:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B29463410FD for ; Sat, 8 Oct 2022 20:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D75AB60B for ; Sat, 8 Oct 2022 20:01:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665259291.c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-3.8.2.ebuild app-text/jabref-bin/jabref-bin-4.3.1.ebuild app-text/jabref-bin/jabref-bin-4.9999.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c76e2c0bf8b625953e551f4bd2d9dcac642a30c8 X-VCS-Branch: master Date: Sat, 8 Oct 2022 20:01:44 +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: e827a7f3-a65b-4b43-9537-c31df1b0bc2b X-Archives-Hash: 19c910af3bbe192ca145faa890db49d7 commit: c76e2c0bf8b625953e551f4bd2d9dcac642a30c8 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 19:56:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 20:01:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76e2c0b app-text/jabref-bin: fix DeprecatedEclass (eutils) Signed-off-by: Sam James gentoo.org> app-text/jabref-bin/jabref-bin-3.8.2.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-4.3.1.ebuild | 4 ++-- app-text/jabref-bin/jabref-bin-4.9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild index 106c4590fe8c..b051ca390114 100644 --- a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 +inherit desktop java-pkg-2 MY_PV_1="${PV/_beta/b}" MY_PV="${MY_PV_1/_rc/}" diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild index 228d81dafa31..475c086168ea 100644 --- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_WANT_TARGET=1.8 -inherit eutils java-pkg-2 +inherit desktop java-pkg-2 MY_PV_1="${PV/_beta/b}" MY_PV="${MY_PV_1/_rc/}" diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild b/app-text/jabref-bin/jabref-bin-4.9999.ebuild index 0526745fe6ad..6ad4e16b1e25 100644 --- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 +inherit desktop java-pkg-2 DESCRIPTION="Java GUI manages bibliographies in a BibTeX database" HOMEPAGE="http://www.jabref.org/"