public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgusb/
Date: Wed, 13 Mar 2024 22:55:00 +0000 (UTC)	[thread overview]
Message-ID: <1710370306.303986e2f90382ca982a680ea1c081404d1f640b.leio@gentoo> (raw)

commit:     303986e2f90382ca982a680ea1c081404d1f640b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 22:51:46 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 22:51:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303986e2

dev-libs/libgusb: drop 0.4.6

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/libgusb/Manifest             |  1 -
 dev-libs/libgusb/libgusb-0.4.6.ebuild | 72 -----------------------------------
 2 files changed, 73 deletions(-)

diff --git a/dev-libs/libgusb/Manifest b/dev-libs/libgusb/Manifest
index 39bc374b50a5..d58b688bc74c 100644
--- a/dev-libs/libgusb/Manifest
+++ b/dev-libs/libgusb/Manifest
@@ -1,3 +1,2 @@
-DIST libgusb-0.4.6.tar.xz 50660 BLAKE2B 4a2d0f502609f487ca84d970a157cb35c5fc1676a074a868ecb269f2028c39d2ad581a156054987095eb869d7edd7572921b188005262dce12ae3b83271f14dc SHA512 586650f1694cdac50d08f53b117686c38a1be19468ebbf56baa7fc13482f07e0f67c854807b827b6410b094409e117e46afd8cf2706f1390076ad34978b871c1
 DIST libgusb-0.4.7.tar.xz 51448 BLAKE2B 126d7723e7f47cf1ee4780aaf627c15e8e04a95a765f5c68578d6a31ec1d69578af05b6687224399e657dfaf2f983bad5415b05c19c3334cfc7fc06a58f0a27e SHA512 38f8d4989e3adc46013a9e8ca42511c5de9bbaf23a11654eb47d7c9a9c64b90f0213b77916f8ebd1e6c246aaafa0e1574bb72a19170ae9efa2af9e3f86a4e210
 DIST libgusb-0.4.8.tar.xz 51632 BLAKE2B f904bb8a0766a61b0e7d6e5e80d7f0eed5c44537065db2b9bf33cd694fcaa58d93a7cdec37802fd278c2eb7ad2e4de79cd492baa1ead373e31e4d75488999e1e SHA512 b6446761ba4a19b8e7b7fc2bcf26064c89a574c328b794eb3f1723ef71b4100447c5b024bd8163c4e42af935ce0b7e11b93b722871061f7115da0003cc14b001

