Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/
Date: Wed, 22 Jan 2020 17:26:01
Message-Id: 1579713951.b71f33e5cd7dae5760a75ba635d50b099e19aeac.candrews@gentoo
1 commit: b71f33e5cd7dae5760a75ba635d50b099e19aeac
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 17:22:15 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 17:25:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71f33e5
7
8 media-libs/libprojectm: Don't install libtool archive files (*.la)
9
10 Thanks Polynomial-C
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 .../{libprojectm-9999.ebuild => libprojectm-3.1.1_rc8-r1.ebuild} | 7 ++++++-
16 media-libs/libprojectm/libprojectm-9999.ebuild | 7 ++++++-
17 2 files changed, 12 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/libprojectm/libprojectm-9999.ebuild b/media-libs/libprojectm/libprojectm-3.1.1_rc8-r1.ebuild
20 similarity index 91%
21 copy from media-libs/libprojectm/libprojectm-9999.ebuild
22 copy to media-libs/libprojectm/libprojectm-3.1.1_rc8-r1.ebuild
23 index 19885a4052b..ec8f42efd45 100644
24 --- a/media-libs/libprojectm/libprojectm-9999.ebuild
25 +++ b/media-libs/libprojectm/libprojectm-3.1.1_rc8-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -54,3 +54,8 @@ src_configure() {
33 )
34 econf "${myeconfargs[@]}"
35 }
36 +
37 +src_install() {
38 + default
39 + find "${ED}" -name '*.la' -delete || die
40 +}
41
42 diff --git a/media-libs/libprojectm/libprojectm-9999.ebuild b/media-libs/libprojectm/libprojectm-9999.ebuild
43 index 19885a4052b..ec8f42efd45 100644
44 --- a/media-libs/libprojectm/libprojectm-9999.ebuild
45 +++ b/media-libs/libprojectm/libprojectm-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 @@ -54,3 +54,8 @@ src_configure() {
53 )
54 econf "${myeconfargs[@]}"
55 }
56 +
57 +src_install() {
58 + default
59 + find "${ED}" -name '*.la' -delete || die
60 +}