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 6FAEE138335 for ; Tue, 13 Aug 2019 12:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28A9FE083E; Tue, 13 Aug 2019 12:11:02 +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 0AF4DE083B for ; Tue, 13 Aug 2019 12:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B331349A47 for ; Tue, 13 Aug 2019 12:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E1376A for ; Tue, 13 Aug 2019 12:10:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565698251.5fe2554293236702c505da580c24080d6d1d27c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild X-VCS-Directories: xfce-extra/xfce4-xkb-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5fe2554293236702c505da580c24080d6d1d27c5 X-VCS-Branch: master Date: Tue, 13 Aug 2019 12:10:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58bb7d98-29ce-4964-8dc8-d94cf7eb1585 X-Archives-Hash: 8e783c2a60263bb02c59a427d1b03dfc commit: 5fe2554293236702c505da580c24080d6d1d27c5 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 11:35:12 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 12:10:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe25542 xfce-extra/xfce4-xkb-plugin: Strip .la files Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild index cb252ebd490..3b5cb074fe6 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild @@ -37,3 +37,8 @@ src_configure() { econf "${myconf[@]}" } + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}