commit: c76e2c0bf8b625953e551f4bd2d9dcac642a30c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 19:56:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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/"