summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* fix EBUILD_PHASE check in preserve_old_lib funcsMike Frysinger2007-01-131-3/+3
|
* Fix syntax error.Luca Longinotti2007-01-121-2/+2
|
* Revert slotted changes, cleanup.Luca Longinotti2007-01-122-253/+139
|
* Change dep from sys-apps/mysql to dev-db/mysql-init-scripts.Luca Longinotti2007-01-121-4/+3
|
* Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can ↵Petteri Räty2007-01-122-13/+15
| | | | be used automatically in both src_compile and src_test.
* Added java-ant_ignore-system-classes and java-ant_xml-rewritePetteri Räty2007-01-121-7/+39
|
* Added EANT_GENTOO_CLASSPATH and EANT_EXTRA_ARGUMENTS support to the general ↵Petteri Räty2007-01-121-2/+14
| | | | src_compile.
* Fix update_vim_afterscripts. Thanks to Leonardo Boshell, Bug #156229.Mike Kelly2007-01-121-2/+2
|
* Since vmware-player uses vmplayer and not vmware-player, add a check for it ↵Chris Gianelloni2007-01-111-2/+7
| | | | and display differently. Closes bug #159607.
* Newest supertab doesn't block vim7.Mike Kelly2007-01-111-3/+4
|
* Added EANT_FILTER_COMPILER to the default src_compile control variables.Petteri Räty2007-01-101-1/+5
|
* Added to code to automatically show possible bundled jars in pre_src_compile.Petteri Räty2007-01-102-8/+33
|
* Fix to versionator to enable extglobbing.Alec Warner2007-01-101-13/+66
|
* Be more verbose about the way the install failure is identified.Diego Elio Pettenò2007-01-091-4/+4
|
* Added a check to ensure GAMES_DATADIR and GAMES_PREFIX_OPT aren't the same, ↵Chris Gianelloni2007-01-091-2/+3
| | | | and skip all of the symlink-fu if they are. This closes bug #158282.
* Switch useq to use. Fix versions for pbxt USE flag to be consistent.Doug Goldstein2007-01-091-36/+36
|
* clean up preserve_old_lib funcs with help from Fabio Rossi #159245 and make ↵Mike Frysinger2007-01-091-24/+33
| | | | sure that these functions are utilized properly
* If WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope ↵Diego Elio Pettenò2007-01-081-1/+4
| | | | this won't break more.
* For packages where automake is not used, set WANT_AUTOMAKE=none. Please ↵Diego Elio Pettenò2007-01-081-5/+10
| | | | note, though, that _aclocal_ is part of automake package.
* partly fix bug #160911Francesco Riosa2007-01-081-2/+2
|
* updated lated patches sourcesFrancesco Riosa2007-01-081-2/+2
|
* bug #160489 c#1 sys-apps/mysql is not needed with use=minimalFrancesco Riosa2007-01-071-2/+2
|
* no one uses tc-endian() so just cut it ... people should be handling endian ↵Mike Frysinger2007-01-071-26/+1
| | | | in the source code itself anyways, not in the ebuild
* note that --enable-secureplt for binutils is alpha only since people seem to ↵Mike Frysinger2007-01-071-2/+2
| | | | be confused about it
* Don't throw ewarns during prerm and postrm phases, as they might simply come ↵Diego Elio Pettenò2007-01-071-2/+4
| | | | out of the package being unmerged (or upgraded) that are picking an old saved eclass.
* Added instructions for re-emerging dev-python/pyxml when there are undefined ↵Petteri Räty2007-01-061-5/+22
| | | | symbols in pyexpat.so
* Restore shopt settings after changing them, fixing bug #160342.Andres Loeh2007-01-061-1/+4
|
* Added logic to src_compile for enabling debug support when IUSE has debug.Joshua Nichols2007-01-061-2/+5
|
* Don't change the shell options to Portage, or it will fail. Closes bug #160339.Diego Elio Pettenò2007-01-061-2/+5
|
* Changing useless messages back to einfo.Matthias Schwarzott2007-01-061-11/+11
|
* remove funky URL for HTBMike Frysinger2007-01-061-2/+1
|
* Add category of the package throwing the fit, errr I mean the notice, the ↵Diego Elio Pettenò2007-01-061-2/+2
| | | | sanity check.
* some einfo => elog for interesting messagesFrancesco Riosa2007-01-051-15/+15
|
* bug #160330 mispelled ssl option (better fix)Francesco Riosa2007-01-051-7/+6
|
* bug #160330 mispelled ssl optionFrancesco Riosa2007-01-051-3/+2
|
* Fix up the remaining einfo/elog lines in vmware.eclass.Mike Auty2007-01-051-13/+13
|
* vmware-mod preparations for workstation version 6Mike Auty2007-01-052-11/+18
| | | | vmware fixes for pax markings
* einfo converted to elogJörg Bornkessel2007-01-051-34/+34
|
* Removed deprecated debug-use-flag.Matthias Schwarzott2007-01-051-3/+2
|
* always execute global space, trying to avoid it is really too difficultFrancesco Riosa2007-01-051-116/+109
|
* And now that the whole tree is fixed, this should return on global scope to ↵Diego Elio Pettenò2007-01-051-8/+2
| | | | bother people using broken overlays...
* Kill 'inherit debug'.Elfyn McBratney2007-01-051-4/+6
|
* Remove debug.eclass usageDiego Elio Pettenò2007-01-051-3/+1
|
* Remove debug.eclass usage.Diego Elio Pettenò2007-01-051-3/+1
|
* Remove inappropriate global scope warning.Alec Warner2007-01-051-2/+8
|
* Add a QA Notice prefix to the message.Diego Elio Pettenò2007-01-051-2/+2
|
* Restore the intended behaviour. It *has* to be noisy, or I know there will ↵Diego Elio Pettenò2007-01-051-9/+2
| | | | be people not fixing i.
* Fix ewarn in global scope in debug.eclass.Ryan Hill2007-01-051-2/+9
|
* bugs 156301,160059Francesco Riosa2007-01-051-6/+8
|
* remove the inheritance from debug.eclass on gnome2.eclassSaleem Abdulrasool2007-01-041-2/+2
|