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 4ECE91382C5 for ; Wed, 4 Apr 2018 13:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7887CE0BC6; Wed, 4 Apr 2018 13:56:17 +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 38BE0E0BC6 for ; Wed, 4 Apr 2018 13:56:17 +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 8C9A7335C36 for ; Wed, 4 Apr 2018 13:56:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7436250 for ; Wed, 4 Apr 2018 13:56:13 +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: <1522850162.7d5d5224233fc71873b052f275bc2ffe45d22feb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-5.0.1.ebuild sys-devel/llvm/llvm-6.0.0.ebuild sys-devel/llvm/llvm-6.0.9999.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d5d5224233fc71873b052f275bc2ffe45d22feb X-VCS-Branch: master Date: Wed, 4 Apr 2018 13:56:13 +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-Archives-Salt: dfe65aa7-5dbb-4edd-a561-c84e37a906a7 X-Archives-Hash: 597e03904e77fde2c731658da068013b commit: 7d5d5224233fc71873b052f275bc2ffe45d22feb Author: Michał Górny gentoo org> AuthorDate: Wed Apr 4 12:19:43 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 4 13:56:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5d5224 sys-devel/llvm: Inform about opt-viewer scripts in postinst Closes: https://bugs.gentoo.org/645040 sys-devel/llvm/llvm-5.0.1.ebuild | 9 +++++++++ sys-devel/llvm/llvm-6.0.0.ebuild | 9 +++++++++ sys-devel/llvm/llvm-6.0.9999.ebuild | 9 +++++++++ sys-devel/llvm/llvm-9999.ebuild | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild index d705829ac8a..295cd485338 100644 --- a/sys-devel/llvm/llvm-5.0.1.ebuild +++ b/sys-devel/llvm/llvm-5.0.1.ebuild @@ -245,3 +245,12 @@ _EOF_ docompress "/usr/lib/llvm/${SLOT}/share/man" } + +pkg_postinst() { + elog "You can find additional opt-viewer utility scripts in:" + elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/opt-viewer" + elog "To use these scripts, you will need Python 2.7 along with the following" + elog "packages:" + elog " dev-python/pygments (for opt-viewer)" + elog " dev-python/pyyaml (for all of them)" +} diff --git a/sys-devel/llvm/llvm-6.0.0.ebuild b/sys-devel/llvm/llvm-6.0.0.ebuild index 9e9f2c10509..162c216c1e6 100644 --- a/sys-devel/llvm/llvm-6.0.0.ebuild +++ b/sys-devel/llvm/llvm-6.0.0.ebuild @@ -251,3 +251,12 @@ _EOF_ docompress "/usr/lib/llvm/${SLOT}/share/man" } + +pkg_postinst() { + elog "You can find additional opt-viewer utility scripts in:" + elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/opt-viewer" + elog "To use these scripts, you will need Python 2.7 along with the following" + elog "packages:" + elog " dev-python/pygments (for opt-viewer)" + elog " dev-python/pyyaml (for all of them)" +} diff --git a/sys-devel/llvm/llvm-6.0.9999.ebuild b/sys-devel/llvm/llvm-6.0.9999.ebuild index 6276ab4925a..b8768df35d5 100644 --- a/sys-devel/llvm/llvm-6.0.9999.ebuild +++ b/sys-devel/llvm/llvm-6.0.9999.ebuild @@ -244,3 +244,12 @@ _EOF_ docompress "/usr/lib/llvm/${SLOT}/share/man" } + +pkg_postinst() { + elog "You can find additional opt-viewer utility scripts in:" + elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/opt-viewer" + elog "To use these scripts, you will need Python 2.7 along with the following" + elog "packages:" + elog " dev-python/pygments (for opt-viewer)" + elog " dev-python/pyyaml (for all of them)" +} diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 414c82e01aa..e405d61283c 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -246,3 +246,12 @@ _EOF_ docompress "/usr/lib/llvm/${SLOT}/share/man" } + +pkg_postinst() { + elog "You can find additional opt-viewer utility scripts in:" + elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/opt-viewer" + elog "To use these scripts, you will need Python 2.7 along with the following" + elog "packages:" + elog " dev-python/pygments (for opt-viewer)" + elog " dev-python/pyyaml (for all of them)" +}