commit: e952b2e5c61f672df7c41f93c4d6dbc0332caef0
Author: Fabrice Delliaux <netbox253 <AT> netc <DOT> eu>
AuthorDate: Tue Jan 13 10:47:54 2026 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan 13 10:52:07 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e952b2e5
x11-misc/tbsm: fix QA issue
Follow Gentoo policy paths when installing doc files.
Install into /usr/share/doc/${PF}.
Closes: https://bugs.gentoo.org/801082
Signed-off-by: Fabrice Delliaux <netbox253 <AT> netc.eu>
x11-misc/tbsm/tbsm-0.5.ebuild | 8 ++++++++
x11-misc/tbsm/tbsm-0.6.ebuild | 8 ++++++++
x11-misc/tbsm/tbsm-0.7.ebuild | 8 ++++++++
3 files changed, 24 insertions(+)
diff --git a/x11-misc/tbsm/tbsm-0.5.ebuild b/x11-misc/tbsm/tbsm-0.5.ebuild
index b64cc145f5..ea6bbc062c 100644
--- a/x11-misc/tbsm/tbsm-0.5.ebuild
+++ b/x11-misc/tbsm/tbsm-0.5.ebuild
@@ -19,3 +19,11 @@ SLOT="0"
DEPEND="app-shells/bash:0"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ # follow Gentoo policy paths - /usr/share/doc/${PF} - bug #801082
+ sed -i -e "s|doc/\${MyName}|doc/${PF}|g" Makefile || die "makefile fix
broke!"
+ sed -i -e "s|doc/tbsm|doc/${PF}|g" src/tbsm || die "tbsm fix broke!"
+}
diff --git a/x11-misc/tbsm/tbsm-0.6.ebuild b/x11-misc/tbsm/tbsm-0.6.ebuild
index b64cc145f5..ea6bbc062c 100644
--- a/x11-misc/tbsm/tbsm-0.6.ebuild
+++ b/x11-misc/tbsm/tbsm-0.6.ebuild
@@ -19,3 +19,11 @@ SLOT="0"
DEPEND="app-shells/bash:0"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ # follow Gentoo policy paths - /usr/share/doc/${PF} - bug #801082
+ sed -i -e "s|doc/\${MyName}|doc/${PF}|g" Makefile || die "makefile fix
broke!"
+ sed -i -e "s|doc/tbsm|doc/${PF}|g" src/tbsm || die "tbsm fix broke!"
+}
diff --git a/x11-misc/tbsm/tbsm-0.7.ebuild b/x11-misc/tbsm/tbsm-0.7.ebuild
index b64cc145f5..ea6bbc062c 100644
--- a/x11-misc/tbsm/tbsm-0.7.ebuild
+++ b/x11-misc/tbsm/tbsm-0.7.ebuild
@@ -19,3 +19,11 @@ SLOT="0"
DEPEND="app-shells/bash:0"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ # follow Gentoo policy paths - /usr/share/doc/${PF} - bug #801082
+ sed -i -e "s|doc/\${MyName}|doc/${PF}|g" Makefile || die "makefile fix
broke!"
+ sed -i -e "s|doc/tbsm|doc/${PF}|g" src/tbsm || die "tbsm fix broke!"
+}