summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trim useless trailing whitespaceMike Frysinger2011-08-291-2/+2
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-4/+4
|
* Minor cleanups, eclass-manpages updates.Ryan Hill2010-09-301-28/+36
|
* When cleaning up generated files leave any fonts.alias from ↵Ryan Hill2010-07-091-6/+21
| | | | media-fonts/font-alias alone. Add documentation. (bug #315369)
* Improve documentation.Ryan Hill2010-05-151-21/+14
|
* Add new function font_cleanup_dirs, called in pkg_postrm, to clean up font ↵Ryan Hill2010-04-201-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.Tomas Chvatal2010-02-091-83/+70
|
* whitespaceMarkus Meier2009-10-111-2/+2
|
* Allow variables to be defined before inheriting.Ryan Hill2009-09-131-6/+5
|
* Tell the user if we've installed any config files and how to use them.Ryan Hill2009-09-071-2/+21
|
* Fixed unquoted variables, bug #258164, thank Markus Meier for report.Peter Volkov2009-02-081-3/+3
|
* whitespaceMarkus Meier2009-01-121-7/+7
|
* Remove seemingly stray commentFabian Groffen2009-01-061-2/+1
|
* remove fonts.dir/fonts.scale if they exist before we create them (in case ↵Mike Frysinger2009-01-021-1/+2
| | | | they have funky read-only perms)
* Fixed merging with custom ROOT, bug #247968, thank Łukasz Mierzwa for report.Peter Volkov2009-01-011-2/+2
|
* Added media-fonts/encodings into DEPEND as it's required for ↵Peter Volkov2008-08-191-2/+3
| | | | x11-apps/mkfontdir to work correctly.
* Make eclass-manpages ready, bug #210933, thanks mren.Peter Volkov2008-06-211-11/+51
|
* Add FONTLOG.txt to commondoc.Ryan Hill2008-05-191-2/+2
|
* Third stage of fixing bug #201834.Peter Volkov2008-01-081-4/+4
|
* First stage of fixing bug #201834.Peter Volkov2008-01-081-5/+5
|
* Misquoted FONT_CONF prevented use of multiple fontconfig files. Bug #201834 ↵Ryan Hill2007-12-101-2/+2
| | | | by pva.
* BSD xargs doesn't do -r.Ryan Hill2007-09-191-3/+3
|
* Handle ${ROOT} and whitespace, suggested by vapier.Ryan Hill2007-09-161-17/+5
|
* Hopefully the last permission handling change - now reports when changing a ↵Ryan Hill2007-09-161-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 ↵Ryan Hill2007-09-161-3/+7
| | | | /usr/share/fonts rather than just the current package.
* Forgot to remove -v flag from chmod.Ryan Hill2007-09-161-2/+2
|
* Do permission setting in ${D} rather than ${WORKDIR}.Ryan Hill2007-09-161-3/+3
|
* Force proper permissions on font files to prevent application segfaults. ↵Ryan Hill2007-08-161-1/+3
| | | | Bug #187774
* Force cache regeneration.Ryan Hill2007-08-041-14/+4
|
* Allow FONT_CONF to work outside of FILESDIR.Ryan Hill2007-07-291-8/+8
|
* Implement support for FONT_CONF, a space-delimited list of fontconfig files ↵Ryan Hill2007-07-151-4/+19
| | | | to install into /etc/font/conf.avail/.
* Check for existence of common docs before attempting to install them. ↵Ryan Hill2007-06-241-4/+6
| | | | (Johannes Weiner, Bug #148804)
* Remove virtual/x11 depends in some eclassesStefan Schweizer2007-03-261-2/+2
|
* Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, ↵Donnie Berkholz2006-10-301-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 ↵Donnie Berkholz2006-10-301-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.4Marinus Schraal2006-09-171-9/+35
|
* Provide FONT_PN to override font.eclass using /usr/share/fonts/PN always - ↵Robin H. Johnson2006-01-121-9/+11
| | | | this is for migration of old fonts.
* Add modular X dependencies.Donnie Berkholz2005-12-131-2/+2
|
* Remove -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings line from mkfontdir, ↵Donnie Berkholz2005-08-161-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.Sven Wegener2005-07-111-6/+5
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* more fixesMarinus Schraal2005-05-281-2/+10
|
* some revamping for fontconfig changesMarinus Schraal2005-05-281-10/+7
|
* '...' -> ' ...'Mike Frysinger2004-10-191-3/+3
|
* s,/usr/bin/fc-cache,fc-cache, to support Mac OS X.Mamoru Komachi2004-10-061-2/+3
|
* Added a patch to fix an error with files or directories containing spaces in ↵Mamoru Komachi2004-10-031-10/+10
| | | | their names. Thanks to gna <gnagent2@yahoo.com.au>; bug #66206.
* Using eutils:get_libdir() now instead of hardcoded [/usr][/...]/libDanny van Dyk2004-09-151-2/+4
|
* Install ${DOCS} only when target file is foundMamoru Komachi2004-06-271-2/+4
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|