Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 908872

Summary: app-text/hunspell should own /usr/share/myspell
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/31787
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 734516    

Description Pacho Ramos gentoo-dev 2023-06-20 13:11:39 UTC
When looking into https://bugs.gentoo.org/734516 I noticed that /usr/share/myspell is populated when different dictionaries are installed... but if no dict is present... we cannot assume the directory is around.

I think that the easiest and cleanest way to go would be to simply own that parent /usr/share/myspell by app-text/hunspell

Thanks a lot
Comment 1 Larry the Git Cow gentoo-dev 2023-07-16 17:59:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b4423c4dbe01c25a6ed30c7fc23d127a2c58fb

commit 94b4423c4dbe01c25a6ed30c7fc23d127a2c58fb
Author:     BalkanMadman <zurabid2016@gmail.com>
AuthorDate: 2023-07-09 19:52:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-07-16 17:58:28 +0000

    app-text/hunspell: revbump, clean up ebuild, add DEPEND on libiconv
    
    The dependency on libiconv was already satisfied on most if not all
    machines (because a lot of other packages depend on it), so KEYWORDS
    were not dropped.
    Fix two bugs (one depends on other) about having a symlink pointing to
    nonexisting /usr/share/myspell directory.
    
    Closes: https://bugs.gentoo.org/908872
    Closes: https://bugs.gentoo.org/734516
    Signed-off-by: BalkanMadman <zurabid2016@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/31787
    Signed-off-by: Sam James <sam@gentoo.org>

 ...eexes.patch => hunspell-1.7.2-renameexes.patch} | 17 -----
 app-text/hunspell/hunspell-1.7.2-r1.ebuild         | 81 ++++++++++++++++++++++
 app-text/hunspell/hunspell-1.7.2.ebuild            |  6 +-
 3 files changed, 84 insertions(+), 20 deletions(-)
Comment 2 Pacho Ramos gentoo-dev 2023-07-17 09:27:35 UTC
Thanks!