Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Sun, 27 Oct 2019 16:26:03
Message-Id: 1572193520.95fdc1b8dcfbaada2e6016a646a31291b797fe96.asturm@gentoo
1 commit: 95fdc1b8dcfbaada2e6016a646a31291b797fe96
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 16:24:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 16:25:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fdc1b8
7
8 sys-devel/ucpp: Unify DESCRIPTION, taken from pkgconfig
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-devel/ucpp/ucpp-1.3.4.ebuild | 2 +-
14 sys-devel/ucpp/ucpp-1.3.5.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
18 index c7e8b1fec9e..febb7024590 100644
19 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
20 +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
26 +DESCRIPTION="Library for preprocessing C compliant to ISO-C99"
27 HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp"
28 SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
29 LICENSE="BSD"
30
31 diff --git a/sys-devel/ucpp/ucpp-1.3.5.ebuild b/sys-devel/ucpp/ucpp-1.3.5.ebuild
32 index 6382f1c7fa3..dd47d341342 100644
33 --- a/sys-devel/ucpp/ucpp-1.3.5.ebuild
34 +++ b/sys-devel/ucpp/ucpp-1.3.5.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -DESCRIPTION="A C preprocessor compliant to ISO-C99"
40 +DESCRIPTION="Library for preprocessing C compliant to ISO-C99"
41 HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp"
42 SRC_URI="https://gitlab.com/scarabeusiv/${PN}/uploads/79f08e39c676f15ed8a59335f6c9b924/${P}.tar.xz"
43
44 @@ -22,5 +22,5 @@ src_install() {
45 default
46
47 # package provides .pc files
48 - find "${D}" -name '*.la' -delete || die
49 + find "${D}" -name '*.la' -type f -delete || die
50 }