Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/
Date: Sat, 31 Oct 2020 09:23:58
Message-Id: 1604136030.29af4f29a0fbac1581ad87306b1b379af29f7d17.asturm@gentoo
1 commit: 29af4f29a0fbac1581ad87306b1b379af29f7d17
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 16:15:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:20:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29af4f29
7
8 app-text/libmwaw: 0.3.17 version bump
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libmwaw/Manifest | 1 +
14 app-text/libmwaw/{libmwaw-9999.ebuild => libmwaw-0.3.17.ebuild} | 4 ++--
15 app-text/libmwaw/libmwaw-9999.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
19 index ebf8d52a53c..dd59f700911 100644
20 --- a/app-text/libmwaw/Manifest
21 +++ b/app-text/libmwaw/Manifest
22 @@ -1 +1,2 @@
23 DIST libmwaw-0.3.16.tar.xz 1306872 BLAKE2B 29c39ddb2cfe63116cbe7152a4dc3b7f16d402745c0dffd67c07dc42fa1ddee71f391695ead2519b3e1da206e8f437fbd24fa78ce1decfaa55e38a13d5d144e8 SHA512 c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a
24 +DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc SHA512 c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4
25
26 diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-0.3.17.ebuild
27 similarity index 91%
28 copy from app-text/libmwaw/libmwaw-9999.ebuild
29 copy to app-text/libmwaw/libmwaw-0.3.17.ebuild
30 index 80be3cf4b65..bd259959df5 100644
31 --- a/app-text/libmwaw/libmwaw-9999.ebuild
32 +++ b/app-text/libmwaw/libmwaw-0.3.17.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 +# Copyright 1999-2020 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 @@ -48,5 +48,5 @@ src_configure() {
40
41 src_install() {
42 default
43 - find "${D}" -name '*.la' -delete || die
44 + find "${D}" -name '*.la' -type f -delete || die
45 }
46
47 diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
48 index 80be3cf4b65..bd259959df5 100644
49 --- a/app-text/libmwaw/libmwaw-9999.ebuild
50 +++ b/app-text/libmwaw/libmwaw-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2019 Gentoo Authors
53 +# Copyright 1999-2020 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -48,5 +48,5 @@ src_configure() {
58
59 src_install() {
60 default
61 - find "${D}" -name '*.la' -delete || die
62 + find "${D}" -name '*.la' -type f -delete || die
63 }