public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2018-09-04 20:54 Richard Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Farina @ 2018-09-04 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     600fde3abe0fc1c4d197cd383c8405370a317457
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 20:53:00 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 20:54:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600fde3a

net-libs/libiio: import from pentoo

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-libs/libiio/Manifest              |  1 +
 net-libs/libiio/libiio-0.15-r1.ebuild | 27 +++++++++++++++++++++++++++
 net-libs/libiio/libiio-9999.ebuild    | 27 +++++++++++++++++++++++++++
 net-libs/libiio/metadata.xml          | 18 ++++++++++++++++++
 4 files changed, 73 insertions(+)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
new file mode 100644
index 00000000000..e9bb388854d
--- /dev/null
+++ b/net-libs/libiio/Manifest
@@ -0,0 +1 @@
+DIST libiio-0.15.tar.gz 192704 BLAKE2B 7eeaad1535f69ca11fe3f716ac70a161f98d24513fe910cb34ca11a0b63c07f5b5321447c96c247cc9a76ed838d806fa9f160e87fd10f1aeac5025edfa16b8f6 SHA512 7e3ca1a8b97486f20baf38afecfd26c626bed1fef535d88020d11eb4e49fc1226390c6383799222f6811c13b8b7e5cc77fb899c776c150a9d1c2024bf8ab338b

diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild b/net-libs/libiio/libiio-0.15-r1.ebuild
new file mode 100644
index 00000000000..64bf1679f21
--- /dev/null
+++ b/net-libs/libiio/libiio-0.15-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Library for interfacing with IIO devices"
+HOMEPAGE="https://github.com/analogdevicesinc/libiio"
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
+	inherit git-r3
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+aio +avahi"
+
+RDEPEND="dev-libs/libxml2:=
+	virtual/libusb:1=
+	aio? ( dev-libs/libaio )
+	avahi? ( net-dns/avahi )"
+DEPEND="${RDEPEND}"

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
new file mode 100644
index 00000000000..64bf1679f21
--- /dev/null
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Library for interfacing with IIO devices"
+HOMEPAGE="https://github.com/analogdevicesinc/libiio"
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
+	inherit git-r3
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+aio +avahi"
+
+RDEPEND="dev-libs/libxml2:=
+	virtual/libusb:1=
+	aio? ( dev-libs/libaio )
+	avahi? ( net-dns/avahi )"
+DEPEND="${RDEPEND}"

diff --git a/net-libs/libiio/metadata.xml b/net-libs/libiio/metadata.xml
new file mode 100644
index 00000000000..01dc3884d2c
--- /dev/null
+++ b/net-libs/libiio/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>radio@gentoo.org</email>
+		<name>Radio</name>
+	</maintainer>
+	<use>
+		<flag name="aio">Enable asynchronous IO support</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">analogdevicesinc/libiio</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2019-04-11 15:48 Pacho Ramos
  0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2019-04-11 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     99e9a64e61b1efaa604a6375396ce297804264fe
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 15:26:38 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:48:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9a64e

net-libs/libiio: Rename USE avahi to zeroconf

Closes: https://bugs.gentoo.org/671910
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-libs/libiio/libiio-0.15-r1.ebuild | 6 +++---
 net-libs/libiio/libiio-9999.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild b/net-libs/libiio/libiio-0.15-r1.ebuild
index 64bf1679f21..3a277614bfb 100644
--- a/net-libs/libiio/libiio-0.15-r1.ebuild
+++ b/net-libs/libiio/libiio-0.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,10 +18,10 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-IUSE="+aio +avahi"
+IUSE="+aio +zeroconf"
 
 RDEPEND="dev-libs/libxml2:=
 	virtual/libusb:1=
 	aio? ( dev-libs/libaio )
-	avahi? ( net-dns/avahi )"
+	zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}"

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index 64bf1679f21..3a277614bfb 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,10 +18,10 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-IUSE="+aio +avahi"
+IUSE="+aio +zeroconf"
 
 RDEPEND="dev-libs/libxml2:=
 	virtual/libusb:1=
 	aio? ( dev-libs/libaio )
-	avahi? ( net-dns/avahi )"
+	zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2021-02-25 17:49 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2021-02-25 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     88356ffeda0cb0623506dce6acc3d3b764eea052
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 17:47:39 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:49:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88356ffe

