mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user