From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 601A11396D9 for ; Fri, 3 Nov 2017 15:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAAFDE0C47; Fri, 3 Nov 2017 15:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86872E0C47 for ; Fri, 3 Nov 2017 15:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B6473417D4 for ; Fri, 3 Nov 2017 15:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B5D79398 for ; Fri, 3 Nov 2017 15:00:29 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1509721215.6d182a8fb4435d52f81be8a9615ae2a425e97626.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-4.0.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 6d182a8fb4435d52f81be8a9615ae2a425e97626 X-VCS-Branch: master Date: Fri, 3 Nov 2017 15:00:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e325042-9164-4697-b0b2-d642c6ba5eef X-Archives-Hash: 9c2010bf67b8ee224a43cbcc051b082f commit: 6d182a8fb4435d52f81be8a9615ae2a425e97626 Author: Nicolas Bock gentoo org> AuthorDate: Fri Nov 3 14:57:37 2017 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Fri Nov 3 15:00:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d182a8f app-text/jabref-bin: Add warning to jabref-bin.4.0.ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/jabref-bin/jabref-bin-4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index e0c651fcf39..05500ee88f0 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." }