From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49616138334 for ; Sun, 27 Oct 2019 16:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B04E09DD; Sun, 27 Oct 2019 16:26:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C4C1E09DD for ; Sun, 27 Oct 2019 16:26:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F081A34C408 for ; Sun, 27 Oct 2019 16:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BB5288E for ; Sun, 27 Oct 2019 16:25:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1572193520.95fdc1b8dcfbaada2e6016a646a31291b797fe96.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/ucpp/ucpp-1.3.4.ebuild sys-devel/ucpp/ucpp-1.3.5.ebuild X-VCS-Directories: sys-devel/ucpp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95fdc1b8dcfbaada2e6016a646a31291b797fe96 X-VCS-Branch: master Date: Sun, 27 Oct 2019 16:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 102eb9a2-abcc-4b50-ad05-25d5b1d5c76d X-Archives-Hash: 28e7389d33cc43ad2ef023d15cb6bce9 commit: 95fdc1b8dcfbaada2e6016a646a31291b797fe96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 27 16:24:51 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }