summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* fix typoMichał Górny2015-08-081-2/+2
|
* Add some boldness to output. Update/fix pkg_needrebuild() for ↵Michał Górny2015-08-082-14/+25
| | | | smart-live-rebuild.
* Fix bugs #549140 and #552942.Davide Pesavento2015-08-072-2/+13
|
* Allow passing arguments to qmake from ebuilds via the myqmakeargs array.Davide Pesavento2015-08-072-6/+11
|
* Add new helpers: 'ghc-pm-version' to get ghc version as seen by package ↵Sergei Trofimovich2015-08-063-12/+42
| | | | manager and 'ghc-is-dynamic' to workaround ghc-api bug https://ghc.haskell.org/trac/ghc/ticket/10301 in ebuild.
* add || die and fix indentationWilliam Hubbs2015-08-052-3/+6
|
* Add eclass for vcs snapshots of software written in Go.William Hubbs2015-08-052-1/+60
|
* Add quotes to support reading from files with spaces in the filename.Michael Sterrett2015-08-032-3/+6
|
* Do not compress handbooks.Michael Palimaka2015-08-032-2/+11
|
* Allow java-pkg_get-javac to be called alone. Fixes bug #172594. ThanksJames Le Cuirot2015-08-022-28/+14
| | | | | to sping for the patch. Also simplify die logic around java-pkg_javac-args. die handling has improved since this was written.
* Document JAVA_RM_FILES variable. Also, fix documentation and correct typos ↵Patrice Clement2015-07-312-11/+25
| | | | in java-pkg_rm_files.
* Fix JAVA_RM_FILES by simplifying java-utils-2_src_prepare on the basisJames Le Cuirot2015-07-302-8/+8
| | | | that we won't be committing EAPI 0|1 ebuilds any more.
* Revert bad mycmakeargs changes and introduce 3 eclass variables to have ↵Brian Evans2015-07-302-12/+30
| | | | extra defines in the ebuild
* Reset mycmakeargs between ABIsBrian Evans2015-07-302-2/+7
|
* Add support for TEXLIVE_MODULE_OPTIONAL_ENGINE eclass variable to allow ↵Alexis Ballier2015-07-301-1/+13
| | | | disabling some tex engines from ebuilds. Part of bug #542620
* add support for pkg_pretend and split apart the testing/message logic from ↵Mike Frysinger2015-07-301-21/+56
| | | | the actual mount logic so we can provide better details up front #532264 by Ulrich Müller
* add a helper function to track all the ways we disable the logic so ↵Mike Frysinger2015-07-301-10/+28
| | | | output/behavior is consistent
* do not attempt to mount /boot when installing packages into a different root ↵Mike Frysinger2015-07-301-1/+6
| | | | #532264 by Michał Górny
* improve the output a bit: do a bit of word smithing, try to make it less ↵Mike Frysinger2015-07-301-29/+15
| | | | spammy with empty lines, and make the mount cases consistent (output message before mounting)
* add eclass docsMike Frysinger2015-07-301-6/+9
|
* Add blocker below virtual/mysql-5.6-r4 for new split ebuildsBrian Evans2015-07-302-4/+8
|
* Fix pkg_config function error with non-existant USE flagsBrian Evans2015-07-292-5/+13
|
* Fix configuring non-native abi which leads to build failure wrt bug 556162Brian Evans2015-07-282-3/+10
|
* Add support for the split client/server options to the mysql eclassesBrian Evans2015-07-283-63/+186
|
* refresh the tcprules generation code to handle iproute2 and the new ifconfig ↵Mike Frysinger2015-07-281-7/+19
| | | | path/format, and clean up the code in general #555828 by Steve Dibb
* Add golang-base.eclass for the basic golang functions and set up theWilliam Hubbs2015-07-274-53/+94
| | | | other go eclasses to use it.
* python_wrapper_setup(): make banned helpers exit with 127.Michał Górny2015-07-272-3/+6
|
* Ban calling pythonN and pythonN-config when the other version of Python is ↵Michał Górny2015-07-272-4/+10
| | | | selected (i.e. ban python2 when python3 is used).
* python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and ↵Michał Górny2015-07-272-4/+11
| | | | required by some applications, bug #555594.
* python_wrapper_setup(): replace symlinks with shell wrappers to avoid ↵Michał Górny2015-07-272-5/+20
| | | | triggering Python 3.4+ magical prefix support.
* Drop the USE_PYTHON warning.Mike Gilbert2015-07-272-217/+5
|
* Add missing ||die to "rm -f" calls, i.e. in case we do not have permission ↵Michał Górny2015-07-252-5/+9
| | | | to remove the files.
* Add functions to retrieve Go library paths and install Go packages.William Hubbs2015-07-232-8/+38
|
* Fix oldpim unpack by Andreas Sturmlechner <andreas.sturmlechner@gmail.com> ↵Michael Palimaka2015-07-222-3/+7
| | | | wrt bug #555566.
* Introduce java-pkg_rm_files as a helper function along with JAVA_RM_FILES ↵Patrice Clement2015-07-222-2/+52
| | | | array to readily get rid of useless files. Derived from perl_rm_files by Kent Fredric.
* Workaround upstream cabal tests hangup bug #537500 by Michael Orlitzky; use ↵Sergei Trofimovich2015-07-202-3/+25
| | | | ghc's haddock for doc generation.
* Change kernel upgrade http link and remove reference to deblob in elog ↵Mike Pagano2015-07-192-7/+8
| | | | message. See bug #553484
* Cleanup SRC_URIs.Johannes Huber2015-07-192-20/+5
|
* Add entire python directory to SANDBOX_PREDICT, bug 554252.Mike Gilbert2015-07-182-3/+6
|
* fixed my b0rked changelog entry on my last commitIan Stakenvicius2015-07-171-1/+6
|
* Remove deprecated functions from depend.php.eclass as announced 30 days agoBrian Evans2015-07-172-340/+5
|
* ChangeLogIan Stakenvicius2015-07-172-12/+10
|
* Drop old, unused eclasses wrt bug 551910Brian Evans2015-07-174-540/+5
|
* Added gst-plugins-mad:1.0 dependency for USE=gstreamer to ensure mp3 ↵Ian Stakenvicius2015-07-173-3/+10
| | | | streaming support
* update automake version to match stable ebuilds #553738Mike Frysinger2015-07-171-2/+2
|
* use --enable-checking=no w/gcc-3.4 as "release" was not added until gcc-4.0 ↵Mike Frysinger2015-07-171-2/+4
| | | | #551636 by Samuel Bauer
* minor update within mozlinguas.eclassIan Stakenvicius2015-07-162-2/+6
|
* Fixed the mozlinguas.eclass upgrade, recommitting.Ian Stakenvicius2015-07-162-19/+194
|
* reverted the mozlinguas.eclass updateIan Stakenvicius2015-07-161-184/+19
|
* Update mozilla support eclassesIan Stakenvicius2015-07-166-39/+226
|