net-libs/libiio: bump

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/Manifest                                      | 2 +-
 net-libs/libiio/{libiio-0.15-r1.ebuild => libiio-0.21.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index e9bb388854d..a47f6377020 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1 +1 @@
-DIST libiio-0.15.tar.gz 192704 BLAKE2B 7eeaad1535f69ca11fe3f716ac70a161f98d24513fe910cb34ca11a0b63c07f5b5321447c96c247cc9a76ed838d806fa9f160e87fd10f1aeac5025edfa16b8f6 SHA512 7e3ca1a8b97486f20baf38afecfd26c626bed1fef535d88020d11eb4e49fc1226390c6383799222f6811c13b8b7e5cc77fb899c776c150a9d1c2024bf8ab338b
+DIST libiio-0.21.tar.gz 446893 BLAKE2B 02b6af8e78ab95fa68b146808c58dd012846837646bb0e7e60af890c0e867ed9bb798596e6ff773d6da9efa2750859d23a0f83d874510273ef1d1db8f9424bcb SHA512 5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0

diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild b/net-libs/libiio/libiio-0.21.ebuild
similarity index 100%
rename from net-libs/libiio/libiio-0.15-r1.ebuild
rename to net-libs/libiio/libiio-0.21.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2021-02-25 17:49 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2021-02-25 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     de3a7c1dafb5de5c2535634d84ad72f1a6dd8989
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 17:49:43 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:49:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a7c1d

net-libs/libiio: modernize

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/libiio-0.21.ebuild | 4 ++--
 net-libs/libiio/libiio-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
index b1bd4983707..66f1603cbe6 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio"

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index b1bd4983707..66f1603cbe6 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-04-30 19:09 Marek Szuba
  0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2022-04-30 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7d5b24ed40761919118cddf6202e3a4616972c9a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 18:03:19 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:08:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5b24ed

net-libs/libiio: keyword 0.21 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-libs/libiio/libiio-0.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
index 66f1603cbe68..bd8c312d30af 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-07-13  6:15 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-13  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     426f87eabac716dedc967457d643cb0f0af871ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 06:15:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 06:15:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426f87ea

net-libs/libiio: Keyword 0.21 arm, #854291

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libiio/libiio-0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
index bd8c312d30af..9e0145ed05ba 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-08-19  5:34 Thomas Beierlein
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Beierlein @ 2022-08-19  5:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d802c67464f27d5254cd5919a80f6efd44f532c3
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 05:33:41 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 05:33:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d802c674

net-libs/libiio: call udev_reload

Closes: https://bugs.gentoo.org/848924
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-libs/libiio/libiio-0.21.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
index 9e0145ed05ba..8c0f8320c620 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake udev
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio"
@@ -24,3 +24,11 @@ RDEPEND="dev-libs/libxml2:=
 	aio? ( dev-libs/libaio )
 	zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-08-19  5:36 Thomas Beierlein
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Beierlein @ 2022-08-19  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     afca7e57215660f810048f2ba9dd8cf25ccf15e2
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 05:36:10 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 05:36:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afca7e57

net-libs/libiio: add 0.24

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-libs/libiio/Manifest           |  1 +
 net-libs/libiio/libiio-0.24.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index a47f63770209..b5ee0ed13623 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1 +1,2 @@
 DIST libiio-0.21.tar.gz 446893 BLAKE2B 02b6af8e78ab95fa68b146808c58dd012846837646bb0e7e60af890c0e867ed9bb798596e6ff773d6da9efa2750859d23a0f83d874510273ef1d1db8f9424bcb SHA512 5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0
+DIST libiio-0.24.tar.gz 482936 BLAKE2B cd8dce7af7bbafcb10c08722871d3d9abe089cb22fc3a0ada97905a1c5f96c55905980b8511178d662e9316b7ffdada6e84c29b5cbf1ca92b2d53b02d1ac8cfe SHA512 4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd

diff --git a/net-libs/libiio/libiio-0.24.ebuild b/net-libs/libiio/libiio-0.24.ebuild
new file mode 100644
index 000000000000..8c0f8320c620
--- /dev/null
+++ b/net-libs/libiio/libiio-0.24.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake udev
+
+DESCRIPTION="Library for interfacing with IIO devices"
+HOMEPAGE="https://github.com/analogdevicesinc/libiio"
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+aio +zeroconf"
+
+RDEPEND="dev-libs/libxml2:=
+	virtual/libusb:1=
+	aio? ( dev-libs/libaio )
+	zeroconf? ( net-dns/avahi )"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-08-21 11:20 Thomas Beierlein
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Beierlein @ 2022-08-21 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8ded12e731df8d371bf03339f1b919ab9e44c19f
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:16:02 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 11:20:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ded12e7

net-libs/libiio: Respect use flag settings

Closes: https://bugs.gentoo.org/865881
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-libs/libiio/libiio-0.24.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/net-libs/libiio/libiio-0.24.ebuild b/net-libs/libiio/libiio-0.24.ebuild
index 8c0f8320c620..e093b43aa586 100644
--- a/net-libs/libiio/libiio-0.24.ebuild
+++ b/net-libs/libiio/libiio-0.24.ebuild
@@ -25,6 +25,14 @@ RDEPEND="dev-libs/libxml2:=
 	zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}"
 
