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 0832E1382C5 for ; Thu, 10 Jun 2021 15:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59DB1E08EF; Thu, 10 Jun 2021 15:34:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4436AE08EF for ; Thu, 10 Jun 2021 15:34:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5EF9B3409A4 for ; Thu, 10 Jun 2021 15:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63BD07B8 for ; Thu, 10 Jun 2021 15:34:47 +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: <1623339137.3c40de78ec68b63b5701ce38dc7c37ebd9bf406a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/ucpp/Manifest sys-devel/ucpp/ucpp-1.3.4.ebuild X-VCS-Directories: sys-devel/ucpp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c40de78ec68b63b5701ce38dc7c37ebd9bf406a X-VCS-Branch: master Date: Thu, 10 Jun 2021 15:34:47 +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: 010424a2-3746-4bdb-baf6-097a580ae6da X-Archives-Hash: 7b14ab4b4b8f1e1b03a6005fe6751aa5 commit: 3c40de78ec68b63b5701ce38dc7c37ebd9bf406a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 6 16:58:32 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 10 15:32:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40de78 sys-devel/ucpp: Drop 1.3.4 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-devel/ucpp/Manifest | 1 - sys-devel/ucpp/ucpp-1.3.4.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/sys-devel/ucpp/Manifest b/sys-devel/ucpp/Manifest index d8c1bac0241..9e88317c43e 100644 --- a/sys-devel/ucpp/Manifest +++ b/sys-devel/ucpp/Manifest @@ -1,2 +1 @@ -DIST ucpp-1.3.4.tar.xz 274488 BLAKE2B be43b8c88de2cd32514ecf7dc429c0ca5e88150594c9868fd6d8c3d90a0aabfc6e0f0741d75e4f558de426df7d6c54a3bc7e8e362c5066672f5fe9096cbedc18 SHA512 f9ea88e8f53e728a5b0fcb9084d6d6e140737b00fe350a9c6bc53ef2bb5f7b09d3c9d9a4a2147f635d796247e1b920fd3fea0cdce3ec3f4578694162c2f4c2a6 DIST ucpp-1.3.5.tar.xz 289468 BLAKE2B 6a038cc5d02f080747a321a55af66f2072503a5c0a554492ea8aed34ff9c3b7b85e3778114e18c3e09f06f1472a1479f39c96997404e0345153a1f84e3f9daee SHA512 3ded8f7bc2b238adb6e7f4162aee48e039dfe7cee31b700c38e8f147634d47cd1ceaf39c343549b0d4a58358e6b9743f7e84f87b253dc19c05e543d68ade24ce diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild deleted file mode 100644 index febb7024590..00000000000 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux" -IUSE="static-libs" - -src_configure() { - econf \ - --disable-werror \ - $(use_enable static-libs static) -} - -src_install() { - default - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -}