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: Sun, 27 Nov 2022 10:26:34
Message-Id: 1669544757.338e3b32d5321c33b7e5377d3391f5bdefaf47fc.gentoo@gentoo
1 commit: 338e3b32d5321c33b7e5377d3391f5bdefaf47fc
2 Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
3 AuthorDate: Sun Nov 27 10:25:57 2022 +0000
4 Commit: Jan Henke <gentoo <AT> taujhe <DOT> de>
5 CommitDate: Sun Nov 27 10:25:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=338e3b32
7
8 sci-electronics/liblxi: add 1.18
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.18.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
17 index 637865040..6bcdbc5b5 100644
18 --- a/sci-electronics/liblxi/Manifest
19 +++ b/sci-electronics/liblxi/Manifest
20 @@ -1 +1,2 @@
21 DIST liblxi-1.16.tar.gz 24667 BLAKE2B b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1 SHA512 371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
22 +DIST liblxi-1.18.tar.gz 25832 BLAKE2B 38f0f236f350e97bd71c34ca927388387784801bc9ea0604c37669a7bf6449d2c9b9088bb34eea5011e795ba62f18cdf04ffd5f0e545de2ea2fc697f757acbcb SHA512 f2cf4670eac50c80005585e5c91c32df7cfbe981dd1a79262acee92b14b3464ca4068ca0b33281798d6cfd774510731a0280377c001f6e122c7e7aa502f25305
23
24 diff --git a/sci-electronics/liblxi/liblxi-1.18.ebuild b/sci-electronics/liblxi/liblxi-1.18.ebuild
25 new file mode 100644
26 index 000000000..94c1600fd
27 --- /dev/null
28 +++ b/sci-electronics/liblxi/liblxi-1.18.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit meson-multilib
36 +
37 +DESCRIPTION="Implementation of the LAN eXtensions for Instrumentation (LXI)"
38 +HOMEPAGE="https://github.com/lxi-tools/liblxi"
39 +SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +IUSE="zeroconf"
45 +
46 +RDEPEND="
47 + >=net-libs/libtirpc-1.3.2
48 + >=dev-libs/libxml2-2.9.14-r1
49 + zeroconf? ( >=net-dns/avahi-0.8-r5 )
50 +"
51 +
52 +DEPEND="${RDEPEND}"
53 +
54 +BDEPEND="virtual/pkgconfig"