summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/scons: Remove oldMichał Górny2022-09-081-88/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Revert "Remove old" (restore 4.1.0 for now)Sam James2021-10-141-0/+88
| | | | | | | | | This reverts commit cfaacfcffc6895ebe3d021acedf2d71de76f7dc8. Restore 4.1.0 for now because Mixxx can't build without it. Bug: https://bugs.gentoo.org/806085 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2021-10-131-88/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Fix Gentoo patchMichał Górny2021-08-011-0/+96
| | | | | Closes: https://bugs.gentoo.org/806043 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2021-03-281-40/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove oldMichał Górny2021-02-062-128/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Fix missing os import in Gentoo patchMichał Górny2021-01-211-7/+8
| | | | | Closes: https://bugs.gentoo.org/766330 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Bump to 4.1.0Michał Górny2021-01-201-0/+40
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Bump to 4.0.0Michał Górny2020-07-112-0/+128
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove redundant versionsMichał Górny2019-12-262-28/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: remove unused patchMichael Mair-Keimberger2019-11-091-34/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13595 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: 3.0.5-r1 repair JDK include installation pathsband-a-prend2019-06-152-0/+28
| | | | | | | | | | | | | | | The commit repairs the JDK installation paths to make scons test scripts to know where the include directory is. This fix the failure (couldn't find jni.h) of the following tests: 1. test/Java/multi-step.py 2. test/SWIG/SWIGOUTDIR.py if java jdk is installed. Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Drop oldMichał Górny2019-03-131-88/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Bump to 3.0.3Michał Górny2019-01-231-0/+88
| | | | | | | | | Bump to upstream 3.0.3 release now that they managed to push the tag. If anyone wants 3.0.4, then please contact upstream to figure out whether they actually made that release already, and if they did, then please kindly ask them to start pushing tags after doing releases. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/scons: Remove 3.0.1-r2 with the broken patchMichał Górny2018-06-171-85/+0
|
* dev-util/scons: Fix handling *FLAGS in Gentoo-hackMichał Górny2018-05-161-0/+88
| | | | Closes: https://bugs.gentoo.org/655658
* dev-util/scons: Try to force CC/CXX/CFLAGS/... for Gentoo buildsMichał Górny2018-05-101-0/+85
|
* dev-util/scons: Support envvar pass-through overrideMichał Górny2018-05-091-0/+40
| | | | | | | | | | Add a Gentoo-specific envvar that can be used to force passing through of (ebuild) environment. This can be used to disable the bad default of wiping the entire environment and lets us restore sanity without having to patch every SCons-using project out there. Also should solve Prefix problems without conditional patching. Closes: https://bugs.gentoo.org/655322
* dev-util/scons: improve PATH fix for PrefixFabian Groffen2018-04-191-0/+34
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/scons: Clean old upMichał Górny2018-01-021-13/+0
|
* dev-util/scons: Removed old.Lars Wendler2015-11-112-78/+0
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+91
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