summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Better source installation for debuggingMatthias Schwarzott2005-10-221-2/+25
|
* if a package doesnt exist, return success with built_with_useMike Frysinger2005-10-221-3/+6
|
* Changing some check_vermagic logic to support KV_DIR better. Fixing MODULESD ↵John Mylchreest2005-10-221-13/+17
| | | | error reported by genstef
* Adding in vermagic check. This is a little crude, but picks up on the most ↵John Mylchreest2005-10-221-1/+39
| | | | common problem
* touchup quotingMike Frysinger2005-10-221-5/+4
|
* add hook for checking licensesMike Frysinger2005-10-221-1/+3
|
* Added makeself 2.1.5 support and fixing games_ut_unpack for proper ut2004 ↵Chris Gianelloni2005-10-212-5/+5
| | | | support.
* punt shared info filesMike Frysinger2005-10-211-1/+3
|
* add in vim7 block for autoalignCiaran McCreesh2005-10-201-2/+3
|
* Restrict util-macros dep to >=x11-misc/util-macros-0.99.0_p20051007.Donnie Berkholz2005-10-201-2/+2
|
* Update SRC_URI to look in 7.0 RC1 location first, then RC0. Also only active ↵Donnie Berkholz2005-10-201-3/+4
| | | | font code if pkg starts with 'font-', not just 'font'.
* fix the LD_LIBRARY_PATH logic in make_wrapper so that it works again #109793 ↵Mike Frysinger2005-10-201-3/+7
| | | | by UncleOwen
* fix by James Le Cuirot for checking submounts #109765Mike Frysinger2005-10-191-2/+2
|
* make sure we check the result of cat pipe #106049Mike Frysinger2005-10-191-2/+4
|
* enable as-needed for gcc-3.4.4+, disable multilib for gcc-2 and older, and ↵Mike Frysinger2005-10-181-7/+18
| | | | add a warning about upgrading C++ packages #109710
* chown root:0 fix for bsdMatthew Kennedy2005-10-181-2/+2
|
* Fix source location (#109656).Gregorio Guidi2005-10-181-2/+2
|
* tweak the fake patch so libtool-1.2f will accept itMike Frysinger2005-10-181-9/+3
|
* Fixed mips64's MULTILIB_ABIS. It was missing o32 and thus the compiler ↵Jeremy Huddleston2005-10-171-2/+2
| | | | profile wasn't getting set right.
* add support for more CTARGET->libc bindingsMike Frysinger2005-10-161-4/+7
|
* Added missing flag-o-matic inherit as per bug #87232.Diego Elio Pettenò2005-10-151-2/+2
|
* Update for KDE 3.5.0_beta2.Gregorio Guidi2005-10-151-3/+3
|
* Fixes #108947Rob Cakebread2005-10-141-16/+8
|
* correct SRC_URI for kde 3.5.0_beta2Dan Armak2005-10-141-5/+6
|
* add support for the upcoming kde 3.5.0_beta2 ebuilds. this includes a ↵Dan Armak2005-10-143-4/+26
| | | | workaround in kde-functions.eclass:deprange() due to the fact that previous 3.5 prereleases were mistakenly versioned as eg 3.5_beta1 not 3.5.0_beta1.
* allow FILESDIR to be overridden by other ebuilds (like kgcc64)Mike Frysinger2005-10-141-7/+8
|
* use gcc instead of $PN/$P in places so we can use this eclass for other packagesMike Frysinger2005-10-141-12/+12
|
* dont rely on $PN so that we can use this eclass with other binutils packagesMike Frysinger2005-10-141-6/+8
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-10-134-10/+10
|
* need to declare x as a local var in strip-unsupported-flags so we dont ↵Mike Frysinger2005-10-131-10/+10
| | | | pollute callers env ... also touchup syntax there and in has_m32
* add support for n arguments rather than just oneMike Frysinger2005-10-131-12/+15
|
* add support for s390x multilibMike Frysinger2005-10-123-13/+30
|
* Improved NetBSD support as per bug #108999. Thanks Damian for the efforts.Diego Elio Pettenò2005-10-121-2/+11
|
* Added missing flag-o-matic inherit, to filter visibility flags.Diego Elio Pettenò2005-10-121-2/+2
|
* Set MULTILIB_ABIS to DEFAULT_ABI if ! use multilib.Jeremy Huddleston2005-10-111-3/+8
|
* Make sure visibility-change flags are being filtered out of KDE to avoid ↵Diego Elio Pettenò2005-10-111-1/+4
| | | | them to kill everything.
* remove multilib cross-compile hacks so that it works properlyMike Frysinger2005-10-111-53/+3
|
* sort arches by alphabetical order and define a few moreMike Frysinger2005-10-101-13/+13
|
* fix the multilib_env stuff again since previous fixes were reverted when ↵Mike Frysinger2005-10-101-20/+19
| | | | moving from glibc ebuild
* Fixes bug #102004John Mylchreest2005-10-101-5/+7
|
* Added bindnow-flags function to find out the right flags to enable now ↵Diego Elio Pettenò2005-10-091-1/+20
| | | | binding on GNU and non-GNU linkers.
* Corrected filename to be consistent with gentoo-vdr-scripts.Matthias Schwarzott2005-10-091-4/+4
|
* updates for vim 6.4 beta: drop selinuxCiaran McCreesh2005-10-091-6/+17
|
* Check if the freebsd patch was already applied when it fails to apply.Diego Elio Pettenò2005-10-091-4/+6
|
* Pass --foreign to automake when required files (for default GNU behavior) ↵Diego Elio Pettenò2005-10-091-2/+8
| | | | are not found.
* dont enable o32 for mips64 multilib for nowMike Frysinger2005-10-091-3/+3
|
* Added ${AM_OPTS} variable to pass extra options to automake, such as ↵Diego Elio Pettenò2005-10-081-2/+4
| | | | --foreign and similar.
* If aclocal.m4 does not exists, run aclocal, so that we can bootstrap.Diego Elio Pettenò2005-10-081-2/+2
|
* fix #108112Anders Rune Jensen2005-10-071-1/+3
|
* Added code for netbsd user handling.Diego Elio Pettenò2005-10-071-1/+15
|