Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move various kde-base packages to kde-apps. | 2015-06-04 | 3 | -7/+11 | |
| | |||||
* | Use path_exists from eutils.eclass | 2015-06-04 | 2 | -5/+8 | |
| | |||||
* | Fix homepage url for license registration, #538284; do a precheck instead fo ↵ | 2015-06-04 | 2 | -7/+12 | |
| | | | | using nonfatal, #551156 | ||||
* | Sync verbosely with overlay. Add support for kde4 localization package ↵ | 2015-06-03 | 2 | -5/+21 | |
| | | | | kde-apps/kde4-l10n. Include URIs to support new kdelibs and kde workspaces releases. Fix a typo in a comment here. Add support for stable live branches for kde applications packages. | ||||
* | Fix missing comment character and case syntax error | 2015-06-03 | 2 | -4/+7 | |
| | |||||
* | set the default m4 system dir to the SYSROOT when it is available | 2015-06-03 | 1 | -2/+13 | |
| | |||||
* | Add s6.eclass to handle s6 services | 2015-06-02 | 2 | -1/+123 | |
| | |||||
* | fix typo in SYSROOT var pointed out by Michał Górny | 2015-06-02 | 1 | -2/+2 | |
| | |||||
* | fix looking up output dir when cross-compiling (fix by Nam Nguyen from ↵ | 2015-06-02 | 1 | -2/+10 | |
| | | | | Chromium OS) | ||||
* | add USE=pie for gcc-6 to control enabling pie by default | 2015-06-01 | 1 | -1/+6 | |
| | |||||
* | add USE=debug to control --enable-checking behavior for all versions rather ↵ | 2015-06-01 | 1 | -6/+4 | |
| | | | | than just snapshots | ||||
* | drop EAPI=0 & EAPI=1 support | 2015-06-01 | 1 | -14/+5 | |
| | |||||
* | Sync verbosely with kde overlay. Drop fetch restriction for unpublished ↵ | 2015-05-31 | 2 | -75/+19 | |
| | | | | packages including the pkg_nofetch prompt. This did not work out as expected, see bug 549012. Add support for split localization packages via kde-apps/kde4-l10n. Add KDE_BLOCK_SLOT4 variable which makes it possible to adjust coinstallability of kf5 packages. | ||||
* | Blacklist graphite-related flags that cause ICEs on qtwebkit (bug 550780). | 2015-05-31 | 2 | -16/+24 | |
| | |||||
* | Add comment. | 2015-05-31 | 1 | -1/+4 | |
| | |||||
* | KDE: fix SELinux deps, bug 550824 | 2015-05-31 | 3 | -5/+8 | |
| | |||||
* | Add virtual/rubygems to dependencies to ensure that it is present in time, ↵ | 2015-05-31 | 2 | -5/+11 | |
| | | | | which may not happen since this is a PDEPEND of dev-lang/ruby. | ||||
* | Add ruby-single.eclass to support packages that just need a ruby interpreter ↵ | 2015-05-31 | 4 | -44/+172 | |
| | | | | to be present. Refactor code common with ruby-ng.eclass into ruby-utils.eclass. | ||||
* | Drop PDEPEND on virtual/dev-manager. See bug #550086. | 2015-05-30 | 2 | -3/+5 | |
| | |||||
* | Moved selinux dependency from DEPEND to RDEPEND (bug #550822). Fixed ↵ | 2015-05-30 | 2 | -6/+10 | |
| | | | | maintainer email in eclass | ||||
* | tc-getGO: new helper from Chromium OS for locating the Go compiler | 2015-05-28 | 1 | -1/+5 | |
| | |||||
* | Fixed case syntax | 2015-05-28 | 2 | -4/+7 | |
| | |||||
* | updated mozconfig-v5.31.eclass for new libvpx version compatibility, added ↵ | 2015-05-27 | 4 | -5/+247 | |
| | | | | mozconfig-v5.38.eclass, last rited mozconfig-v5.33 | ||||
* | when munging the libtool paths, make sure we use the internal multilib path ↵ | 2015-05-27 | 1 | -4/+6 | |
| | | | | and not the main libpath #540392 by Christoph Junghans | ||||
* | Update bitcoincore eclass. | 2015-05-27 | 1 | -7/+9 | |
| | |||||
* | added missing bug reference | 2015-05-26 | 1 | -2/+2 | |
| | |||||
* | export FC/F77 for multilib support | 2015-05-26 | 2 | -5/+10 | |
| | |||||
* | clean out generated "Directory Reference" man pages as they offer no real ↵ | 2015-05-26 | 1 | -3/+8 | |
| | | | | value #486754 | ||||
* | Remove long-deprecated and just dieing function stubs | 2015-05-25 | 2 | -68/+5 | |
| | |||||
* | Consistent spelling. | 2015-05-25 | 1 | -2/+2 | |
| | |||||
* | Loose quoting, #550060 | 2015-05-25 | 2 | -4/+7 | |
| | |||||
* | use slightly more readable version of CATEGORY/cross-* checking | 2015-05-25 | 2 | -6/+6 | |
| | |||||
* | enable the poisoned system directories flags when cross-compiling (see the ↵ | 2015-05-25 | 1 | -2/+5 | |
| | | | | new 67_all_ld-poison-system-directories.patch in the Gentoo patchset) | ||||
* | The depend-java-query wrapper is raising readonly variable warnings | 2015-05-24 | 2 | -14/+7 | |
| | | | | | | for USE in Portage 2.2.20. As best I can tell, this wrapper just isn't needed any more because USE is already exported. I guess it wasn't back in 2006? | ||||
* | Update maintainer information. | 2015-05-24 | 2 | -5/+5 | |
| | |||||
* | Remove annoying java-pkg-simple build script check. Most people only | 2015-05-24 | 2 | -6/+7 | |
| | | | | | use java-pkg-simple as a last resort and a usable Maven eclass is still some way off. | ||||
* | Support fetching upstream patches, ↵ | 2015-05-24 | 2 | -3/+26 | |
| | | | | https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/121 by nigoro. | ||||
* | add newer -fbounds-check form to the allowed flag list #530068 by Sebastian ↵ | 2015-05-24 | 1 | -3/+3 | |
| | | | | Pipping | ||||
* | pkg_config: tweak user messages | 2015-05-24 | 3 | -12/+9 | |
| | |||||
* | Fix typo. | 2015-05-21 | 1 | -2/+2 | |
| | |||||
* | Add kernel Check for USER_NS, bug 545078. | 2015-05-21 | 2 | -4/+8 | |
| | |||||
* | bump min automake to 1.14.1 #547876 | 2015-05-20 | 1 | -2/+2 | |
| | |||||
* | Add standard header, acknowledged by rhill in bug 548984. | 2015-05-17 | 1 | -0/+3 | |
| | |||||
* | Prevent compression of symlink targets in docdir in EAPIs where this is ↵ | 2015-05-17 | 2 | -4/+14 | |
| | | | | possible, bug 549584. | ||||
* | Sync with KDE overlay - update SRC_URI. | 2015-05-15 | 2 | -3/+12 | |
| | |||||
* | Add back the deblob script functionality to the eclass. | 2015-05-14 | 2 | -4/+12 | |
| | |||||
* | use find directly to run sed on la files so we skip sed when there are no la ↵ | 2015-05-13 | 1 | -5/+7 | |
| | | | | files #548782 | ||||
* | Drop elog in webapp_serverowned, discussed with blueness in bug #542024 | 2015-05-12 | 2 | -4/+6 | |
| | |||||
* | Add standard header, acknowledged by mgorny in bug 548984. | 2015-05-11 | 6 | -0/+18 | |
| | |||||
* | Add standard header, acknowledged by vapier and mgorny in bug 548984. | 2015-05-11 | 1 | -0/+3 | |
| |