+src_configure() {
+	local mycmakeargs=(
+		-DHAVE_DNS_SD="$(usex zeroconf)"
+		-DWITH_AIO="$(usex aio)"
+	)
+	cmake_src_configure
+}
+
 pkg_postinst() {
 	udev_reload
 }


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2022-09-27 11:13 Thomas Beierlein
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Beierlein @ 2022-09-27 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2ec405c0584c56038955352e4d7bd1d942e4cee3
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 11:11:22 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 11:13:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec405c0

net-libs/libiio: Add missing use dep

Closes: https://bugs.gentoo.org/870190
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-libs/libiio/libiio-0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libiio/libiio-0.24.ebuild b/net-libs/libiio/libiio-0.24.ebuild
index e093b43aa586..b9ac79d255d6 100644
--- a/net-libs/libiio/libiio-0.24.ebuild
+++ b/net-libs/libiio/libiio-0.24.ebuild
@@ -22,7 +22,7 @@ IUSE="+aio +zeroconf"
 RDEPEND="dev-libs/libxml2:=
 	virtual/libusb:1=
 	aio? ( dev-libs/libaio )
-	zeroconf? ( net-dns/avahi )"
+	zeroconf? ( net-dns/avahi[dbus] )"
 DEPEND="${RDEPEND}"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2023-02-01 19:27 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2023-02-01 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     382f3409a9c3937c84b71ddec85ced24d64b973e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 21:04:04 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 19:26:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f3409

net-libs/libiio: drop 0.21

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libiio/Manifest           |  1 -
 net-libs/libiio/libiio-0.21.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index b5ee0ed13623..42e76fef3fce 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1,2 +1 @@
-DIST libiio-0.21.tar.gz 446893 BLAKE2B 02b6af8e78ab95fa68b146808c58dd012846837646bb0e7e60af890c0e867ed9bb798596e6ff773d6da9efa2750859d23a0f83d874510273ef1d1db8f9424bcb SHA512 5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0
 DIST libiio-0.24.tar.gz 482936 BLAKE2B cd8dce7af7bbafcb10c08722871d3d9abe089cb22fc3a0ada97905a1c5f96c55905980b8511178d662e9316b7ffdada6e84c29b5cbf1ca92b2d53b02d1ac8cfe SHA512 4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd

diff --git a/net-libs/libiio/libiio-0.21.ebuild b/net-libs/libiio/libiio-0.21.ebuild
deleted file mode 100644
index 8c0f8320c620..000000000000
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake udev
-
-DESCRIPTION="Library for interfacing with IIO devices"
-HOMEPAGE="https://github.com/analogdevicesinc/libiio"
-if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-IUSE="+aio +zeroconf"
-
-RDEPEND="dev-libs/libxml2:=
-	virtual/libusb:1=
-	aio? ( dev-libs/libaio )
-	zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2023-08-21  1:55 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2023-08-21  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8f54e8f70d0d6e914eecd678f12364083fd4ac77
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 01:54:59 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 01:55:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f54e8f7

net-libs/libiio: add missing REQUIRED_USE

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/libiio-0.25.ebuild | 1 +
 net-libs/libiio/libiio-9999.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-libs/libiio/libiio-0.25.ebuild b/net-libs/libiio/libiio-0.25.ebuild
