Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back the subslot operator in the dependency on Go. We need this so that ↵ | 2015-07-06 | 2 | -3/+7 | |
| | | | | we have the Go version the package was built with recorded. | ||||
* | Add missing USE dependency default wrt bug #554056. | 2015-07-06 | 2 | -3/+6 | |
| | |||||
* | Document that some variables must be set before inheriting the eclass. | 2015-07-05 | 2 | -5/+10 | |
| | |||||
* | Replace links to python-r1 dev guide with links to the wiki. | 2015-07-04 | 6 | -16/+21 | |
| | |||||
* | Update URI. | 2015-07-04 | 2 | -4/+7 | |
| | |||||
* | golang-build.eclass: drop the slot dependency; it was pointed out to me | 2015-07-03 | 2 | -3/+7 | |
| | | | | that they do not force rebuilds in DEPEND | ||||
* | webapp.eclass: Updates eclass to reflect migration from optparse to argparse | 2015-07-02 | 1 | -10/+9 | |
| | | | | | These changes move the command line args for -I/-C/-U to the ${PN} and the ${PV} vars. This ensures both forwards and backwards compatibility. | ||||
* | Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and ↵ | 2015-07-01 | 2 | -2/+16 | |
| | | | | KDEPIM 4.4 no-akonadi branches. | ||||
* | Quote RUBY_S and sub_S as the directory could contain spaces. | 2015-06-29 | 2 | -5/+8 | |
| | |||||
* | Introduce qt{4,5}_get_plugindir(). Rephrase some eclass doc. | 2015-06-29 | 2 | -12/+25 | |
| | |||||
* | The -source flag was added in 1.3 or 1.4 (not sure) and we have | 2015-06-28 | 2 | -15/+14 | |
| | | | | | | special code to handle this but no one in their right mind would build with 1.2 or 1.3 now. Removing this code allows the ecj-gcj ebuild to call java-pkg_javac-args without a proper VM present. | ||||
* | Loop optimization as suggested by Michal Górny <mgorny@gentoo.org> on -dev ml. | 2015-06-28 | 2 | -4/+8 | |
| | |||||
* | Sync kde5*eclass with kde overlay. Handle more whitespace variations by ↵ | 2015-06-27 | 3 | -16/+30 | |
| | | | | Michael Palimaka <kensington@gentoo.org>. Fixes translation handling by Michael Palimaka <kensington@gentoo.org> and Andreas Sturmlechner <andreas.sturmlechner@gmail.com>, bug #552664. Raises deps on KDE Frameworks and KDE Plasma Manuel Rüger <mrueg@gentoo.org>. | ||||
* | Fix conditional bug for UNIPATCH_DROP | 2015-06-27 | 2 | -5/+10 | |
| | |||||
* | Fix for kdbus. Thanks to Arfrever. | 2015-06-27 | 2 | -3/+6 | |
| | |||||
* | Add the kdbus use flag and eclass variable to the kernel-2.eclass for ↵ | 2015-06-27 | 2 | -2/+18 | |
| | | | | optional kdbus inclusion. | ||||
* | Reverting kdbus changes in eclass. Caused invalid iuse for other ebuilds. | 2015-06-27 | 2 | -8/+6 | |
| | |||||
* | Add the option to include the kdbus patchset into gentoo-sources. Default is ↵ | 2015-06-26 | 2 | -3/+12 | |
| | | | | not to include it. | ||||
* | Remove emul-linux-x86 hack, since emul-linux-x86 is no more. | 2015-06-26 | 2 | -11/+6 | |
| | |||||
* | Typo fix, use double brackets. | 2015-06-24 | 2 | -3/+6 | |
| | |||||
* | Add an eclass for building Go software | 2015-06-24 | 2 | -1/+88 | |
| | |||||
* | depend.php.eclass is deprecated and is set to be removed 30 days after bug ↵ | 2015-06-24 | 2 | -2/+8 | |
| | | | | 552836 is resolved | ||||
* | Remove depend.php and dodoc-php in favor of just dodoc | 2015-06-24 | 2 | -5/+6 | |
| | |||||
* | Drop base.eclass usage | 2015-06-24 | 2 | -5/+8 | |
| | |||||
* | The GOPATH environment variable is now passed directly to the | 2015-06-23 | 2 | -27/+26 | |
| | | | | | | commands that need it. The correct directory of source files is copied to the correct location under ${S}. | ||||
* | Introduce qt{4,5}_get_libdir(). | 2015-06-22 | 2 | -8/+27 | |
| | |||||
* | Fix typo. | 2015-06-22 | 2 | -3/+6 | |
| | |||||
* | Allow EANT_GENTOO_CLASSPATH_EXTRA to work when EANT_GENTOO_CLASSPATH | 2015-06-19 | 2 | -9/+11 | |
| | | | | is unset. | ||||
* | golang-vcs.eclass: | 2015-06-18 | 2 | -6/+37 | |
| | | | | | | | Add the EGO_SRC variable for repositories that contain multiple Go packages. Change references from ${S} to ${WORKDIR}/${P} to match other eclasses. Copy the appropriate sources to${WORKDIR}/${P}. | ||||
* | Remove phpconfutils calls in preparation for its deprecation | 2015-06-18 | 2 | -15/+18 | |
| | |||||
* | Add require_php_cli to the list of deprecated functions to be removed from ↵ | 2015-06-17 | 2 | -2/+6 | |
| | | | | depend.php.eclass | ||||
* | Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910; Fix ↵ | 2015-06-17 | 4 | -8/+20 | |
| | | | | missing ChangeLog entry for previous commit | ||||
* | Deprecate unused functions in depend.php.eclass | 2015-06-17 | 1 | -2/+15 | |
| | |||||
* | Update from qt overlay: allow configuring debug/release on a per-package ↵ | 2015-06-17 | 2 | -16/+34 | |
| | | | | basis; add instruction set support (similarly to qt4-build-multilib); use usex(). | ||||
* | Remove eclass dependency on python[xml] and replace with some ugly | 2015-06-17 | 2 | -22/+7 | |
| | | | | grep that should suffice. Closes #552332. | ||||
* | Add golang-vcs.eclass to retrieve go packages from vcs repositories for ↵ | 2015-06-16 | 2 | -1/+143 | |
| | | | | software written in the Go programming language | ||||
* | Minor changes to reduce diff with qt5-build.eclass | 2015-06-16 | 2 | -13/+20 | |
| | |||||
* | Drop QT4_VERBOSE_BUILD variable (always true now). | 2015-06-16 | 2 | -9/+7 | |
| | |||||
* | Use use_if_iuse(). | 2015-06-16 | 2 | -14/+13 | |
| | |||||
* | Add java-pkg_addres function for adding resource files to an existing | 2015-06-15 | 2 | -2/+36 | |
| | | | | jar. | ||||
* | Don't install uninstall informations, bug 551638; make use of path_exists() | 2015-06-15 | 2 | -6/+15 | |
| | |||||
* | Fix SRC_URI for 4.14.3 | 2015-06-15 | 2 | -9/+10 | |
| | |||||
* | Use -execdir instead of xargs. | 2015-06-13 | 1 | -3/+3 | |
| | |||||
* | Export MAKEFLAGS and OBJDUMP. | 2015-06-13 | 2 | -2/+7 | |
| | |||||
* | sh is "supported", don't fallback to generic. | 2015-06-13 | 2 | -13/+15 | |
| | | | | Also, don't die when tc-arch is unknown, the configure script can handle this internally. | ||||
* | Allow dev-perl/Module-Build in QA check for Module::Build | 2015-06-13 | 2 | -4/+7 | |
| | |||||
* | Workaround gcc-4.8 ICE in qtdeclarative (bug 551560). | 2015-06-13 | 2 | -3/+17 | |
| | |||||
* | Punt obsolete, unused eclass; it had a fixed set of users all of which have ↵ | 2015-06-13 | 2 | -155/+7 | |
| | | | | migrated to gnome-python-common-r1 (bug #551914, thanks to Michał Górny). | ||||
* | Simplify move of .pc files. | 2015-06-13 | 2 | -12/+10 | |
| | |||||
* | last rited mozconfig-v4.31 | 2015-06-13 | 2 | -4/+9 | |
| |