Gentoo Archives: gentoo-commits

From: Jan Henke <gentoo@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/liblxi/
Date: Fri, 05 Aug 2022 19:28:04
Message-Id: 1659727400.2a1dc3191bbc94223595d3c48d5643eae0e35ee1.gentoo@gentoo
1 commit: 2a1dc3191bbc94223595d3c48d5643eae0e35ee1
2 Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
3 AuthorDate: Fri Aug 5 19:20:02 2022 +0000
4 Commit: Jan Henke <gentoo <AT> taujhe <DOT> de>
5 CommitDate: Fri Aug 5 19:23:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a1dc319
7
8 sci-electronics/liblxi: new package, add 1.16
9
10 Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de>
11
12 sci-electronics/liblxi/Manifest | 1 +
13 sci-electronics/liblxi/liblxi-1.16.ebuild | 25 +++++++++++++++++++++++++
14 sci-electronics/liblxi/metadata.xml | 17 +++++++++++++++++
15 3 files changed, 43 insertions(+)
16
17 diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
18 new file mode 100644
19 index 000000000..637865040
20 --- /dev/null
21 +++ b/sci-electronics/liblxi/Manifest
22 @@ -0,0 +1 @@
23 +DIST liblxi-1.16.tar.gz 24667 BLAKE2B b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1 SHA512 371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
24
25 diff --git a/sci-electronics/liblxi/liblxi-1.16.ebuild b/sci-electronics/liblxi/liblxi-1.16.ebuild
26 new file mode 100644
27 index 000000000..77429abd2
28 --- /dev/null
29 +++ b/sci-electronics/liblxi/liblxi-1.16.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit meson-multilib
37 +
38 +DESCRIPTION="Implementation of the LAN eXtensions for Instrumentation (LXI)"
39 +HOMEPAGE="https://github.com/lxi-tools/liblxi"
40 +SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + >=net-libs/libtirpc-1.3.2
49 + >=dev-libs/libxml2-2.9.14-r1
50 + >=net-dns/avahi-0.8-r5
51 +"
52 +
53 +DEPEND="${RDEPEND}"
54 +
55 +BDEPEND="virtual/pkgconfig"
56
57 diff --git a/sci-electronics/liblxi/metadata.xml b/sci-electronics/liblxi/metadata.xml
58 new file mode 100644
59 index 000000000..f62351af6
60 --- /dev/null
61 +++ b/sci-electronics/liblxi/metadata.xml
62 @@ -0,0 +1,17 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>gentoo@××××××.de</email>
68 + <description>Jan Henke</description>
69 + </maintainer>
70 + <upstream>
71 + <remote-id type="github">lxi-tools/liblxi</remote-id>
72 + </upstream>
73 + <longdescription>
74 + liblxi is an open source software library which offers a simple API
75 + for communicating with LXI compatible instruments. The API allows
76 + applications to discover instruments on your network, send SCPI
77 + commands, and receive responses.
78 + </longdescription>
79 +</pkgmetadata>