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: 1493816118.94c50cdbfeb2a2394e4165c0333aeb10df85a434.tamiko@gentoo
1 commit: 94c50cdbfeb2a2394e4165c0333aeb10df85a434
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 12:54:14 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 12:55:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c50cdb
7
8 sys-apps/usbredir: ebuild maintenance
9 - update live ebuild
10 - shorten description
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.2
13
14 sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 2 +-
15 sys-apps/usbredir/usbredir-0.7.ebuild | 4 ++--
16 sys-apps/usbredir/usbredir-9999.ebuild | 14 +++++++++-----
17 3 files changed, 12 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
20 index a5e19237bfe..1a53fb75aff 100644
21 --- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
22 +++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
23 @@ -6,7 +6,7 @@ inherit eutils flag-o-matic
24
25 MY_PV=${PV/_p*/}
26
27 -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
28 +DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
29 HOMEPAGE="http://spice-space.org/page/UsbRedir"
30 SRC_URI="http://spice-space.org/download/${PN}/${PN}-${MY_PV}.tar.bz2
31 https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
32
33 diff --git a/sys-apps/usbredir/usbredir-0.7.ebuild b/sys-apps/usbredir/usbredir-0.7.ebuild
34 index 84a69d774d9..eb4e001c618 100644
35 --- a/sys-apps/usbredir/usbredir-0.7.ebuild
36 +++ b/sys-apps/usbredir/usbredir-0.7.ebuild
37 @@ -1,10 +1,10 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 inherit eutils flag-o-matic
44
45 -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
46 +DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
47 HOMEPAGE="http://spice-space.org/page/UsbRedir"
48 SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2"
49
50
51 diff --git a/sys-apps/usbredir/usbredir-9999.ebuild b/sys-apps/usbredir/usbredir-9999.ebuild
52 index e2f4dc015ed..bacd7a0726d 100644
53 --- a/sys-apps/usbredir/usbredir-9999.ebuild
54 +++ b/sys-apps/usbredir/usbredir-9999.ebuild
55 @@ -1,11 +1,11 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 -EAPI=5
61 +EAPI=6
62
63 -inherit eutils flag-o-matic autotools git-2
64 +inherit eutils flag-o-matic autotools git-r3
65
66 -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
67 +DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
68 HOMEPAGE="http://spice-space.org/page/UsbRedir"
69 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git"
70
71 @@ -20,11 +20,15 @@ DEPEND="${RDEPEND}
72
73 DOCS="ChangeLog README* TODO *.txt"
74
75 -EGIT_BOOTSTRAP="eautoreconf"
76 +src_prepare() {
77 + default
78 + eautoreconf
79 +}
80
81 src_configure() {
82 # https://bugs.freedesktop.org/show_bug.cgi?id=54643
83 append-cflags -Wno-error
84 +
85 econf $(use_enable static-libs static)
86 }