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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73978158041 for ; Sun, 3 Mar 2024 08:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99FBDE29D2; Sun, 3 Mar 2024 08:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F584E29D2 for ; Sun, 3 Mar 2024 08:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90E0A33BE32 for ; Sun, 3 Mar 2024 08:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 059F31049 for ; Sun, 3 Mar 2024 08:31:01 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1709454418.78a5b0590968bd90ab0d2d3f60f2cb438c075bc3.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pcl/pcl-1.12-r1.ebuild X-VCS-Directories: dev-libs/pcl/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 78a5b0590968bd90ab0d2d3f60f2cb438c075bc3 X-VCS-Branch: master Date: Sun, 3 Mar 2024 08:31:01 +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: 6f8687a0-2e99-4d17-a70d-14b0e81ffc71 X-Archives-Hash: 8996a9a892631b7f21afa3134de762d5 commit: 78a5b0590968bd90ab0d2d3f60f2cb438c075bc3 Author: Petr Vaněk gentoo org> AuthorDate: Sun Mar 3 08:26:58 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Mar 3 08:26:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a5b059 dev-libs/pcl: drop 1.12-r1 Signed-off-by: Petr Vaněk gentoo.org> dev-libs/pcl/pcl-1.12-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-libs/pcl/pcl-1.12-r1.ebuild b/dev-libs/pcl/pcl-1.12-r1.ebuild deleted file mode 100644 index 626a81d5bfc2..000000000000 --- a/dev-libs/pcl/pcl-1.12-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Portable Coroutine Library" -HOMEPAGE="http://xmailserver.org/libpcl.html" -SRC_URI="http://xmailserver.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/1" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}