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 61B7E158020 for ; Sun, 16 Oct 2022 19:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5143FE0D13; Sun, 16 Oct 2022 19:35:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 381C0E0D12 for ; Sun, 16 Oct 2022 19:35:24 +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 2C5DF340E63 for ; Sun, 16 Oct 2022 19:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D5FD61E for ; Sun, 16 Oct 2022 19:35:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665948917.60405fb4c53d859ebe3f3ba3a49d3a0bf56c0196.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-15.0.3.9999.ebuild sys-libs/libcxx/libcxx-16.0.0.9999.ebuild sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60405fb4c53d859ebe3f3ba3a49d3a0bf56c0196 X-VCS-Branch: master Date: Sun, 16 Oct 2022 19:35:21 +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: 7ecbf14f-71f7-4958-92b4-57321cb01910 X-Archives-Hash: a6ad90cffd64b06404f3b4cffe4d5e5d commit: 60405fb4c53d859ebe3f3ba3a49d3a0bf56c0196 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 16 19:22:01 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 16 19:35:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60405fb4 sys-libs/libcxx: Remove redundant postinst message libcxx is not the only runtime installed along with clang, explicitly passing -stdlib= is not the only (or the best) way of using it, and it is uncommon for a package to tell users how to use it in postinst anyway. Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-15.0.3.9999.ebuild | 8 -------- sys-libs/libcxx/libcxx-16.0.0.9999.ebuild | 8 -------- sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild | 8 -------- 3 files changed, 24 deletions(-) diff --git a/sys-libs/libcxx/libcxx-15.0.3.9999.ebuild b/sys-libs/libcxx/libcxx-15.0.3.9999.ebuild index 6bcf1a20c831..9b9bd5a335cb 100644 --- a/sys-libs/libcxx/libcxx-15.0.3.9999.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.3.9999.ebuild @@ -202,11 +202,3 @@ gen_shared_ldscript() { gen_ldscript "${deps[*]}" > lib/libc++.so || die } - -pkg_postinst() { - elog "This package (${PN}) is mainly intended as a replacement for the C++" - elog "standard library when using clang." - elog "To use it, instead of libstdc++, use:" - elog " clang++ -stdlib=libc++" - elog "to compile your C++ programs." -} diff --git a/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild index 6bcf1a20c831..9b9bd5a335cb 100644 --- a/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0.9999.ebuild @@ -202,11 +202,3 @@ gen_shared_ldscript() { gen_ldscript "${deps[*]}" > lib/libc++.so || die } - -pkg_postinst() { - elog "This package (${PN}) is mainly intended as a replacement for the C++" - elog "standard library when using clang." - elog "To use it, instead of libstdc++, use:" - elog " clang++ -stdlib=libc++" - elog "to compile your C++ programs." -} diff --git a/sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild b/sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild index 6bcf1a20c831..9b9bd5a335cb 100644 --- a/sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.0_pre20221016.ebuild @@ -202,11 +202,3 @@ gen_shared_ldscript() { gen_ldscript "${deps[*]}" > lib/libc++.so || die } - -pkg_postinst() { - elog "This package (${PN}) is mainly intended as a replacement for the C++" - elog "standard library when using clang." - elog "To use it, instead of libstdc++, use:" - elog " clang++ -stdlib=libc++" - elog "to compile your C++ programs." -}