summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Preventing -eq unary errorsJohn Mylchreest2004-12-282-4/+4
|
* adding support for operators to kernel_isJohn Mylchreest2004-12-281-10/+29
|
* Adding support for kernel_is operators, and removing on behalf of line from ↵John Mylchreest2004-12-282-14/+30
| | | | modules.d regeneration.
* bashifyMike Frysinger2004-12-271-12/+12
|
* Changing OKV to exclude _p* not just _pre*, GMSoft uses _p for patch ↵John Mylchreest2004-12-271-2/+2
| | | | versions. This solves the problem with hppa
* add export example #73200 in get_cd funcsMike Frysinger2004-12-261-1/+7
|
* Added a fix for ppc and cleaned up spacesLuca Barbato2004-12-261-47/+51
|
* send error output to /dev/nullMike Frysinger2004-12-261-3/+3
|
* bashifyMike Frysinger2004-12-261-23/+23
|
* handle params from horde ebuildsMike Frysinger2004-12-261-2/+7
|
* disable prepackaged makefiles; they are broken and unsupportedDan Armak2004-12-251-25/+27
|
* Setting up ppc specific ALLOWED_FLAGS with the first being -mabi.Chris White2004-12-251-1/+2
|
* add support for 3.3.2Dan Armak2004-12-251-1/+4
|
* oops - didn't mean to commit this; reverting to rev1.6Dan Armak2004-12-251-65/+27
|
* merge changes from berlios svn: add deprange() and call it from need-kde, ↵Dan Armak2004-12-252-39/+247
| | | | | | but only when KM_DEPRANGE is set, so monolithic ebuilds aren't affected. also, use rather than 'is kde-dist in ' as a more correct test for kde-base ebuilds, as discussed on kde@g.o.
* make sure our games arent setuid rootMike Frysinger2004-12-251-3/+8
|
* bashify and add support for weird new horde naming conventionsMike Frysinger2004-12-241-13/+14
|
* make built_with_use() more flexibleMike Frysinger2004-12-241-8/+19
|
* compress manpagesMike Frysinger2004-12-241-1/+2
|
* Fixed dependencyOlivier Fisette2004-12-231-2/+2
|
* brainfart fix in my get_abi_varJeremy Huddleston2004-12-231-2/+2
|
* Added get_abi_var() and friends for my sparc64-multilib (and possibly soon ↵Jeremy Huddleston2004-12-231-3/+53
| | | | others) work. Also updated lv's get_libdir and friends to use this instead for sparc64-multilib.
* Forcing --enable-optimize=-O0 on hppa.Guy Martin2004-12-222-2/+6
|
* Added -m{32,64} to allowed flags on sparc.Jeremy Huddleston2004-12-221-1/+2
|
* Add big fat warning about not using this old eclassPeter Johanson2004-12-211-1/+8
|
* ebook eclass stable on amd64Jason Huebel2004-12-201-2/+2
|
* bug #74876, fix kerberos.Robin H. Johnson2004-12-191-3/+3
|
* changed bzip2 | tar to tar -j to workaround some random breakage on freebsd. ↵Stephen Bennett2004-12-181-2/+5
| | | | ciaranm told me to!
* Don't overwrite programs from FreeBSD base system. Bug #69535.Stephen Bennett2004-12-181-2/+9
|
* Use gawk where freebsd's awk doesn't workStephen Bennett2004-12-181-2/+5
|
* adding extra documentation, and the ability to over-ride.John Mylchreest2004-12-181-13/+22
|
* adding support for automated modules.d file generationJohn Mylchreest2004-12-181-2/+96
|
* implement a qeinfo qeerror which wont print crud when portage is in certain ↵John Mylchreest2004-12-171-20/+51
| | | | stages. allows get_version to be used in global. although I still dont recommend it in any way
* use built_with_use from eutilsMike Frysinger2004-12-171-13/+6
|
* Support $(get_libdir) for funky archesMike Frysinger2004-12-161-3/+4
|
* force cross-compiling users to set CBUILDMike Frysinger2004-12-161-11/+2
|
* require newer binutils-configMike Frysinger2004-12-161-2/+2
|
* Added sparc to multilib logic.Jeremy Huddleston2004-12-151-2/+4
|
* adding documentation, and changing the MODULE_NAMES parsing slightlyJohn Mylchreest2004-12-142-28/+119
|
* use CBUILD / CHOST in the default case of tc-is-cross-compilerMike Frysinger2004-12-141-1/+7
|
* Bug #65912 - kerberos.Robin H. Johnson2004-12-141-2/+4
|
* Bug #69643.Robin H. Johnson2004-12-142-2/+9
|
* err need to negate the logicMike Frysinger2004-12-141-2/+2
|
* make sure we return the correct statusMike Frysinger2004-12-141-1/+2
|
* Fix for libtool problem due to version mismatches. Thanks to DHUNCAN for ↵Peter Johanson2004-12-141-3/+5
| | | | prodding me to figure this one out.
* tc-is-cross-compiler()Mike Frysinger2004-12-131-1/+11
|
* bug #72699.Robin H. Johnson2004-12-131-2/+4
|
* only disable shared/threads when building a stage1 cross-compilerMike Frysinger2004-12-131-2/+2
|
* Cleared X11 forwarding for 'ext' (ssh) and 'no' (ssh) auth types, which was ↵Armando Di Cianno2004-12-132-16/+112
| | | | causing sandbox violations for root's .xauth when users had ForwardX11 turned on system-wide; fixed 'no' auth type (mainly used in cvs fetching GNUstep related ebuilds) to act as 'ext' (ssh) acts as appropriate, removing need for duplication of logic in code; removed redundant StrictHostKeyChecking option passed to the ssh command when 'ext' (ssh) auth type is used; tested with CVS fetching ebuilds other than the ones I maintain to make sure I didn't break anything ;-)
* Add kde 3.4 support.Simone Gotti2004-12-131-3/+5
|