| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding myself as a co-maintainer. | Michał Górny | 2011-09-23 | 1 | -1/+2 |
* | Remove git.eclass old clones if git-2 clone succeeds. | Michał Górny | 2011-09-23 | 1 | -11/+27 |
* | Try to migrate git.eclass checkouts to the new eclass. | Michał Górny | 2011-09-23 | 1 | -1/+13 |
* | Ensure EGIT_LOCAL_NONBARE doesn't leak in from env. | Michał Górny | 2011-09-23 | 1 | -1/+2 |
* | Mark internal functions @INTERNAL. | Michał Górny | 2011-09-23 | 1 | -1/+13 |
* | Move pushd/popds within conditional to avoid needless exec. | Michał Górny | 2011-09-23 | 1 | -3/+3 |
* | Simplify bare/non-bare logic. | Michał Górny | 2011-09-23 | 1 | -14/+8 |
* | Drop redundant EGIT_LOCAL_NONBARE setting. | Michał Górny | 2011-09-23 | 1 | -2/+1 |
* | Replace redundant $? checks with explicit if..fi. | Michał Górny | 2011-09-23 | 1 | -5/+3 |
* | Drop -n & -z test operators -- they're redundant in [[ ]]. | Michał Górny | 2011-09-23 | 1 | -24/+22 |
* | Remove unnecessary scary trailing-slash check for EGIT_REPO_URI. | Michał Górny | 2011-09-23 | 1 | -2/+2 |
* | Replace variable 'eval's with ${!foo}. | Michał Górny | 2011-09-23 | 1 | -10/+11 |
* | Reuse in_iuse() from eutils.eclass. | Michał Górny | 2011-09-23 | 1 | -3/+3 |
* | drop comment that bleeds into man page | Mike Frysinger | 2011-09-23 | 1 | -3/+1 |
* | handle multiline ACLOCAL_AMFLAGS #383525 by Mikael Morin | Mike Frysinger | 2011-09-23 | 2 | -14/+55 |
* | add die and has_version helpers | Mike Frysinger | 2011-09-23 | 1 | -1/+10 |
* | drop support for gcc-library builds as no one uses/cares about it | Mike Frysinger | 2011-09-22 | 1 | -193/+65 |
* | Output actual directory in einfo message. | Ulrich Müller | 2011-09-22 | 1 | -2/+2 |
* | Introduce in_iuse() for IUSE checks. | Michał Górny | 2011-09-21 | 1 | -1/+18 |
* | disable kernel.org mirrors for now #383579 | Mike Frysinger | 2011-09-19 | 1 | -1/+3 |
* | Fix the example to use explicit $(use_enable debug). | Michał Górny | 2011-09-18 | 1 | -1/+2 |
* | add USE=static-libs support #379049 by Agostino Sarubbo | Mike Frysinger | 2011-09-18 | 1 | -2/+4 |
* | Fail if myeconfargs is not an array. | Michał Górny | 2011-09-18 | 1 | -1/+4 |
* | Deprecate implicit IUSE=debug. | Michał Górny | 2011-09-18 | 1 | -5/+8 |
* | Respect overrided RUBY_FAKEGEM_NAME | Naohiro Aota | 2011-09-18 | 1 | -2/+2 |
* | Move new version dependencies into the new version check. | Naohiro Aota | 2011-09-18 | 1 | -5/+4 |
* | Install gemspecs. | Naohiro Aota | 2011-09-18 | 1 | -2/+10 |
* | Add common dependencies | Naohiro Aota | 2011-09-18 | 1 | -1/+4 |
* | Clean up, fix and simplify prefix support. | Michał Górny | 2011-09-17 | 1 | -7/+13 |
* | Two new eclasses to help with obs. | Michal Hrušecký | 2011-09-16 | 2 | -0/+138 |
* | Explain .la removal reasons in output. | Michał Górny | 2011-09-16 | 1 | -6/+7 |
* | Remove static libs covered by .pc files as well. | Michał Górny | 2011-09-16 | 1 | -1/+12 |
* | Drop 'empty' .la files as well (those lacking libs & flags). | Michał Górny | 2011-09-16 | 1 | -7/+17 |
* | Refactor remove_libtool_files() to simplify conditions. | Michał Górny | 2011-09-16 | 1 | -9/+11 |
* | Check command-line args completely in remove_libtool_files(). | Michał Górny | 2011-09-16 | 1 | -2/+13 |
* | Clean up & simplify la removal code a little. | Michał Górny | 2011-09-16 | 1 | -7/+6 |
* | For .la removal, look for static archives rather than USE=static-libs. | Michał Górny | 2011-09-16 | 1 | -13/+14 |
* | Strip ${D} from removal message to shorten it. | Michał Górny | 2011-09-16 | 1 | -3/+3 |
* | Fix handling whitespace in filenames when looking for .la files. | Michał Górny | 2011-09-16 | 1 | -2/+2 |
* | support gcc-4.7+ multilib list with x86_64 targets | Mike Frysinger | 2011-09-13 | 1 | -10/+27 |
* | add more BUILD_xxx helpers, and unify the variable lookup logic a bit more in... | Mike Frysinger | 2011-09-12 | 1 | -5/+37 |
* | Rewrite eqawarn() to reuse PORTAGE_ELOG_CLASSES set by dev profile. | Michał Górny | 2011-09-12 | 1 | -4/+5 |
* | Use einfo to make .{la,a} removals more visible. | Michał Górny | 2011-09-12 | 1 | -3/+3 |
* | Michał Górny added as co-maintainer, bug #382709 | Maciej Mrozowski | 2011-09-12 | 1 | -1/+2 |
* | Add xz-utils to DEPEND when == xz, bug #380521 by Alexandre Rostovtsev. | Pacho Ramos | 2011-09-12 | 1 | -1/+7 |
* | ewarn -> eqawarn to not stress users with our mistakes. | Michał Górny | 2011-09-12 | 1 | -3/+6 |
* | Issue deprecation warning for devs on use. | Michał Górny | 2011-09-12 | 1 | -1/+5 |
* | handle newer cxx behavior with gcc-4.7+, and newer libquadmath/fortran with g... | Mike Frysinger | 2011-09-12 | 1 | -1/+13 |
* | use += style with confgcc appending | Mike Frysinger | 2011-09-11 | 1 | -63/+63 |
* | support x86_64 multilib settings with gcc-4.7+ as they changed the style to a... | Mike Frysinger | 2011-09-11 | 1 | -10/+14 |