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 0CB3515817D for ; Tue, 4 Jun 2024 08:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F400E2AB7; Tue, 4 Jun 2024 08:38:24 +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 0E1EFE2AB7 for ; Tue, 4 Jun 2024 08:38:24 +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 16CA533BF03 for ; Tue, 4 Jun 2024 08:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302001066 for ; Tue, 4 Jun 2024 08:38:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1717490220.af69ac831050a70f28fb4b59986a002794ef4153.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/logic-bin/Manifest sci-electronics/logic-bin/logic-bin-2.4.9.ebuild X-VCS-Directories: sci-electronics/logic-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: af69ac831050a70f28fb4b59986a002794ef4153 X-VCS-Branch: dev Date: Tue, 4 Jun 2024 08:38:21 +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: 622a93d7-eccd-4fe8-ae16-83cc158b7798 X-Archives-Hash: eaa9d692b790171cdd5605e073cf8073 commit: af69ac831050a70f28fb4b59986a002794ef4153 Author: David Roman gmail com> AuthorDate: Tue Jun 4 08:37:00 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jun 4 08:37:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af69ac83 sci-electronics/logic-bin: drop 2.4.9 Signed-off-by: David Roman gmail.com> sci-electronics/logic-bin/Manifest | 1 - sci-electronics/logic-bin/logic-bin-2.4.9.ebuild | 26 ------------------------ 2 files changed, 27 deletions(-) diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest index b743ce4a2..0f8c9727c 100644 --- a/sci-electronics/logic-bin/Manifest +++ b/sci-electronics/logic-bin/Manifest @@ -1,2 +1 @@ DIST Logic-2.4.14-linux-x64.AppImage 187591212 BLAKE2B 744e3266e8545c700ac2fd5ad31f9df569a2d5fe5b796a88934b7c6b730dd6282f44827748bc134960babebbf47ab9dfc12fb078d3a5b38f3eff22d1e835c2b0 SHA512 c32626eb359cad568a5871e29b4aa291294f92fd21052c80a3a21ed3a49ac3803cf0bee0af26a1b9f53e95ad47e4f71c86b241699dee59fefcd24e056de5c4d5 -DIST Logic-2.4.9-linux-x64.AppImage 170151103 BLAKE2B b37b727064ba31abd5ea114e1cb43e1b4a1c23bce78b9387e2bf399a05ebe01a6d25df7e2e43a5bfb0c2210f24e2c584030e5576e3433cce87e09c41f1df82a7 SHA512 91fcdde099a083d825f575e855469b14377e3dab6ea80a6b0b5bcd4e8da334945d727199fde4dd3b6b5f49568cb6814b2e0ded3731aa03b76baab37430b4d7d4 diff --git a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild deleted file mode 100644 index 229d3d50a..000000000 --- a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Saleae logic analyzer" -HOMEPAGE="https://www.saleae.com" - -SRC_URI="https://downloads.saleae.com/logic2/Logic-${PV}-linux-x64.AppImage" - -S="${WORKDIR}" -LICENSE="Saleae" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="bindist mirror strip" - -QA_PREBUILT="*" - -src_unpack() { - cp "${DISTDIR}/Logic-${PV}-linux-x64.AppImage" saleae-logic || die -} - -src_install() { - dobin saleae-logic -} 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 BFCA415817D for ; Tue, 4 Jun 2024 12:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5884E2BC046; Tue, 4 Jun 2024 12:26:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EDA42BC046 for ; Tue, 4 Jun 2024 12:26:32 +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 79482340C42 for ; Tue, 4 Jun 2024 12:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F2D61C7B for ; Tue, 4 Jun 2024 12:26:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1717490220.af69ac831050a70f28fb4b59986a002794ef4153.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/logic-bin/Manifest sci-electronics/logic-bin/logic-bin-2.4.9.ebuild X-VCS-Directories: sci-electronics/logic-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: af69ac831050a70f28fb4b59986a002794ef4153 X-VCS-Branch: master Date: Tue, 4 Jun 2024 12:26:28 +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: 7d07b9d0-888c-47b9-994f-6b684f2711bf X-Archives-Hash: 336dee7488e70dbb4855a6989ab6dade Message-ID: <20240604122628.gzF6TfUPj2FMnkG9qRutiGsq_oTTRWyO3OakWVJ6G44@z> commit: af69ac831050a70f28fb4b59986a002794ef4153 Author: David Roman gmail com> AuthorDate: Tue Jun 4 08:37:00 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jun 4 08:37:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af69ac83 sci-electronics/logic-bin: drop 2.4.9 Signed-off-by: David Roman gmail.com> sci-electronics/logic-bin/Manifest | 1 - sci-electronics/logic-bin/logic-bin-2.4.9.ebuild | 26 ------------------------ 2 files changed, 27 deletions(-) diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest index b743ce4a2..0f8c9727c 100644 --- a/sci-electronics/logic-bin/Manifest +++ b/sci-electronics/logic-bin/Manifest @@ -1,2 +1 @@ DIST Logic-2.4.14-linux-x64.AppImage 187591212 BLAKE2B 744e3266e8545c700ac2fd5ad31f9df569a2d5fe5b796a88934b7c6b730dd6282f44827748bc134960babebbf47ab9dfc12fb078d3a5b38f3eff22d1e835c2b0 SHA512 c32626eb359cad568a5871e29b4aa291294f92fd21052c80a3a21ed3a49ac3803cf0bee0af26a1b9f53e95ad47e4f71c86b241699dee59fefcd24e056de5c4d5 -DIST Logic-2.4.9-linux-x64.AppImage 170151103 BLAKE2B b37b727064ba31abd5ea114e1cb43e1b4a1c23bce78b9387e2bf399a05ebe01a6d25df7e2e43a5bfb0c2210f24e2c584030e5576e3433cce87e09c41f1df82a7 SHA512 91fcdde099a083d825f575e855469b14377e3dab6ea80a6b0b5bcd4e8da334945d727199fde4dd3b6b5f49568cb6814b2e0ded3731aa03b76baab37430b4d7d4 diff --git a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild deleted file mode 100644 index 229d3d50a..000000000 --- a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Saleae logic analyzer" -HOMEPAGE="https://www.saleae.com" - -SRC_URI="https://downloads.saleae.com/logic2/Logic-${PV}-linux-x64.AppImage" - -S="${WORKDIR}" -LICENSE="Saleae" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="bindist mirror strip" - -QA_PREBUILT="*" - -src_unpack() { - cp "${DISTDIR}/Logic-${PV}-linux-x64.AppImage" saleae-logic || die -} - -src_install() { - dobin saleae-logic -}