| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace | Markus Meier | 2009-10-11 | 1 | -2/+2 |
* | Allow variables to be defined before inheriting. | Ryan Hill | 2009-09-13 | 1 | -6/+5 |
* | Tell the user if we've installed any config files and how to use them. | Ryan Hill | 2009-09-07 | 1 | -2/+21 |
* | Fixed unquoted variables, bug #258164, thank Markus Meier for report. | Peter Volkov | 2009-02-08 | 1 | -3/+3 |
* | whitespace | Markus Meier | 2009-01-12 | 1 | -7/+7 |
* | Remove seemingly stray comment | Fabian Groffen | 2009-01-06 | 1 | -2/+1 |
* | remove fonts.dir/fonts.scale if they exist before we create them (in case the... | Mike Frysinger | 2009-01-02 | 1 | -1/+2 |
* | Fixed merging with custom ROOT, bug #247968, thank Łukasz Mierzwa for report. | Peter Volkov | 2009-01-01 | 1 | -2/+2 |
* | Added media-fonts/encodings into DEPEND as it's required for x11-apps/mkfontd... | Peter Volkov | 2008-08-19 | 1 | -2/+3 |
* | Make eclass-manpages ready, bug #210933, thanks mren. | Peter Volkov | 2008-06-21 | 1 | -11/+51 |
* | Add FONTLOG.txt to commondoc. | Ryan Hill | 2008-05-19 | 1 | -2/+2 |
* | Third stage of fixing bug #201834. | Peter Volkov | 2008-01-08 | 1 | -4/+4 |
* | First stage of fixing bug #201834. | Peter Volkov | 2008-01-08 | 1 | -5/+5 |
* | Misquoted FONT_CONF prevented use of multiple fontconfig files. Bug #201834 ... | Ryan Hill | 2007-12-10 | 1 | -2/+2 |
* | BSD xargs doesn't do -r. | Ryan Hill | 2007-09-19 | 1 | -3/+3 |
* | Handle ${ROOT} and whitespace, suggested by vapier. | Ryan Hill | 2007-09-16 | 1 | -17/+5 |
* | Hopefully the last permission handling change - now reports when changing a f... | Ryan Hill | 2007-09-16 | 1 | -5/+19 |
* | Move permission checking to postinst/postrm, and check everything in /usr/sha... | Ryan Hill | 2007-09-16 | 1 | -3/+7 |
* | Forgot to remove -v flag from chmod. | Ryan Hill | 2007-09-16 | 1 | -2/+2 |
* | Do permission setting in ${D} rather than ${WORKDIR}. | Ryan Hill | 2007-09-16 | 1 | -3/+3 |
* | Force proper permissions on font files to prevent application segfaults. Bug... | Ryan Hill | 2007-08-16 | 1 | -1/+3 |
* | Force cache regeneration. | Ryan Hill | 2007-08-04 | 1 | -14/+4 |
* | Allow FONT_CONF to work outside of FILESDIR. | Ryan Hill | 2007-07-29 | 1 | -8/+8 |
* | Implement support for FONT_CONF, a space-delimited list of fontconfig files t... | Ryan Hill | 2007-07-15 | 1 | -4/+19 |
* | Check for existence of common docs before attempting to install them. (Johann... | Ryan Hill | 2007-06-24 | 1 | -4/+6 |
* | Remove virtual/x11 depends in some eclasses | Stefan Schweizer | 2007-03-26 | 1 | -2/+2 |
* | Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, a... | Donnie Berkholz | 2006-10-30 | 1 | -1/+1 |
* | Some initial changes so x-modular.eclass can start using this: Allow for DOCS... | Donnie Berkholz | 2006-10-30 | 1 | -3/+3 |
* | update eclass for fontconfig 2.4 | Marinus Schraal | 2006-09-17 | 1 | -9/+35 |
* | Provide FONT_PN to override font.eclass using /usr/share/fonts/PN always - th... | Robin H. Johnson | 2006-01-12 | 1 | -9/+11 |
* | Add modular X dependencies. | Donnie Berkholz | 2005-12-13 | 1 | -2/+2 |
* | Remove -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings line from mkfontdir, s... | Donnie Berkholz | 2005-08-16 | 1 | -2/+1 |
* | QA: Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2005-07-11 | 1 | -6/+5 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |
* | more fixes | Marinus Schraal | 2005-05-28 | 1 | -2/+10 |
* | some revamping for fontconfig changes | Marinus Schraal | 2005-05-28 | 1 | -10/+7 |
* | '...' -> ' ...' | Mike Frysinger | 2004-10-19 | 1 | -3/+3 |
* | s,/usr/bin/fc-cache,fc-cache, to support Mac OS X. | Mamoru Komachi | 2004-10-06 | 1 | -2/+3 |
* | Added a patch to fix an error with files or directories containing spaces in ... | Mamoru Komachi | 2004-10-03 | 1 | -10/+10 |
* | Using eutils:get_libdir() now instead of hardcoded [/usr][/...]/lib | Danny van Dyk | 2004-09-15 | 1 | -2/+4 |
* | Install ${DOCS} only when target file is found | Mamoru Komachi | 2004-06-27 | 1 | -2/+4 |
* | update the copyright info | Mike Frysinger | 2004-06-25 | 1 | -2/+2 |
* | Fix use invocation; dodoc takes a list of files | Michael Sterrett | 2004-06-23 | 1 | -7/+4 |
* | Install fonts.alias only if fonts.alias is found | Mamoru Komachi | 2004-06-21 | 1 | -2/+5 |
* | some fixes | Marinus Schraal | 2004-05-31 | 1 | -16/+37 |
* | add initial version of a font eclass | Marinus Schraal | 2004-05-31 | 1 | -0/+68 |