Summary
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. The library, mostly written in Julia itself, also integrates mature, best-of-breed C and Fortran libraries for linear algebra, random number generation, FFTs, and string processing. Julia programs are organized around defining functions, and overloading them for different combinations of argument types (which can also be user-defined).
Versions
v1.5.3 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- system-llvm
v1.5.2-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- system-llvm
USE flags
General
- system-llvm
- (Try to) Use the system LLVM install. YMMV.
Dependencies
dev-libs / double-conversion : Binary-decimal and decimal-binary conversion routines for IEEE doubles
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / libgit2 : A linkable library for Git
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / mpfr : library for multiple-precision floating-point computations with exact rounding
dev-libs / openspecfun : A collection of special mathematical functions
dev-util / cmake : Cross platform Make
dev-util / patchelf : Small utility to modify the dynamic linker and RPATH of ELF executables
net-libs / libssh2 : Library implementing the SSH2 protocol
net-libs / mbedtls : Cryptographic library for embedded systems
sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / arpack : Arnoldi package library to solve large scale eigenvalue problems
sci-libs / camd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / ccolamd : Constrained Column approximate minimum degree ordering algorithm
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / colamd : Column approximate minimum degree ordering algorithm
sci-libs / fftw : Fast C library for the Discrete Fourier Transform
sci-libs / openlibm : High quality system independent, open source libm
sci-libs / spqr : Multithreaded multifrontal sparse QR factorization library
sci-libs / umfpack : Unsymmetric multifrontal sparse LU factorization library
sci-mathematics / glpk : GNU Linear Programming Kit
sci-mathematics / z3 : An efficient theorem prover
sys-devel / llvm : Low Level Virtual Machine
sys-libs / libunwind : Portable and efficient API to determine the call-chain of a program
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / blas : Virtual for FORTRAN 77 BLAS implementation
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
dev-libs / double-conversion : Binary-decimal and decimal-binary conversion routines for IEEE doubles
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / libgit2 : A linkable library for Git
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / mpfr : library for multiple-precision floating-point computations with exact rounding
dev-libs / openspecfun : A collection of special mathematical functions
dev-util / cmake : Cross platform Make
net-libs / libssh2 : Library implementing the SSH2 protocol
net-libs / mbedtls : Cryptographic library for embedded systems
sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / arpack : Arnoldi package library to solve large scale eigenvalue problems
sci-libs / camd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / ccolamd : Constrained Column approximate minimum degree ordering algorithm
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / colamd : Column approximate minimum degree ordering algorithm
sci-libs / fftw : Fast C library for the Discrete Fourier Transform
sci-libs / openlibm : High quality system independent, open source libm
sci-libs / spqr : Multithreaded multifrontal sparse QR factorization library
sci-libs / umfpack : Unsymmetric multifrontal sparse LU factorization library
sci-mathematics / glpk : GNU Linear Programming Kit
sci-mathematics / z3 : An efficient theorem prover
sys-devel / llvm : Low Level Virtual Machine
sys-libs / libunwind : Portable and efficient API to determine the call-chain of a program
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / blas : Virtual for FORTRAN 77 BLAS implementation
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
Depending packages
dev-lang / julia-bin : High-performance programming language for technical computing
kde-apps / cantor : Interface for doing mathematics and scientific computing
Bugs
- 728726
- =dev-lang/julia-1.4.0-r1 fails to build due to missing dependency
- 735764
- dev-lang/julia needs porting to LLVM 10
- 761754
- dev-lang/julia-1.5.3 calls ld directly
- 761757
- dev-lang/julia-1.5.3 calls ranlib directly
- 764518
- dev-lang/julia & julia-bin ~arm64 keywording request
- 766947
- dev-lang/julia-1.5.3 calls python directly (dev-lang/python-exec[-native-symlinks])
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: fix dependency
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: fix compilation
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: do not install into appdata
Closes: https://bugs.gentoo.org/747433 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.5.3
* export AR environment variable * silence warning about unused CFLAGS - julia modules are not compiled using the CFLAGS environment variable Closes: https://bugs.gentoo.org/747430 Closes: https://bugs.gentoo.org/746254 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: drop old
Closes: https://bugs.gentoo.org/746257 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: add libssh2 dependency
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: fix broken dependency
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.5.2
Closes: https://bugs.gentoo.org/741498 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Jeffrey Lin · gentoo
dev-lang/julia: make sci-visualization/gr optional
This avoids pulling in around 70 dependencies on a clean install, the bulk of them being X libraries. Closes: https://github.com/gentoo/gentoo/pull/17149 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
dev-lang/julia: Fix typo
Thanks to Xianwen Chen (陈贤文) CC: gentoo-dev@lists.gentoo.org In-Reply-To: <5f31cb3fb57b721de77ed68a2c8bb39e@chen.ac> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
dev-lang/julia: Re-keyword 1.4.0-r2
Closes: https://bugs.gentoo.org/725862 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
dev-lang/julia: Revbump with system-llvm useflag, unkeyworded
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: really download all bundled tarballs
Closes: https://bugs.gentoo.org/716434 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: fix build and try to fix http-parser incompatibility
Closes: https://bugs.gentoo.org/716000 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: drop live ebuild
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: slotmove sys-libs/libunwind from SLOT=7 to SLOT=0
SLOT=7 does not mean much nowadays. Let's default to SLOT=0. Reported-by: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/693250 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.4.0
Closes: https://bugs.gentoo.org/714616 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-lang/julia: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-lang/julia: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeffrey Lin · gentoo
dev-lang/julia: don't rename llvm tarball
Closes: https://bugs.gentoo.org/696994 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Jeffrey Lin · gentoo
dev-lang/julia: drop old 1.1.0, 1.1.1
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.3.0
Closes: https://bugs.gentoo.org/701330 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.2.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: [QA] remove unncesessary slash strip
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.1
Closes: https://github.com/gentoo/gentoo/pull/12058 Closes: https://bugs.gentoo.org/686628 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: drop old
Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.0
Closes: https://bugs.gentoo.org/677524 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.1.0-rc1
* give up and bundle llvm-6 Bug: https://bugs.gentoo.org/665192 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: drop old 0.6* and 0.7 versions
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: drop old version 1.0.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.0.3
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeffrey Lin · gentoo
dev-lang/julia: version bump to 1.0.1
Closes: https://github.com/gentoo/gentoo/pull/10028 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: add version 0.7
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Matthias Maier · gentoo
dev-lang/julia: Update ebuild
Closes: https://github.com/gentoo/gentoo/pull/9553 Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: fix terrible terrible QA violation
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: Fix dependencies
Closes: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Bug: https://bugs.gentoo.org/660596 Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Matthias Maier · gentoo
dev-lang/julia: version bump to 1.0.0
Closes: https://bugs.gentoo.org/663266 Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: update live ebuild
Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Matthias Maier · gentoo
dev-lang/julia: drop old version 0.6.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Matthias Maier · gentoo
dev-lang/julia: fix library installation path
Closes: https://bugs.gentoo.org/655072 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.3
Closes: https://bugs.gentoo.org/658196 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
dev-lang/julia: relax version constraint
Closes: https://bugs.gentoo.org/650940 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Fabian Groffen · gentoo
dev-lang/julia: fix Prefix installation, thanks Chris Rorvick, bug #651954
Closes: https://bugs.gentoo.org/651954 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: drop 0.6.1-r1
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.2
* fix LLVM_MAXSLOT so that llvm/clang-4 is used for compilation Closes: https://bugs.gentoo.org/631978 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: Update broken dependency.
Let's bring the tree into a clean state. Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: update live ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: use llvm.eclass, clean up ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: use get_libdir...
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: use LLVM:4
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.6.1
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Matthias Maier · gentoo
dev-lang/julia: update dependencies, drop R
Thanks to Jonas for pointing this out. Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Patrick Lauer · gentoo
dev-lang/julia: Disable doc fetching #628358
This is a dirty hack and most likely not a good solution. Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Patrick Lauer · gentoo
dev-lang/julia: Fix some build errors #628148 #628308
Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
dev-lang/julia: Update live ebuild
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
dev-lang/julia: update llvm dependencies
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - David Hicks · gentoo
dev-lang/julia: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
dev-lang/julia: finish 0.6.0 ebuild, add git workaround
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
dev-lang/julia: add new ebuild for 0.6.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Patrick Lauer · gentoo
dev-lang/julia: Restrict libgit dep #616016
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Matthias Maier · gentoo
dev-lang/julia: depend on llvm-3.9 or newer, bug #597806
Package-Manager: Portage-2.3.3, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Matthias Maier · gentoo
dev-lang/julia: Respect $(get_libdir) and install libjulia.so at right place
Package-Manager: portage-2.2.28 - Matthias Maier · gentoo
dev-lang/julia: add a live ebuild
Package-Manager: portage-2.2.28 - Matthias Maier · gentoo
dev-lang/julia: drop old versions 0.4.3, 0.4.6
Package-Manager: portage-2.2.28 - Matthias Maier · gentoo
dev-lang/julia: update blas dependency
Package-Manager: portage-2.2.28 - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.5.0
Package-Manager: portage-2.2.28 - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.4.6
Package-Manager: portage-2.2.28 - Michał Górny · gentoo
dev-lang/julia: Nuke old requiring llvm = 3.4* - Austin English · gentoo
dev-lang/julia: require USE=threads for sci-libs/fftw
Package-Manager: portage-2.2.26 - Matthias Maier · gentoo
dev-lang/julia: Set up blas/lapack dependencies correctly, bug 572546
Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Matthias Maier · gentoo
dev-lang/julia: Update SRC_URI for 0.4.3
Package-Manager: portage-2.2.26 - Matthias Maier · gentoo
dev-lang/julia: drop old 0.2* versions
Package-Manager: portage-2.2.26 - Matthias Maier · gentoo
dev-lang/julia: version bump to 0.4.3 (bug 564338)
Package-Manager: portage-2.2.26 - Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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