From: Mike Gilbert Date: Fri, 7 Sep 2018 14:53:22 +0000 (-0400) Subject: dev-libs/atf: remove /usr/tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b520e5686ec099557f0ae8cd010616312045fb2;p=gentoo.git dev-libs/atf: remove /usr/tests Bug: https://bugs.gentoo.org/654496 Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48 --- diff --git a/dev-libs/atf/atf-0.21-r1.ebuild b/dev-libs/atf/atf-0.21-r2.ebuild similarity index 75% rename from dev-libs/atf/atf-0.21-r1.ebuild rename to dev-libs/atf/atf-0.21-r2.ebuild index 8f0c520fae81..81fad911bd9f 100644 --- a/dev-libs/atf/atf-0.21-r1.ebuild +++ b/dev-libs/atf/atf-0.21-r2.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune - DESCRIPTION="Libraries to write tests in C, C++ and shell" HOMEPAGE="https://github.com/jmmv/atf" SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz" @@ -16,9 +14,10 @@ IUSE="" DEPEND="virtual/pkgconfig" -PATCHES=( ${FILESDIR}/${P}-getopt-solaris.patch ) +PATCHES=( "${FILESDIR}"/${P}-getopt-solaris.patch ) src_install() { default - prune_libtool_files + rm -r "${ED%/}"/usr/tests || die + find "${ED}" -name '*.la' -delete || die }