summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix version doc checkRichard Brown2008-01-111-4/+3
|
* Fix relative path handling in _java-osgi_makejar, fixes bug #205234.Vlastimil Babka2008-01-101-6/+18
|
* Fix when we don't have firefox3 but we have the xulrunner USE-flag enabledRaúl Porcel2008-01-101-2/+2
|
* Close file handles in gawk code to avoid leakage, bug 205037Ali Polatel2008-01-091-1/+3
|
* Added the java-osgi eclass which is needed for creating OSGi compliants Java ↵Jean-Noël Rivasseau2008-01-091-0/+280
| | | | | | packages. The main reason for this addition is to pave the way for Eclipse-3.3.
* Third stage of fixing bug #201834.Peter Volkov2008-01-081-4/+4
|
* First stage of fixing bug #201834.Peter Volkov2008-01-081-5/+5
|
* quote $T usage #204666 by Santiago M. MolaMike Frysinger2008-01-071-4/+3
|
* Add support for apps using xulrunner binary, thanks to maekke and hoffie for ↵Raúl Porcel2008-01-061-4/+14
| | | | testing
* whitespaceSven Wegener2008-01-0621-89/+89
|
* remove lesstif useflag from tetex-3 eclass, use virtual/motif, bug #117057Alexis Ballier2008-01-061-8/+3
|
* Typo fixCaleb Tennis2008-01-051-2/+2
|
* fix quotingSven Wegener2008-01-051-2/+2
| | | | | eclass/qt4.eclass: line 130: syntax error near unexpected token `(' eclass/qt4.eclass: line 130: ` eerror "(1) In order to compile ${CATEGORY}/${PN} first you need to build"'
* Fixes from bug #203955Caleb Tennis2008-01-051-8/+8
|
* Enable -OsRaúl Porcel2008-01-051-1/+3
|
* Fix linker search path order, thanks to ADDITIONAL_NATIVE_LIB_DIRS variableBernard Cafarelli2008-01-041-4/+2
|
* 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
|