app-text/jabref-bin: Add warning to jabref-bin.4.0.ebuild
authorNicolas Bock <nicolasbock@gentoo.org>
Fri, 3 Nov 2017 14:57:37 +0000 (08:57 -0600)
committerNicolas Bock <nicolasbock@gentoo.org>
Fri, 3 Nov 2017 15:00:15 +0000 (09:00 -0600)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-text/jabref-bin/jabref-bin-4.0.ebuild

index e0c651fcf39d54e6652b36e23c8c0782e8f4e82c..05500ee88f03c4b9bb9b1c86e8b1c531b4699362 100644 (file)
@@ -42,4 +42,7 @@ src_install() {
        java-pkg_dolauncher "${PN}" --jar "${PN}.jar"
        newicon images/external/JabRef-icon-128.png JabRef-bin-icon.png
        make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office
+       ewarn "Jabref 4.x will convert old 3.x format .bib databases to a new format."
+       ewarn "The conversion is irreversible, backup .bib files before starting Jabref."
+       ewarn "Jabref 4.x is under heavy development and very unstable."
 }