From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D880813835A for ; Wed, 26 May 2021 08:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29602E0A63; Wed, 26 May 2021 08:33:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 130DFE0A63 for ; Wed, 26 May 2021 08:33:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8070340E57 for ; Wed, 26 May 2021 08:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75663796 for ; Wed, 26 May 2021 08:33:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622017985.705c8ffd4d052c45cd22349c95d981c0159d70bb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbredir/Manifest sys-apps/usbredir/usbredir-0.8.0.ebuild X-VCS-Directories: sys-apps/usbredir/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 705c8ffd4d052c45cd22349c95d981c0159d70bb X-VCS-Branch: master Date: Wed, 26 May 2021 08:33:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 676da21a-1fdc-4a99-995d-ca8da24c4a33 X-Archives-Hash: a2c8c836d6059f53cd4579d0b43d82a7 commit: 705c8ffd4d052c45cd22349c95d981c0159d70bb Author: David Seifert gentoo org> AuthorDate: Wed May 26 08:33:05 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Wed May 26 08:33:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705c8ffd sys-apps/usbredir: drop 0.8.0 Signed-off-by: David Seifert gentoo.org> sys-apps/usbredir/Manifest | 1 - sys-apps/usbredir/usbredir-0.8.0.ebuild | 40 --------------------------------- 2 files changed, 41 deletions(-) diff --git a/sys-apps/usbredir/Manifest b/sys-apps/usbredir/Manifest index c502009dba7..94ae8fc4b11 100644 --- a/sys-apps/usbredir/Manifest +++ b/sys-apps/usbredir/Manifest @@ -1,2 +1 @@ -DIST usbredir-0.8.0.tar.bz2 331349 BLAKE2B 0190b4ab35cd554c13b65d30756b7b018e7ce82c72e7dddbaf05b8a704bd8a25724c4ac4759e1b86dfadb64ad7ade75c05365ab9ae3152f8fa60e909bc5e183b SHA512 976274adf08f8691b0961f5238021e988a4347873d0c67576038f44cbdaf25c2bb325d8cede0a507933b719f9715b1508ccd1d8f52fccd36f13a7640553dc108 DIST usbredir-0.9.0.tar.bz2 72498 BLAKE2B 857b83795ac082d412b2872a4ca06b1602d556698f3217379698e8b1f54edd09b012600069045ff0f7583703253853998b900f34d861a538047783510b3fb2e9 SHA512 5df62fb6e49161be974776c86f026a58322ccf1c1964447958707408492c02175100ead9dc4a7e77bb7a9112a33b91461d64761425e7aee7d44c71ff6913588a diff --git a/sys-apps/usbredir/usbredir-0.8.0.ebuild b/sys-apps/usbredir/usbredir-0.8.0.ebuild deleted file mode 100644 index 66e49f807df..00000000000 --- a/sys-apps/usbredir/usbredir-0.8.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -MY_PV=${PV/_p*/} - -DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)" -HOMEPAGE="https://www.spice-space.org/usbredir.html" -SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86" -IUSE="static-libs" - -RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${PN}-${MY_PV}" - -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 - find "${D}" -name '*.la' -delete || die - - # noinst_PROGRAMS - dobin usbredirtestclient/.libs/usbredirtestclient -}