Summary
PARI is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers, etc., and a lot of transcendental functions. The extra data is avaialable through use flag: * elldata is PARI/GP version of J. E. Cremona Elliptic Curve Data, needed by ellsearch and ellidentify. * galdata is needed by polgalois to compute Galois group in degrees 8 through 11. * seadata is needed by ellap for large primes. * nftables is a repackaging of the historical megrez number field tables (errors fixed, 1/10th the size, easier to use).
Versions
v2.15.3 :: 0/8 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux
- USE flags
- X data doc examples fltk gmp test threads
v2.13.4-r1 :: 0/7 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ppc ppc64 x86 ~alpha ~amd64-linux ~arm ~hppa ~mips ~sparc ~x86-linux
- USE flags
- X data doc fltk gmp test threads
USE flags
General
- X
- Add support for X11
- data
- Add additional data (elldata, galdata, seadata, nftables)
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples
- Install examples, usually source code
- fltk
- Add support for the Fast Light Toolkit gui interface
- gmp
- Add support for dev-libs/gmp (GNU MP library)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- threads
- Add threads support for various packages. Usually pthreads
Dependencies
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
sci-mathematics / pari-data : Additional dataset packages for PARI
sys-libs / readline : Another cute console display library
x11-libs / fltk : C++ user interface toolkit for X and OpenGL
x11-libs / libX11 : X.Org X11 library
x11-misc / xdg-utils : Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability
Runtime Dependencies
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
sci-mathematics / pari-data : Additional dataset packages for PARI
sys-libs / readline : Another cute console display library
x11-libs / fltk : C++ user interface toolkit for X and OpenGL
x11-libs / libX11 : X.Org X11 library
x11-misc / xdg-utils : Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability
Depending packages
app-emacs / pariemacs : sci-mathematics/pari emacs mode
sci-mathematics / eclib : Programs for elliptic curves defined over the rational numbers
sci-mathematics / giac : A free C++ Computer Algebra System library and its interfaces
sci-mathematics / gp2c : A GP to C translator
sci-mathematics / lcalc : Command-line utility and library for L-function computations
sci-mathematics / sympow : Symmetric power elliptic curve L-functions
Bugs
- 891887
- sci-mathematics/pari: test request (patch re-evaluation) on ppc
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: add 2.15.3, drop 2.15.2-r2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: patch update for upstream bug 2441.
Closes: https://bugs.gentoo.org/892035 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new ~arch revision, cleanup old.
The new pari-2.15.2-r1... * Separates out a new flag, USE=examples; * Replaces an old "permanent" patch with a new temporary one (already committed upstream) needed to install the documentation properly; * Drops an an old hack for -O0 because I can no longer reproduce the issue that motivated it. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: move LDFLAGS patch into the ebuild.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/pari: move STRIP override patch into the ebuild.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - François Bissey · gentoo
sci-mathematics/pari: add 2.15.2
Closes: https://github.com/gentoo/gentoo/pull/29112 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Signed-off-by: François Bissey <frp.bissey@gmail.com> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: add 2.15.1, drop 2.15.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: bullet-proof DLLD detection.
We have another DLLD (compiler driver for shared libraries) detection issue in bug 871117. We now force DLLD=$CC during ./Configure, which should override the detection with the correct value more reliably. Closes: https://bugs.gentoo.org/871117 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: drop 2.13.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/pari: add 2.15.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-mathematics/pari: Stabilize 2.13.4-r1 ppc64, #864214
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sci-mathematics/pari: Stabilize 2.13.4-r1 ppc, #864214
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-mathematics/pari: Stabilize 2.13.4-r1 x86, #864214
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: disable "help" tests in the absence of USE=doc.
Closes: https://bugs.gentoo.org/864289 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: amd64 stable wrt bug #864214
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove obsolete hppa workaround in an -r1.
Bug: https://bugs.gentoo.org/684814 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove old "unused" pari-2.13.3.ebuild.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.4 ppc, #849080
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.4 ppc64, #849080
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.4 amd64, #849080
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.4 x86, #849080
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new upstream version 2.13.4.
Closes: https://bugs.gentoo.org/836869 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove old "unused" pari-2.13.2.ebuild.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.3 ppc, #831413
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.3 ppc64, #831413
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-mathematics/pari: Stabilize 2.13.3 x86, #831413
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
sci-mathematics/pari: Stabilize 2.13.3 amd64, #831413
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new upstream version pari-2.13.3.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove old pari-2.11.4.ebuild.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.2 ppc, #821466
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.2 ppc64, #821466
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.2 amd64, #821466
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sci-mathematics/pari: Stabilize 2.13.2 x86, #821466
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove old "unused" 2.13.x ebuilds.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/pari: new upstream version 2.13.2.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new revision with backported rnfdisc patch.
The SageMath test suite will soon require this backported patch to when using pari-2.13.1. It fixes an incorrect result and doesn't hurt anything, so we add it preemptively. Sage-bug: https://trac.sagemath.org/ticket/30801 Pari-bug: https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2284 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/pari: bump to 2.13.1
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/pari: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new version 2.13.0.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
sci-mathematics/pari: Drop x86-{macos,solaris} re bug #690140
Depends: - x11-misc/xdg-utils - dev-perl/Net-DBus - dev-perl/XML-Twig - dev-perl/libwww-perl - dev-perl/LWP-Protocol-https - dev-perl/IO-Socket-SSL Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: remove old pari-2.11.2.ebuild.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: x86 stable wrt bug #729202
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-mathematics/pari: ppc64 stable wrt bug #729202
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: ppc stable wrt bug #729202
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-mathematics/pari: amd64 stable wrt bug #729202
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - François Bissey · gentoo
sci-mathematics/pari: unset LD at configuration time
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Closes: https://bugs.gentoo.org/722090 Closes: https://github.com/gentoo/gentoo/pull/16445 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
sci-mathematics/pari: arm keyworded (bug #710994)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: replace DOCS array.
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-mathematics/pari: remove DOCS array, works fine without
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-mathematics/pari: move DOCS array to its correct place
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - François Bissey · gentoo
sci-mathematics/pari: superceded by new release
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15441 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - François Bissey · gentoo
sci-mathematics/pari: New upstream release
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - François Bissey · gentoo
sci-mathematics/pari: new release + upstream patch
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: drop old unstable v2.9.4.
We lost the ~arm keyword somewhere in the upgrade. I filed a keyword request to see if pari still works on arm. Bug: https://bugs.gentoo.org/710994 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: x86 stable wrt bug #710354
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: ppc stable wrt bug #710354
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-mathematics/pari: ppc64 stable wrt bug #710354
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/pari: amd64 stable wrt bug #710354
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/pari: new version 2.11.2.
This new version was imported from the sage-on-gentoo overlay where François Bissey has been maintaining it for use with SageMath. I've made a few changes: * Moved the virtual/latex-base dependency into BDEPEND, because those tools are run on the build host to create the documentation. * Used the existing patches (with different names) where possible. * Edited pari-2.10-no-automagic.patch to not mess with PLOTLIBS when USE=fltk is set. My build was failing because this patch resulted in -lstdc++ being stripped from the linker flags. * Dropped empty variable "${mymake}" in a few places. * Enabled the full test suite, which passes for me if I lie to pari about the number of columns my terminal has (???). * Installed some extra documentation by setting DOCS and calling the default implementation of src_install. * Used "usex" instead of an "if" statement for a ./Configure flag. * Changed "export CPLUSPLUS=$(tc-getCXX)" to "tc-export CXX". The CPLUSPLUS variable doesn't appear anywhere in the source, so I doubt this was doing anything. It may not even be necessary to export CC/CXX any longer. * Added RESTRICT="!test? ( test )" now that we run the test suite. * Added myself and François as maintainers. Closes: https://bugs.gentoo.org/703156 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-mathematics: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Harri Nieminen · gentoo
sci-mathematics/pari: Remove old version
This removes stable keywords. Closes: https://bugs.gentoo.org/636508 Closes: https://bugs.gentoo.org/652794 Closes: https://bugs.gentoo.org/541382 Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Andrey Grozin · gentoo
sci-mathematics/pari: fix building with USE=fltk
Suggested-by: François Bissey <frp.bissey@gmail.com> Closes: https://bugs.gentoo.org/646942 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
sci-mathematics/pari: Fix typo
Thanks-to: Felix Janda <felix.janda@posteo.de> Bug: https://bugs.gentoo.org/641942 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
sci-mathematics/pari: Drop USE=qt4
Closes: https://bugs.gentoo.org/641942 Closes: https://bugs.gentoo.org/602788 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andreas Sturmlechner · gentoo
sci-mathematics/pari: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andrey Grozin · gentoo
sci-mathematics/pari: bump to 2.9.4
Closes: https://bugs.gentoo.org/600568 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Michał Górny · gentoo
sci-mathematics/pari: [QA] Move patches to distfiles
Closes: https://bugs.gentoo.org/620628 - Michał Górny · gentoo
sci-mathematics/pari: Prune old - Kent Fredric · gentoo
sci-mathematics/pari: Fix for '.' in @INC on perl 5.26 re bug #615016
Perl 5.26 removes implied cwd from library loading paths, and subsequently Pari's compile fails due to reliance on this implication. These patches rectify that by constructing a library path the same as the scripts directory, and inserting that into `@INC` Of course, we still need the oldest pari because dev-perl/Math-Pari needs the old version. And of course, the files in question have minor changes over the handful of versions, necessitating 3 *mostly* identical but slightly different patches for the relevant versions. I haven't filed this issue upstream, as their bug reporting stuff looked dizzyingly confusing. Bug: https://bugs.gentoo.org/615016 Package-Manager: Portage-2.3.6, 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> - David Seifert · gentoo
sci-mathematics/pari: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28 - Markus Meier · gentoo
sci-mathematics/pari: add ~arm, bug #573944
Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" - Andrey Grozin · gentoo
sci-mathematics/pari: fix building docs with perl-5.22
Thanks to Andreas Proteus <proteuss@sdf.lonestar.org> Package-Manager: portage-2.2.24 - 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