summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add python_doexe() and python_newexe() to handle implementation-specific ↵Michał Górny2014-03-132-33/+71
| | | | executables without shebangs.
* fix games.eclass to use games-misc/games-envdJulian Ospald2014-03-122-21/+11
|
* Use subslot operator deps on non-slotted PyPy.Michał Górny2014-03-122-3/+11
|
* Add non-slotted pypy to the eclass.Michał Górny2014-03-123-3/+21
|
* Revert ignorant pypy2_2 commit.Michał Górny2014-03-122-6/+7
|
* Modify python-utils-r1 for pypy2.2Patrick Lauer2014-03-122-4/+9
|
* Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit.Mike Gilbert2014-03-112-4/+7
|
* Whitespace.Ulrich Müller2014-03-091-2/+2
|
* Do not inherit base.eclass, bug 497054.Ulrich Müller2014-03-092-6/+23
|
* Remove stray character thanks to mimi_vx.Michael Palimaka2014-03-092-3/+6
|
* Add missing quotes wrt bug #503336.Michael Palimaka2014-03-092-4/+7
|
* Remove base inherit from virtuoso.eclassChris Reffett2014-03-071-22/+9
|
* Fix KDE 4.11.7 SRC_URIPatrick Lauer2014-03-052-2/+8
|
* Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits ↵Michał Górny2014-03-032-2/+10
| | | | in any branch without explicitly naming the branch, bug #503332.
* Use git-r3 for live ebuilds.Michał Górny2014-03-022-5/+8
|
* Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set.Michał Górny2014-03-022-2/+11
|
* Do not try shallow clones on local repositories.Michał Górny2014-03-022-4/+11
|
* Force non-forward updates on git refs.Michał Górny2014-03-022-7/+10
|
* Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds.Michał Górny2014-03-022-2/+36
|
* Auto-unshallow when fetching by commit hash.Michał Górny2014-03-022-4/+12
|
* Support EGIT_CLONE_TYPE=shallow.Michał Górny2014-03-022-11/+32
|
* Support EGIT_CLONE_TYPE=single.Michał Górny2014-03-022-27/+98
|
* Introduce EGIT_CLONE_TYPE for future use.Michał Górny2014-03-022-2/+26
|
* Support using a local git mirror.Michał Górny2014-03-022-2/+27
|
* Fix support for non-master default branch.Michał Górny2014-03-022-2/+47
|
* Replace "git fetch" checkout with more efficient and compatible ↵Michał Górny2014-03-022-9/+14
| | | | pseudo-shared clone.
* Improve docs.Michał Górny2014-03-022-2/+8
|
* Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings).Sergei Trofimovich2014-03-012-4/+7
|
* Add multilib love for gnome2_gdk_pixbuf_update().Michał Górny2014-03-012-10/+11
|
* get rid of base.eclass, mostly thanks to einstalldocs introduction to ↵Samuli Suominen2014-02-271-6/+12
| | | | eutils, thanks to creffert for some hints
* added lzip support (bug #501912)Christoph Junghans2014-02-272-3/+18
|
* Use git init+fetch rather than clone in order to fix checking out to ↵Michał Górny2014-02-252-8/+19
| | | | non-empty directory. Fixes bug #502400.
* Fetch and preserve git notes as well.Michał Górny2014-02-242-2/+11
|
* Use complete git clones, and clone them onto the checkout directory. This ↵Michał Górny2014-02-232-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 Gilbert2014-02-222-4/+9
|
* Be more friendly with SELinux (#499636 by Luis Ressel)Pacho Ramos2014-02-222-3/+7
|
* Make problems with man page installation nonfatalJustin Lecher2014-02-212-4/+8
|
* Be preciseJustin Lecher2014-02-201-2/+2
|
* add makeself 2.2.0 versionMike Frysinger2014-02-181-2/+2
|
* eautomake: run with --force-missing with newer versions so we regen bundled ↵Mike Frysinger2014-02-181-7/+16
| | | | files #133489
* add sanity check on code execution in $T to weed out bad mount/kernel ↵Mike Frysinger2014-02-121-1/+8
| | | | settings #500928
* Pass --docdir with proper directory, bug #482646Pacho Ramos2014-02-112-3/+11
|
* Add support for parallel building (ghc-7.8+). Disable dynamic library ↵Sergei Trofimovich2014-02-113-21/+55
| | | | stripping and respect --sysconfdir (Cabal-1.18+).
* Drop also values of DGSEAL_ENABLE (#500730)Pacho Ramos2014-02-092-4/+7
|
* fix broken whitespace -- no functional changesMike Frysinger2014-02-081-32/+31
|
* removed base.eclass, wrt bug 497056Jörg Bornkessel2014-02-082-14/+6
|
* Disable more bogus dependency checks wrt bug #494680.Michael Palimaka2014-02-062-4/+7
|
* minor grammar fixesMike Frysinger2014-02-061-7/+7
|
* Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. OnlyRyan Hill2014-02-053-49/+57
| | | | worry about -mno* flags, -m* are removed by strip-flags. Add -mno-movbe.
* Add downgrade_arch_flags() to automatically replace/strip unsupported -marchRyan Hill2014-02-023-15/+212
| | | | and instruction set flags. Add testsuite.