summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* style fix: change `...` to $(...)Mike Frysinger2014-03-201-6/+6
|
* update banned list of src funcs install_cert is banned in, and upgrade the ↵Mike Frysinger2014-03-201-4/+4
| | | | call to a `die`
* drop long dead docert funcMike Frysinger2014-03-201-8/+1
|
* misc style fixes -- do not hardcode full path to `openssl`Mike Frysinger2014-03-201-12/+10
|
* respect CFLAGS wrt #497532Julian Ospald2014-03-192-3/+9
|
* added prefix support (bug #485608)Christoph Junghans2014-03-182-13/+23
|
* Mark @DEAD.Michał Górny2014-03-182-3/+8
|
* Some Gentoo PREFIX loveJustin Lecher2014-03-172-4/+8
|
* Update my src_uri.Ryan Hill2014-03-162-3/+6
|
* Add optfeature to eutils.eclass wrt bug 498988, ACKed by WilliamHChris Reffett2014-03-151-1/+46
|
* 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