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 A9A8C15817D for ; Fri, 14 Jun 2024 00:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3F62BC014; Fri, 14 Jun 2024 00:57:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB57DE29AB for ; Fri, 14 Jun 2024 00:57:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C04933BEBE for ; Fri, 14 Jun 2024 00:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A811CD5 for ; Fri, 14 Jun 2024 00:57:51 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1718326665.611c53d799582bc4a3189798ceb7f9196be3b634.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/nixnote-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/nixnote-bin/Manifest app-office/nixnote-bin/nixnote-bin-9999.ebuild X-VCS-Directories: app-office/nixnote-bin/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 611c53d799582bc4a3189798ceb7f9196be3b634 X-VCS-Branch: dev Date: Fri, 14 Jun 2024 00:57:51 +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: aa741b5a-7e31-4c19-83dd-36aa4c8bfc10 X-Archives-Hash: 8c03cbfadf6b092085085e0a5140dedd commit: 611c53d799582bc4a3189798ceb7f9196be3b634 Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Jun 14 00:57:45 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Fri Jun 14 00:57:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=611c53d7 app-office/nixnote-bin: remove 9999 because no way to fetch binary from a branch See the context https://github.com/gentoo/guru/commit/6e321e9189b3963b01bbe52f6466a122b9e2c47d#commitcomment-143113023 Signed-off-by: Vitaly Zdanevich ya.ru> app-office/nixnote-bin/Manifest | 1 - app-office/nixnote-bin/nixnote-bin-9999.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-office/nixnote-bin/Manifest b/app-office/nixnote-bin/Manifest index 3e2d4845b..92220a2d3 100644 --- a/app-office/nixnote-bin/Manifest +++ b/app-office/nixnote-bin/Manifest @@ -1,2 +1 @@ -DIST NixNote2-x86_64.AppImage 67507392 BLAKE2B 2817e9b7cd96f79880d55e7d2ed7449c77c6d2006bd135b2bdcfb2b9d3b554a04d8c03477158b460d11ffd9a12f9cd4c4964daebc8e644a174de04db65aa6fe4 SHA512 87a483c2254019bda1c9ba41c6d9739f30b2728ac521da8ca20023236123438f64b208171fd019ba2057f89069a0f322ee8ac79fc97f87c4343411f3b0de7eb5 DIST nixnote-bin-2.1.10.AppImage 67507392 BLAKE2B 2817e9b7cd96f79880d55e7d2ed7449c77c6d2006bd135b2bdcfb2b9d3b554a04d8c03477158b460d11ffd9a12f9cd4c4964daebc8e644a174de04db65aa6fe4 SHA512 87a483c2254019bda1c9ba41c6d9739f30b2728ac521da8ca20023236123438f64b208171fd019ba2057f89069a0f322ee8ac79fc97f87c4343411f3b0de7eb5 diff --git a/app-office/nixnote-bin/nixnote-bin-9999.ebuild b/app-office/nixnote-bin/nixnote-bin-9999.ebuild deleted file mode 100644 index 62ee5eb93..000000000 --- a/app-office/nixnote-bin/nixnote-bin-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Free and open source note taking app, compatible with Evernote sync server" -HOMEPAGE="https://github.com/robert7/nixnote2" -SRC_URI="https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage" - -S="${WORKDIR}" - -LICENSE="GPL-3" -SLOT="0" -PROPERTIES="live" -RESTRICT="strip" - -RDEPEND="sys-fs/fuse:0" - -QA_PREBUILT="*" - -src_install() { - cp "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin || die - dobin nixnote-bin -}