summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* don't fail if the testvim symlink is already thereCiaran McCreesh2005-12-101-2/+2
|
* converted DEPEND to linuxtv-dvb-headersMatthias Schwarzott2005-12-101-5/+2
|
* Re-enable the installation of driver manpages to 4x instead of 4. Fixes bug ↵Joshua Baergen2005-12-091-4/+24
| | | | #29541.
* Comment fix.Martin Schlemmer2005-12-091-2/+2
|
* build libssp and crtbegin/crtend without ssp so that apps using themKevin F. Quinn2005-12-091-3/+7
| | | | without libc can build. Thanks to Peter S. Mazinger for the change.
* Ouch! A few quotations marks in if were gone...Sergey Kuleshov2005-12-091-6/+6
|
* prepare eclass for new packageCarsten Lohrke2005-12-091-1/+2
|
* A new version of rox eclass. SET_PERM is now obsolete. Added KEEP_SRC. GeneralSergey Kuleshov2005-12-091-20/+37
| | | | clean up. Thanks to Peter Hyman for outstanding work.
* Split test-flags() into CC and CXX versions.Martin Schlemmer2005-12-091-6/+24
|
* Fix all single-bracket tests [ ] to be double-bracketed [[ ]] for consistency.Donnie Berkholz2005-12-091-20/+20
|
* In replace-sparc64-cflags, we need local 'SPARC64_CPUS="ultrasparc3 ↵Ferris McCormick2005-12-091-2/+2
| | | | | | | | ultrasparc v9"'. Without the ultrasparc3 at the beginning of the list, in some cases, we can end up with '-mcpu=ultrasparc3' ==> '-mcpu=v83', and subsequently, package configure can fail. Problem arose from mozilla and a particular set lf CFLAGS.
* Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so ↵Donnie Berkholz2005-12-091-5/+5
| | | | it gets executed _after_ x-modular_reconf_source.
* Print options we run autotools with.Martin Schlemmer2005-12-091-2/+2
|
* force newer binutils-config and make sure when we clean out old versions, ↵Mike Frysinger2005-12-091-3/+3
| | | | the active env doesnt pollute us #114891
* Added einfo output stating where eautoreconf is being called, to make sure ↵Diego Elio Pettenò2005-12-081-1/+2
| | | | to check the right files when there are failures in a subdirectory.
* Fix deprecated warnings breaking sandbox, bug #114905.Martin Schlemmer2005-12-081-1/+7
|
* Fix typo.Martin Schlemmer2005-12-081-5/+3
|
* Cleanups.Martin Schlemmer2005-12-081-34/+69
|
* add a link to our homepageMike Frysinger2005-12-071-1/+4
|
* add some basic sanity checksMike Frysinger2005-12-071-3/+3
|
* Misc cleanups for libtool.eclass. Add updates for max_cmd_len patches.Martin Schlemmer2005-12-073-4/+71
|
* don't try to build an empty target, bug #114799Ciaran McCreesh2005-12-071-2/+2
|
* Prevent packages that bork with hardened gccs from building. Based on ↵Joshua Baergen2005-12-071-2/+10
| | | | Starling's patch in bug #110506.
* fix sedCiaran McCreesh2005-12-071-2/+2
|
* parallelism, sandbox fixes.Ciaran McCreesh2005-12-071-19/+17
|
* Try to avoid sandbox violations thanks to silly glib misfeature. Bug #114475Ciaran McCreesh2005-12-071-1/+6
|
* Make distutils.eclass distutils_pkg_postinst support .pyc/.pyo pruning of ↵Marien Zwart2005-12-071-2/+2
| | | | multiple packages (bug #96389).
* Partially fix parallel make screwupsCiaran McCreesh2005-12-071-2/+2
|
* Try to avoid sandbox violations thanks to silly glib misfeature. Bug #114475Ciaran McCreesh2005-12-071-1/+9
|
* Major rework of font handling for 7.0RC3's new --with-fontdir and ↵Donnie Berkholz2005-12-071-6/+107
| | | | --disable-iso8859-*. Add a default pkg_postrm() to clean out font directories only containing metadata.
* Fixups for vim7Ciaran McCreesh2005-12-071-17/+13
|
* Fixed a typo in the error message of java-pkg_jar-from.Petteri Räty2005-12-061-2/+2
|
* remove stray line continuationMike Frysinger2005-12-061-2/+2
|
* (#114503) Update util-macros dep to 0.99.2 for man page installation locations.Donnie Berkholz2005-12-061-2/+2
|
* mozconfig-2 eclass split to handle limitationsJory Pratt2005-12-062-236/+290
|
* fixup cross-compiling for mips64 multilib some more with the help of kanakaMike Frysinger2005-12-061-20/+17
|
* chgrp root isn't portable, bug #112514Ciaran McCreesh2005-12-051-2/+6
|
* Fix invalid atoms.Sven Wegener2005-12-052-4/+4
|
* When doing profiling, enable profiling for libs as well as executables.Duncan Coutts2005-12-051-3/+11
| | | | | Cope with packages that do not register any libs, eg cabalised ebuilds that are just straight programs (like c2hs).
* use the multilib.out file generated by the gcc build system itself and pass ↵Mike Frysinger2005-12-051-7/+8
| | | | -B when trying to calc the multilib paths like gcc build files does
* run gcc_movelibs before we strip and clean up the gcc_movelibs func to get ↵Mike Frysinger2005-12-051-42/+24
| | | | rid of warnings displayed during emerge #114333
* Fix for texi2pdf file conflict between tetex-2 and texinfo (bug #76812). ↵Alexandre Buisse2005-12-041-1/+4
| | | | Thanks to Jakub Moc.
* Update package path for RC3.Joshua Baergen2005-12-041-2/+3
|
* copy and paste error (should be ugly not good)Zaheer Abbas Merali2005-12-041-3/+3
|
* GStreamer 0.10 PrereleaseZaheer Abbas Merali2005-12-041-0/+110
|
* Block dev-tex/vntex as tetex-3 already provided itNguyen Thai Ngoc Duy2005-12-041-2/+3
|
* cache the current gcc config profile instead of trying to query it twice and ↵Mike Frysinger2005-12-031-5/+6
| | | | fix the call to --use-old
* use gcc-config profile splitting so that the profile name is properly parsed ↵Mike Frysinger2005-12-031-3/+3
| | | | #88009
* Add link to the gcc migration guideMark Loeser2005-12-021-1/+5
|
* GStreamer 0.10 prereleaseZaheer Abbas Merali2005-12-021-0/+109
|