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 6D7211382C5 for ; Wed, 21 Apr 2021 19:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF2AE0896; Wed, 21 Apr 2021 19:02:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 03651E0896 for ; Wed, 21 Apr 2021 19:02:30 +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 21D183410CA for ; Wed, 21 Apr 2021 19:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D1D743 for ; Wed, 21 Apr 2021 19:02:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031710.01924a23d92710432c025f0199bf00218a4f6442.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbredir/usbredir-0.8.0.ebuild sys-apps/usbredir/usbredir-0.9.0.ebuild sys-apps/usbredir/usbredir-9999.ebuild X-VCS-Directories: sys-apps/usbredir/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01924a23d92710432c025f0199bf00218a4f6442 X-VCS-Branch: master Date: Wed, 21 Apr 2021 19:02:25 +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: 16edd80b-8cea-45e6-9e1a-5418d5ed3c6b X-Archives-Hash: 3c9ff37affb2a9b981446ddda0f15e84 commit: 01924a23d92710432c025f0199bf00218a4f6442 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 23:09:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 19:01:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01924a23 sys-apps/usbredir: eutils--, flag-o-matic-- Signed-off-by: Sam James gentoo.org> sys-apps/usbredir/usbredir-0.8.0.ebuild | 9 +++++---- sys-apps/usbredir/usbredir-0.9.0.ebuild | 7 ++++--- sys-apps/usbredir/usbredir-9999.ebuild | 7 +++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sys-apps/usbredir/usbredir-0.8.0.ebuild b/sys-apps/usbredir/usbredir-0.8.0.ebuild index a62437dc201..66e49f807df 100644 --- a/sys-apps/usbredir/usbredir-0.8.0.ebuild +++ b/sys-apps/usbredir/usbredir-0.8.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic + +inherit flag-o-matic MY_PV=${PV/_p*/} @@ -16,8 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86" IUSE="static-libs" RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/sys-apps/usbredir/usbredir-0.9.0.ebuild b/sys-apps/usbredir/usbredir-0.9.0.ebuild index 8bfc5f1a1c7..73cd0c9866b 100644 --- a/sys-apps/usbredir/usbredir-0.9.0.ebuild +++ b/sys-apps/usbredir/usbredir-0.9.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic autotools + +inherit autotools flag-o-matic MY_PV=${PV/_p*/} @@ -16,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-${PN}-${MY_PV}" diff --git a/sys-apps/usbredir/usbredir-9999.ebuild b/sys-apps/usbredir/usbredir-9999.ebuild index ccb3efd6fe2..c673028d9e2 100644 --- a/sys-apps/usbredir/usbredir-9999.ebuild +++ b/sys-apps/usbredir/usbredir-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils flag-o-matic autotools git-r3 +inherit autotools flag-o-matic git-r3 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)" HOMEPAGE="https://www.spice-space.org/usbredir.html" @@ -11,12 +11,11 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="" IUSE="static-libs" RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS="README* TODO *.txt"