summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix java-internal INI file support.Luca Longinotti2005-11-011-1/+5
|
* New-style PHP update, see dev-lang/php ChangeLog for detailed list of changes.Luca Longinotti2005-10-3111-173/+397
|
* Modify block so that release candidate metabuilds are allowed.Joshua Baergen2005-10-301-2/+2
|
* Fix bug #108236.Luca Longinotti2005-10-291-2/+2
|
* made src_compile modularMatthias Schwarzott2005-10-281-4/+16
|
* simplify the cdrom code a bit by unifying some duplicate sections and make ↵Mike Frysinger2005-10-271-26/+20
| | | | sure we export CDROM_SET/CDROM_MATCH even when the user provides cdrom locations via CD_ROOT vars
* add support for multiple cdsMike Frysinger2005-10-261-38/+52
|
* Either the source-based or binary quake3 ebuild will do.Michael Sterrett2005-10-251-2/+2
|
* games-fps/quake3 -> games-fps/quake3-binMichael Sterrett2005-10-251-3/+2
|
* allow users to use just php instead of mod_phpMike Frysinger2005-10-251-4/+5
|
* Add elibtoolize to fix shared lib problems on MIPS, fBSD, etc...Joshua Baergen2005-10-231-2/+6
|
* Commented out check_vermagic with permission from johnm until a fixed ↵Jason Wever2005-10-231-2/+5
| | | | version for arches with different userland and kernel compilers is available.
* 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
|