summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-27 17:24:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-27 17:25:20 +0100
commit95fdc1b8dcfbaada2e6016a646a31291b797fe96 (patch)
treecfd3f6615cb620d20abe257c35d8965b831d8383 /sys-devel/ucpp
parentsys-devel/ucpp: Bump to version 1.3.5 (diff)
downloadgentoo-95fdc1b8dcfbaada2e6016a646a31291b797fe96.tar.gz
gentoo-95fdc1b8dcfbaada2e6016a646a31291b797fe96.tar.bz2
gentoo-95fdc1b8dcfbaada2e6016a646a31291b797fe96.zip
sys-devel/ucpp: Unify DESCRIPTION, taken from pkgconfig
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-devel/ucpp')
-rw-r--r--sys-devel/ucpp/ucpp-1.3.4.ebuild2
-rw-r--r--sys-devel/ucpp/ucpp-1.3.5.ebuild4
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 c7e8b1fec9e8..febb7024590c 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 6382f1c7fa33..dd47d3413428 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
}