Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/
Date: Wed, 03 May 2017 12:55:31
Message-Id: 1493816110.8349248a710c8a616fe062ea02f97a550f95de9d.tamiko@gentoo
1 commit: 8349248a710c8a616fe062ea02f97a550f95de9d
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 12:48:33 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 12:55:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8349248a
7
8 sys-apps/usbredir: drop version 0.7.1
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sys-apps/usbredir/usbredir-0.7.1.ebuild | 35 ---------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/sys-apps/usbredir/usbredir-0.7.1.ebuild b/sys-apps/usbredir/usbredir-0.7.1.ebuild
16 deleted file mode 100644
17 index 2df46a4d9a6..00000000000
18 --- a/sys-apps/usbredir/usbredir-0.7.1.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils flag-o-matic
26 -
27 -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
28 -HOMEPAGE="http://spice-space.org/page/UsbRedir"
29 -SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2 LGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
34 -IUSE="static-libs"
35 -
36 -RDEPEND=">=dev-libs/libusb-1.0.19"
37 -DEPEND="${RDEPEND}
38 - virtual/pkgconfig"
39 -
40 -DOCS="ChangeLog README* TODO *.txt"
41 -
42 -src_configure() {
43 - # https://bugs.freedesktop.org/show_bug.cgi?id=54643
44 - append-cflags -Wno-error
45 -
46 - econf $(use_enable static-libs static)
47 -}
48 -
49 -src_install() {
50 - default
51 - prune_libtool_files
52 -
53 - # noinst_PROGRAMS
54 - dobin usbredirtestclient/.libs/usbredirtestclient
55 -}