commit:     95fdc1b8dcfbaada2e6016a646a31291b797fe96
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 16:24:51 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 16:25:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fdc1b8

sys-devel/ucpp: Unify DESCRIPTION, taken from pkgconfig

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-devel/ucpp/ucpp-1.3.4.ebuild | 2 +-
 sys-devel/ucpp/ucpp-1.3.5.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
index c7e8b1fec9e..febb7024590 100644
--- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
+++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
+DESCRIPTION="Library for preprocessing C compliant to ISO-C99"
 HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp";
 SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz";
 LICENSE="BSD"

diff --git a/sys-devel/ucpp/ucpp-1.3.5.ebuild b/sys-devel/ucpp/ucpp-1.3.5.ebuild
index 6382f1c7fa3..dd47d341342 100644
--- a/sys-devel/ucpp/ucpp-1.3.5.ebuild
+++ b/sys-devel/ucpp/ucpp-1.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="A C preprocessor compliant to ISO-C99"
+DESCRIPTION="Library for preprocessing C compliant to ISO-C99"
 HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp";
 
SRC_URI="https://gitlab.com/scarabeusiv/${PN}/uploads/79f08e39c676f15ed8a59335f6c9b924/${P}.tar.xz";
 
@@ -22,5 +22,5 @@ src_install() {
        default
 
        # package provides .pc files
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }

Reply via email to