Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335774 - games-board/gnubg shouldn't RDEPEND on media-fonts/ttf-bitstream-vera
Summary: games-board/gnubg shouldn't RDEPEND on media-fonts/ttf-bitstream-vera
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 282754
  Show dependency tree
 
Reported: 2010-09-03 11:20 UTC by Pacho Ramos
Modified: 2014-12-13 20:40 UTC (History)
0 users

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.
Description Pacho Ramos gentoo-dev 2010-09-03 11:20:07 UTC
games-board/gnubg shouldn't RDEPEND on media-fonts/ttf-bitstream-vera because it's being deprecated as explained in bug 282754

 media-fonts/ttf-bitstream-vera is being required because of this:

src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
        insinto "${GAMES_DATADIR}/${PN}"
        doins ${PN}.weights *bd || die "doins failed"
        dodoc AUTHORS README NEWS
        dosym /usr/share/fonts/ttf-bitstream-vera "${GAMES_DATADIR}"/${PN}/fonts
        newicon textures/logo.png gnubg.png
        make_desktop_entry "gnubg -w" "GNU Backgammon"
        prepgamesdirs
}


Looking at Fedora, looks like this could use media-fonts/dejavu instead:
https://bugzilla.redhat.com/show_bug.cgi?id=477391

But I am unsure about if this could use virtual/ttf-fonts since I don't know how could we deal with different directories that would be present in /usr/share/fonts/ at the time of linking... 

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-12-13 20:40:52 UTC
+*gnubg-20130203-r1 (13 Dec 2014)
+
+  13 Dec 2014; Pacho Ramos <pacho@gentoo.org> +gnubg-20130203-r1.ebuild,
+  -gnubg-1.04.000.ebuild:
+  Don't use bitstream-vera fonts (#335774), drop old
+