summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tweak handling of default vars so that eclass-manpages can better pick ↵Mike Frysinger2009-12-091-13/+5
| | | | things out
* Update eclass to depend on correct util-macros version.Tomas Chvatal2009-11-281-3/+3
|
* Existence of fonts.alias files prevented removal of otherwise empty font ↵Ryan Hill2009-10-311-2/+2
| | | | directories. Bug #249190 by Martin Väth.
* Use correct docdir placement. Per bug #290622.Tomas Chvatal2009-10-271-1/+2
|
* Dropped workaround for bug #278221: nothing was broken with stable ↵Peter Volkov2009-10-111-3/+1
| | | | fontconfig version and all unstable fontconfig versions now have the sandbox.d file.
* set MIT as the default license for x-modular ebuildsRemi Cardona2009-09-191-3/+4
|
* Fix "undefined nls useflag" warning for some fonts packages. Per bug #263142.Tomas Chvatal2009-08-271-2/+2
|
* Allow fonts to override --with-fontdir, for fonts installing more than one ↵Ryan Hill2009-08-221-17/+5
| | | | typeface. Drop fix_font_permissions as it doesn't do anything and is handled by font.eclass already.
* x-modular.eclass: Added workaround for bug #278221: fc-cache in fontconfig ↵Peter Volkov2009-07-241-1/+3
| | | | 2.7.0 do chmod. Should be dropped after X fonts will be patched to avoid fc-cache run during make install.
* update the x-modular eclass to what was in the X11 overlay :Remi Cardona2009-05-141-27/+53
| | | | | | - EAPI=2 support - regroup all the "inherit" logic near the top - improved live git ebuild support
* Fix typo in eclass-doc. x-modular_src_configure->x-modular_src_compile.Donnie Berkholz2009-03-061-2/+2
|
* update the DRI checking code to new USE flags in xorg-server 1.5.3 (fixes ↵Remi Cardona2009-03-031-3/+11
| | | | bug #252084)
* install proto docs in /usr/share/doc/${PF} (fixes bug #164917)Remi Cardona2009-03-031-5/+13
|
* (#259491) Stop using prepalldocs, stuff is breaking because of the ↵Donnie Berkholz2009-02-181-4/+1
| | | | eutils.eclass change.
* quote variables wrt bug #258232Markus Meier2009-02-141-9/+9
|
* x-modular_dri_check(): Keep working when xorg-server doesn't support USE=dri.Donnie Berkholz2008-11-261-2/+2
|
* (#235629) Die if build succeeds but install fails.Donnie Berkholz2008-08-251-2/+3
|
* (#226187) The MODULE override wasn't working correctly because of a logic ↵Donnie Berkholz2008-06-131-12/+14
| | | | error made when refactoring.
* Change the MODULE setup to a case statement. Thanks to Bo Ørsted Andresen, ↵Donnie Berkholz2008-05-281-26/+12
| | | | who finally got me to do it.
* Allow ebuilds to override the module they download from, so we need less ↵Donnie Berkholz2008-05-271-21/+29
| | | | special-casing in here.
* Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options ↵Donnie Berkholz2008-05-271-2/+2
| | | | weren't getting through before, and now they will.
* (#219581) Stop applying driver patch to install manpages to 4x.Donnie Berkholz2008-05-091-26/+1
|
* (#214531) Add nls to IUSE for fonts with PN ending in -cyrillic.Donnie Berkholz2008-04-301-2/+2
|
* Allow PATCHES to be an array. Based on change in ruby-gnome2.eclass.Donnie Berkholz2008-04-131-5/+8
|
* Download things in the 'util' module from the right place.Donnie Berkholz2008-03-091-2/+2
|
* Make sure that packages needing eautoreconf run get it run. This fixes a bug ↵Donnie Berkholz2008-03-061-2/+4
| | | | accidentally introduced when setting default values so this eclass could be documented properly.
* Use braces around variables.Donnie Berkholz2008-02-221-2/+2
|
* Move to new documentation style used by app-portage/eclass-manpages.Donnie Berkholz2008-02-221-41/+160
|
* add $DOCS variable for src_install phaseDoug Goldstein2008-02-211-1/+2
|
* (#199062) Fix which packages show debug USE flag (John W Eckhart).Donnie Berkholz2007-11-131-8/+8
|
* Remove old build dependency upon man / man-db for building XSteve Dibb2007-10-151-2/+1
|
* Integrate with git.eclass, so live git ebuilds are trivially easy. Just copy ↵Donnie Berkholz2007-10-141-20/+38
| | | | an ebuild to -9999.ebuild, and it automatically does everything else: inherits git.eclass, sets up the repo, sets a blank SRC_URI, unpacks properly, and creates a ChangeLog.
* Update URL for driver patch to mirror://gentoo instead of Josh_B's dev space ↵Donnie Berkholz2007-09-241-2/+2
| | | | (Mark Kowarsky).
* (#178378) Check for ECONF_SOURCE, so you can do builddir != srcdir.Donnie Berkholz2007-08-021-2/+2
|
* (QA) RESTRICT clean up.Piotr Jaroszyński2007-07-021-6/+1
|
* Update my email address spyderous->dberkholz.Donnie Berkholz2007-05-021-3/+3
|
* Add additional documentation of useful variables XDPVER and XDIR.Donnie Berkholz2007-05-021-2/+11
|
* Set WANT_{AUTOMAKE,AUTOCONF} for snapshots (Matthias Schwarzott, bug #154657).Joshua Baergen2006-12-171-3/+3
|
* Only inherit font.eclass on fonts so we don't get USE=X for everything. This ↵Donnie Berkholz2006-10-301-3/+7
| | | | requires the inherit line to move below the FONT setup. Idea from Diego Pettenó.
* Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, ↵Donnie Berkholz2006-10-301-29/+5
| | | | always use mkfontscale. Also, run from the build system since they are in DEPEND and not RDEPEND.
* Start using font.eclass: Replace create_font_cache() code with a call to ↵Donnie Berkholz2006-10-301-12/+6
| | | | font_pkg_postinst(), and call font_pkg_postrm() in x-modular_pkg_postrm(). Also move EXPORT_FUNCTIONS down to the bottom so font.eclass functions don't override x-modular.eclass ones.
* Stop using two different ways to detect font directories.Donnie Berkholz2006-10-301-16/+12
|
* (#149857) Allow man-db as well as man.Donnie Berkholz2006-10-111-2/+2
|
* Install hwdata files if they exist.Donnie Berkholz2006-09-051-1/+18
|
* Fix for the case where the autotools files are somewhere other than $S.Donnie Berkholz2006-08-281-2/+2
|
* Require >=sys-apps/man-1.6b-r2 to look in [0-7]x sections (Daniel Robbins).Donnie Berkholz2006-08-211-1/+2
|
* Allow the driver patches to be disabled.Joshua Baergen2006-07-291-5/+8
|
* alpha now has binutils-2.16.1-r3 stable so we can remove the exclusion on alpha.Donnie Berkholz2006-07-041-2/+2
|
* Add multilib intelligence for removing .la files for drivers and modules.Donnie Berkholz2006-07-011-4/+4
|
* Wrap binutils dep in !alpha till they stable itDonnie Berkholz2006-07-011-2/+2
|