diff options
author | Sam James <sam@gentoo.org> | 2024-08-18 22:36:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-18 22:36:01 +0100 |
commit | 692bd572180be2bc47e6220d535416f699a65ea1 (patch) | |
tree | 0d7595aac48bc9eff059e71cf4dab5d540f16905 /dev-debug/dtrace | |
parent | dev-debug/dtrace: new package, add 2.0.1.1, add 9999 (diff) | |
download | gentoo-692bd572180be2bc47e6220d535416f699a65ea1.tar.gz gentoo-692bd572180be2bc47e6220d535416f699a65ea1.tar.bz2 gentoo-692bd572180be2bc47e6220d535416f699a65ea1.zip |
dev-debug/dtrace: update HOMEPAGE, link to wiki page in pkg_postinst
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/dtrace')
-rw-r--r-- | dev-debug/dtrace/dtrace-2.0.1.1.ebuild | 5 | ||||
-rw-r--r-- | 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/20240425164057.420580-1-nick.alcock@oracle.com/ 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:" |