Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some modes install files into baseq3/ | Mike Frysinger | 2003-07-16 | 1 | -1/+5 |
| | |||||
* | Little fix | Michele Balistreri | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | Got rid of egnustepmake and changed egnustepmake2 to egnustepmake | Nick Hadaway | 2003-07-15 | 1 | -54/+0 |
| | |||||
* | fix bug 24447 | Aron Griffis | 2003-07-15 | 1 | -3/+3 |
| | |||||
* | unpack_makeself | Mike Frysinger | 2003-07-14 | 1 | -1/+51 |
| | |||||
* | add ipv6 support properly | Robin H. Johnson | 2003-07-14 | 1 | -10/+12 |
| | |||||
* | Make php-5.0_beta1 work.. | Tal Peer | 2003-07-13 | 1 | -2/+2 |
| | |||||
* | added gnat.eclass that defines some stuff common to gnat-based ada packages | George Shapovalov | 2003-07-13 | 1 | -0/+44 |
| | |||||
* | fix setting of $S - oops | Dan Armak | 2003-07-13 | 1 | -5/+16 |
| | |||||
* | support for the new kde-i18n live cvs ebuilds. shouldn't affect anything ↵ | Dan Armak | 2003-07-13 | 2 | -23/+71 |
| | | | | else in any way. | ||||
* | lets keep the homedir till portage is fixed | Mike Frysinger | 2003-07-13 | 1 | -1/+2 |
| | |||||
* | Added egnustepmake2 for better gnustep program compatibility | Nick Hadaway | 2003-07-13 | 1 | -0/+57 |
| | |||||
* | add workaround for people with non PHPSAPI versions in /var/db/pkg | Robin H. Johnson | 2003-07-12 | 1 | -1/+9 |
| | |||||
* | Applied patch by stuart@gnqs.org to conform to the new php.ini files scheme | Tal Peer | 2003-07-12 | 1 | -14/+72 |
| | | | | that (mod_)php ebuilds are using and also to enhance ini support in general. | ||||
* | Updated gnuconfig.eclass to make use of the new sys-devel/gnuconfig package | Joshua Kinard | 2003-07-12 | 1 | -3/+5 |
| | |||||
* | games-ded goes in by default | Mike Frysinger | 2003-07-10 | 1 | -3/+2 |
| | |||||
* | RDEPEND fix (was missing) | Daniel Robbins | 2003-07-09 | 1 | -1/+2 |
| | |||||
* | fix su arg passing | Mike Frysinger | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | make init scripts fancier | Mike Frysinger | 2003-07-09 | 1 | -3/+13 |
| | |||||
* | give dedicated a homedir | Mike Frysinger | 2003-07-08 | 1 | -3/+4 |
| | |||||
* | make quake3 mods work even cleaner | Mike Frysinger | 2003-07-08 | 2 | -8/+15 |
| | |||||
* | make dedicated work | Mike Frysinger | 2003-07-08 | 2 | -4/+6 |
| | |||||
* | try not to hate me | Mike Frysinger | 2003-07-08 | 1 | -2/+2 |
| | |||||
* | unbreak all the games i just broke | Mike Frysinger | 2003-07-08 | 1 | -3/+3 |
| | |||||
* | add src_compile | Mike Frysinger | 2003-07-08 | 1 | -2/+7 |
| | |||||
* | fix ECVS_LOCALNAME handling for cases where ebuild calls cvs_src_unpack more ↵ | Dan Armak | 2003-07-04 | 1 | -3/+19 |
| | | | | than once. this happen in eg kdenonbeta modules automated via kde-source.eclass. | ||||
* | removing lockfile | Robin H. Johnson | 2003-07-03 | 2 | -2/+0 |
| | |||||
* | Add frozen lock support | Robin H. Johnson | 2003-07-03 | 1 | -0/+1 |
| | |||||
* | Add frozen lock support | Robin H. Johnson | 2003-07-03 | 1 | -0/+1 |
| | |||||
* | tweaks for desktop entry maker | Mike Frysinger | 2003-07-02 | 1 | -16/+16 |
| | |||||
* | Added hppa to KEYWORDS. | Guy Martin | 2003-07-02 | 1 | -2/+2 |
| | |||||
* | q3mod eclass !@ | Mike Frysinger | 2003-07-02 | 1 | -0/+118 |
| | |||||
* | tell user how to add themselves to games group | Mike Frysinger | 2003-07-02 | 1 | -1/+2 |
| | |||||
* | the -1 shortcut is deprecated | Donny Davies | 2003-07-02 | 1 | -2/+2 |
| | |||||
* | A new gnustep eclass based off of a submission by Zhen Lin. | Nick Hadaway | 2003-07-02 | 1 | -0/+140 |
| | |||||
* | oops | Mike Frysinger | 2003-07-02 | 1 | -1/+2 |
| | |||||
* | add dedicated user | Mike Frysinger | 2003-07-01 | 1 | -1/+2 |
| | |||||
* | predict accesses to QTDIR/etc/settings for the sandbox to make sure there ↵ | Dan Armak | 2003-07-01 | 1 | -1/+2 |
| | | | | are no access denied aborts even under userpriv+usersandbox. can't hurt anything, as it's just an addpredict not an addwrite. in fact, the addwrite (and the trick with ~/.kde, ~/.qt) should be removed and replaced with an addpredict - but that has to be tested, so not committing yet. | ||||
* | added desktop function | Mike Frysinger | 2003-07-01 | 1 | -1/+71 |
| | |||||
* | add support for local module renaming. this is basically the cvs checkout -d ↵ | Dan Armak | 2003-06-30 | 1 | -16/+29 |
| | | | | | | | | | option. useful when a module has a name ilke 'driver' or when a normal checkout would create several empty directories before getting to the actual files (eg a/b/c/module/files). this doesn't affect ebuilds that don't have ECVS_LOCALNAME set. patch submitted by Jon Kolb. closes #20715. | ||||
* | PHPSAPI and move config files | Robin H. Johnson | 2003-06-30 | 1 | -13/+78 |
| | |||||
* | Changed XFREE_CARDS to VIDEO_CARDS. | Donnie Berkholz | 2003-06-30 | 1 | -6/+6 |
| | |||||
* | dedicated USE flag local to games | Mike Frysinger | 2003-06-30 | 1 | -1/+5 |
| | |||||
* | fix homepage | Marinus Schraal | 2003-06-29 | 1 | -2/+2 |
| | |||||
* | Initial commit of eclass, to be used in video-card-dependent ebuilds. | Donnie Berkholz | 2003-06-29 | 1 | -0/+23 |
| | |||||
* | eclass for dr17 pkgs | Mike Frysinger | 2003-06-29 | 1 | -0/+25 |
| | |||||
* | cd support funcs | Mike Frysinger | 2003-06-29 | 1 | -1/+29 |
| | |||||
* | fixed problem with devhelp-0.6 | Jose Alberto Suarez Lopez | 2003-06-29 | 1 | -6/+8 |
| | |||||
* | Added a variable to allow not adding an extension line to php.ini | Tal Peer | 2003-06-28 | 1 | -11/+19 |
| | |||||
* | php.net does that, not php :) | Tal Peer | 2003-06-28 | 1 | -2/+2 |
| |