summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Export XDG_CONFIG_HOME="${T}" to avoid sandbox violations.Peter Alfredsen2008-12-131-1/+6
|
* Support bash array PATCHESHans de Graaff2008-12-131-6/+20
|
* Update the comment to say explicitly how to override the variable sanely.Robin H. Johnson2008-12-101-2/+5
|
* Allow overriding of $GENTOO_PATCHNAME and $GENTOO_PATCHDIR for easier ↵Robin H. Johnson2008-12-101-6/+14
| | | | testing in overlays with other revision numbers. Use GENTOO_PATCHNAME="gentoo-${PV}${ORIG_PR:+-${ORIG_PR}}" in the ebuild.
* New feature: USE=gzip to compress .idx and .dict files. Small cleanup.Peter Volkov2008-12-091-8/+13
|
* Add patch to drop including .gnu.hash support on mips targets.Joshua Kinard2008-12-091-1/+5
|
* rolling back pax-mark fix, as it creates problems for multiple libsGeorge Shapovalov2008-12-081-2/+2
|
* After dicussion with vapier, updated e17 alias to enlightenment@g.o.Peter Volkov2008-12-081-3/+3
|
* Updated mail for bug reports from vapier@g.o to e17@g.o.Peter Volkov2008-12-071-3/+3
|
* Added kdebase-data to the eclass deps.Jorge Manuel B. S. Vicetto2008-12-071-1/+12
|
* Update gst-plugins-bad eclass.Samuli Suominen2008-12-051-2/+2
|
* Update gst-plugins-ugly eclass.Samuli Suominen2008-12-051-2/+2
|
* Update gst-plugins-good eclass.Samuli Suominen2008-12-051-2/+2
|
* prepating for new bootstraps with simplified structureGeorge Shapovalov2008-12-051-13/+24
|
* Silence irrelevant error messages due to packages checked by pkg-config not ↵Peter Alfredsen2008-12-031-2/+2
| | | | being installed.
* avoid changing of directory, reported by Tanktalus in bug #229223Daniel Drake2008-12-031-6/+3
|
* Update doc DEPENDBernard Cafarelli2008-12-031-2/+2
|
* patch from Davide Pesavento to fix word splitting issues, bug #241666Tristan Heaven2008-12-011-8/+8
|
* Add python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclassGilles Dartiguelongue2008-12-011-1/+4
|
* declare ESVN_SUB_PROJECT so the checkout in $DISTDIR matches upstreamMike Frysinger2008-11-301-3/+3
|
* snap state now tracks upstream snaps rather than gentoo snapsMike Frysinger2008-11-301-8/+7
|
* pull in dev-util/cvs for live ebuilds as gettext (autopoint) needs it ↵Mike Frysinger2008-11-301-1/+4
| | | | #245073 by Thomas Kuther
* Move the hostname==localhost check from pkg_setup to pkg_config and src_test ↵Robin H. Johnson2008-11-291-5/+5
| | | | instead, to enable building in binpkg hosts more easily.
* tuning pax-marking to allow building on some hardened systems. Thank to ↵George Shapovalov2008-11-291-2/+2
| | | | markpk for suggestion (#249054)
* add cygwin targetsMike Frysinger2008-11-281-2/+3
|
* tweak cygwin targetMike Frysinger2008-11-281-4/+4
|
* cygwin targets produce dllsMike Frysinger2008-11-281-4/+4
|
* Major changes to avoid pkg-config files displaying the wrong --libs. ↵Peter Alfredsen2008-11-281-58/+31
| | | | Simplifications, quoting fixed.
* dont send output to /dev/null ... if it worked, we would get no output and ↵Mike Frysinger2008-11-271-3/+3
| | | | if it failed, we want to see the output
* It's handy to know these depend on mono if you're making a set.Peter Alfredsen2008-11-271-3/+4
|
* x-modular_dri_check(): Keep working when xorg-server doesn't support USE=dri.Donnie Berkholz2008-11-261-2/+2
|
* All of the ebuilds currently using eclass build with -j8.Peter Alfredsen2008-11-261-3/+3
|
* Add quotesPeter Alfredsen2008-11-261-8/+8
|
* - In the WX_GTK_VER before inherit case, make sure the user has the GTK libsRyan Hill2008-11-261-17/+38
| | | | | | | and not just wxBase installed since everything in the tree except amule requires them. Export pkg_setup to die when a wxBase profile is detected in this situation. (bug #247000) - Documentation improvements.
* sed is only a depPeter Alfredsen2008-11-261-1/+2
|
* eclass required for gnome-sharp and gnome-desktop-sharp packagesPeter Alfredsen2008-11-251-0/+179
|
* Hack for gtk-sharp-2.12.6Peter Alfredsen2008-11-251-2/+2
|
* Terminate last line of init file.Ulrich Müller2008-11-241-2/+2
|
* added possibility to gzip .idx filesPeter Volkov2008-11-231-4/+6
|
* Updated x11-libs/qt-phonon block to avoid a qt downgrade.Jorge Manuel B. S. Vicetto2008-11-221-3/+2
|
* Added a block to x11-libs/qt-phonon.Jorge Manuel B. S. Vicetto2008-11-211-1/+2
|
* Disable some parts of SSP per bug #246652 with GCC3 as they cause NDB failures.Robin H. Johnson2008-11-201-1/+7
|
* Revert removal of einfo message about Emacs version, since this is really ↵Ulrich Müller2008-11-161-1/+2
| | | | useful in bug reports.
* Bug #222279 - add undocumented support for selection of default charset and ↵Robin H. Johnson2008-11-141-7/+13
| | | | collation values. It works, but consider yourself unsupported if you use it.
* Multiple ruby versions are currently only supported in the ruby overlay, use ↵Hans de Graaff2008-11-141-4/+4
| | | | the default ruby interpreter for now
* Handle the installation of gems differently when using rubygems >= 1.3.0.Hans de Graaff2008-11-141-3/+12
| | | | | | Specifically we use our own custom --sandbox-fix option to make sure that finding dependencies still works even when using a sandbox installation. Thanks for Alex Legler (a3li) for the work on this.
* Bug #187642 - community-specific features.Robin H. Johnson2008-11-141-1/+5
|
* Bug #224067 - disable berkdb now for all mysql builds >=5.0.60.Robin H. Johnson2008-11-141-3/+10
|
* Adding ppc Makefile fix for bug #234179. Thanks to Josejx.Mike Pagano2008-11-131-1/+5
|
* Fix kde4-base.eclass so it works with updated kde-base.eclass.Tomas Chvatal2008-11-091-2/+2
|