summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 20:56:46 +0100
committerSam James <sam@gentoo.org>2022-10-08 21:01:31 +0100
commitc76e2c0bf8b625953e551f4bd2d9dcac642a30c8 (patch)
tree1437bd249c662ec39b1aee78e826f64196acc83e /app-text
parentdev-lang/mercury-extras: fix DeprecatedEclass (eutils) (diff)
downloadgentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.tar.gz
gentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.tar.bz2
gentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.zip
app-text/jabref-bin: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/jabref-bin/jabref-bin-3.8.2.ebuild4
-rw-r--r--app-text/jabref-bin/jabref-bin-4.3.1.ebuild4
-rw-r--r--app-text/jabref-bin/jabref-bin-4.9999.ebuild4
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/"