* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/
@ 2022-08-07 9:13 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-08-07 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 2a1dc3191bbc94223595d3c48d5643eae0e35ee1
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Fri Aug 5 19:20:02 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Aug 5 19:23:20 2022 +0000
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 <Jan.Henke <AT> 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 000000000..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 000000000..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 000000000..f62351af6
--- /dev/null
+++ b/sci-electronics/liblxi/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@taujhe.de</email>
+ <description>Jan Henke</description>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxi-tools/liblxi</remote-id>
+ </upstream>
+ <longdescription>
+ 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.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/
@ 2022-08-11 13:45 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-08-11 13:45 UTC (permalink / raw
To: gentoo-commits
commit: b2393fc0708edd5f06eade04d5ddae86a40fe186
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Sun Aug 7 14:01:38 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 14:01:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2393fc0
sci-electronics/liblxi: update maintainers
Signed-off-by: Jan Henke <Jan.Henke <AT> 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 @@
<pkgmetadata>
<maintainer type="person">
<email>gentoo@taujhe.de</email>
- <description>Jan Henke</description>
+ <name>Jan Henke</name>
</maintainer>
<upstream>
<remote-id type="github">lxi-tools/liblxi</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/
@ 2024-06-08 20:06 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-06-08 20:06 UTC (permalink / raw
To: gentoo-commits
commit: d66a5da87847b85aee6ac25722498c4eaedcf9da
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Sat Jun 8 18:26:16 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 8 18:28:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d66a5da8
sci-electronics/liblxi: add 1.20
Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
sci-electronics/liblxi/Manifest | 1 +
sci-electronics/liblxi/liblxi-1.20.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
index 6bcdbc5b5..61ba6c415 100644
--- a/sci-electronics/liblxi/Manifest
+++ b/sci-electronics/liblxi/Manifest
@@ -1,2 +1,3 @@
DIST liblxi-1.16.tar.gz 24667 BLAKE2B b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1 SHA512 371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
DIST liblxi-1.18.tar.gz 25832 BLAKE2B 38f0f236f350e97bd71c34ca927388387784801bc9ea0604c37669a7bf6449d2c9b9088bb34eea5011e795ba62f18cdf04ffd5f0e545de2ea2fc697f757acbcb SHA512 f2cf4670eac50c80005585e5c91c32df7cfbe981dd1a79262acee92b14b3464ca4068ca0b33281798d6cfd774510731a0280377c001f6e122c7e7aa502f25305
+DIST liblxi-1.20.tar.gz 30828 BLAKE2B e4929c2686ad30f7df8e75832c21160df9346dc5d3ebb62d210c44a1e169b272c91f9acc0c1b34cad43f32810d986571d0245782df946551826a90a165b264e6 SHA512 226a5b038f3cfa986d522f7c38b6d5924594130732d06bd7da309b85bf8b38dc999875b2ed7469f07d5dd083bfdf5eeb4eb637d5d6677679ee787da0cb0df596
diff --git a/sci-electronics/liblxi/liblxi-1.20.ebuild b/sci-electronics/liblxi/liblxi-1.20.ebuild
new file mode 100644
index 000000000..94c1600fd
--- /dev/null
+++ b/sci-electronics/liblxi/liblxi-1.20.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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/
@ 2024-06-08 20:06 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-06-08 20:06 UTC (permalink / raw
To: gentoo-commits
commit: c7a3924f4bbd8e42d64970fcb2fab02813ed7a7f
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Sat Jun 8 18:30:10 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 8 18:30:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7a3924f
sci-electronics/liblxi: drop 1.16, 1.18
Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
sci-electronics/liblxi/Manifest | 2 --
sci-electronics/liblxi/liblxi-1.16.ebuild | 24 ------------------------
sci-electronics/liblxi/liblxi-1.18.ebuild | 25 -------------------------
3 files changed, 51 deletions(-)
diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
index 61ba6c415..9e1f5dfab 100644
--- a/sci-electronics/liblxi/Manifest
+++ b/sci-electronics/liblxi/Manifest
@@ -1,3 +1 @@
-DIST liblxi-1.16.tar.gz 24667 BLAKE2B b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1 SHA512 371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
-DIST liblxi-1.18.tar.gz 25832 BLAKE2B 38f0f236f350e97bd71c34ca927388387784801bc9ea0604c37669a7bf6449d2c9b9088bb34eea5011e795ba62f18cdf04ffd5f0e545de2ea2fc697f757acbcb SHA512 f2cf4670eac50c80005585e5c91c32df7cfbe981dd1a79262acee92b14b3464ca4068ca0b33281798d6cfd774510731a0280377c001f6e122c7e7aa502f25305
DIST liblxi-1.20.tar.gz 30828 BLAKE2B e4929c2686ad30f7df8e75832c21160df9346dc5d3ebb62d210c44a1e169b272c91f9acc0c1b34cad43f32810d986571d0245782df946551826a90a165b264e6 SHA512 226a5b038f3cfa986d522f7c38b6d5924594130732d06bd7da309b85bf8b38dc999875b2ed7469f07d5dd083bfdf5eeb4eb637d5d6677679ee787da0cb0df596
diff --git a/sci-electronics/liblxi/liblxi-1.16.ebuild b/sci-electronics/liblxi/liblxi-1.16.ebuild
deleted file mode 100644
index 8609b522f..000000000
--- a/sci-electronics/liblxi/liblxi-1.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
-
-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/liblxi-1.18.ebuild b/sci-electronics/liblxi/liblxi-1.18.ebuild
deleted file mode 100644
index 94c1600fd..000000000
--- a/sci-electronics/liblxi/liblxi-1.18.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/
@ 2024-06-09 18:28 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-06-09 18:28 UTC (permalink / raw
To: gentoo-commits
commit: c6c58643face6dffb604e2a0965b01a5b1242c30
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Sun Jun 9 16:00:22 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun 9 16:00:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6c58643
sci-electronics/liblxi: Update copyright
Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
sci-electronics/liblxi/liblxi-1.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/liblxi/liblxi-1.20.ebuild b/sci-electronics/liblxi/liblxi-1.20.ebuild
index 94c1600fd..7433cef3d 100644
--- a/sci-electronics/liblxi/liblxi-1.20.ebuild
+++ b/sci-electronics/liblxi/liblxi-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-09 18:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 13:45 [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/liblxi/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:28 Julien Roy
2024-06-08 20:06 Julien Roy
2024-06-08 20:06 Julien Roy
2022-08-07 9:13 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox