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 3CC7B1581E7 for ; Tue, 23 Apr 2024 23:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04788E2A28; Tue, 23 Apr 2024 23:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DF005E2A28 for ; Tue, 23 Apr 2024 23:03:33 +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 26F98343220 for ; Tue, 23 Apr 2024 23:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88F6C1746 for ; Tue, 23 Apr 2024 23:03:31 +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: <1713913405.fdd93b7fe73b30f9d4f9f968c2e241f3a73b2cfc.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.14.ebuild X-VCS-Directories: sci-electronics/logic-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fdd93b7fe73b30f9d4f9f968c2e241f3a73b2cfc X-VCS-Branch: dev Date: Tue, 23 Apr 2024 23:03:31 +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: 9b2bbed3-7eed-4765-a2c3-788b804ecfb6 X-Archives-Hash: ec1291982ab360d66950caa6e4a3419c Message-ID: <20240423230331.r-An7UK7M32WGMIIpjqQaxPY0K0QfXLQeUGAsEgg_iU@z> commit: fdd93b7fe73b30f9d4f9f968c2e241f3a73b2cfc Author: David Roman gmail com> AuthorDate: Tue Apr 23 23:03:25 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 23 23:03:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdd93b7f sci-electronics/logic-bin: add 2.4.14 Signed-off-by: David Roman gmail.com> sci-electronics/logic-bin/Manifest | 1 + sci-electronics/logic-bin/logic-bin-2.4.14.ebuild | 26 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest index 7779ec5bc7..b743ce4a22 100644 --- a/sci-electronics/logic-bin/Manifest +++ b/sci-electronics/logic-bin/Manifest @@ -1 +1,2 @@ +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.14.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild new file mode 100644 index 0000000000..229d3d50ab --- /dev/null +++ b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild @@ -0,0 +1,26 @@ +# 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 +}