summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Ban the java-ant_remove-taskdefs() function and remove Python dependency, ↵Michał Górny2014-03-312-4/+10
| | | | bug #479838.
* Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to ↵Michał Górny2014-03-312-8/+6
| | | | track it.
* Drop base.eclass (bug #497048)Mikle Kolyada2014-03-301-4/+7
|
* Add support for USE triggered policy decisions in SELinux eclassSven Vermeulen2014-03-302-3/+13
|
* Sync with kde overlay. Raise QT_MINIMAL to latest stable and simplify Qt depsJohannes Huber2014-03-302-7/+13
| | | | by Michael Palimaka <kensington@gentoo.org>. Add kde-workspace 4.11.8 SRC_URI.
* Support rewriting symlinks in MULTILIB_CHOST_TOOLS, bug #506062.Michał Górny2014-03-302-4/+24
|
* Move test for MERGE_TYPE from check-reqs_pkg_setup() to check-reqs_run().Ulrich Müller2014-03-292-20/+25
|
* add ABI_PPC supportMike Frysinger2014-03-291-1/+7
|
* Output binary prefixes for units according to IEC 80000-13, as calculations ↵Ulrich Müller2014-03-282-12/+17
| | | | are 1024 based. Fix documentation of check-reqs_get_unit function, and other minor fixes.
* Fix typo in prefix block by Christoph Junghans <ottxor@gentoo.org>.Michael Palimaka2014-03-262-3/+6
|
* Add a single+tags mode to handle Google Code more efficiently, bug #503708.Michał Górny2014-03-242-6/+31
|
* linux-info: Bug #504346: Change one message from error to warning, kernel ↵Robin H. Johnson2014-03-212-4/+9
| | | | sources are optional for most uses (checking configs), and knowledge if the lack of kernel sources being missing is fatal should be left to the ebuild.
* 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
|