diff options
author | Sam James <sam@gentoo.org> | 2024-03-12 03:49:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-12 03:49:47 +0000 |
commit | 7fcd49135f91ba160d09a584a2384873a0268d16 (patch) | |
tree | 86fd3d18e44f5473e054287cb13d92f926830371 /sys-apps/usbredir | |
parent | net-misc/openssh: add 9.7_p1 (diff) | |
download | gentoo-7fcd49135f91ba160d09a584a2384873a0268d16.tar.gz gentoo-7fcd49135f91ba160d09a584a2384873a0268d16.tar.bz2 gentoo-7fcd49135f91ba160d09a584a2384873a0268d16.zip |
sys-apps/usbredir: drop 0.13.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/usbredir')
-rw-r--r-- | sys-apps/usbredir/usbredir-0.13.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-apps/usbredir/usbredir-0.13.0.ebuild b/sys-apps/usbredir/usbredir-0.13.0.ebuild deleted file mode 100644 index 14d387242d5d..000000000000 --- a/sys-apps/usbredir/usbredir-0.13.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)" -HOMEPAGE="https://www.spice-space.org/usbredir.html https://gitlab.freedesktop.org/spice/usbredir" -SRC_URI="https://gitlab.freedesktop.org/spice/usbredir/-/archive/${P}/${PN}-${P}.tar.bz2" -S="${WORKDIR}"/usbredir-${P} - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/glib:2 - virtual/libusb:1 -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Dgit_werror=disabled - $(meson_feature test tests) - ) - - meson_src_configure -} - -src_install() { - meson_src_install - dodoc -r docs/. -} |