From 33cc41f10b77da8f1ce20794b6aaa8af7f447593 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 11 Feb 2018 20:32:03 -0600 Subject: sys-apps/usbredir: drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- sys-apps/usbredir/Manifest | 1 - sys-apps/usbredir/usbredir-0.7.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) delete mode 100644 sys-apps/usbredir/usbredir-0.7.ebuild (limited to 'sys-apps/usbredir') diff --git a/sys-apps/usbredir/Manifest b/sys-apps/usbredir/Manifest index 896c0eeb6e1c..7096d1802c20 100644 --- a/sys-apps/usbredir/Manifest +++ b/sys-apps/usbredir/Manifest @@ -1,3 +1,2 @@ DIST usbredir-0.7.1.tar.bz2 329895 BLAKE2B 7017b1441c2265c9e58532bcc8718844e6f64c7272ad599a8cf5f6e21f694524e05da2d8672c4892faa7b744be46bdfff521dbcb4944715d45b24d5925972ac4 SHA512 f8d26d59d5a530aa413fabe2402fbbd9662760453c2b4e83d34f2e5287c188114ea870f15ae1bc910297649986315be965f0d23d0a2b7b0cec2f207fc65d7598 DIST usbredir-0.7.1_p20170503-patches.tar.xz 8120 BLAKE2B 21c7a853b3d5329fcca45169e22135bce615c9422f314f680f1087014d64179bf26f07bdb377bcff48155f28a37dec82b0bee8bce4d868e41614b128fe61b95a SHA512 b281d7a1ee191746e5fbe655b21c0cd9b2cf9cd69d5f28d91ab41de2d62a7f3c5c2a42f3f9c40c73d61a57d89423d996f4a779ebdff8f9d088030c2a4c2a24a7 -DIST usbredir-0.7.tar.bz2 317216 BLAKE2B b1b770ed5e88161e8ccb57367d0f2e2ecd9755b43977085b0227f0f3d7713b508b303f2cb803dfbe6b1c8cad9f51e6fef8ae138d83fcdf48f84109e510e34e6c SHA512 f615fc52f195c7159d16b551f6ecd9426f2aad64222f24b964fbd66fbf59498d80d4d5cf851cc1be9ddd27a9d962afa05970e1379f1ef02e8ac304235e82ad4a diff --git a/sys-apps/usbredir/usbredir-0.7.ebuild b/sys-apps/usbredir/usbredir-0.7.ebuild deleted file mode 100644 index 9225004b14b2..000000000000 --- a/sys-apps/usbredir/usbredir-0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic - -DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)" -HOMEPAGE="https://www.spice-space.org/page/UsbRedir" -SRC_URI="https://www.spice-space.org/download/usbredir/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" -IUSE="static-libs" - -RDEPEND=">=dev-libs/libusb-1.0.19" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="ChangeLog README* TODO *.txt" - -src_configure() { - # https://bugs.freedesktop.org/show_bug.cgi?id=54643 - append-cflags -Wno-error - - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files - - # noinst_PROGRAMS - dobin usbredirtestclient/.libs/usbredirtestclient -} -- cgit v1.2.3-65-gdbad