Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
Date: Wed, 01 Feb 2023 19:27:21
Message-Id: 1675279596.382f3409a9c3937c84b71ddec85ced24d64b973e.asturm@gentoo
1 commit: 382f3409a9c3937c84b71ddec85ced24d64b973e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 27 21:04:04 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:26:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f3409
7
8 net-libs/libiio: drop 0.21
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-libs/libiio/Manifest | 1 -
13 net-libs/libiio/libiio-0.21.ebuild | 34 ----------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
17 index b5ee0ed13623..42e76fef3fce 100644
18 --- a/net-libs/libiio/Manifest
19 +++ b/net-libs/libiio/Manifest
20 @@ -1,2 +1 @@
21 -DIST libiio-0.21.tar.gz 446893 BLAKE2B 02b6af8e78ab95fa68b146808c58dd012846837646bb0e7e60af890c0e867ed9bb798596e6ff773d6da9efa2750859d23a0f83d874510273ef1d1db8f9424bcb SHA512 5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0
22 DIST libiio-0.24.tar.gz 482936 BLAKE2B cd8dce7af7bbafcb10c08722871d3d9abe089cb22fc3a0ada97905a1c5f96c55905980b8511178d662e9316b7ffdada6e84c29b5cbf1ca92b2d53b02d1ac8cfe SHA512 4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd
23
24 diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
25 deleted file mode 100644
26 index 8c0f8320c620..000000000000
27 --- a/net-libs/libiio/libiio-0.21.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit cmake udev
36 -
37 -DESCRIPTION="Library for interfacing with IIO devices"
38 -HOMEPAGE="https://github.com/analogdevicesinc/libiio"
39 -if [ "${PV}" = "9999" ]; then
40 - EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
41 - inherit git-r3
42 -else
43 - SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="~amd64 ~arm ~riscv ~x86"
45 -fi
46 -
47 -LICENSE="LGPL-2.1"
48 -SLOT="0/${PV}"
49 -IUSE="+aio +zeroconf"
50 -
51 -RDEPEND="dev-libs/libxml2:=
52 - virtual/libusb:1=
53 - aio? ( dev-libs/libaio )
54 - zeroconf? ( net-dns/avahi )"
55 -DEPEND="${RDEPEND}"
56 -
57 -pkg_postinst() {
58 - udev_reload
59 -}
60 -
61 -pkg_postrm() {
62 - udev_reload
63 -}