Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Droped media-libs/fontconfig dependency, bug 446012. | 2013-07-25 | 1 | -3/+6 | |
| | |||||
* | Do not require fontconfig at runtime, it isn't necessary for many purposes, ↵ | 2013-06-09 | 1 | -5/+5 | |
| | | | | thanks to Nikoli for the original patch | ||||
* | font.eclass needs RDEPEND=$DEPEND, bug 446012 | 2013-04-05 | 1 | -1/+2 | |
| | |||||
* | trim useless trailing whitespace | 2011-08-29 | 1 | -2/+2 | |
| | |||||
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | 2011-08-22 | 1 | -4/+4 | |
| | |||||
* | Minor cleanups, eclass-manpages updates. | 2010-09-30 | 1 | -28/+36 | |
| | |||||
* | When cleaning up generated files leave any fonts.alias from ↵ | 2010-07-09 | 1 | -6/+21 | |
| | | | | media-fonts/font-alias alone. Add documentation. (bug #315369) | ||||
* | Improve documentation. | 2010-05-15 | 1 | -21/+14 | |
| | |||||
* | Add new function font_cleanup_dirs, called in pkg_postrm, to clean up font ↵ | 2010-04-20 | 1 | -1/+36 | |
| | | | | directories that only contain generated files (bug #315369). Based on code taken from xorg-2.eclass. Note that due to portage caching pkg_postrm, currently installed font packages will not trigger this code until the second time they are reinstalled. | ||||
* | Introduce fonts.eclass supporting eapi up to 3. Per disscussion on -dev. | 2010-02-09 | 1 | -83/+70 | |
| | |||||
* | whitespace | 2009-10-11 | 1 | -2/+2 | |
| | |||||
* | Allow variables to be defined before inheriting. | 2009-09-13 | 1 | -6/+5 | |
| | |||||
* | Tell the user if we've installed any config files and how to use them. | 2009-09-07 | 1 | -2/+21 | |
| | |||||
* | Fixed unquoted variables, bug #258164, thank Markus Meier for report. | 2009-02-08 | 1 | -3/+3 | |
| | |||||
* | whitespace | 2009-01-12 | 1 | -7/+7 | |
| | |||||
* | Remove seemingly stray comment | 2009-01-06 | 1 | -2/+1 | |
| | |||||
* | remove fonts.dir/fonts.scale if they exist before we create them (in case ↵ | 2009-01-02 | 1 | -1/+2 | |
| | | | | they have funky read-only perms) | ||||
* | Fixed merging with custom ROOT, bug #247968, thank Łukasz Mierzwa for report. | 2009-01-01 | 1 | -2/+2 | |
| | |||||
* | Added media-fonts/encodings into DEPEND as it's required for ↵ | 2008-08-19 | 1 | -2/+3 | |
| | | | | x11-apps/mkfontdir to work correctly. | ||||
* | Make eclass-manpages ready, bug #210933, thanks mren. | 2008-06-21 | 1 | -11/+51 | |
| | |||||
* | Add FONTLOG.txt to commondoc. | 2008-05-19 | 1 | -2/+2 | |
| | |||||
* | Third stage of fixing bug #201834. | 2008-01-08 | 1 | -4/+4 | |
| | |||||
* | First stage of fixing bug #201834. | 2008-01-08 | 1 | -5/+5 | |
| | |||||
* | Misquoted FONT_CONF prevented use of multiple fontconfig files. Bug #201834 ↵ | 2007-12-10 | 1 | -2/+2 | |
| | | | | by pva. | ||||
* | BSD xargs doesn't do -r. | 2007-09-19 | 1 | -3/+3 | |
| | |||||
* | Handle ${ROOT} and whitespace, suggested by vapier. | 2007-09-16 | 1 | -17/+5 | |
| | |||||
* | Hopefully the last permission handling change - now reports when changing a ↵ | 2007-09-16 | 1 | -5/+19 | |
| | | | | file's permissions, emulates chmod -c, and is all pretty-like. Thanks to dberkholz for the suggestion. | ||||
* | Move permission checking to postinst/postrm, and check everything in ↵ | 2007-09-16 | 1 | -3/+7 | |
| | | | | /usr/share/fonts rather than just the current package. | ||||
* | Forgot to remove -v flag from chmod. | 2007-09-16 | 1 | -2/+2 | |
| | |||||
* | Do permission setting in ${D} rather than ${WORKDIR}. | 2007-09-16 | 1 | -3/+3 | |
| | |||||
* | Force proper permissions on font files to prevent application segfaults. ↵ | 2007-08-16 | 1 | -1/+3 | |
| | | | | Bug #187774 | ||||
* | Force cache regeneration. | 2007-08-04 | 1 | -14/+4 | |
| | |||||
* | Allow FONT_CONF to work outside of FILESDIR. | 2007-07-29 | 1 | -8/+8 | |
| | |||||
* | Implement support for FONT_CONF, a space-delimited list of fontconfig files ↵ | 2007-07-15 | 1 | -4/+19 | |
| | | | | to install into /etc/font/conf.avail/. | ||||
* | Check for existence of common docs before attempting to install them. ↵ | 2007-06-24 | 1 | -4/+6 | |
| | | | | (Johannes Weiner, Bug #148804) | ||||
* | Remove virtual/x11 depends in some eclasses | 2007-03-26 | 1 | -2/+2 | |
| | |||||
* | Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, ↵ | 2006-10-30 | 1 | -1/+1 | |
| | | | | always use mkfontscale. Also, run from the build system since they are in DEPEND and not RDEPEND. | ||||
* | Some initial changes so x-modular.eclass can start using this: Allow for ↵ | 2006-10-30 | 1 | -3/+3 | |
| | | | | DOCS to not exist without errors, and don't remove fonts.cache-1 if it doesn't exist. | ||||
* | update eclass for fontconfig 2.4 | 2006-09-17 | 1 | -9/+35 | |
| | |||||
* | Provide FONT_PN to override font.eclass using /usr/share/fonts/PN always - ↵ | 2006-01-12 | 1 | -9/+11 | |
| | | | | this is for migration of old fonts. | ||||
* | Add modular X dependencies. | 2005-12-13 | 1 | -2/+2 | |
| | |||||
* | Remove -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings line from mkfontdir, ↵ | 2005-08-16 | 1 | -2/+1 | |
| | | | | since it should already be covered by /usr/share/fonts/encodings (it's symlinked), and it causes errors in a modular world without /usr/X11R6. | ||||
* | QA: Apply whitespace checks from repoman to eclasses. | 2005-07-11 | 1 | -6/+5 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | more fixes | 2005-05-28 | 1 | -2/+10 | |
| | |||||
* | some revamping for fontconfig changes | 2005-05-28 | 1 | -10/+7 | |
| | |||||
* | '...' -> ' ...' | 2004-10-19 | 1 | -3/+3 | |
| | |||||
* | s,/usr/bin/fc-cache,fc-cache, to support Mac OS X. | 2004-10-06 | 1 | -2/+3 | |
| | |||||
* | Added a patch to fix an error with files or directories containing spaces in ↵ | 2004-10-03 | 1 | -10/+10 | |
| | | | | their names. Thanks to gna <gnagent2@yahoo.com.au>; bug #66206. |