games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild: dosym "${ED}/usr/share/${PN}/angrydd.py" "/usr/bin/${PN}" Problems with above dosym command: 1. Initial ${D} or ${ED} is unnecessary in first argument (target of symbolic link), and PMS-compliant package managers will issue QA notice. PMS (https://projects.gentoo.org/pms/7/pms.html#x1-14800013.4.1): """ 13.4.1 Rewriting Any absolute symlink whose link starts with D must be rewritten with the leading D removed. The package manager should issue a notice when doing this. """ 2. Target of symbolic link could be made relative, instead of absolute. Solution: dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5df7cfad77d7315092ba706e551838c51bbc6 commit 80d5df7cfad77d7315092ba706e551838c51bbc6 Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2019-11-07 21:36:36 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2019-11-07 21:36:36 +0000 games-puzzle/angrydd: Fix use of dosym with ${ED} Closes: https://bugs.gentoo.org/699494 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, although this package will probably die with Python 2.