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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48E6D158041 for ; Fri, 22 Mar 2024 21:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B44DE2A19; Fri, 22 Mar 2024 21:28:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B9D1E2A19 for ; Fri, 22 Mar 2024 21:28:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18D6434305D for ; Fri, 22 Mar 2024 21:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D2C1591 for ; Fri, 22 Mar 2024 21:28:12 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711135869.bc76f61a3e6b1ceedcdedb1ec0e9e549d0b2983f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/nixnote-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/nixnote-bin/nixnote-bin-9999.ebuild X-VCS-Directories: app-office/nixnote-bin/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: bc76f61a3e6b1ceedcdedb1ec0e9e549d0b2983f X-VCS-Branch: master Date: Fri, 22 Mar 2024 21:28:12 +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: 4c76ddb2-effb-46e5-8b6a-eae2c2b62cb9 X-Archives-Hash: b44a81967ae3692e47a6a74cb71d0a1f commit: bc76f61a3e6b1ceedcdedb1ec0e9e549d0b2983f Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Mar 22 19:31:09 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Mar 22 19:31:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc76f61a app-office/nixnote-bin: add PROPERTIES="live", remove duplicate line with S declaration, remove KEYWORDS Closes: https://bugs.gentoo.org/927532 Signed-off-by: Vitaly Zdanevich ya.ru> app-office/nixnote-bin/nixnote-bin-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-office/nixnote-bin/nixnote-bin-9999.ebuild b/app-office/nixnote-bin/nixnote-bin-9999.ebuild index 7d09cbf4ab..8b3b261b10 100644 --- a/app-office/nixnote-bin/nixnote-bin-9999.ebuild +++ b/app-office/nixnote-bin/nixnote-bin-9999.ebuild @@ -7,10 +7,10 @@ DESCRIPTION="Free and open source note taking app, compatible with Evernote sync HOMEPAGE="https://github.com/robert7/nixnote2" SRC_URI="https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +PROPERTIES="live" RESTRICT="strip" RDEPEND="sys-fs/fuse:0" @@ -18,7 +18,6 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" QA_PREBUILT="*" -S="${WORKDIR}" src_install() { cp "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin || die