Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add python_doexe() and python_newexe() to handle implementation-specific ↵ | Michał Górny | 2014-03-13 | 2 | -33/+71 |
| | | | | executables without shebangs. | ||||
* | fix games.eclass to use games-misc/games-envd | Julian Ospald | 2014-03-12 | 2 | -21/+11 |
| | |||||
* | Use subslot operator deps on non-slotted PyPy. | Michał Górny | 2014-03-12 | 2 | -3/+11 |
| | |||||
* | Add non-slotted pypy to the eclass. | Michał Górny | 2014-03-12 | 3 | -3/+21 |
| | |||||
* | Revert ignorant pypy2_2 commit. | Michał Górny | 2014-03-12 | 2 | -6/+7 |
| | |||||
* | Modify python-utils-r1 for pypy2.2 | Patrick Lauer | 2014-03-12 | 2 | -4/+9 |
| | |||||
* | Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit. | Mike Gilbert | 2014-03-11 | 2 | -4/+7 |
| | |||||
* | Whitespace. | Ulrich Müller | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | Do not inherit base.eclass, bug 497054. | Ulrich Müller | 2014-03-09 | 2 | -6/+23 |
| | |||||
* | Remove stray character thanks to mimi_vx. | Michael Palimaka | 2014-03-09 | 2 | -3/+6 |
| | |||||
* | Add missing quotes wrt bug #503336. | Michael Palimaka | 2014-03-09 | 2 | -4/+7 |
| | |||||
* | Remove base inherit from virtuoso.eclass | Chris Reffett | 2014-03-07 | 1 | -22/+9 |
| | |||||
* | Fix KDE 4.11.7 SRC_URI | Patrick Lauer | 2014-03-05 | 2 | -2/+8 |
| | |||||
* | Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits ↵ | Michał Górny | 2014-03-03 | 2 | -2/+10 |
| | | | | in any branch without explicitly naming the branch, bug #503332. | ||||
* | Use git-r3 for live ebuilds. | Michał Górny | 2014-03-02 | 2 | -5/+8 |
| | |||||
* | Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set. | Michał Górny | 2014-03-02 | 2 | -2/+11 |
| | |||||
* | Do not try shallow clones on local repositories. | Michał Górny | 2014-03-02 | 2 | -4/+11 |
| | |||||
* | Force non-forward updates on git refs. | Michał Górny | 2014-03-02 | 2 | -7/+10 |
| | |||||
* | Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds. | Michał Górny | 2014-03-02 | 2 | -2/+36 |
| | |||||
* | Auto-unshallow when fetching by commit hash. | Michał Górny | 2014-03-02 | 2 | -4/+12 |
| | |||||
* | Support EGIT_CLONE_TYPE=shallow. | Michał Górny | 2014-03-02 | 2 | -11/+32 |
| | |||||
* | Support EGIT_CLONE_TYPE=single. | Michał Górny | 2014-03-02 | 2 | -27/+98 |
| | |||||
* | Introduce EGIT_CLONE_TYPE for future use. | Michał Górny | 2014-03-02 | 2 | -2/+26 |
| | |||||
* | Support using a local git mirror. | Michał Górny | 2014-03-02 | 2 | -2/+27 |
| | |||||
* | Fix support for non-master default branch. | Michał Górny | 2014-03-02 | 2 | -2/+47 |
| | |||||
* | Replace "git fetch" checkout with more efficient and compatible ↵ | Michał Górny | 2014-03-02 | 2 | -9/+14 |
| | | | | pseudo-shared clone. | ||||
* | Improve docs. | Michał Górny | 2014-03-02 | 2 | -2/+8 |
| | |||||
* | Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings). | Sergei Trofimovich | 2014-03-01 | 2 | -4/+7 |
| | |||||
* | Add multilib love for gnome2_gdk_pixbuf_update(). | Michał Górny | 2014-03-01 | 2 | -10/+11 |
| | |||||
* | get rid of base.eclass, mostly thanks to einstalldocs introduction to ↵ | Samuli Suominen | 2014-02-27 | 1 | -6/+12 |
| | | | | eutils, thanks to creffert for some hints | ||||
* | added lzip support (bug #501912) | Christoph Junghans | 2014-02-27 | 2 | -3/+18 |
| | |||||
* | Use git init+fetch rather than clone in order to fix checking out to ↵ | Michał Górny | 2014-02-25 | 2 | -8/+19 |
| | | | | non-empty directory. Fixes bug #502400. | ||||
* | Fetch and preserve git notes as well. | Michał Górny | 2014-02-24 | 2 | -2/+11 |
| | |||||
* | Use complete git clones, and clone them onto the checkout directory. This ↵ | Michał Górny | 2014-02-23 | 2 | -227/+71 |
| | | | | makes it possible for build system to lookup all repository information as requested in bug #489100. Remove shallow clone support since it would require too much effort and make code hard to understand. Additionally obsoletes bug #489100 and git-r3 part of bug #494934. | ||||
* | Add support for python3.4. | Mike Gilbert | 2014-02-22 | 2 | -4/+9 |
| | |||||
* | Be more friendly with SELinux (#499636 by Luis Ressel) | Pacho Ramos | 2014-02-22 | 2 | -3/+7 |
| | |||||
* | Make problems with man page installation nonfatal | Justin Lecher | 2014-02-21 | 2 | -4/+8 |
| | |||||
* | Be precise | Justin Lecher | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | add makeself 2.2.0 version | Mike Frysinger | 2014-02-18 | 1 | -2/+2 |
| | |||||
* | eautomake: run with --force-missing with newer versions so we regen bundled ↵ | Mike Frysinger | 2014-02-18 | 1 | -7/+16 |
| | | | | files #133489 | ||||
* | add sanity check on code execution in $T to weed out bad mount/kernel ↵ | Mike Frysinger | 2014-02-12 | 1 | -1/+8 |
| | | | | settings #500928 | ||||
* | Pass --docdir with proper directory, bug #482646 | Pacho Ramos | 2014-02-11 | 2 | -3/+11 |
| | |||||
* | Add support for parallel building (ghc-7.8+). Disable dynamic library ↵ | Sergei Trofimovich | 2014-02-11 | 3 | -21/+55 |
| | | | | stripping and respect --sysconfdir (Cabal-1.18+). | ||||
* | Drop also values of DGSEAL_ENABLE (#500730) | Pacho Ramos | 2014-02-09 | 2 | -4/+7 |
| | |||||
* | fix broken whitespace -- no functional changes | Mike Frysinger | 2014-02-08 | 1 | -32/+31 |
| | |||||
* | removed base.eclass, wrt bug 497056 | Jörg Bornkessel | 2014-02-08 | 2 | -14/+6 |
| | |||||
* | Disable more bogus dependency checks wrt bug #494680. | Michael Palimaka | 2014-02-06 | 2 | -4/+7 |
| | |||||
* | minor grammar fixes | Mike Frysinger | 2014-02-06 | 1 | -7/+7 |
| | |||||
* | Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. Only | Ryan Hill | 2014-02-05 | 3 | -49/+57 |
| | | | | worry about -mno* flags, -m* are removed by strip-flags. Add -mno-movbe. | ||||
* | Add downgrade_arch_flags() to automatically replace/strip unsupported -march | Ryan Hill | 2014-02-02 | 3 | -15/+212 |
| | | | | and instruction set flags. Add testsuite. |