Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
Date: Fri, 29 Jan 2021 11:20:46
Message-Id: 1611919240.f49167d2652bb5859b2d8e2ee3c4f366af4f0660.polynomial-c@gentoo
1 commit: f49167d2652bb5859b2d8e2ee3c4f366af4f0660
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 11:20:35 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 11:20:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49167d2
7
8 x11-plugins/pidgin-sipe: Don't install .la files
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 .../{pidgin-sipe-1.25.0.ebuild => pidgin-sipe-1.25.0-r1.ebuild} | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
17 similarity index 96%
18 rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
19 rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
20 index 720049ca9f2..7aa6dbaf79c 100644
21 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
22 +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
23 @@ -62,4 +62,6 @@ src_configure() {
24 src_install() {
25 emake install DESTDIR="${D}"
26 dodoc AUTHORS ChangeLog NEWS TODO README
27 +
28 + find "${ED}" -type f -name "*.la" -delete || die
29 }