Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830565 - sys-apps/man-db man-db is now hosted on GitLab
Summary: sys-apps/man-db man-db is now hosted on GitLab
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-03 22:33 UTC by jospezial
Modified: 2022-02-07 02:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Larry the Git Cow gentoo-dev 2022-02-07 02:08:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fed9a6d9b0ae81fff6b7a7390fea76e8e59d826

commit 4fed9a6d9b0ae81fff6b7a7390fea76e8e59d826
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-02-07 01:51:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-07 02:07:53 +0000

    sys-apps/man-db: add 2.10.0
    
    Now defaults to gdbm, but can use berkdb to switch back to that
    instead if desired.
    
    This doesn't change the default for anybody as USE="+gdbm" has
    been in profiles for a long time and we dropped USE="+berkdb" in profiles
    a while ago. Plus, when in doubt, the ebuild used to go for USE=gdbm when
    both were set. So, this is just a cleanup of the existing logic.
    
    Closes: https://bugs.gentoo.org/830565
    Closes: https://bugs.gentoo.org/697796
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/man-db/Manifest                           |   1 +
 .../files/man-db-2.10.0-fix-build-clang.patch      |  44 +++++
 .../files/man-db-2.9.3-darwin-libdb-intl.patch     |   2 +
 sys-apps/man-db/man-db-2.10.0.ebuild               | 196 +++++++++++++++++++++
 sys-apps/man-db/man-db-9999.ebuild                 |  67 ++++---
 5 files changed, 273 insertions(+), 37 deletions(-)