summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the x-modular eclass to what was in the X11 overlay :Rémi 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 ↵Rémi Cardona2009-03-031-3/+11
| | | | bug #252084)
* install proto docs in /usr/share/doc/${PF} (fixes bug #164917)Rémi 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
|
* Go back to the better hardened setup, now that the binutils patch tarball is ↵Donnie Berkholz2006-07-011-8/+3
| | | | on mirrors.
* Need to quote > symbol (Andrew Gaffney).Donnie Berkholz2006-06-301-2/+2
|
* (#138580) Make drivers only require USE=xorg on xorg-server versions >=1.1, ↵Donnie Berkholz2006-06-301-4/+6
| | | | so they actually have IUSE=xorg.
* Restore the old gcc-specs-now check as well until binutils gets fixed.Donnie Berkholz2006-06-301-1/+7
|
* Remove binutils dep till the tarballs actually exist.Donnie Berkholz2006-06-301-3/+2
|
* We need to dep on >=sys-devel/binutils-2.16.1-r3 so hardened works properly.Donnie Berkholz2006-06-301-2/+3
|
* - we no longer need to die on hardened toolchains as of binutils-2.16-r3Ned Ludd2006-06-301-7/+2
|
* Loadable drivers don't build if the xorg USE-flag isn't set. (bug #135873)Joshua Baergen2006-06-281-1/+13
|
* Install ChangeLog if it exists.Donnie Berkholz2006-05-231-1/+5
|