public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
Date: Wed,  1 Feb 2023 19:27:16 +0000 (UTC)	[thread overview]
Message-ID: <1675279596.382f3409a9c3937c84b71ddec85ced24d64b973e.asturm@gentoo> (raw)

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
-}


             reply	other threads:[~2023-02-01 19:27 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01 19:27 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-08 18:15 [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/ Arthur Zamarin
2025-07-12 15:34 Thomas Beierlein
2025-04-13  9:15 Sam James
2025-03-31 17:34 Thomas Beierlein
2025-03-23  8:38 Thomas Beierlein
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
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
2019-04-11 15:48 Pacho Ramos
2018-09-04 20:54 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675279596.382f3409a9c3937c84b71ddec85ced24d64b973e.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox