Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | temporary workaround for vim7 parallel make | 2005-11-27 | 1 | -2/+7 | |
| | |||||
* | Fixed typos, bug #112459 | 2005-11-26 | 1 | -3/+3 | |
| | |||||
* | Update for KDE 3.5.0. | 2005-11-23 | 1 | -1/+2 | |
| | |||||
* | add support for 3.5.0 final | 2005-11-22 | 1 | -1/+4 | |
| | |||||
* | Some tidy up and added call to eautoreconf. | 2005-11-22 | 1 | -4/+5 | |
| | |||||
* | Apply enewuser/enewgroup patch for OpenBSD as per bug #113236. Thanks Karol ↵ | 2005-11-22 | 1 | -2/+16 | |
| | | | | Pasternak for the patch. | ||||
* | Print a message informing about pkg_config in pkg_postinst | 2005-11-20 | 1 | -3/+5 | |
| | |||||
* | added pkg_config to enable and disable plugin in vdr-config-file | 2005-11-20 | 1 | -2/+68 | |
| | |||||
* | Adds support for python version of webapp-config | 2005-11-20 | 1 | -156/+132 | |
| | |||||
* | Fix some credits and comments on various new-style PHP eclasses. | 2005-11-20 | 7 | -23/+30 | |
| | |||||
* | touchup syntax, how we delete libiberty.a, and add some TODO comments | 2005-11-19 | 1 | -16/+14 | |
| | |||||
* | add support for USE=mudflap (gcc4+), remove the cross-compile multilib hack ↵ | 2005-11-18 | 1 | -8/+11 | |
| | | | | for mips targets, and support building bootstrap C compiler with libc/kernel headers | ||||
* | add an unpack function for 2.6 headers, unify duplicated env setups into one ↵ | 2005-11-18 | 1 | -24/+43 | |
| | | | | function, and add support for installing kernel headers without a proper compiler (for use with a bootstrap C compiler) | ||||
* | have unpack_makeself default to $A if nothing is specified | 2005-11-18 | 1 | -3/+4 | |
| | |||||
* | allow modular x deps, bug #111979 | 2005-11-17 | 1 | -3/+6 | |
| | |||||
* | My initial commit of a qt4 eclass (highly mirrored off of qt3) | 2005-11-17 | 1 | -0/+50 | |
| | |||||
* | More xft/pango cleanups. | 2005-11-16 | 1 | -18/+6 | |
| | |||||
* | Commit the right version of it, after making sure I don't have two vim ↵ | 2005-11-16 | 1 | -20/+2 | |
| | | | | sessions running over nfs. | ||||
* | Revert the broken eclass. | 2005-11-16 | 1 | -1/+21 | |
| | |||||
* | Remove danarmak's confcache support, as kde eclass now uses econf, and ↵ | 2005-11-16 | 1 | -21/+1 | |
| | | | | anyway this is no more supported by the latest confcache patch. | ||||
* | Make KDE use econf as usual, by overriding the directories where the ↵ | 2005-11-16 | 1 | -8/+13 | |
| | | | | ${PREFIX} changes. This allows it to play fine with confcache, removes the warning about ${CBUILD} unset and allows to update gnuconfig files. | ||||
* | update toolchain patch to handle uncompressed pie patches | 2005-11-16 | 1 | -3/+3 | |
| | |||||
* | Changed xorg-x11 blocker for clarity. | 2005-11-16 | 1 | -2/+2 | |
| | |||||
* | Remove code to workaround non pango enabled builds. Remove | 2005-11-15 | 1 | -16/+8 | |
| | | | | noxft USE flag, we use truetype for that. | ||||
* | (#112480) Add RDEPEND on >=sys-apps/man-1.6b-r2 so it looks in the [0-8]x/ ↵ | 2005-11-15 | 1 | -2/+4 | |
| | | | | directories. | ||||
* | add optional support for objc garbage collection #91222 | 2005-11-13 | 1 | -3/+6 | |
| | |||||
* | add instructions for 3.5.0_rc1 | 2005-11-12 | 1 | -1/+2 | |
| | |||||
* | add support for 3.5.0_rc1 distfiles, which are on mirror://gentoo only | 2005-11-12 | 2 | -41/+52 | |
| | |||||
* | Add RC2 to SRC_URI list. | 2005-11-11 | 1 | -2/+3 | |
| | |||||
* | run make dep for all 2.4 targets, not just sparc | 2005-11-11 | 1 | -2/+2 | |
| | |||||
* | disable mudflap for bootstrap cross-compilers | 2005-11-11 | 1 | -3/+4 | |
| | |||||
* | Changed line 26 to use [[ instead of [ | 2005-11-10 | 1 | -1/+1 | |
| | |||||
* | typo fix | 2005-11-09 | 1 | -2/+2 | |
| | |||||
* | Add big fat warning about gtk-sharp-2.6.x being unsupported by upstream. | 2005-11-08 | 1 | -2/+13 | |
| | |||||
* | new eclass for >= 1.5 mozilla products | 2005-11-07 | 1 | -0/+323 | |
| | |||||
* | add support for nightly binutils cvs snapshots and initial support for live cvs | 2005-11-06 | 1 | -16/+44 | |
| | |||||
* | remove USE=static #85318 | 2005-11-05 | 1 | -10/+4 | |
| | |||||
* | Add examples flag support to ruby eclass, per bug | 2005-11-04 | 1 | -8/+12 | |
| | | | | #111508 | ||||
* | install TODO but not COPYING doc files | 2005-11-04 | 1 | -2/+2 | |
| | |||||
* | change default abi for mips64 toolchains to n32 and add a warning if we skip ↵ | 2005-11-04 | 1 | -4/+6 | |
| | | | | libstdc++ doc generation | ||||
* | Ups, fix Hardened-PHP for 5.0.5. | 2005-11-04 | 1 | -2/+2 | |
| | |||||
* | Hardened-PHP update. | 2005-11-03 | 2 | -3/+4 | |
| | |||||
* | Make sure pam files are installed with 0644 perms. Thanks to vapier for this ↵ | 2005-11-03 | 1 | -1/+5 | |
| | | | | workaround and jkt for the report. | ||||
* | Get rid of ABI crap since it's needed only in dev profiles, and with ↵ | 2005-11-03 | 1 | -2/+1 | |
| | | | | gcc-config-2.0 those profiles can start using CHOST rather than ABI to properly set the toolchain. | ||||
* | $IMAGE -> $D | 2005-11-02 | 1 | -4/+4 | |
| | |||||
* | Drop collision-protect warning for now as we're probably going with a | 2005-11-02 | 1 | -13/+1 | |
| | | | | blocker. | ||||
* | Add an error about collision-protect in case we allow monolithic->modular | 2005-11-02 | 1 | -1/+13 | |
| | | | | upgrade paths without unmerging the old version first. | ||||
* | make the run a little more quiet | 2005-11-02 | 1 | -3/+3 | |
| | |||||
* | * latex-package.eclass: (latex-package_src_doinstall): Install pfb files | 2005-11-01 | 1 | -2/+9 | |
| | | | | under the right directory (bug #110790). | ||||
* | Fix java-internal INI file support. | 2005-11-01 | 1 | -1/+5 | |
| |