Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/
Date: Sat, 12 Aug 2017 14:21:58
Message-Id: 1502547701.1f1f0f119affe446f823a260231c3ac5556954bb.hattya@gentoo
1 commit: 1f1f0f119affe446f823a260231c3ac5556954bb
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 14:16:48 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 14:21:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f0f11
7
8 app-i18n/tomoe-gtk: inherit ltprune
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 10 ++--------
13 1 file changed, 2 insertions(+), 8 deletions(-)
14
15 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
16 index 91da3cffbfd..dde6b708351 100644
17 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
18 +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI="6"
21 PYTHON_COMPAT=( python2_7 )
22
23 -inherit python-single-r1
24 +inherit ltprune python-single-r1
25
26 DESCRIPTION="Tomoe GTK+ interface widget library"
27 HOMEPAGE="http://tomoe.sourceforge.jp/"
28 @@ -40,11 +40,5 @@ src_configure() {
29
30 src_install() {
31 default
32 -
33 - if use python ; then
34 - find "${D}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die
35 - fi
36 - if ! use static-libs ; then
37 - find "${ED}" -name "*.la" -type f -delete || die
38 - fi
39 + prune_libtool_files --modules
40 }