summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix spaces with tabs.Tomas Chvatal2009-02-021-10/+10
|
* inherit base because I lub PATCHESMichael Sterrett2009-02-011-1/+3
|
* Update copyright years.Ulrich Müller2009-01-311-3/+3
|
* Fixes for 4.3 snapshot series.Patrick Lauer2009-01-311-1/+16
|
* Remove backwards compatibility kludge (after 13 months transition time).Ulrich Müller2009-01-311-10/+1
|
* Remove qt-phonon block from kde4-base.eclassBen de Groot2009-01-311-2/+2
|
* New and spiffy version of the old eclass.Peter Alfredsen2009-01-291-231/+363
|
* Disable reduce-relocations on bsd as the qmake spec files aren't ready for ↵Alexis Ballier2009-01-291-2/+2
| | | | this and it causes build failures; we'll have to enable it back once upstream will have fixed the spec files.
* Gluezilla is no longer a runtime dependency of mono, so to maintain the ↵Peter Alfredsen2009-01-291-2/+1
| | | | binding to a certain mono version, we have to make it the other way around.
* at least gcc-4.1 has problems with parallel installs, so use -j1 with itMike Frysinger2009-01-291-3/+4
|
* improve pruning of empty dirs and bogus symlinks in fixed-includesMike Frysinger2009-01-291-9/+8
|
* need to rewrite dependency_libs lines in all .la files #125728Mike Frysinger2009-01-281-11/+16
|
* fix typo in libtool script munging pointed out by Dmitry Karasik #256636Mike Frysinger2009-01-282-4/+4
|
* use emake rather than makeMike Frysinger2009-01-281-6/+3
|
* Add support for the upcoming java-dep-check.Serkan Kaba2009-01-281-2/+5
|
* fixup dependency_libs for moved libtool archives as well #125728Mike Frysinger2009-01-281-7/+13
|
* use -prune when searching for a dir to delete to avoid harmless warnings ↵Mike Frysinger2009-01-281-2/+2
| | | | about find not being able to descend into the dir
* split java crap into its own gcc_slot_java and start slotting libgcj.pc ↵Mike Frysinger2009-01-281-28/+40
| | | | #136382 #216241
* first cut at a more automated method for ldscript installationMike Frysinger2009-01-271-5/+21
|
* Mono-2.4_pre1 is upon us. Update to reflect.Peter Alfredsen2009-01-271-4/+4
|
* Fixed KMMODULE not to add a / at the end. Thanks to ABCD for calling our ↵Jorge Manuel B. S. Vicetto2009-01-241-6/+6
| | | | attention.
* Updated install-sh patches from bug 196728 to fix parallel make install ↵Javier Villavicencio2009-01-243-8/+17
| | | | failures.
* I always forget that its !!, not ! in EAPI-2 if you really mean it.Peter Alfredsen2009-01-231-3/+3
|
* /usr/bin/gapi2-codegen shell script from gtk-sharp-gapi would sometimes not ↵Peter Alfredsen2009-01-231-2/+5
| | | | be installed because I typoed the eclass
* Avoid dying on newer libsdl which doesn't have the no* use flags anymore.Michael Sterrett2009-01-221-2/+2
|
* just always export CC and CXX from toolchain so we don't have to manually do ↵Michael Sterrett2009-01-211-2/+3
| | | | it in a bunch of places.
* Append -fno-stack-protector-all to creation of internal qmake, bug 253127Gordon Malm2009-01-211-4/+10
|
* Add append-cxxflags functionGordon Malm2009-01-211-1/+11
|
* Add exception for findutils dependency for BSDs since they bring their own.Peter Alfredsen2009-01-201-2/+2
|
* Add dependency on >=sys-apps/findutils-4.4.0 w.r.t. bug 255621.Peter Alfredsen2009-01-201-2/+3
|
* Rip default() functions so we only run econf and emake if the appropriate ↵Peter Alfredsen2009-01-181-3/+9
| | | | files exist.
* ruby.eclass: Removing extra "ruby" build target and adding rubyee blacklist ↵Alex Legler2009-01-181-2/+3
| | | | check to fix bug 253790.
* Initial commit of go-mono.eclassPeter Alfredsen2009-01-181-0/+105
|
* Force exporting PKG_CONFIG dirs for building kde appsAlexey Shvetsov2009-01-181-2/+2
|
* don't pass empty $A to unpackMichael Sterrett2009-01-171-5/+6
|
* Update multilib_comply to allow for different mv_commands. Also complyize ↵Peter Alfredsen2009-01-141-3/+14
| | | | bin dirs.
* Add presource variable for plugins that don't need mythtv/qt/mysql ↵Thomas Anderson2009-01-131-1/+3
| | | | dependencies(mythzoneminder)
* Adding post-install warning about Qt4 plugins needing rebuildingBen de Groot2009-01-121-1/+15
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-3/+3
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-2/+2
|
* whitespaceMarkus Meier2009-01-121-3/+3
|
* whitespaceMarkus Meier2009-01-121-7/+7
|
* whitespaceMarkus Meier2009-01-121-5/+5
|
* whitespaceMarkus Meier2009-01-121-24/+24
|
* Add one missed patch for the eclasses. Affect only live stuff so no breakage ↵Tomas Chvatal2009-01-123-28/+41
| | | | for tree users. Thanks reavertm for pointing out.