Versions
v0.13.4 :: 0 :: gentoo
- Modified
- License
- GPL-3+ BSD BSD-2 MIT Apache-2.0 CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 FDL-1.2 GPL-2+ OFL-1.1 public-domain Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 IJG ISC MIT MIT-0 MPL-2.0 openssl Unicode-3.0 ZLIB
- Keywords
- ~amd64
- USE flags
- debug doc
v0.13.3-r1 :: 0 :: gentoo
- Modified
- License
- GPL-3+ BSD BSD-2 MIT Apache-2.0 CC-BY-2.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 FDL-1.2 GPL-2+ OFL-1.1 public-domain Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 IJG ISC MIT MIT-0 MPL-2.0 openssl Unicode-3.0 ZLIB
- Keywords
- ~amd64
- USE flags
- debug doc
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
lua_single_target
- luajit
- Build for LuaJIT only
Dependencies
app-text / cmark : CommonMark parsing and rendering library and program in C
dev-games / physfs : Abstraction layer for filesystem and archive access
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-libs / libgit2 : A linkable library for Git
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libunibreak : Line and word breaking library
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
media-libs / dav1d : dav1d is an AV1 Decoder :)
media-libs / freetype : High-quality and portable font engine
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
media-libs / libsdl3 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : Software implementation of the OpenAL 3D audio API
media-libs / opus : Open codec for interactive speech and music transmission over the Internet
net-libs / enet : Relatively thin, simple and robust network communication layer on top of UDP
net-libs / libssh2 : Library implementing the SSH2 protocol
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / cxsparse : Extended sparse matrix package
sci-libs / openblas : Optimized BLAS library based on GotoBLAS2
sci-libs / suitesparse : Metapackage for a suite of sparse matrix tools
sci-mathematics / glpk : GNU Linear Programming Kit
virtual / libintl : Virtual for the GNU Internationalization Library
Runtime Dependencies
app-text / cmark : CommonMark parsing and rendering library and program in C
dev-games / physfs : Abstraction layer for filesystem and archive access
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-libs / libgit2 : A linkable library for Git
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libunibreak : Line and word breaking library
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
media-libs / dav1d : dav1d is an AV1 Decoder :)
media-libs / freetype : High-quality and portable font engine
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
media-libs / libsdl3 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : Software implementation of the OpenAL 3D audio API
media-libs / opus : Open codec for interactive speech and music transmission over the Internet
net-libs / enet : Relatively thin, simple and robust network communication layer on top of UDP
net-libs / libssh2 : Library implementing the SSH2 protocol
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / cxsparse : Extended sparse matrix package
sci-libs / openblas : Optimized BLAS library based on GotoBLAS2
sci-libs / suitesparse : Metapackage for a suite of sparse matrix tools
sci-mathematics / glpk : GNU Linear Programming Kit
virtual / libintl : Virtual for the GNU Internationalization Library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
*/*: update dev.g.o/~ionen SRC_URIs
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.13.4
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.6
Note that this was the last ebuild to support ~x86, and there will be no attempt to restore the keyword in 0.13.x unless someone asks for it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: fixup libgit2 bounds
Didn't mean to make this so strict, the git2 crate is picky but not *that* picky. Originally meant to have =1.9* but it does have a minimum of 1.9.2, so use >=1.9.2:0/1.9 as a one-liner. I actually wanted to just use bundled to avoid bounds at this point, but usage is automagic and would require sedding the build.rs (the NO_VENDOR=1 variable only serve to make it error out rather than "fallback" to bundled if it is not found). May consider sed when 1.10 releases if needed. Crate's upstream does have a PR to allow overriding its pkg-config version check which could give better options, but the PR been stalled for a while. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.13.3
0.13.x introduces rust usage which is implemented a bit annoyingly with generated cargo files inside the build dir, this requires partial compilation (not just meson configure) before can generate the crates tarball. Quite possible overlooked something given there is a lot of changes in the build system and lot of files were moving around making it harder to spot relevant bits. Also had to remove the ~x86 keyword due to bindgen, and have no intention to try to rekeyword. This has become very brittle and unless seomeone really wants it, would rather keep keywords limited. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/naev: github -> codeberg
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.4-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
games-strategy/naev: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.4
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.12.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.11.5, 0.12.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: force luajit for >=0.12
Also lets us drop the selection workaround. Closes: https://bugs.gentoo.org/946881 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: restrict tests
This broke (again) with software rendering likely since some mesa or Xorg version but unsure (fails to create opengl context), could also be missing something new for this to work. At this point would rather just restrict it than try to figure out what went wrong every time, esp. since always been doing the same test manually anyway. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/naev: add 0.12.0
Hopefully not missed anything, not looked *that* closely. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.11.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.11.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.11.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.11.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.11.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.11.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.11.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.4
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.4
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: tighten test deps to ensure glx support
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.10.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.9.4, 0.10.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.10.0
wrt bug #829369, disabled OpenGL probing for tests which should hopefully sort out sandbox issues for everyone (not that can do anything about the minimum OpenGL version requirement) Closes: https://bugs.gentoo.org/829369 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.9.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.9.4
Swapped virtual/opengl for libglvnd, but kept [X] because src/glad.c looks for libGL.so.1 and uses GLX symbols (albeit this is known to work on proper wayland, so it may be possible to do without). Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.9.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.9.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.8.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop 0.9.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.9.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: add 0.9.1
This version add/shifts several dependencies around, openal is no longer optional and SDL_mixer unused (so is sdl2[sound]). Also adds openblas, it can use other implementations but upstream notes that everything else is experimental so let's stick to what's known to work for now. Tests (which try to start the game and see if it gets to the main menu) now fail under Xvfb without mesa[llvm] (0.8.2 didn't), and would segfault without physfs[zip] (but that's only needed for meson_overlay.zip which isn't used outside tests). May still be more needed that tinderboxes may pickup. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/naev: drop broken IUSE=nls
There's already little reason to support disabling this here, and even less if it cause issues. Closes: https://bugs.gentoo.org/828012 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
games-strategy/naev: Port to python3_10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Jakov Smolic · gentoo
games-strategy/naev: Remove old 0.8.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
games-strategy/naev: inherit python-any-r1.eclass
Closes: https://github.com/gentoo/gentoo/pull/20198 Closes: https://bugs.gentoo.org/771114 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
games-strategy/naev: Remove old 0.7.0-r100
Closes: https://github.com/gentoo/gentoo/pull/20192 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Jakov Smolic · gentoo
games-strategy/naev: Bump to 0.8.2
Closes: https://bugs.gentoo.org/771108 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
games-strategy/naev: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Jakov Smolic · gentoo
games-strategy/naev: Bump to 0.8.1
Closes: https://bugs.gentoo.org/710198 Closes: https://bugs.gentoo.org/739368 Closes: https://github.com/gentoo/gentoo/pull/19058 Co-authored-by: Azamat H. Hackimov azamat.hackimov@gmail.com Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/naev: fix MissingUnpackerDep
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
games-strategy/naev: migrate to lua-single.eclass
LUA_COMPAT=( lua5-1 luajit ) as per the upstream autoconf script. Closes: https://bugs.gentoo.org/752720 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Marek Szuba · gentoo
games-strategy/naev-0.7.0: fix SRC_URI, explain BDEPEND/src_unpack
pkgcheck complains about the lack of app-arch/unzip in BDEPEND but that is not correct - the data file is supposed to be installed zipped, and the custom src_unpack ensures only the source tarball is actually unpacked. Add a comment explaining this. More importantly, both SRC_URI wrong had '/${P}/' where '/v${PV}/' should be according to the layout of GitHub upstream as of 5 minutes ago. Signed-off-by: Marek Szuba <marecki@gentoo.org> - Azamat H. Hackimov · gentoo
games-strategy/naev: update to 0.7.0
Migrate to EAPI 7, use github sources. Closes: https://bugs.gentoo.org/546562 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Wim Muskee · gentoo
games-strategy/naev: fix MissingUnpackerDep, update broken HOMEPAGE
Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> - Pacho Ramos · gentoo
games-strategy/naev: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Pacho Ramos · gentoo
games-strategy/naev: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - David Seifert · gentoo
games-strategy/naev: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - David Seifert · gentoo
games-*/*: Remove stable keywords
Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Agostino Sarubbo · gentoo
games-strategy/naev: x86 stable wrt bug #580160
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
games-strategy/naev: amd64 stable wrt bug #580160
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Sterrett · gentoo
games-strategy/naev: version bump (bug #577240)
Package-Manager: portage-2.2.26 - 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