| Commit message (Expand) | Author | Age | Files | Lines |
* | silence warnings | Mike Frysinger | 2005-12-20 | 1 | -2/+2 |
* | some whitespace fixes, makind indentation sane and using tabs throughout | George Shapovalov | 2005-12-19 | 1 | -11/+11 |
* | Add SRC_URI for RC4. | Joshua Baergen | 2005-12-17 | 1 | -2/+3 |
* | rename HTB patch func | Mike Frysinger | 2005-12-17 | 1 | -3/+3 |
* | add info for e17 cvs mirror | Mike Frysinger | 2005-12-17 | 1 | -1/+5 |
* | slot_rebuild() fix | Carsten Lohrke | 2005-12-17 | 1 | -3/+3 |
* | some modifications to prepare for amd64 support | George Shapovalov | 2005-12-15 | 1 | -3/+5 |
* | Added function to get the shell for a given user, and a wrapper function to c... | Diego Elio Pettenò | 2005-12-14 | 1 | -1/+34 |
* | Why I press 'u' when i shouldn't? fix typo. | Diego Elio Pettenò | 2005-12-14 | 1 | -1/+3 |
* | Refactor egethome() function to use ${CHOST} instead of (deprecated) ${USERLA... | Diego Elio Pettenò | 2005-12-14 | 1 | -6/+7 |
* | Adding modular X depends. | Doug Goldstein | 2005-12-14 | 1 | -2/+7 |
* | Remove redundant depends | Doug Goldstein | 2005-12-14 | 1 | -5/+3 |
* | Get rid of duplicate depends | Doug Goldstein | 2005-12-14 | 1 | -5/+3 |
* | Add modular X dependencies. | Donnie Berkholz | 2005-12-14 | 1 | -2/+2 |
* | Add support for DragonFly's CHOST in user handling, it's just the same as Fre... | Diego Elio Pettenò | 2005-12-13 | 1 | -4/+4 |
* | Add modular X dependencies. | Donnie Berkholz | 2005-12-13 | 1 | -2/+2 |
* | add some error checking, duh | Mike Frysinger | 2005-12-13 | 1 | -2/+2 |
* | forgot the $D while removing info/man pages as pointed out by matti | Mike Frysinger | 2005-12-12 | 1 | -3/+3 |
* | respect noinfo/noman FEATURES | Mike Frysinger | 2005-12-12 | 1 | -3/+7 |
* | Add modular X dependencies. | Donnie Berkholz | 2005-12-12 | 2 | -5/+27 |
* | Clarify docs. | Donnie Berkholz | 2005-12-12 | 1 | -1/+3 |
* | Add some documentation on how to use the eclass. | Donnie Berkholz | 2005-12-12 | 1 | -1/+17 |
* | Remove outdated comments about fonts. | Donnie Berkholz | 2005-12-12 | 1 | -4/+1 |
* | Add modular X dependencies. | Donnie Berkholz | 2005-12-11 | 1 | -2/+13 |
* | (#115085) Add mkfontdir and mkfontscale to DEPEND for fonts. | Donnie Berkholz | 2005-12-10 | 1 | -1/+4 |
* | don't fail if the testvim symlink is already there | Ciaran McCreesh | 2005-12-10 | 1 | -2/+2 |
* | converted DEPEND to linuxtv-dvb-headers | Matthias Schwarzott | 2005-12-10 | 1 | -5/+2 |
* | Re-enable the installation of driver manpages to 4x instead of 4. Fixes bug #... | Joshua Baergen | 2005-12-09 | 1 | -4/+24 |
* | Comment fix. | Martin Schlemmer | 2005-12-09 | 1 | -2/+2 |
* | build libssp and crtbegin/crtend without ssp so that apps using them | Kevin F. Quinn | 2005-12-09 | 1 | -3/+7 |
* | Ouch! A few quotations marks in if were gone... | Sergey Kuleshov | 2005-12-09 | 1 | -6/+6 |
* | prepare eclass for new package | Carsten Lohrke | 2005-12-09 | 1 | -1/+2 |
* | A new version of rox eclass. SET_PERM is now obsolete. Added KEEP_SRC. General | Sergey Kuleshov | 2005-12-09 | 1 | -20/+37 |
* | Split test-flags() into CC and CXX versions. | Martin Schlemmer | 2005-12-09 | 1 | -6/+24 |
* | Fix all single-bracket tests [ ] to be double-bracketed [[ ]] for consistency. | Donnie Berkholz | 2005-12-09 | 1 | -20/+20 |
* | In replace-sparc64-cflags, we need local 'SPARC64_CPUS="ultrasparc3 ultraspar... | Ferris McCormick | 2005-12-09 | 1 | -2/+2 |
* | Move elibtoolize from x-modular_unpack_source() to x-modular_src_unpack() so ... | Donnie Berkholz | 2005-12-09 | 1 | -5/+5 |
* | Print options we run autotools with. | Martin Schlemmer | 2005-12-09 | 1 | -2/+2 |
* | force newer binutils-config and make sure when we clean out old versions, the... | Mike Frysinger | 2005-12-09 | 1 | -3/+3 |
* | Added einfo output stating where eautoreconf is being called, to make sure to... | Diego Elio Pettenò | 2005-12-08 | 1 | -1/+2 |
* | Fix deprecated warnings breaking sandbox, bug #114905. | Martin Schlemmer | 2005-12-08 | 1 | -1/+7 |
* | Fix typo. | Martin Schlemmer | 2005-12-08 | 1 | -5/+3 |
* | Cleanups. | Martin Schlemmer | 2005-12-08 | 1 | -34/+69 |
* | add a link to our homepage | Mike Frysinger | 2005-12-07 | 1 | -1/+4 |
* | add some basic sanity checks | Mike Frysinger | 2005-12-07 | 1 | -3/+3 |
* | Misc cleanups for libtool.eclass. Add updates for max_cmd_len patches. | Martin Schlemmer | 2005-12-07 | 3 | -4/+71 |
* | don't try to build an empty target, bug #114799 | Ciaran McCreesh | 2005-12-07 | 1 | -2/+2 |
* | Prevent packages that bork with hardened gccs from building. Based on Starlin... | Joshua Baergen | 2005-12-07 | 1 | -2/+10 |
* | fix sed | Ciaran McCreesh | 2005-12-07 | 1 | -2/+2 |
* | parallelism, sandbox fixes. | Ciaran McCreesh | 2005-12-07 | 1 | -19/+17 |