Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Fri, 03 Nov 2017 15:00:32
Message-Id: 1509721215.6d182a8fb4435d52f81be8a9615ae2a425e97626.nicolasbock@gentoo
1 commit: 6d182a8fb4435d52f81be8a9615ae2a425e97626
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 14:57:37 2017 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 15:00:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d182a8f
7
8 app-text/jabref-bin: Add warning to jabref-bin.4.0.ebuild
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-text/jabref-bin/jabref-bin-4.0.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild
16 index e0c651fcf39..05500ee88f0 100644
17 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild
18 +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild
19 @@ -42,4 +42,7 @@ src_install() {
20 java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
21 newicon images/external/JabRef-icon-128.png JabRef-bin-icon.png
22 make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office
23 + ewarn "Jabref 4.x will convert old 3.x format .bib databases to a new format."
24 + ewarn "The conversion is irreversible, backup .bib files before starting Jabref."
25 + ewarn "Jabref 4.x is under heavy development and very unstable."
26 }