summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Place docs in /usr/share/doc/kde/ rather than /usr/kde/share/doc/, by zlinTobias Heinlein2008-01-021-5/+5
|
* Fixing compatibility of wrapper so it REALLY works with /bin/sh (Bug #203987)Jim Ramsay2008-01-021-4/+4
|
* eclass testsMike Frysinger2008-01-022-0/+66
|
* handle linux-2.6.24+ where {i386,x86_64}=>{x86}Mike Frysinger2008-01-021-3/+19
|
* fix #202722Benedikt Boehm2007-12-311-2/+2
|
* In qt4_min_version, if we have EAPI >= 1, then use a slot dep to make the ↵Caleb Tennis2007-12-311-5/+42
| | | | | | | dependency much nicer/easier to look at. Also, in qt4_pkg_setup, if we are with Qt 4.4, do a little more scrutiny of the use flags since some use flags are not used anymore in Qt 4.4, and some are now split into other packages.
* actually added the rule enforcing that all primary compilers be present ↵George Shapovalov2007-12-291-1/+15
| | | | before Ada lib can be emerged (#151343)
* Add dependencies on >=dev-java/java-config-2.1Petteri Räty2007-12-291-1/+4
|
* Revert accidental commit of ssl-cert.eclass.Ulrich Müller2007-12-281-32/+7
|
* Sync eclasses from Emacs overlay (revision 894).Ulrich Müller2007-12-283-26/+63
| | | | | | elisp-common.eclass: Install packages' site-init files in site-gentoo.d subdirectory. Update documentation and einfo messages accordingly.
* updated gnatbuild.eclass to support primary compilers (#151343)George Shapovalov2007-12-271-30/+37
|
* updated gnat.eclass to support primary compilers and versioned Ada sandard ↵George Shapovalov2007-12-271-52/+124
| | | | dependencies
* Add comment about usage of EGIT_BRANCH and where it should go in relation to ↵Robin H. Johnson2007-12-271-1/+3
| | | | "inherit git".
* Use the same erroring logic for WX_GTK_VER==unset case in check_wxuse as in ↵Mart Raudsepp2007-12-251-4/+7
| | | | need-wxwidgets to solve bug 203298 (unknown function _wxerror)
* Changes from the php-overlayRaúl Porcel2007-12-242-618/+43
|
* Slightly change to doc dirCaleb Tennis2007-12-231-2/+2
|
* 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
|