summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* spaces to tabsCaleb Tennis2007-12-221-51/+51
|
* Some new functionsCaleb Tennis2007-12-221-2/+11
|
* Don't prestrip files, and use -silent to make the build look nicerCaleb Tennis2007-12-211-3/+3
|
* Use the local qmake and not the one on the file system, because if we're ↵Caleb Tennis2007-12-211-2/+2
| | | | building qt-core there may not be one on the filesystem yet
* remove old style nvidia-driver version number since they're gone. this fixes ↵Doug Goldstein2007-12-211-2/+2
| | | | bug #202104
* Add new eclassCaleb Tennis2007-12-211-0/+179
|
* Update documentation.Ryan Hill2007-12-211-33/+40
|
* Bug #202748 - In setup_mpm(), initialize MY_MPM to an emptyZac Medico2007-12-201-1/+2
| | | | | | | | | string before entering the loop so that it still works when setup_mpm() is called a second time during pkg_setup() of a binary package. This is needed for compatibility with portage-2.1.4 since the MY_MPM value from build time will still exist at binary package installation time. Thanks to Tais M. Hansen for <tais.hansen@osd.dk> for debugging this.
* Fix mozextension.eclass wrt bug #202847, patch by Nirbheek Chauhan <nirbheek ↵Raúl Porcel2007-12-201-3/+3
| | | | dot chauhan at gmail dot com>
* Add 4.4 series to eclassCaleb Tennis2007-12-191-4/+4
|
* java-ant_bsfix_files was returning 1 when JAVA_PKG_DEBUG is on.Petteri Räty2007-12-181-1/+3
|
* remove 2.6.13 devfs notice, there's not much point showing this any more ↵Daniel Drake2007-12-171-6/+1
| | | | since the migration happened ages ago
* Add a java-vm_revdep-mask() function for bug #177925.Vlastimil Babka2007-12-161-1/+25
|
* Added knetwalk which is derived from kdegames.Wulf Krueger2007-12-161-1/+2
|
* fix #202376; add a check for critical modules; support local IUSE in apache ↵Benedikt Boehm2007-12-151-13/+39
| | | | ebuilds
* update to support unified libs layout, added (hopefully most) quotesGeorge Shapovalov2007-12-141-14/+32
|
* qt4.eclass enhancements (see #201772)Przemyslaw Maciag2007-12-141-19/+79
|
* Remove trailing white space.Petteri Räty2007-12-131-5/+5
|
* Update cabal eclass for new cabal-1.2 seriesDuncan Coutts2007-12-131-15/+72
|
* Update ghc eclass for new ghc-6.8 quirkDuncan Coutts2007-12-131-2/+2
|
* Redirect input for cat command to /dev/null, otherwise it will hang if the listUlrich Müller2007-12-121-2/+2
| | | | of files is empty. Thanks to bicatali for pointing this out.
* Changed code to not trigger portage read-only variable cleanup.Matthias Schwarzott2007-12-121-7/+15
|
* Partial sync from Emacs overlay:Ulrich Müller2007-12-111-17/+55
| | | | | | | Prepare for migration of packages' site files to site-gentoo.d subdirectory. Use bash arrays and a custom sort routine in elisp-site-regen. Set nullglob option, because there may be a directory without matching files. Use ebegin/eend instead of einfo where it is feasible.
* remove cstetex references, its being removed, part of bug #196673Alexis Ballier2007-12-111-5/+3
|
* Misquoted FONT_CONF prevented use of multiple fontconfig files. Bug #201834 ↵Ryan Hill2007-12-101-2/+2
| | | | by pva.
* Fix a typo.Ulrich Müller2007-12-091-2/+2
|
* Add more documentation to function install_cert.Ulrich Müller2007-12-091-1/+9
| | | | Output a deprecation warning in docert.
* Marking old gnustep eclasses as deprecatedBernard Cafarelli2007-12-083-3/+8
|
* Applying small patch by zlin, and s/use flag/USE flag/gTobias Heinlein2007-12-081-6/+6
|
* New function install_cert, replaces docert. Bug #174759.Ulrich Müller2007-12-071-1/+70
|
* Fixed icon parsing to remove icon type suffix from .desktop fileJim Ramsay2007-12-071-7/+8
|
* Undo the change of 2007-12-04. Remove cd command in elisp_src_unpack.Ulrich Müller2007-12-071-7/+6
|
* Correct a cd command, at least as a work around...there have beenChristian Faulhammer2007-12-071-2/+2
| | | | problems, see http://forums.gentoo.org/viewtopic-t-627332-highlight-.html
* Minor enhancements.Wulf Krueger2007-12-061-12/+34
|
* Add qt4 versionsCaleb Tennis2007-12-061-2/+2
|
* Numerous QA fixesJim Ramsay2007-12-041-11/+10
|
* Adding eclass for integrating rox and the new rox-base/zeroinstall-injector ↵Jim Ramsay2007-12-041-0/+92
| | | | package
* Move handling of SIMPLE_ELISP into elisp_pkg_setup, otherwise it failsUlrich Müller2007-12-041-6/+7
| | | | | with portage-2.1.4_rc7. Die in elisp_src_unpack if mv fails.
* A few small readability/sanity fixesJim Ramsay2007-12-041-11/+10
|
* install dvips config files in dvips.d; no module installs such files, only ↵Alexis Ballier2007-12-021-2/+2
| | | | texlive-core for now, but better safe than sorry if this happens after dvips config files handling has been switched to texmf-update
* mark treelang as unavailable to cross-compilers #199924Mike Frysinger2007-12-011-1/+2
|
* Partial sync from Emacs overlay:Ulrich Müller2007-12-011-9/+13
| | | | | New variable SITEETC. Replace basename by bash parameter expansion.
* more backticks fixesMarkus Ullmann2007-11-293-8/+8
|
* Don't use backticksMarkus Ullmann2007-11-291-3/+3
|
* Fix #200736 and man-page installationBenedikt Boehm2007-11-291-2/+3
|
* Replaced IFS with marginally more readable valueJim Ramsay2007-11-281-5/+10
| | | | | | Replaced useq with use (thanks to drac for pointing this out) Added warnings about not using 'usemime' in the global scope.
* Minor reorganization, also added support for APPMIME variable in ebuilds to setJim Ramsay2007-11-281-70/+117
| | | | the MimeType of the created .desktop files.
* Add apache-2 eclassBenedikt Boehm2007-11-281-0/+543
|
* A typo in my last commit.Petteri Räty2007-11-281-2/+2
|
* Improvements to dojavadoc.Petteri Räty2007-11-281-3/+27
|