diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2017-11-03 08:57:37 -0600 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2017-11-03 09:00:15 -0600 |
commit | 6d182a8fb4435d52f81be8a9615ae2a425e97626 (patch) | |
tree | f1ec7d27604eefb5a4fe4a6995a183f703819455 /app-text/jabref-bin | |
parent | profiles: Move package dev-util/gogland -> dev-util/goland (diff) | |
download | gentoo-6d182a8fb4435d52f81be8a9615ae2a425e97626.tar.gz gentoo-6d182a8fb4435d52f81be8a9615ae2a425e97626.tar.bz2 gentoo-6d182a8fb4435d52f81be8a9615ae2a425e97626.zip |
app-text/jabref-bin: Add warning to jabref-bin.4.0.ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/jabref-bin')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-4.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index e0c651fcf39d..05500ee88f03 100644 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild @@ -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." } |