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 E76421382C5 for ; Thu, 25 Feb 2021 17:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28210E099F; Thu, 25 Feb 2021 17:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E0AAE099F for ; Thu, 25 Feb 2021 17:19:42 +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 E2F51340F99 for ; Thu, 25 Feb 2021 17:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4985E478 for ; Thu, 25 Feb 2021 17:19:39 +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: <1614273513.3d2e143c642d9e8ddd803ed7a9f8afd9de371068.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.9999.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 3d2e143c642d9e8ddd803ed7a9f8afd9de371068 X-VCS-Branch: master Date: Thu, 25 Feb 2021 17:19:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 777869e7-35d6-430d-bb3f-a12f41854a80 X-Archives-Hash: 8723a120ad52bb74d4c0f0dc633fd098 commit: 3d2e143c642d9e8ddd803ed7a9f8afd9de371068 Author: Sam James gentoo org> AuthorDate: Mon Feb 22 15:19:39 2021 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Thu Feb 25 17:18:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2e143c app-text/jabref-bin: explicitly mark as a live ebuild with live property All of our eclasses for live ebuilds set PROPERTIES="live" as per PMS to indicate their live nature, but manual live ebuilds obviously don't have this automatic property. Let's set it manually to correctly identify this as a live ebuild. Closes: https://github.com/gentoo/gentoo/pull/19597 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> Signed-off-by: Nicolas Bock gentoo.org> app-text/jabref-bin/jabref-bin-4.9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild b/app-text/jabref-bin/jabref-bin-4.9999.ebuild index 4c60f2779d0..0526745fe6a 100644 --- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,8 @@ inherit eutils java-pkg-2 DESCRIPTION="Java GUI manages bibliographies in a BibTeX database" HOMEPAGE="http://www.jabref.org/" -KEYWORDS="" +S="${WORKDIR}" +PROPERTIES="live" LICENSE="MIT" SLOT="0" @@ -19,8 +20,6 @@ RDEPEND=" virtual/jre:1.8 " -S="${WORKDIR}" - src_unpack() { einfo "Downloading the latest Jabref development snapshot." einfo "Upstream updates these a few times per day."