summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Inherit debug eclass to not strip binaries when debug USE is on, fixing bug ↵Mart Raudsepp2006-08-071-4/+4
| | | | | | #126453. Change HOMEPAGE to the new and correct wxWidgets domain name which was changed due to the rename from wxWindows.
* Fix binary extension checks wrt concurrentmodphp.Luca Longinotti2006-08-071-3/+14
|
* Don't disable the whole wxDebugReport class secretly inside an eclass for ↵Mart Raudsepp2006-08-071-2/+1
| | | | | | all versions just because an old version, that isn't in the tree anymore, happened to have the wrong #include order in one source file.
* Switched 'java-strict' from being a FEATURE to being a variable.Joshua Nichols2006-08-071-1/+1
|
* update error message in python and distutils eclass to reflect USE flag ↵Alastair Tse2006-08-072-5/+6
| | | | renaming from tcltk to tk. (#142954)
* Remove PDO-Firebird driver, broken and unmaintained upstream.Luca Longinotti2006-08-061-2/+3
|
* if unable to find USE file for pkg, have built_with_use dieMike Frysinger2006-08-061-2/+2
|
* New function to rewrite build.xml: adds classpath.Krzysztof Pawlik2006-08-061-0/+28
|
* Add a tcl dependency when using the testsuitePaul de Vrieze2006-08-061-2/+6
|
* Change usage of tcltk to tclPaul de Vrieze2006-08-061-3/+3
|
* s/tcltk/tk/ in tetex.eclass (bug #142956).Alexandre Buisse2006-08-061-3/+3
|
* dev-lang/perl has been added as a dep to all of dev-perl and perl-core.Michael Cummings2006-08-061-4/+1
| | | | | Removing the dep, use flags, and strange behaviors these issued from the eclass.
* Added helper method to ensure that when FEATURE=test, then USE=test as well, ↵Joshua Nichols2006-08-051-0/+8
| | | | or dies otherwise. Should probably be used in pkg_setup when appropriate.
* Added accessor methods for current vm, java-pkg_get-current-vm. Added ↵Joshua Nichols2006-08-051-0/+19
| | | | metho,d java-pkg_current-vm-matches, which checks current vm against a list of possible vms.
* Fixed is-java-strict to respect FEATURES=-java-strictJoshua Nichols2006-08-051-1/+1
|
* make the CHOST mangling for ppc suck lessMike Frysinger2006-08-051-2/+2
|
* Added java-pkg_ensure-gcj function, which dies if gcc wasn't built with gcjJoshua Nichols2006-08-051-1/+12
|
* dont subshell when it isnt neededMike Frysinger2006-08-051-2/+2
|
* Moved eclasses to use CROSSCOMPILE_OPTS USE_EXPAND environment variable.Danny van Dyk2006-08-042-4/+4
|
* Minor code cleanup.Chris Gianelloni2006-08-041-5/+9
|
* Fix #142442.Tim Yamin2006-08-041-2/+2
|
* restart gconf daemon after installing new schemas (#132862)Marinus Schraal2006-08-031-1/+8
|
* The change about how we pick a version of cabal to use as described in theDuncan Coutts2006-08-021-12/+7
| | | | previous commit. (Oops, committed in two bits, never mind)
* Ask portage rather than ghc-pkg about which version of cabal to use.Duncan Coutts2006-08-022-5/+5
| | | | | | | | | | This way we build packages using version of cabal from portage that we tested rather than a version that the user installed. This is important as many packages are sensitive to changes in the Cabal API. Make ghc-getghc and ghc-getghcpkg functions return absolute paths and fix up one place in the haskell-cabal eclass where this had a knock-on effect this should fix bug #140589
* Added is-java-strict for checking FEATURES=java-strict. Added some voodoo to ↵Joshua Nichols2006-08-021-3/+12
| | | | make eant stricter with regard to CLASSPATH, when java-strict is enable
* - do be stupid and die when c89/c99 do not existNed Ludd2006-08-021-2/+8
|
* bug #142414 fixed. I fixed this for the Java herd since this breaks the tree ↵Doug Goldstein2006-08-011-2/+2
| | | | seriously if you've got any Java stuff on your system
* Reverted a change to the check during pkg_postinst that reset the system vm ↵Joshua Nichols2006-08-011-3/+4
| | | | if it was the package being upgraded. Uses a bash-3 specific feature, so added it to DEPEND.
* Fixed typo of eclass variable namesJoshua Nichols2006-08-011-2/+2
|
* drop pointless use ppc wrap around sedMike Frysinger2006-08-011-4/+4
|
* allow -mschedule for hppaMike Frysinger2006-08-011-2/+2
|
* Adding vmware and vmware-mod eclasses.Mike Auty2006-07-312-0/+473
|
* Added java-pkg_force-compilerJoshua Nichols2006-07-311-0/+13
|
* bless all gcc ebuilds with USE=test #141798Mike Frysinger2006-07-301-3/+3
|
* Add fbsd-conf patch for the broken libtool in libglade.Diego Elio Pettenò2006-07-301-0/+32
|
* Allow the driver patches to be disabled.Joshua Baergen2006-07-291-5/+8
|
* Make headers___fix use a word match which should work better.Tim Yamin2006-07-281-5/+3
|
* Split fixing build files to separate function, which can be used by ebuilds. ↵Krzysztof Pawlik2006-07-281-18/+36
| | | | Allows to handle strange and obscure cases (and is more flexible).
* move rmic/rmiregistry rename for gcc 3.x from ebuilds to here - bug #139918Kevin F. Quinn2006-07-281-2/+44
|
* Exclude kdehiddenvisibility for kdemultimedia (and derived) package. Add an ↵Diego Elio Pettenò2006-07-251-4/+13
| | | | extra safety check for enabling hidden visibility to avoid spurious bugs.
* Remove doc USE flag, kernel docs and manpages are now provided by ↵Daniel Drake2006-07-241-43/+4
| | | | sys-kernel/linux-docs
* remove pcmcia specific functons, bug 140116, also solves bug 122868Stefan Schweizer2006-07-241-49/+3
|
* Force automake 1.9 when using autoconf 2.60 for safety.Diego Elio Pettenò2006-07-231-2/+10
|
* Use portable find(1) syntax by specifying the directory to work in (.).Diego Elio Pettenò2006-07-221-1/+1
|
* fixes bug #133757 and bug #134336Akinori Hattori2006-07-221-48/+108
|
* Update to java-ant-2 to use post phase hook instead of the annoying ↵Joshua Nichols2006-07-212-14/+48
| | | | ant_src_unpack. Will warn when ant_src_unpack is used.
* Updated message for displaying VM being usedJoshua Nichols2006-07-211-2/+2
|
* Only append git local versions when LOCALVERSION_AUTO is set.Michael Marineau2006-07-211-1/+2
|
* Updates to java-pkg.eclass. Should cope with misconfigured JAVA_HOME better, ↵Joshua Nichols2006-07-201-19/+66
| | | | by reading VMHANDLE from the env, and setting GENTOO_VM to it, so java-config-2 can figure out JAVA_HOME. Also, added some checks to avoid initializing when java is a use flag, and not enabled.
* Add mozconfig_build_opts() to add the exported vars to .mozconfig.Martin Schlemmer2006-07-201-1/+9
|