Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new helpers: 'ghc-pm-version' to get ghc version as seen by package ↵ | Sergei Trofimovich | 2015-08-06 | 3 | -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 indentation | William Hubbs | 2015-08-05 | 2 | -3/+6 |
| | |||||
* | Add eclass for vcs snapshots of software written in Go. | William Hubbs | 2015-08-05 | 2 | -1/+60 |
| | |||||
* | Add quotes to support reading from files with spaces in the filename. | Michael Sterrett | 2015-08-03 | 2 | -3/+6 |
| | |||||
* | Do not compress handbooks. | Michael Palimaka | 2015-08-03 | 2 | -2/+11 |
| | |||||
* | Allow java-pkg_get-javac to be called alone. Fixes bug #172594. Thanks | James Le Cuirot | 2015-08-02 | 2 | -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 Clement | 2015-07-31 | 2 | -11/+25 |
| | | | | in java-pkg_rm_files. | ||||
* | Fix JAVA_RM_FILES by simplifying java-utils-2_src_prepare on the basis | James Le Cuirot | 2015-07-30 | 2 | -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 Evans | 2015-07-30 | 2 | -12/+30 |
| | | | | extra defines in the ebuild | ||||
* | Reset mycmakeargs between ABIs | Brian Evans | 2015-07-30 | 2 | -2/+7 |
| | |||||
* | Add support for TEXLIVE_MODULE_OPTIONAL_ENGINE eclass variable to allow ↵ | Alexis Ballier | 2015-07-30 | 1 | -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 Frysinger | 2015-07-30 | 1 | -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 Frysinger | 2015-07-30 | 1 | -10/+28 |
| | | | | output/behavior is consistent | ||||
* | do not attempt to mount /boot when installing packages into a different root ↵ | Mike Frysinger | 2015-07-30 | 1 | -1/+6 |
| | | | | #532264 by Michał Górny | ||||
* | improve the output a bit: do a bit of word smithing, try to make it less ↵ | Mike Frysinger | 2015-07-30 | 1 | -29/+15 |
| | | | | spammy with empty lines, and make the mount cases consistent (output message before mounting) | ||||
* | add eclass docs | Mike Frysinger | 2015-07-30 | 1 | -6/+9 |
| | |||||
* | Add blocker below virtual/mysql-5.6-r4 for new split ebuilds | Brian Evans | 2015-07-30 | 2 | -4/+8 |
| | |||||
* | Fix pkg_config function error with non-existant USE flags | Brian Evans | 2015-07-29 | 2 | -5/+13 |
| | |||||
* | Fix configuring non-native abi which leads to build failure wrt bug 556162 | Brian Evans | 2015-07-28 | 2 | -3/+10 |
| | |||||
* | Add support for the split client/server options to the mysql eclasses | Brian Evans | 2015-07-28 | 3 | -63/+186 |
| | |||||
* | refresh the tcprules generation code to handle iproute2 and the new ifconfig ↵ | Mike Frysinger | 2015-07-28 | 1 | -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 the | William Hubbs | 2015-07-27 | 4 | -53/+94 |
| | | | | other go eclasses to use it. | ||||
* | python_wrapper_setup(): make banned helpers exit with 127. | Michał Górny | 2015-07-27 | 2 | -3/+6 |
| | |||||
* | Ban calling pythonN and pythonN-config when the other version of Python is ↵ | Michał Górny | 2015-07-27 | 2 | -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órny | 2015-07-27 | 2 | -4/+11 |
| | | | | required by some applications, bug #555594. | ||||
* | python_wrapper_setup(): replace symlinks with shell wrappers to avoid ↵ | Michał Górny | 2015-07-27 | 2 | -5/+20 |
| | | | | triggering Python 3.4+ magical prefix support. | ||||
* | Drop the USE_PYTHON warning. | Mike Gilbert | 2015-07-27 | 2 | -217/+5 |
| | |||||
* | Add missing ||die to "rm -f" calls, i.e. in case we do not have permission ↵ | Michał Górny | 2015-07-25 | 2 | -5/+9 |
| | | | | to remove the files. | ||||
* | Add functions to retrieve Go library paths and install Go packages. | William Hubbs | 2015-07-23 | 2 | -8/+38 |
| | |||||
* | Fix oldpim unpack by Andreas Sturmlechner <andreas.sturmlechner@gmail.com> ↵ | Michael Palimaka | 2015-07-22 | 2 | -3/+7 |
| | | | | wrt bug #555566. | ||||
* | Introduce java-pkg_rm_files as a helper function along with JAVA_RM_FILES ↵ | Patrice Clement | 2015-07-22 | 2 | -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 Trofimovich | 2015-07-20 | 2 | -3/+25 |
| | | | | ghc's haddock for doc generation. | ||||
* | Change kernel upgrade http link and remove reference to deblob in elog ↵ | Mike Pagano | 2015-07-19 | 2 | -7/+8 |
| | | | | message. See bug #553484 | ||||
* | Cleanup SRC_URIs. | Johannes Huber | 2015-07-19 | 2 | -20/+5 |
| | |||||
* | Add entire python directory to SANDBOX_PREDICT, bug 554252. | Mike Gilbert | 2015-07-18 | 2 | -3/+6 |
| | |||||
* | fixed my b0rked changelog entry on my last commit | Ian Stakenvicius | 2015-07-17 | 1 | -1/+6 |
| | |||||
* | Remove deprecated functions from depend.php.eclass as announced 30 days ago | Brian Evans | 2015-07-17 | 2 | -340/+5 |
| | |||||
* | ChangeLog | Ian Stakenvicius | 2015-07-17 | 2 | -12/+10 |
| | |||||
* | Drop old, unused eclasses wrt bug 551910 | Brian Evans | 2015-07-17 | 4 | -540/+5 |
| | |||||
* | Added gst-plugins-mad:1.0 dependency for USE=gstreamer to ensure mp3 ↵ | Ian Stakenvicius | 2015-07-17 | 3 | -3/+10 |
| | | | | streaming support | ||||
* | update automake version to match stable ebuilds #553738 | Mike Frysinger | 2015-07-17 | 1 | -2/+2 |
| | |||||
* | use --enable-checking=no w/gcc-3.4 as "release" was not added until gcc-4.0 ↵ | Mike Frysinger | 2015-07-17 | 1 | -2/+4 |
| | | | | #551636 by Samuel Bauer | ||||
* | minor update within mozlinguas.eclass | Ian Stakenvicius | 2015-07-16 | 2 | -2/+6 |
| | |||||
* | Fixed the mozlinguas.eclass upgrade, recommitting. | Ian Stakenvicius | 2015-07-16 | 2 | -19/+194 |
| | |||||
* | reverted the mozlinguas.eclass update | Ian Stakenvicius | 2015-07-16 | 1 | -184/+19 |
| | |||||
* | Update mozilla support eclasses | Ian Stakenvicius | 2015-07-16 | 6 | -39/+226 |
| | |||||
* | Forbid also installing "examples" package, bug #555038. | Michał Górny | 2015-07-16 | 2 | -5/+12 |
| | |||||
* | Added slot dependency for openssl. Raised minimum required EAPI version to 5. | Lars Wendler | 2015-07-16 | 2 | -5/+8 |
| | |||||
* | Fix unpacking of noakonadi branch | Andreas Hüttel | 2015-07-15 | 2 | -3/+6 |
| | |||||
* | Update for bitcoind 0.11.0. | Anthony G. Basile | 2015-07-14 | 2 | -15/+29 |
| |