diff --git a/dev-libs/libgusb/libgusb-0.4.6.ebuild b/dev-libs/libgusb/libgusb-0.4.6.ebuild
deleted file mode 100644
index 46b3e0a83456..000000000000
--- a/dev-libs/libgusb/libgusb-0.4.6.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit meson-multilib python-any-r1 vala
-
-DESCRIPTION="GObject wrapper for libusb"
-HOMEPAGE="https://github.com/hughsie/libgusb"
-SRC_URI="https://github.com/hughsie/libgusb/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
-
-IUSE="gtk-doc +introspection test +vala"
-REQUIRED_USE="
-	gtk-doc? ( introspection )
-	vala? ( introspection )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-libs/glib-2.44.0:2[${MULTILIB_USEDEP}]
-	virtual/libusb:1[udev,${MULTILIB_USEDEP}]
-	>=dev-libs/json-glib-1.1.1[${MULTILIB_USEDEP},introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-	sys-apps/hwdata
-"
-DEPEND="${RDEPEND}
-	test? ( >=dev-util/umockdev-0.17.7[${MULTILIB_USEDEP}] )"
-BDEPEND="
-	$(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
-	gtk-doc? ( dev-util/gi-docgen )
-	vala? ( $(vala_depend) )
-	virtual/pkgconfig
-"
-
-python_check_deps() {
-	python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-	default
-	use vala && vala_setup
-}
-
-multilib_src_configure() {
-	local emesonargs=(
-		-Ddefault_library=shared
-		$(meson_use test tests)
-		$(meson_native_use_bool vala vapi)
-		-Dusb_ids="${EPREFIX}"/usr/share/hwdata/usb.ids
-		$(meson_native_use_bool gtk-doc docs)
-		$(meson_native_use_bool introspection)
-		$(meson_feature test umockdev)
-
-	)
-	meson_src_configure
-}
-
-multilib_src_install_all() {
-	einstalldocs
-
-	if use gtk-doc; then
-		mkdir -p "${ED}"/usr/share/gtk-doc/ || die
-		mv "${ED}"/usr/share/{doc,gtk-doc}/libgusb || die
-	fi
-}


             reply	other threads:[~2024-03-13 22:55 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 22:55 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-21 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgusb/ Arthur Zamarin
2024-10-21 10:54 Sam James
2024-04-20 11:42 Mart Raudsepp
2024-04-17 22:01 Sam James
2024-04-17  4:42 Sam James
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07  9:14 Arthur Zamarin
2024-04-07  6:51 Arthur Zamarin
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:49 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-17 21:53 Mart Raudsepp
2024-02-10 18:53 Arthur Zamarin
2023-10-20 13:14 Pacho Ramos
2023-07-15 11:43 Arthur Zamarin
2023-07-02 11:18 Sam James
2023-07-02  8:34 Sam James
2023-07-02  8:33 Sam James
2023-07-02  8:33 Sam James
2023-07-02  8:04 Sam James
2023-07-02  8:04 Sam James
2023-06-11 16:17 Matt Turner
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-02-17  8:23 Arthur Zamarin
2023-02-16 18:39 Arthur Zamarin
2023-02-16 18:39 Arthur Zamarin
2023-02-08 17:08 Matt Turner
2023-01-30 17:10 Matt Turner
2022-12-21 15:05 Matt Turner
2022-11-11 19:46 Matt Turner
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-19  1:44 Matt Turner
2022-10-03  3:03 Matt Turner
2022-09-13 20:11 Matt Turner
2022-05-17 13:07 WANG Xuerui
2022-04-17 18:36 Arthur Zamarin
2022-01-10 21:30 Matt Turner
2021-12-25  0:02 Mike Gilbert
2021-12-18  3:47 Matt Turner
2021-12-07 20:29 Sam James
2021-11-28 20:08 Mike Gilbert
2021-08-02 12:33 Marek Szuba
2021-05-25 18:51 Matt Turner
2021-04-15  1:33 Sam James
2021-04-15  0:13 Sam James
2021-04-14 22:07 Sam James
2021-04-12 21:59 Matt Turner
2021-03-13  3:51 Matt Turner
2021-02-24 13:55 Ben Kohler
2021-01-25  0:43 Sam James
2020-12-13 12:16 Sergei Trofimovich
2020-08-30 18:28 Sam James
2020-07-31  1:11 Matt Turner
2020-06-26 21:16 Mart Raudsepp
2020-06-07 21:28 Mart Raudsepp
2020-05-13 17:35 Sergei Trofimovich
2020-03-25 20:33 Matt Turner
2020-03-25  2:20 Matt Turner
2020-02-19 22:39 Mart Raudsepp
2020-02-08 19:59 Matt Turner
2020-01-27  9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-08 20:10 Mart Raudsepp
2019-12-18 15:07 Jason A. Donenfeld
2019-05-10 21:36 Aaron Bauman
2017-12-20 20:23 Mart Raudsepp
2017-11-23 20:47 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-08-27 17:57 Gilles Dartiguelongue
2017-07-07 10:33 Alexis Ballier
2016-07-30  9:34 Jeroen Roovers
2016-03-06 16:43 Mikle Kolyada
2015-12-28 23:09 Gilles Dartiguelongue
2015-11-18  9:09 Agostino Sarubbo
2015-11-18  5:47 Jeroen Roovers
2015-11-07 11:39 Pacho Ramos
2015-11-07 11:39 Pacho Ramos
2015-09-05 16:16 Pacho Ramos
2015-09-05 16:16 Pacho Ramos

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=1710370306.303986e2f90382ca982a680ea1c081404d1f640b.leio@gentoo \
    --to=leio@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