Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always build up the multilib list for gcc even when --disable-multilib as it ↵ | 2012-06-03 | 1 | -3/+5 | |
| | | | | needs that info when picking the default target (to make native x32 work again) | ||||
* | teach gcc how to handle CTARGET abis independent of CHOST abis | 2012-06-03 | 1 | -9/+13 | |
| | |||||
* | all callers to specify a different set of ABIs with get_all_abis so that we ↵ | 2012-06-03 | 1 | -6/+13 | |
| | | | | can query the abis for CTARGET with cross-compilers | ||||
* | punt pkg_preinst as it is merely a stub and no one calls it anymore | 2012-06-02 | 1 | -6/+2 | |
| | |||||
* | delete pkg_prerm from export_functions since its no longer defined | 2012-06-02 | 1 | -2/+2 | |
| | |||||
* | drop multilib_env setup calls since crossdev supports multilib now, and host ↵ | 2012-06-02 | 1 | -10/+1 | |
| | | | | builds provide info via the profile | ||||
* | punt pkg_postrm as we no longer install these files into the / paths (rev ↵ | 2012-06-02 | 1 | -8/+2 | |
| | | | | 1.537), which means these files dont exist for us to touch in the first place #415947 | ||||
* | inherit multilib for get_libdir | 2012-06-02 | 17 | -44/+48 | |
| | |||||
* | inherit multilib for get_libdir | 2012-06-02 | 2 | -4/+5 | |
| | |||||
* | inherit multilib for get_libdir | 2012-06-02 | 2 | -3/+6 | |
| | |||||
* | Don't assinging RDEPEND to DEPEND and vise versa. JRE in DEPEND confuses VM ↵ | 2012-06-01 | 2 | -8/+9 | |
| | | | | switching code. | ||||
* | pass --enable-obsolete for end users to use older (unsupported) targets ↵ | 2012-05-31 | 2 | -2/+4 | |
| | | | | #418397 by cJ | ||||
* | fix moronic syntax error in previous commit | 2012-05-31 | 1 | -2/+2 | |
| | |||||
* | also warn on -Wl, flags passed to append-flags | 2012-05-31 | 1 | -2/+3 | |
| | |||||
* | handle mingw64 targets in the libc cross-compiler logic #417793 by Matt Whitlock | 2012-05-30 | 1 | -2/+4 | |
| | |||||
* | Use 'darcs get --lazy' instead of 'darcs get --partial' (gone in darcs-2.8). | 2012-05-30 | 2 | -3/+6 | |
| | |||||
* | Set prefix for ant-1.8.4 | 2012-05-30 | 2 | -3/+13 | |
| | |||||
* | Sort ldflags handling functions to logic place | 2012-05-30 | 2 | -28/+31 | |
| | |||||
* | Allow EAPI=4. | 2012-05-30 | 2 | -4/+7 | |
| | |||||
* | Introduce chromium_suid_sandbox_check_kernel_config, deprecate ↵ | 2012-05-30 | 2 | -5/+19 | |
| | | | | chromium_check_kernel_config. | ||||
* | Apply gnustep eclass changes wrt ↵ | 2012-05-29 | 3 | -8/+14 | |
| | | | | http://archives.gentoo.org/gentoo-dev/msg_eee22ea47f4d15e2fa2932583aa92db7.xml | ||||
* | Simplify preserve_old_lib ewarn messages, wrt ↵ | 2012-05-28 | 2 | -11/+9 | |
| | | | | http://archives.gentoo.org/gentoo-dev/msg_bf159af028ffeeb83c679d6a0eaa73e5.xml . gentoolkit-0.3.0.5 fixing problems blocking this change is now stable on all archs (bug #411479). | ||||
* | Remove invalid use check, these should be fixed by now. | 2012-05-28 | 2 | -11/+5 | |
| | |||||
* | Fail whenever unable to change directory, wrt #391927. | 2012-05-28 | 2 | -12/+15 | |
| | |||||
* | autotools.eclass no longer supports re-inheriting so we need to override ↵ | 2012-05-28 | 2 | -6/+7 | |
| | | | | AUTOTOOLS_AUTO_DEPEND for good... | ||||
* | Update on SELinux eclass, introducing support for user-provided policies and ↵ | 2012-05-26 | 2 | -15/+79 | |
| | | | | fix loading logic of SELinux modules (bugs #414599 and #414017) | ||||
* | Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, ↵ | 2012-05-26 | 2 | -8/+22 | |
| | | | | modified by me. | ||||
* | warn when people add preprocessor/linker flags with `append-flags` | 2012-05-26 | 1 | -1/+5 | |
| | |||||
* | fixed install for locales if only LINGUAS=en | 2012-05-25 | 2 | -4/+10 | |
| | |||||
* | Re-enable rpath on prefix wrt bug 417169. | 2012-05-25 | 2 | -4/+8 | |
| | |||||
* | Remove obsolete pkg_pretend function. | 2012-05-24 | 2 | -13/+6 | |
| | |||||
* | Typo in comment | 2012-05-24 | 1 | -2/+2 | |
| | |||||
* | Create objdir if MAKEOBJDIRPREFIX is defined, so that we can make out of ↵ | 2012-05-24 | 1 | -1/+7 | |
| | | | | tree buils easily. | ||||
* | do not require aclocal.m4 to trace macros as simpler packages might not end ↵ | 2012-05-24 | 1 | -5/+5 | |
| | | | | up generating one, yet will expand autoconf macros all the time that might be the ones we are looking for #417275 by Rick Farina | ||||
* | Don't elog about icons if the user has installed them. Bug 416773 by pacho. | 2012-05-23 | 2 | -11/+17 | |
| | |||||
* | Avoid using 'make' for installing; use 'mkdir -p' for creating the ↵ | 2012-05-23 | 2 | -3/+8 | |
| | | | | directories to solve parallel install issues (Apache's script is not safe, but we expect a working mkdir -p). Tested on a 32-way system. | ||||
* | Call eaclocal unconditionally; _elibtoolize no longer does that. | 2012-05-22 | 2 | -6/+6 | |
| | |||||
* | Update SRC_URI for Qt 4.8.1 and later. | 2012-05-22 | 2 | -3/+10 | |
| | |||||
* | Punt support for running intltoolize --force --copy --automake, because ↵ | 2012-05-22 | 1 | -13/+1 | |
| | | | | autotools.eclass will do this now for us. | ||||
* | drop x32 support for 4.6.x versions now that we have 4.7.0 | 2012-05-22 | 1 | -12/+4 | |
| | |||||
* | also scan for older AC_PROG_INTLTOOL since not all packages have updated yet | 2012-05-21 | 1 | -3/+3 | |
| | |||||
* | Add information about automatic run of python-distutils-ng_redoscript. | 2012-05-21 | 2 | -2/+8 | |
| | |||||
* | run intltoolize when IT_PROG_INTLTOOL is in use #416789 by Markus Oehme | 2012-05-21 | 1 | -4/+8 | |
| | |||||
* | re-arch external tool handling to make it scalable for adding more tools | 2012-05-21 | 1 | -15/+53 | |
| | |||||
* | Fix to match autotools.eclass API changes. | 2012-05-21 | 2 | -3/+6 | |
| | |||||
* | Document PYTHON_DISABLE_SCRIPT_REDOS. | 2012-05-21 | 2 | -2/+12 | |
| | |||||
* | Fix #! line for installed scripts and install them for enabled ↵ | 2012-05-21 | 2 | -2/+13 | |
| | | | | implementations, see bug #416131. | ||||
* | strip-linguas check added | 2012-05-20 | 2 | -2/+7 | |
| | |||||
* | some debug infos for wrong use of vdr-plugin-2.eclass | 2012-05-20 | 2 | -6/+25 | |
| | |||||
* | Try to avoid sandbox violation when running qhelpgenerator, bug 415517. | 2012-05-20 | 2 | -3/+7 | |
| |