Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Wed, 20 Oct 2021 21:03:50
Message-Id: 1634763795.89d5c4d893a3c695545f1522aebd03f940864904.floppym@gentoo
1 commit: 89d5c4d893a3c695545f1522aebd03f940864904
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 20:58:18 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 21:03:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d5c4d8
7
8 dev-libs/protobuf-c: drop *.la
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 .../{protobuf-c-1.3.3.ebuild => protobuf-c-1.3.3-r1.ebuild} | 5 +++++
13 .../{protobuf-c-1.4.0.ebuild => protobuf-c-1.4.0-r1.ebuild} | 5 +++++
14 2 files changed, 10 insertions(+)
15
16 diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.3-r1.ebuild
17 similarity index 91%
18 rename from dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild
19 rename to dev-libs/protobuf-c/protobuf-c-1.3.3-r1.ebuild
20 index 1fb166b0ecf..efdf8fa4897 100644
21 --- a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild
22 +++ b/dev-libs/protobuf-c/protobuf-c-1.3.3-r1.ebuild
23 @@ -41,3 +41,8 @@ multilib_src_configure() {
24 )
25 ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
26 }
27 +
28 +multilib_src_install_all() {
29 + find "${ED}" -name '*.la' -type f -delete || die
30 + einstalldocs
31 +}
32
33 diff --git a/dev-libs/protobuf-c/protobuf-c-1.4.0.ebuild b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild
34 similarity index 90%
35 rename from dev-libs/protobuf-c/protobuf-c-1.4.0.ebuild
36 rename to dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild
37 index a5c2feff802..b14451d4492 100644
38 --- a/dev-libs/protobuf-c/protobuf-c-1.4.0.ebuild
39 +++ b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild
40 @@ -41,3 +41,8 @@ multilib_src_configure() {
41
42 ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
43 }
44 +
45 +multilib_src_install_all() {
46 + find "${ED}" -name '*.la' -type f -delete || die
47 + einstalldocs
48 +}