Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/binutils & sys-libs/binutils-libs: version bump to 2.27 #595148 | Mike Frysinger | 2016-11-15 | 1 | -0/+6 |
| | |||||
* | toolchain-binutils.eclass: handle zlib better across multiple versions #591516 | Mike Frysinger | 2016-11-15 | 1 | -3/+7 |
| | |||||
* | mercurial.eclass: update my email | Christoph Junghans | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | distutils-r1.eclass: make *_install_for_testing install proper egg-info | Mathy Vanvoorden | 2016-11-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | Currently distutils_install_for_testing does not install the complete egg-info into ${TEST_DIR}. This was first noticed by W. Trevor King and reported in bug #524322. Based on info found in the related upstream setuptools bug I added the necessary call to setuptools to create the complete egg_info. Without this certain packages (like cryptography) fail during testing because they use introspection but the metadata isn't available. Bug: https://bugs.gentoo.org/524322 | ||||
* | apache-2.eclass: fix pcre-config wrapper script | Mike Gilbert | 2016-11-13 | 1 | -3/+10 |
| | | | | | | Thanks Robert Förster for noticing the error. Bug: https://bugs.gentoo.org/598808 | ||||
* | eclass/ruby-ng: Remove ree18 support | Manuel Rüger | 2016-11-13 | 1 | -14/+3 |
| | |||||
* | kde5.eclass: only set FRAMEWORKS_MINIMAL if undefined | Michael Palimaka | 2016-11-12 | 1 | -4/+5 |
| | | | | | Unconditionally setting FRAMEWORKS_MINIMAL prevents it being overridden in an ebuild (or somewhere else...). | ||||
* | kde5.eclass: Raise frameworks minimal for KDE Apps 16.12 | Johannes Huber | 2016-11-12 | 1 | -1/+1 |
| | | | | Thanks-to: Arfrever on irc @ #gentoo-kde | ||||
* | kde5.eclass: KDE Applications 16.12 requires >=KF-5.27 | Andreas Sturmlechner | 2016-11-12 | 1 | -0/+8 |
| | |||||
* | kde5.eclass: KDE Plasma 5.9 requires >=KF-5.27 | Andreas Sturmlechner | 2016-11-12 | 1 | -0/+6 |
| | | | | Don't interfere with live ebuild KF5 dep though. | ||||
* | kde5.eclass: drop obsolete FRAMEWORKS_MINIMAL conditional | Michael Palimaka | 2016-11-12 | 1 | -6/+0 |
| | | | | 5.26.0 is unconditionally required since 6c5d7cc84530d912bb7d6433b54d154f37717e2d. | ||||
* | kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to 5.26.0 (latest stable) | Michael Palimaka | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | vala.eclass: raise VALA_MAX_API_VERSION to 0.34 | Gilles Dartiguelongue | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | flag-o-matic.eclass: handle gcc-6 -no-pie option #596584 | Mike Frysinger | 2016-11-11 | 1 | -2/+11 |
| | | | | Reported-by: Laine Gholson <laine.gholson@gmail.com> | ||||
* | kde5.eclass: Take care of empty po directory shipped by upstream | Andreas Sturmlechner | 2016-11-10 | 1 | -1/+1 |
| | | | | Uncovered by dev-libs/kreport-3.0.0. | ||||
* | Bitcoin 0.13.1 | Luke Dashjr | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | bitcoincore: Indicate gentoo build | Luke Dashjr | 2016-11-08 | 1 | -0/+4 |
| | |||||
* | python-single-r1.eclass: drop stray '}' in example docstring | Sergei Trofimovich | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | python-r1.eclass: drop stray '}' in example docstring | Sergei Trofimovich | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | perl-module.eclass: Improve description a bit | Andreas K. Hüttel | 2016-11-05 | 1 | -1/+2 |
| | |||||
* | eclass/perl-module.eclass: Added documentation for DIST_SECTION | William L. Thomson Jr | 2016-11-05 | 1 | -0/+5 |
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/2741 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | kde4-functions.eclass: Set KDEBASE for category kde-plasma | Johannes Huber | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | apache-2.eclass: Handle PATCHES array. Added epatch_user. | Lars Wendler | 2016-11-02 | 1 | -1/+15 |
| | |||||
* | kde5{,-functions}.eclass: Move QT_MINIMAL declaration | Johannes Huber | 2016-10-30 | 2 | -5/+5 |
| | | | | Thanks-to: Arfrever on irc @ #gentoo-kde | ||||
* | eclass/php-ext-source-r3: define the variable slot local to src_test | Göktürk Yüksek | 2016-10-29 | 1 | -0/+1 |
| | |||||
* | python-utils-r1.eclass: drop support for python3_3 | Mike Gilbert | 2016-10-27 | 1 | -3/+3 |
| | |||||
* | git-r3.eclass: Fix var names for packages starting with digits, #596912 | Michał Górny | 2016-10-22 | 1 | -0/+1 |
| | | | | | | Fix live variable names for packages whose names start with digits. Since variable names can not start with digits in bash, just prepend an underscore to them. | ||||
* | toolchain-funcs.eclass: Add tc-check-openmp() function | David Seifert | 2016-10-22 | 1 | -0/+21 |
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/2547 Signed-off-by: David Seifert <soap@gentoo.org> | ||||
* | git-r3.eclass: Make git[curl] warning non-fatal, extend to HTTP, #597356 | Michał Górny | 2016-10-17 | 1 | -7/+12 |
| | | | | | | | | | | | | Make the warning about missing dev-vcs/git[curl] for HTTP(S) support non-fatal since the ebuild can specify non-HTTP(S) fallback URIs which would otherwise be ignored. The eclass will die if all URIs fail anyway. Extend the check to cover both HTTPS and plain HTTP. Reported by Coacher. Bug: https://bugs.gentoo.org/597356 | ||||
* | java-utils-2.eclass: Call eapply_user and drop java_prepare for EAPI 6 | James Le Cuirot | 2016-10-17 | 1 | -2/+9 |
| | | | | | | | | | | | | | Although simply calling default sounds like a good idea, if an ebuild needs to use multiple eclasses that call default then patching will break as PATCHES will be applied more than once. eapply_user, on the other hand, is idempotent. If an ebuild needs to apply PATCHES then it should define src_prepare and call default explicitly. This will probably be improved in EAPI 7. java_prepare is being dropped because non-Java people find it confusing and it isn't consistent. Other eclasses don't do this and we don't apply the same rule to other phases either. | ||||
* | java-utils-2.eclass: Remove reference to long dead ant_src_unpack | James Le Cuirot | 2016-10-17 | 1 | -4/+0 |
| | |||||
* | java-utils-2.eclass: Rework wltjr's new java-pkg_gen-cp | James Le Cuirot | 2016-10-17 | 1 | -10/+11 |
| | | | | | | | | * Use an accurate regexp rather than naive string manipulation. * Join the entries with , for a single call to java-config. * Don't export the given variable as we haven't previously. * die if the atom is invalid, particularly if the SLOT is missing. * Avoid adding duplicates because this may get called more than once. | ||||
* | java-pkg-simple.eclass: Implemented auto classpath | William L. Thomson Jr | 2016-10-17 | 1 | -0/+3 |
| | | | | | | | | | Added call to java-pkg_gen-cp EANT_GENTOO_CLASSPATH in java-pkg-simple_src_compile. This has no effect unless CP_DEPEND is set in an ebuild. Closes: https://github.com/gentoo/gentoo/pull/2286 Signed-off-by: James Le Cuirot <chewi@gentoo.org> | ||||
* | java-pkg-2.eclass: Implemented auto classpath | William L. Thomson Jr | 2016-10-17 | 1 | -0/+3 |
| | | | | | | | | | Added call to java-pkg_gen-cp EANT_GENTOO_CLASSPATH in java-pkg-2_src_compile. This has no effect unless CP_DEPEND is set in an ebuild. Closes: https://github.com/gentoo/gentoo/pull/2286 Signed-off-by: James Le Cuirot <chewi@gentoo.org> | ||||
* | java-utils-2.eclass: Added new function java-pkg_gen-cp | William L. Thomson Jr | 2016-10-17 | 1 | -0/+25 |
| | | | | | | | | | | | Java package generate classpath will create a classpath based on special variable CP_DEPEND in the ebuild. This allows for automatic classpath creation based on depends. Reduces chance of error in ebuild with slots in deps not matching slots in classpath variable, etc. Not to most elegant. Elected for multiple passes using bash vs external sed or awk. Closes: https://github.com/gentoo/gentoo/pull/2286 Signed-off-by: James Le Cuirot <chewi@gentoo.org> | ||||
* | toolchain-binutils.eclass: Don't use bundled zlib (bug #591516). | Lars Wendler | 2016-10-17 | 1 | -1/+3 |
| | |||||
* | eclass/mozcoreconf-v4 : append flags for gcc-6 support | Jory A. Pratt | 2016-10-16 | 1 | -0/+5 |
| | |||||
* | kde4-meta-pkg.eclass: Remove last-rited eclass | Johannes Huber | 2016-10-13 | 1 | -28/+0 |
| | |||||
* | php-ext-source-r3.eclass: Add src_test function | Thomas Deutschmann | 2016-10-12 | 1 | -1/+13 |
| | | | | | | | php-ext-source-r3 eclass currently does not provide FEATURES=test support like php-ext-pecl-r3 eclass does. This commit will add and export the src_test function from php-ext-pecl-r3 eclass to php-ext-source-r3 eclass to allow testing of PHP standalone extensions as well. | ||||
* | eclass/freebsd.eclass: added FreeBSD 11.0 support. | Yuta Satoh | 2016-10-11 | 1 | -7/+50 |
| | |||||
* | eclass/bsdmk.eclass: Pass all of arguments to mkinstall. | Yuta Satoh | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | systemd.eclass: Add systemd_tmpfiles_create function | Mike Gilbert | 2016-10-09 | 1 | -0/+21 |
| | | | | Bug: https://bugs.gentoo.org/462118 | ||||
* | Remove some masked for removal eclasses | Pacho Ramos | 2016-10-08 | 3 | -706/+0 |
| | |||||
* | Remove masked for removal eclasses | Pacho Ramos | 2016-10-08 | 3 | -300/+0 |
| | |||||
* | kde5.eclass: add overlay-specific logic | Michael Palimaka | 2016-10-06 | 1 | -1/+54 |
| | | | | | | While this overlay-specific logic is never expected to actually be used in the main tree, it makes tracking and merging future updates from the overlay a lot easier. | ||||
* | kde5.eclass: Add warning for kf5 applications in Plasma-4 | Andreas Sturmlechner | 2016-10-06 | 1 | -0/+17 |
| | | | | Copied and adapted from kde4-base.eclass. | ||||
* | kde5.eclass: KDE Plasma 5.8 requires >=KF-5.26 | Andreas Sturmlechner | 2016-10-06 | 1 | -4/+7 |
| | |||||
* | kde5.eclass: Update comment | Andreas Sturmlechner | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Drop 15.12.3 exception | Andreas Sturmlechner | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | eclass/freebsd.eclass: Move a special 32bit CFLAGS from profile. | Yuta Satoh | 2016-10-05 | 1 | -0/+3 |
| | | | | https://bugs.gentoo.org/show_bug.cgi?id=596044 |