sys-apps/usbredir: [QA] inherit ltprune.eclass directly
authorDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 10:02:55 +0000 (11:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 15 Feb 2020 10:02:55 +0000 (11:02 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
sys-apps/usbredir/usbredir-0.8.0.ebuild
sys-apps/usbredir/usbredir-9999.ebuild

index 04811943ff47092e90e2c34aca35a6c1ed5e4301..0bfe0183940798f65d1ed0d3bee3a67027c4b5b7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic ltprune
 
 MY_PV=${PV/_p*/}
 
index cbf611d135ec1f93a848b05c25f84a856cd0b386..c939b6bf7ee336f8a623b81002da4b08ecbd194f 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic ltprune
 
 MY_PV=${PV/_p*/}
 
index c60e61e718909ca15df3515da56e6e584909709a..0f05f9cc506369f00e17bba0623f39349ea00e54 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,7 +32,7 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
 
        # noinst_PROGRAMS
        dobin usbredirtestclient/.libs/usbredirtestclient
index 84886235db9a841c97a4bbef2a3144eed9a3fbaa..86a0a057b70d180f877e394ed01be343c8570b20 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic autotools git-r3
+inherit eutils flag-o-matic autotools git-r3 ltprune
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
 HOMEPAGE="https://www.spice-space.org/usbredir.html"