index d65727ab9981..089cda96f936 100644
--- a/net-libs/libiio/libiio-0.25.ebuild
+++ b/net-libs/libiio/libiio-0.25.ebuild
@@ -27,6 +27,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )
 	aio? ( dev-libs/libaio )
 	zeroconf? ( net-dns/avahi[dbus] )"
 DEPEND="${RDEPEND}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index d65727ab9981..089cda96f936 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )
 	aio? ( dev-libs/libaio )
 	zeroconf? ( net-dns/avahi[dbus] )"
 DEPEND="${RDEPEND}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2023-08-21  1:55 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2023-08-21  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8d1b2e91d02f5a5fd17768d5293f94269e5f24e4
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 01:52:23 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 01:55:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1b2e91

net-libs/libiio: add 0.25

sync live ebuild
add python support
Closes: https://bugs.gentoo.org/823137
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/Manifest           |  1 +
 net-libs/libiio/libiio-0.25.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
 net-libs/libiio/libiio-9999.ebuild | 43 +++++++++++++++++++++++++------
 3 files changed, 89 insertions(+), 8 deletions(-)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index 42e76fef3fce..ff1b7ab94c35 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1 +1,2 @@
 DIST libiio-0.24.tar.gz 482936 BLAKE2B cd8dce7af7bbafcb10c08722871d3d9abe089cb22fc3a0ada97905a1c5f96c55905980b8511178d662e9316b7ffdada6e84c29b5cbf1ca92b2d53b02d1ac8cfe SHA512 4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd
+DIST libiio-0.25.tar.gz 518247 BLAKE2B 9b3190b5c69fc9fc624f4b0c686cace828fc34219a986a306ffba6b4c2a4f3b8c60cd8d5c67c350033d83ecdaeb010559318bbf76f0b0565bdbcbe119d85e097 SHA512 e0f2f5545b4c78d1f0f56b037db6e363aab01aad69af3a095b3546af74dab6effe0b00f5c336ef799a739f76c5f16ab76a6b8e823508861edd2745a9d3fd2599

diff --git a/net-libs/libiio/libiio-0.25.ebuild b/net-libs/libiio/libiio-0.25.ebuild
new file mode 100644
index 000000000000..d65727ab9981
--- /dev/null
+++ b/net-libs/libiio/libiio-0.25.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit cmake udev python-single-r1
+
+DESCRIPTION="Library for interfacing with IIO devices"
+HOMEPAGE="https://github.com/analogdevicesinc/libiio"
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+aio python +zeroconf"
+
+BDEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="python? ( ${PYTHON_DEPS} )
+	dev-libs/libxml2
+	virtual/libusb:1
+	aio? ( dev-libs/libaio )
+	zeroconf? ( net-dns/avahi[dbus] )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DHAVE_DNS_SD="$(usex zeroconf)"
+		-DWITH_AIO="$(usex aio)"
+		-DPYTHON_BINDINGS="$(usex python)"
+	)
+	use python && mycmakeargs+=(-DPYTHON_EXECUTABLE="${PYTHON}")
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	python_fix_shebang "${ED}"
+	python_optimize
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index 66f1603cbe68..d65727ab9981 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
 
-inherit cmake
+inherit cmake udev python-single-r1
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio"
@@ -12,15 +13,41 @@ if [ "${PV}" = "9999" ]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-IUSE="+aio +zeroconf"
+IUSE="+aio python +zeroconf"
 
-RDEPEND="dev-libs/libxml2:=
-	virtual/libusb:1=
+BDEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="python? ( ${PYTHON_DEPS} )
+	dev-libs/libxml2
+	virtual/libusb:1
 	aio? ( dev-libs/libaio )
-	zeroconf? ( net-dns/avahi )"
+	zeroconf? ( net-dns/avahi[dbus] )"
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DHAVE_DNS_SD="$(usex zeroconf)"
+		-DWITH_AIO="$(usex aio)"
+		-DPYTHON_BINDINGS="$(usex python)"
+	)
+	use python && mycmakeargs+=(-DPYTHON_EXECUTABLE="${PYTHON}")
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	python_fix_shebang "${ED}"
+	python_optimize
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2023-08-24  1:29 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2023-08-24  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2f8cabba4de6e43f81ab473d661d141c12301d74
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 01:28:32 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 01:28:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8cabba

net-libs/libiio: fix missing conditional

Closes: https://bugs.gentoo.org/912702
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/libiio-0.25.ebuild | 6 ++++--
 net-libs/libiio/libiio-9999.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-libs/libiio/libiio-0.25.ebuild b/net-libs/libiio/libiio-0.25.ebuild
