summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* eclass/qt4-build-multilib.eclass: Remove use use sparc64-eclassMatthias Maier2017-01-301-1/+0
| | | | | | | Commit 8f41e56990ce35c17f996307ffd192a529f4d740 "remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd" removed the sparc64-freebsd and x64-freebsd profiles, but forgot to remove the sparc64-freebsd use flag check in qt4-build-multilib.eclass.
* remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsdFabian Groffen2017-01-301-1/+1
| | | | Note, these are the Prefix keywords, not Gentoo/BSD ones.
* remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsdFabian Groffen2017-01-301-1/+1
|
* remove HPUX keywords ia64-hpux and hppa-hpuxFabian Groffen2017-01-301-1/+0
|
* drop ia64-linux keywordFabian Groffen2017-01-301-1/+1
|
* qt4-build-multilib.eclass: explicitly build with -std=gnu++98Anthony Ryan2016-11-251-0/+6
| | | | | | | | | | While some of the Qt4 packages build correctly with -std=gnu++14, others rely upon std::tr1 and other renamed library items. Because most of these issues have been resolved upstream in Qt5, the easiest solution is to ensure Qt4 is always built with -std=gnu++98. Gentoo-Bug: 582522, 582618, 583744, 583662 Closes: https://github.com/gentoo/gentoo/pull/2908
* qt4-build-multilib.eclass: don't run gcc version checks if compiler is not gccDavide Pesavento2016-07-071-5/+8
|
* qt4-build-multilib.eclass: make sure QMAKESPEC is not setDavide Pesavento2016-05-271-1/+5
| | | | Gentoo-Bug: 583352
* qt4-build-multilib.eclass: prepare configure for gcc-6 and beyondDavide Pesavento2016-04-171-0/+4
|
* qt*.eclass: do not talk about "herd"Davide Pesavento2015-12-281-1/+1
|
* qt4-build-multilib.eclass: support passing arguments to qmake via myqmakeargs.Davide Pesavento2015-08-221-2/+3
| | | | | | Similar to a previous change to qt5-build.eclass Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+835
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed