sys-apps/usbredir: ebuild maintenance

- update live ebuild
 - shorten description

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Matthias Maier
2017-05-03 07:54:14 -05:00
parent 91f6ad3c97
commit 94c50cdbfe
3 changed files with 12 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ inherit eutils flag-o-matic
MY_PV=${PV/_p*/}
DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
HOMEPAGE="http://spice-space.org/page/UsbRedir"
SRC_URI="http://spice-space.org/download/${PN}/${PN}-${MY_PV}.tar.bz2
https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils flag-o-matic
DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
HOMEPAGE="http://spice-space.org/page/UsbRedir"
SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2"

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
inherit eutils flag-o-matic autotools git-2
inherit eutils flag-o-matic autotools git-r3
DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)"
DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
HOMEPAGE="http://spice-space.org/page/UsbRedir"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git"
@@ -20,11 +20,15 @@ DEPEND="${RDEPEND}
DOCS="ChangeLog README* TODO *.txt"
EGIT_BOOTSTRAP="eautoreconf"
src_prepare() {
default
eautoreconf
}
src_configure() {
# https://bugs.freedesktop.org/show_bug.cgi?id=54643
append-cflags -Wno-error
econf $(use_enable static-libs static)
}