index 089cda96f936..c752d70a4699 100644
--- a/net-libs/libiio/libiio-0.25.ebuild
+++ b/net-libs/libiio/libiio-0.25.ebuild
@@ -41,8 +41,10 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	python_fix_shebang "${ED}"
-	python_optimize
+	if use python; then
+		python_fix_shebang "${ED}"
+		python_optimize
+	fi
 }
 
 pkg_postinst() {

diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild
index 089cda96f936..c752d70a4699 100644
--- a/net-libs/libiio/libiio-9999.ebuild
+++ b/net-libs/libiio/libiio-9999.ebuild
@@ -41,8 +41,10 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	python_fix_shebang "${ED}"
-	python_optimize
+	if use python; then
+		python_fix_shebang "${ED}"
+		python_optimize
+	fi
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2023-08-24  1:29 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2023-08-24  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1a575e3b10aff937910d14f061afef741be5d928
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 01:29:22 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 01:29:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a575e3b

net-libs/libiio: drop 0.24

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libiio/Manifest           |  1 -
 net-libs/libiio/libiio-0.24.ebuild | 42 --------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index ff1b7ab94c35..e73e7fc217d0 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1,2 +1 @@
-DIST libiio-0.24.tar.gz 482936 BLAKE2B cd8dce7af7bbafcb10c08722871d3d9abe089cb22fc3a0ada97905a1c5f96c55905980b8511178d662e9316b7ffdada6e84c29b5cbf1ca92b2d53b02d1ac8cfe SHA512 4e7b54870e986e6ba5860ccd8ad6ece4808c21e27a9d3975065f096bac0b035e65bbc68931023c19e69b72006294c3863bfb7272853b5fb1401b77eec88a89fd
 DIST libiio-0.25.tar.gz 518247 BLAKE2B 9b3190b5c69fc9fc624f4b0c686cace828fc34219a986a306ffba6b4c2a4f3b8c60cd8d5c67c350033d83ecdaeb010559318bbf76f0b0565bdbcbe119d85e097 SHA512 e0f2f5545b4c78d1f0f56b037db6e363aab01aad69af3a095b3546af74dab6effe0b00f5c336ef799a739f76c5f16ab76a6b8e823508861edd2745a9d3fd2599

diff --git a/net-libs/libiio/libiio-0.24.ebuild b/net-libs/libiio/libiio-0.24.ebuild
deleted file mode 100644
index b9ac79d255d6..000000000000
--- a/net-libs/libiio/libiio-0.24.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake udev
-
-DESCRIPTION="Library for interfacing with IIO devices"
-HOMEPAGE="https://github.com/analogdevicesinc/libiio"
-if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-IUSE="+aio +zeroconf"
-
-RDEPEND="dev-libs/libxml2:=
-	virtual/libusb:1=
-	aio? ( dev-libs/libaio )
-	zeroconf? ( net-dns/avahi[dbus] )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DHAVE_DNS_SD="$(usex zeroconf)"
-		-DWITH_AIO="$(usex aio)"
-	)
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
@ 2024-05-18  8:18 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-05-18  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     73fdb514dd4c70e9ccb2dfb7e6481831b2038813
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:18:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 08:18:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fdb514

net-libs/libiio: Stabilize 0.25 amd64, #908603

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/libiio/libiio-0.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libiio/libiio-0.25.ebuild b/net-libs/libiio/libiio-0.25.ebuild
index c752d70a4699..b3b1ae2e1fa4 100644
--- a/net-libs/libiio/libiio-0.25.ebuild
+++ b/net-libs/libiio/libiio-0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [ "${PV}" = "9999" ]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-05-18  8:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 15:48 [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  8:18 Arthur Zamarin
2023-08-24  1:29 Rick Farina
2023-08-24  1:29 Rick Farina
2023-08-21  1:55 Rick Farina
2023-08-21  1:55 Rick Farina
2023-02-01 19:27 Andreas Sturmlechner
2022-09-27 11:13 Thomas Beierlein
2022-08-21 11:20 Thomas Beierlein
2022-08-19  5:36 Thomas Beierlein
2022-08-19  5:34 Thomas Beierlein
2022-07-13  6:15 Sam James
2022-04-30 19:09 Marek Szuba
2021-02-25 17:49 Rick Farina
2021-02-25 17:49 Rick Farina
2018-09-04 20:54 Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox