public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2024-04-23 23:03 David Roman
  2024-04-24 12:11 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2024-04-23 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     766a771ec1767be1e297308517cd153808b58179
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 23:02:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 23:02:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=766a771e

sci-electronics/logic-bin: fix variable order

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/logic-bin-2.4.9.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
index 087ac3b537..229d3d50ab 100644
--- a/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
+++ b/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
@@ -7,15 +7,14 @@ DESCRIPTION="Saleae logic analyzer"
 HOMEPAGE="https://www.saleae.com"
 
 SRC_URI="https://downloads.saleae.com/logic2/Logic-${PV}-linux-x64.AppImage"
-KEYWORDS="~amd64"
 
+S="${WORKDIR}"
 LICENSE="Saleae"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RESTRICT="bindist mirror strip"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="*"
 
 src_unpack() {


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2025-09-12 10:45 David Roman
  2025-09-12 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2025-09-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6c5714d65bb9bcf58bb7ca0cfb11aee8b8003366
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 12 10:41:51 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep 12 10:41:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c5714d6

sci-electronics/logic-bin: drop 2.4.14

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest                |  1 -
 sci-electronics/logic-bin/logic-bin-2.4.14.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
index 71b6fff294..75503d92f7 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.29-linux-x64.AppImage 190784685 BLAKE2B 77e3ef319656fa000a33f7f43385d8132331df6b2aa7bcb7609b53e7cdf53b8c82c99e1508877c07ea20ac0af761501f2db9ae3043e71e09f701a171a4c13167 SHA512 7f99549b3aa1a0c60d157177b14216c2cb55eadbecd4043051a657e0b60a040c6d38ab3117575100f35e3a8fd3805436986b3653dad02240a262ce5283600aa3

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild
deleted file mode 100644
index ce798ae086..0000000000
--- a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# 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"
-
-RDEPEND="sys-libs/zlib"
-
-QA_PREBUILT="*"
-
-src_unpack() {
-	cp "${DISTDIR}/Logic-${PV}-linux-x64.AppImage" saleae-logic || die
-}
-
-src_install() {
-	dobin saleae-logic
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2025-09-12 10:45 David Roman
  2025-09-12 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2025-09-12 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     dc3e89934d81ee4443da57e23d885a792dfdcdd3
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 12 10:43:28 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep 12 10:43:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc3e8993

sci-electronics/logic-bin: add 2.4.36

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest                |   1 +
 sci-electronics/logic-bin/logic-bin-2.4.36.ebuild | 128 ++++++++++++++++++++++
 2 files changed, 129 insertions(+)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
index 75503d92f7..9489297b34 100644
--- a/sci-electronics/logic-bin/Manifest
+++ b/sci-electronics/logic-bin/Manifest
@@ -1 +1,2 @@
 DIST Logic-2.4.29-linux-x64.AppImage 190784685 BLAKE2B 77e3ef319656fa000a33f7f43385d8132331df6b2aa7bcb7609b53e7cdf53b8c82c99e1508877c07ea20ac0af761501f2db9ae3043e71e09f701a171a4c13167 SHA512 7f99549b3aa1a0c60d157177b14216c2cb55eadbecd4043051a657e0b60a040c6d38ab3117575100f35e3a8fd3805436986b3653dad02240a262ce5283600aa3
+DIST Logic-2.4.36-linux-x64.AppImage 191333184 BLAKE2B 2d7e9aa54ffcc47182acce8c158461f9cf2a152acaef3edef601e712dd065db9373403d5f75d39c027a74b2cd897e8c2b0d270d3f4a6972849cb08e52bb1bef6 SHA512 d38f2891f2fe2fe4294c25e737c4574d72d945348b9d833b22e8e96e7698c61594b77b87cce4cb56b76ed3788239aa8198b8a29e6402be11cecf7e8e7a638139

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.36.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.36.ebuild
new file mode 100644
index 0000000000..1678ed8aad
--- /dev/null
+++ b/sci-electronics/logic-bin/logic-bin-2.4.36.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+	af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
+	hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+	sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop xdg
+
+APPIMAGE="Logic-${PV}-linux-x64.AppImage"
+DESCRIPTION="Saleae logic analyzer"
+HOMEPAGE="https://www.saleae.com"
+
+SRC_URI="https://downloads2.saleae.com/logic2/${APPIMAGE}"
+
+S="${WORKDIR}"
+LICENSE="Saleae"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-core:2
+	dev-libs/dbus-glib
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libdbusmenu
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/libxcrypt
+	sys-libs/zlib
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libXScrnSaver
+	x11-libs/libXtst
+	x11-libs/libdrm
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/pango
+"
+
+BDEPEND="dev-util/patchelf"
+
+QA_PREBUILT="*"
+
+src_unpack() {
+	cp "${DISTDIR}/${APPIMAGE}" "${S}" || die
+
+	cd "${S}" || die # "appimage-extract" unpacks to current directory
+	chmod +x "${APPIMAGE}" || die
+	./"${APPIMAGE}" --appimage-extract || die
+}
+
+src_prepare() {
+	# Fix permissions
+	find "${S}" -type d -exec chmod a+rx {} + || die
+	find "${S}" -type f -exec chmod a+r {} + || die
+
+	cd squashfs-root || die
+
+	for f in *.so; do
+		patchelf --set-rpath '$ORIGIN' $f || die
+	done
+
+	# scanelf: rpath_security_checks(): Security problem NULL DT_RUNPATH
+	pushd resources/linux-x64/Analyzers || die
+	for f in *.so; do
+		patchelf --set-rpath '$ORIGIN' $f || die
+	done
+	popd
+
+	pushd locales || die
+	chromium_remove_language_paks
+	popd
+
+	default
+}
+
+src_configure() {
+	default
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_install() {
+	cd "${S}/squashfs-root" || die
+
+	insinto /usr/share
+	doins -r ./usr/share/icons
+
+	local -a toremove=(
+		.DirIcon
+		AppRun
+		Logic.png
+		usr/lib/libnotify.so.4
+		usr/lib/libXss.so.1
+		usr/lib/libXtst.so.6
+	)
+	rm -r "${toremove[@]}" || die
+
+	insinto /opt/Logic
+	doins -r *
+
+	fperms 4755 /opt/Logic/chrome-sandbox
+	for i in Logic chrome_crashpad_handler *.so* usr/lib/*.so*; do
+		fperms +x "/opt/Logic/${i}"
+	done
+
+	dosym -r "/opt/Logic/Logic" /usr/bin/Logic
+	domenu Logic.desktop
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/
@ 2025-06-24 14:26 Lucio Sauer
  0 siblings, 0 replies; 13+ messages in thread
From: Lucio Sauer @ 2025-06-24 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     326fa3b1dcc0310d21038145d8a42bf2deb58b44
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 23 10:40:34 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jun 23 10:40:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=326fa3b1

sci-electronics/logic-bin: minor corrections

Fix blank lines, whitespaces & remove unused class

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/logic-bin-2.4.29.ebuild | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild
index a430fc6dbd..1678ed8aad 100644
--- a/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild
+++ b/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="
 	sw ta te th tr uk ur vi zh-CN zh-TW
 "
 
-inherit chromium-2 desktop xdg edo
+inherit chromium-2 desktop xdg
 
 APPIMAGE="Logic-${PV}-linux-x64.AppImage"
 DESCRIPTION="Saleae logic analyzer"
@@ -74,7 +74,6 @@ src_prepare() {
 	find "${S}" -type d -exec chmod a+rx {} + || die
 	find "${S}" -type f -exec chmod a+r {} + || die
 
-
 	cd squashfs-root || die
 
 	for f in *.so; do
@@ -107,14 +106,13 @@ src_install() {
 	doins -r ./usr/share/icons
 
 	local -a toremove=(
-        .DirIcon
-        AppRun
+		.DirIcon
+		AppRun
 		Logic.png
-        usr/lib/libnotify.so.4
-        usr/lib/libXss.so.1
-        usr/lib/libXtst.so.6
-
-    )
+		usr/lib/libnotify.so.4
+		usr/lib/libXss.so.1
+		usr/lib/libXtst.so.6
+	)
 	rm -r "${toremove[@]}" || die
 
 	insinto /opt/Logic
@@ -125,7 +123,6 @@ src_install() {
 		fperms +x "/opt/Logic/${i}"
 	done
 
-
 	dosym -r "/opt/Logic/Logic" /usr/bin/Logic
 	domenu Logic.desktop
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/
@ 2025-06-24 14:26 Lucio Sauer
  0 siblings, 0 replies; 13+ messages in thread
From: Lucio Sauer @ 2025-06-24 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9f3f74a8ac06186f9683b0b9088fbfc2bbdd4c0b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 23 10:36:59 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jun 23 10:37:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f3f74a8

sci-electronics/logic-bin: add 2.4.29

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest                |   1 +
 sci-electronics/logic-bin/logic-bin-2.4.29.ebuild | 131 ++++++++++++++++++++++
 2 files changed, 132 insertions(+)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
index 0f8c9727c0..71b6fff294 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.29-linux-x64.AppImage 190784685 BLAKE2B 77e3ef319656fa000a33f7f43385d8132331df6b2aa7bcb7609b53e7cdf53b8c82c99e1508877c07ea20ac0af761501f2db9ae3043e71e09f701a171a4c13167 SHA512 7f99549b3aa1a0c60d157177b14216c2cb55eadbecd4043051a657e0b60a040c6d38ab3117575100f35e3a8fd3805436986b3653dad02240a262ce5283600aa3

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild
new file mode 100644
index 0000000000..a430fc6dbd
--- /dev/null
+++ b/sci-electronics/logic-bin/logic-bin-2.4.29.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+	af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
+	hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+	sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop xdg edo
+
+APPIMAGE="Logic-${PV}-linux-x64.AppImage"
+DESCRIPTION="Saleae logic analyzer"
+HOMEPAGE="https://www.saleae.com"
+
+SRC_URI="https://downloads2.saleae.com/logic2/${APPIMAGE}"
+
+S="${WORKDIR}"
+LICENSE="Saleae"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-core:2
+	dev-libs/dbus-glib
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libdbusmenu
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/libxcrypt
+	sys-libs/zlib
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libXScrnSaver
+	x11-libs/libXtst
+	x11-libs/libdrm
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/pango
+"
+
+BDEPEND="dev-util/patchelf"
+
+QA_PREBUILT="*"
+
+src_unpack() {
+	cp "${DISTDIR}/${APPIMAGE}" "${S}" || die
+
+	cd "${S}" || die # "appimage-extract" unpacks to current directory
+	chmod +x "${APPIMAGE}" || die
+	./"${APPIMAGE}" --appimage-extract || die
+}
+
+src_prepare() {
+	# Fix permissions
+	find "${S}" -type d -exec chmod a+rx {} + || die
+	find "${S}" -type f -exec chmod a+r {} + || die
+
+
+	cd squashfs-root || die
+
+	for f in *.so; do
+		patchelf --set-rpath '$ORIGIN' $f || die
+	done
+
+	# scanelf: rpath_security_checks(): Security problem NULL DT_RUNPATH
+	pushd resources/linux-x64/Analyzers || die
+	for f in *.so; do
+		patchelf --set-rpath '$ORIGIN' $f || die
+	done
+	popd
+
+	pushd locales || die
+	chromium_remove_language_paks
+	popd
+
+	default
+}
+
+src_configure() {
+	default
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_install() {
+	cd "${S}/squashfs-root" || die
+
+	insinto /usr/share
+	doins -r ./usr/share/icons
+
+	local -a toremove=(
+        .DirIcon
+        AppRun
+		Logic.png
+        usr/lib/libnotify.so.4
+        usr/lib/libXss.so.1
+        usr/lib/libXtst.so.6
+
+    )
+	rm -r "${toremove[@]}" || die
+
+	insinto /opt/Logic
+	doins -r *
+
+	fperms 4755 /opt/Logic/chrome-sandbox
+	for i in Logic chrome_crashpad_handler *.so* usr/lib/*.so*; do
+		fperms +x "/opt/Logic/${i}"
+	done
+
+
+	dosym -r "/opt/Logic/Logic" /usr/bin/Logic
+	domenu Logic.desktop
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2024-06-04  8:38 David Roman
  2024-06-04 12:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2024-06-04  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     af69ac831050a70f28fb4b59986a002794ef4153
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jun  4 08:37:00 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2024-06-04  8:38 David Roman
  2024-06-04 12:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2024-06-04  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     225966e984abb31f1e5ddcf256fc260289b02435
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jun  4 08:37:34 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun  4 08:37:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=225966e9

sci-electronics/logic-bin: add missing RDEPEND

Closes: https://bugs.gentoo.org/933181
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/logic-bin-2.4.14.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild
index 229d3d50a..2f49623ae 100644
--- a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild
+++ b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild
@@ -15,6 +15,8 @@ KEYWORDS="~amd64"
 
 RESTRICT="bindist mirror strip"
 
+RDEPEND="sys-libs/zlib"
+
 QA_PREBUILT="*"
 
 src_unpack() {


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/
@ 2024-04-24 12:11 David Roman
  0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-04-24 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fdd93b7fe73b30f9d4f9f968c2e241f3a73b2cfc
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 23:03:25 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2024-04-23 23:03 David Roman
  2024-04-24 12:11 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2024-04-23 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5ea1ad116d853813017e90567ed35fe0aa53c22a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 23:01:46 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 23:01:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ea1ad11

sci-electronics/logic-bin: drop 2.4.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest               |  1 -
 sci-electronics/logic-bin/logic-bin-2.4.0.ebuild | 27 ------------------------
 2 files changed, 28 deletions(-)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
index 5139edf956..7779ec5bc7 100644
--- a/sci-electronics/logic-bin/Manifest
+++ b/sci-electronics/logic-bin/Manifest
@@ -1,2 +1 @@
-DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e
 DIST Logic-2.4.9-linux-x64.AppImage 170151103 BLAKE2B b37b727064ba31abd5ea114e1cb43e1b4a1c23bce78b9387e2bf399a05ebe01a6d25df7e2e43a5bfb0c2210f24e2c584030e5576e3433cce87e09c41f1df82a7 SHA512 91fcdde099a083d825f575e855469b14377e3dab6ea80a6b0b5bcd4e8da334945d727199fde4dd3b6b5f49568cb6814b2e0ded3731aa03b76baab37430b4d7d4

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
deleted file mode 100644
index d6f415b420..0000000000
--- a/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 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}-master.AppImage"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="Saleae"
-SLOT="0"
-
-RESTRICT="bindist mirror strip"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_unpack() {
-	cp "${DISTDIR}/Logic-2.4.0-master.AppImage" saleae-logic || die
-}
-
-src_install() {
-	dobin saleae-logic
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/
@ 2023-07-23 14:06 David Roman
  2023-07-23 14:07 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 13+ messages in thread
From: David Roman @ 2023-07-23 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     842278951a23012aaa883d811305b094e9cd6d30
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 23 14:06:15 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul 23 14:06:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84227895

sci-electronics/logic-bin: add 2.4.9

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest               |  1 +
 sci-electronics/logic-bin/logic-bin-2.4.9.ebuild | 28 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
index 786763992..5139edf95 100644
--- a/sci-electronics/logic-bin/Manifest
+++ b/sci-electronics/logic-bin/Manifest
@@ -1 +1,2 @@
 DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e
+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
new file mode 100644
index 000000000..b5246f007
--- /dev/null
+++ b/sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
@@ -0,0 +1,28 @@
+# 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"
+KEYWORDS="~amd64"
+
+LICENSE="Saleae"
+SLOT="0"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_unpack() {
+	cp "${DISTDIR}/Logic-${PV}-linux-x64.AppImage" saleae-logic || die
+}
+
+src_install() {
+	dobin saleae-logic
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/
@ 2022-10-06  8:58 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2022-10-06  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b19c7a205a1120de0953d79eac900563ef5789
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  4 16:56:15 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 16:56:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2b19c7a

sci-electronics/logic-bin: keyword 2.4.0 for ~amd64, ~x86

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/logic-bin-2.4.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
index a2bedda96..9c7035294 100644
--- a/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
+++ b/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
@@ -7,12 +7,13 @@ DESCRIPTION="Saleae logic analyzer"
 HOMEPAGE="https://www.saleae.com"
 
 SRC_URI="https://downloads.saleae.com/logic2/Logic-${PV}-master.AppImage"
+KEYWORDS="~amd64 ~x86"
 
 LICENSE="Saleae"
 SLOT="0"
 IUSE=""
 
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/
@ 2022-10-04  2:54 Haelwenn Monnier
  0 siblings, 0 replies; 13+ messages in thread
From: Haelwenn Monnier @ 2022-10-04  2:54 UTC (permalink / raw
  To: gentoo-commits

commit:     612665d524568c9509fa0243825c3702b9c474a2
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  3 17:01:32 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Oct  3 17:01:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=612665d5

sci-electronics/logic-bin: new package, add 2.4.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 sci-electronics/logic-bin/Manifest               |  1 +
 sci-electronics/logic-bin/logic-bin-2.4.0.ebuild | 27 ++++++++++++++++++++++++
 sci-electronics/logic-bin/metadata.xml           |  8 +++++++
 3 files changed, 36 insertions(+)

diff --git a/sci-electronics/logic-bin/Manifest b/sci-electronics/logic-bin/Manifest
new file mode 100644
index 000000000..786763992
--- /dev/null
+++ b/sci-electronics/logic-bin/Manifest
@@ -0,0 +1 @@
+DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e

diff --git a/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
new file mode 100644
index 000000000..a2bedda96
--- /dev/null
+++ b/sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 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}-master.AppImage"
+
+LICENSE="Saleae"
+SLOT="0"
+IUSE=""
+
+RESTRICT="strip"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_unpack() {
+	cp "${DISTDIR}/Logic-2.4.0-master.AppImage" saleae-logic || die
+}
+
+src_install() {
+	dobin saleae-logic
+}

diff --git a/sci-electronics/logic-bin/metadata.xml b/sci-electronics/logic-bin/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/sci-electronics/logic-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-09-12 10:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 23:03 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/ David Roman
2024-04-24 12:11 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-09-12 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-09-12 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-09-12 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-09-12 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-06-24 14:26 Lucio Sauer
2025-06-24 14:26 Lucio Sauer
2024-06-04  8:38 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-06-04 12:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-04  8:38 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-06-04 12:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-04-24 12:11 David Roman
2024-04-23 23:03 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-24 12:11 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-23 14:06 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-07-23 14:07 ` [gentoo-commits] repo/proj/guru:master " David Roman
2022-10-06  8:58 Andrew Ammerlaan
2022-10-04  2:54 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox