commit: 692bd572180be2bc47e6220d535416f699a65ea1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 21:36:01 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 21:36:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692bd572
dev-debug/dtrace: update HOMEPAGE, link to wiki page in pkg_postinst Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1.ebuild | 5 +++-- dev-debug/dtrace/dtrace-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild index 7c697bf009cf..8d1b0b1a3b94 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit edo flag-o-matic linux-info systemd toolchain-funcs udev DESCRIPTION="Dynamic systemwide tracing tool" -HOMEPAGE="https://github.com/oracle/dtrace-utils" +HOMEPAGE="https://github.com/oracle/dtrace-utils https://wiki.gentoo.org/wiki/DTrace" if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" @@ -95,7 +95,6 @@ src_configure() { tc-export CC # TODO: Can drop once https://lore.kernel.org/dtrace/[email protected]/ is in - # XXX: That wasn't enough, need to report upstream the other issues during build tc-enables-fortify-source && append-cppflags -U_FORTIFY_SOURCE # lld does this by default, so fix that, although lld fails anyway... @@ -151,6 +150,8 @@ pkg_postinst() { # TODO: Restart it on upgrade? (it will carry across its own persistent state) if [[ -n ${REPLACING_VERSIONS} ]]; then + einfo "See https://wiki.gentoo.org/wiki/DTrace for getting started." + # TODO: Make this more intelligent wrt comparison if systemd_is_booted ; then einfo "Restart the DTrace 'dtprobed' service after upgrades:" diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 7c697bf009cf..c536eb50ce91 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit edo flag-o-matic linux-info systemd toolchain-funcs udev DESCRIPTION="Dynamic systemwide tracing tool" -HOMEPAGE="https://github.com/oracle/dtrace-utils" +HOMEPAGE="https://github.com/oracle/dtrace-utils https://wiki.gentoo.org/wiki/DTrace" if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" @@ -151,6 +151,8 @@ pkg_postinst() { # TODO: Restart it on upgrade? (it will carry across its own persistent state) if [[ -n ${REPLACING_VERSIONS} ]]; then + einfo "See https://wiki.gentoo.org/wiki/DTrace for getting started." + # TODO: Make this more intelligent wrt comparison if systemd_is_booted ; then einfo "Restart the DTrace 'dtprobed' service after upgrades:"
