commit:     60405fb4c53d859ebe3f3ba3a49d3a0bf56c0196
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 19:22:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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."
-}

Reply via email to