[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/liblxi/

2022-11-27 Thread Jan Henke
commit: 338e3b32d5321c33b7e5377d3391f5bdefaf47fc
Author: Jan Henke  taujhe  de>
AuthorDate: Sun Nov 27 10:25:57 2022 +
Commit: Jan Henke  taujhe  de>
CommitDate: Sun Nov 27 10:25:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=338e3b32

sci-electronics/liblxi: add 1.18

Signed-off-by: Jan Henke  taujhe.de>

 sci-electronics/liblxi/Manifest   |  1 +
 sci-electronics/liblxi/liblxi-1.18.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
index 637865040..6bcdbc5b5 100644
--- a/sci-electronics/liblxi/Manifest
+++ b/sci-electronics/liblxi/Manifest
@@ -1 +1,2 @@
 DIST liblxi-1.16.tar.gz 24667 BLAKE2B 
b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1
 SHA512 
371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
+DIST liblxi-1.18.tar.gz 25832 BLAKE2B 
38f0f236f350e97bd71c34ca927388387784801bc9ea0604c37669a7bf6449d2c9b9088bb34eea5011e795ba62f18cdf04ffd5f0e545de2ea2fc697f757acbcb
 SHA512 
f2cf4670eac50c80005585e5c91c32df7cfbe981dd1a79262acee92b14b3464ca4068ca0b33281798d6cfd774510731a0280377c001f6e122c7e7aa502f25305

diff --git a/sci-electronics/liblxi/liblxi-1.18.ebuild 
b/sci-electronics/liblxi/liblxi-1.18.ebuild
new file mode 100644
index 0..94c1600fd
--- /dev/null
+++ b/sci-electronics/liblxi/liblxi-1.18.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="Implementation of the LAN eXtensions for Instrumentation (LXI)"
+HOMEPAGE="https://github.com/lxi-tools/liblxi;
+SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="zeroconf"
+
+RDEPEND="
+   >=net-libs/libtirpc-1.3.2
+   >=dev-libs/libxml2-2.9.14-r1
+   zeroconf? ( >=net-dns/avahi-0.8-r5 )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/liblxi/

2022-08-07 Thread Jan Henke
commit: b2393fc0708edd5f06eade04d5ddae86a40fe186
Author: Jan Henke  taujhe  de>
AuthorDate: Sun Aug  7 14:01:38 2022 +
Commit: Jan Henke  taujhe  de>
CommitDate: Sun Aug  7 14:01:38 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2393fc0

sci-electronics/liblxi: update maintainers

Signed-off-by: Jan Henke  taujhe.de>

 sci-electronics/liblxi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/liblxi/metadata.xml 
b/sci-electronics/liblxi/metadata.xml
index f62351af6..2f006ff93 100644
--- a/sci-electronics/liblxi/metadata.xml
+++ b/sci-electronics/liblxi/metadata.xml
@@ -3,7 +3,7 @@
 
   
 gen...@taujhe.de
-Jan Henke
+Jan Henke
   
   
 lxi-tools/liblxi



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/liblxi/

2022-08-05 Thread Jan Henke
commit: 2a1dc3191bbc94223595d3c48d5643eae0e35ee1
Author: Jan Henke  taujhe  de>
AuthorDate: Fri Aug  5 19:20:02 2022 +
Commit: Jan Henke  taujhe  de>
CommitDate: Fri Aug  5 19:23:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a1dc319

sci-electronics/liblxi: new package, add 1.16

Signed-off-by: Jan Henke  taujhe.de>

 sci-electronics/liblxi/Manifest   |  1 +
 sci-electronics/liblxi/liblxi-1.16.ebuild | 25 +
 sci-electronics/liblxi/metadata.xml   | 17 +
 3 files changed, 43 insertions(+)

diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
new file mode 100644
index 0..637865040
--- /dev/null
+++ b/sci-electronics/liblxi/Manifest
@@ -0,0 +1 @@
+DIST liblxi-1.16.tar.gz 24667 BLAKE2B 
b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1
 SHA512 
371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0

diff --git a/sci-electronics/liblxi/liblxi-1.16.ebuild 
b/sci-electronics/liblxi/liblxi-1.16.ebuild
new file mode 100644
index 0..77429abd2
--- /dev/null
+++ b/sci-electronics/liblxi/liblxi-1.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="Implementation of the LAN eXtensions for Instrumentation (LXI)"
+HOMEPAGE="https://github.com/lxi-tools/liblxi;
+SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=net-libs/libtirpc-1.3.2
+   >=dev-libs/libxml2-2.9.14-r1
+   >=net-dns/avahi-0.8-r5
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"

diff --git a/sci-electronics/liblxi/metadata.xml 
b/sci-electronics/liblxi/metadata.xml
new file mode 100644
index 0..f62351af6
--- /dev/null
+++ b/sci-electronics/liblxi/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+gen...@taujhe.de
+Jan Henke
+  
+  
+lxi-tools/liblxi
+  
+  
+liblxi is an open source software library which offers a simple API 
+for communicating with LXI compatible instruments. The API allows 
+applications to discover instruments on your network, send SCPI 
+commands, and receive responses.
+  
+