Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial commit; based on coredumb's php-ext.eclass | 2003-07-24 | 2 | -0/+164 | |
| | |||||
* | few additions to filter-flags construct | 2003-07-24 | 1 | -2/+3 | |
| | |||||
* | Some people won't like this, but we kernel folk feel that until nested use ↵ | 2003-07-23 | 1 | -4/+6 | |
| | | | | is supported X shouldn't be pulled by kernel ebuilds | ||||
* | new depend system | 2003-07-23 | 1 | -3/+3 | |
| | |||||
* | support makeself archives that arent gzipped | 2003-07-22 | 1 | -3/+7 | |
| | |||||
* | added filter-mfpmath function | 2003-07-22 | 1 | -1/+21 | |
| | |||||
* | newdepend | 2003-07-22 | 1 | -3/+3 | |
| | |||||
* | fixed DEPEND in elisp | 2003-07-22 | 1 | -2/+2 | |
| | |||||
* | fixed DEPEND= definition | 2003-07-22 | 1 | -2/+2 | |
| | |||||
* | use newdepend instead of RDEPEND= | 2003-07-22 | 1 | -17/+16 | |
| | | | | | Note that newdepend should be newrdepend so I've put a FIXME in to come back and change this when newrdepend is available. | ||||
* | use newdepend instead of DEPEND= | 2003-07-22 | 1 | -2/+2 | |
| | |||||
* | bah, fix | 2003-07-22 | 1 | -2/+2 | |
| | |||||
* | use newdepend instead of DEPEND= | 2003-07-22 | 1 | -9/+9 | |
| | |||||
* | use newdepend instead of DEPEND= | 2003-07-22 | 3 | -9/+8 | |
| | |||||
* | updated with newdepend instead of DEPEND | 2003-07-22 | 1 | -3/+2 | |
| | |||||
* | security improvment, disable URL fopen by default | 2003-07-21 | 1 | -1/+18 | |
| | |||||
* | Clean-up | 2003-07-20 | 1 | -2/+3 | |
| | |||||
* | add einfo | 2003-07-20 | 1 | -1/+2 | |
| | |||||
* | fix bug with MySQL, #24618. Add MySQL socket support. | 2003-07-19 | 1 | -2/+3 | |
| | |||||
* | Fix bug #24611 with LDFLAGS stuff | 2003-07-19 | 1 | -2/+2 | |
| | |||||
* | well, lets uncomplicate things a little more | 2003-07-18 | 1 | -4/+2 | |
| | |||||
* | Updated games_ut_unpack function - needs testing on original UT | 2003-07-18 | 1 | -13/+12 | |
| | |||||
* | Removed 'press enter' function | 2003-07-18 | 1 | -15/+1 | |
| | |||||
* | really repoman it | 2003-07-18 | 1 | -2/+2 | |
| | |||||
* | Adding amd64/x86_64 to a few eclasses | 2003-07-18 | 4 | -6/+9 | |
| | |||||
* | update dev list | 2003-07-18 | 1 | -2/+2 | |
| | |||||
* | q3ded-<MOD> -> q3<MOD>-ded | 2003-07-18 | 1 | -12/+12 | |
| | |||||
* | Fix enewuser and enewgroup | 2003-07-18 | 1 | -5/+3 | |
| | |||||
* | Fix a bug in games_ut_unpack | 2003-07-18 | 1 | -4/+9 | |
| | |||||
* | repomanz0r | 2003-07-18 | 1 | -2/+5 | |
| | |||||
* | Add games_ut_unpack | 2003-07-18 | 1 | -1/+24 | |
| | |||||
* | typo fix | 2003-07-18 | 1 | -2/+2 | |
| | |||||
* | Added a 'press enter' function | 2003-07-18 | 1 | -3/+19 | |
| | |||||
* | Added file matching to games_get_cd and made enewuser and enewgroup less chatty | 2003-07-18 | 2 | -8/+7 | |
| | |||||
* | handle overrides for configure options | 2003-07-18 | 2 | -6/+19 | |
| | |||||
* | Added support for hppa in kde.eclass | 2003-07-17 | 1 | -1/+16 | |
| | |||||
* | i finally understood why $S was sometimes getting the wrong value (eg of ↵ | 2003-07-17 | 1 | -13/+4 | |
| | | | | | | | | | $WORKDIR or of $WORKDIR/$P): it's being set from ECVS_MODULE, but that can itself be unset, and initialized rfom $PN later on (at the beginning of _src_unpack). so we now initialize $S from $PN as well if $ECVS_MODULE is empty. also i removed a big chunk of code that is no longer needed because we now always have a correct $S setting at that point. | ||||
* | add depends for binary packages | 2003-07-16 | 1 | -1/+10 | |
| | |||||
* | Few changes to vars and stuff for 2.6 and forward support | 2003-07-16 | 1 | -7/+21 | |
| | |||||
* | some modes install files into baseq3/ | 2003-07-16 | 1 | -1/+5 | |
| | |||||
* | Little fix | 2003-07-15 | 1 | -2/+2 | |
| | |||||
* | Got rid of egnustepmake and changed egnustepmake2 to egnustepmake | 2003-07-15 | 1 | -54/+0 | |
| | |||||
* | fix bug 24447 | 2003-07-15 | 1 | -3/+3 | |
| | |||||
* | unpack_makeself | 2003-07-14 | 1 | -1/+51 | |
| | |||||
* | add ipv6 support properly | 2003-07-14 | 1 | -10/+12 | |
| | |||||
* | Make php-5.0_beta1 work.. | 2003-07-13 | 1 | -2/+2 | |
| | |||||
* | added gnat.eclass that defines some stuff common to gnat-based ada packages | 2003-07-13 | 1 | -0/+44 | |
| | |||||
* | fix setting of $S - oops | 2003-07-13 | 1 | -5/+16 | |
| | |||||
* | support for the new kde-i18n live cvs ebuilds. shouldn't affect anything ↵ | 2003-07-13 | 2 | -23/+71 | |
| | | | | else in any way. | ||||
* | lets keep the homedir till portage is fixed | 2003-07-13 | 1 | -1/+2 | |
| |