From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30DF61396D0 for ; Sat, 12 Aug 2017 14:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8107F1FC03E; Sat, 12 Aug 2017 14:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 581911FC03E for ; Sat, 12 Aug 2017 14:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44676341860 for ; Sat, 12 Aug 2017 14:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC88976A6 for ; Sat, 12 Aug 2017 14:21:54 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1502547701.1f1f0f119affe446f823a260231c3ac5556954bb.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild X-VCS-Directories: app-i18n/tomoe-gtk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1f1f0f119affe446f823a260231c3ac5556954bb X-VCS-Branch: master Date: Sat, 12 Aug 2017 14:21:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 201a7616-953a-41bd-b572-3db744ea8082 X-Archives-Hash: e61e564b6731da2c145878cc459678f1 commit: 1f1f0f119affe446f823a260231c3ac5556954bb Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 12 14:16:48 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 12 14:21:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f0f11 app-i18n/tomoe-gtk: inherit ltprune Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild index 91da3cffbfd..dde6b708351 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 +inherit ltprune python-single-r1 DESCRIPTION="Tomoe GTK+ interface widget library" HOMEPAGE="http://tomoe.sourceforge.jp/" @@ -40,11 +40,5 @@ src_configure() { src_install() { default - - if use python ; then - find "${D}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die - fi - if ! use static-libs ; then - find "${ED}" -name "*.la" -type f -delete || die - fi + prune_libtool_files --modules }