Versions
v0.27.0 :: 0 :: gentoo
- Modified
- License
- BitstreamVera CC-BY-SA-3.0 GPL-2 LGPL-2.1 LPPL-1.3c MIT ZLIB
- Keywords
- ~amd64 ~arm64 ~x86
- USE flags
- editor lobby nvtt pch test verify-sig
v0.0.26_alpha-r2 :: 0 :: gentoo
- Modified
- License
- BitstreamVera CC-BY-SA-3.0 GPL-2 LGPL-2.1 LPPL-1.3c MIT ZLIB
- Keywords
- ~amd64 ~arm64 ~x86
- USE flags
- editor lobby nvtt pch test verify-sig
USE flags
General
- editor
- Include Atlas scenario editor projects
- lobby
- Enable the use of net-libs/gloox and the multiplayer lobby
- nvtt
- Support for some uncompressed data formats (might be needed for some mods)
- pch
- Enable precompiled header support for faster compilation at the expense of disk space and memory
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- verify-sig
- Verify upstream signatures on distfiles
Dependencies
dev-lang / spidermonkey : Mozilla's JavaScript engine written in C and C++
dev-libs / boost : Boost Libraries for C++
dev-libs / icu : International Components for Unicode
dev-libs / libfmt : Small, safe and fast formatting library
dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library
dev-libs / libxml2 : XML C parser and toolkit
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : A software implementation of the OpenAL 3D audio API
net-libs / enet : Relatively thin, simple and robust network communication layer on top of UDP
net-libs / gloox : A portable high-level Jabber/XMPP client library for C++
net-libs / miniupnpc : UPnP client library and a simple UPnP client
net-misc / curl : A Client that groks URLs
sys-libs / zlib : Standard (de)compression library
virtual / opengl : Virtual for OpenGL implementation
x11-libs / libX11 : X.Org X11 library
x11-libs / wxGTK : GTK version of wxWidgets, a cross-platform C++ GUI toolkit
Runtime Dependencies
dev-lang / spidermonkey : Mozilla's JavaScript engine written in C and C++
dev-libs / boost : Boost Libraries for C++
dev-libs / icu : International Components for Unicode
dev-libs / libfmt : Small, safe and fast formatting library
dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library
dev-libs / libxml2 : XML C parser and toolkit
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / openal : A software implementation of the OpenAL 3D audio API
net-libs / enet : Relatively thin, simple and robust network communication layer on top of UDP
net-libs / gloox : A portable high-level Jabber/XMPP client library for C++
net-libs / miniupnpc : UPnP client library and a simple UPnP client
net-misc / curl : A Client that groks URLs
sys-libs / zlib : Standard (de)compression library
virtual / opengl : Virtual for OpenGL implementation
x11-libs / libX11 : X.Org X11 library
x11-libs / wxGTK : GTK version of wxWidgets, a cross-platform C++ GUI toolkit
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ralph Sennhauser · gentoo
games-strategy/0ad: bump to version 0.27.0
Bump to version 0.27.0 and add support for rc builds. Use system spidermonkey as the minor version restriction was dropped upstream, unlike in the early days of spidermonkey it's unlikely that version differences lead to different results. Update checkreqs as the needed space is reduced quite a bit by using system spidermonkey. Use verify-sig eclass and drop custom unpack. Use wxgtk 3.2, there is no reason not to and move wx-setup to src_configure. Install libCollada.so, fixes pyrogenesis so it can actually generate models from collada files if mods require it. Don't install various unused files on the other hand. Fix building and running tests. Also replace perl dep with python as cxxtestgen was rewitten in python long time ago. With the move to git and gitea the github repo was archived, so drop it from metadata.xml LTO still doen't work but not for the original reason Address some qa items, like http to https, line length or outdated blocker and remove no longer needed QA_PRESTRIPPED. Closes: https://bugs.gentoo.org/774153 Closes: https://bugs.gentoo.org/873058 Closes: https://bugs.gentoo.org/896964 Closes: https://bugs.gentoo.org/909509 Closes: https://bugs.gentoo.org/912838 Closes: https://bugs.gentoo.org/917626 Closes: https://bugs.gentoo.org/921324 Closes: https://bugs.gentoo.org/935474 Closes: https://bugs.gentoo.org/945956 Closes: https://bugs.gentoo.org/946468 Closes: https://bugs.gentoo.org/949122 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40383 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
games-strategy/0ad: Fix compatibility with miniupnpc 2.2.8 with patch
Thanks to Torsten Kaiser for the patch. Closes: https://bugs.gentoo.org/934315 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix build w/ boost-1.85
Closes: https://bugs.gentoo.org/932254 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix build w/ libxml2-2.12
Closes: https://bugs.gentoo.org/924387 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
games-strategy/0ad: filter lto flag
Closes: https://bugs.gentoo.org/859244 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: add subslot dep on libsodium
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
games-strategy/0ad: add upstream gcc13 patch
Closes: https://bugs.gentoo.org/912362 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nils Freydank · gentoo
games-strategy/0ad: Drop the old version alpha25b
Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/27668 Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
games-strategy/0ad: add 0.0.26_alpha
Major changes are: " - A new civilization: The Han - New campaign maps: Tarim basin and Yangtze. - Now units have acceleration. - Twenty-six new music tracks. - New and updated art. " quoting upstream release notes on: https://play0ad.com/new-release-0-a-d-alpha-26-zhuangzi Beside the bump itself following changes to the ebuild were made: - Drop support for python 3.8 and 3.9, keeping 3.10. - Re-structure comments about the signing and update the key used by upstream for alpha 26. - Drop obsolete patches. - Update the CHECKREQS_* filesizes. Closes: https://bugs.gentoo.org/873829 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/0ad: drop 0.0.25b_alpha-r0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: backport build patches
Given how fragile the build system can be, it's worth a revbump. Closes: https://bugs.gentoo.org/834578 Closes: https://bugs.gentoo.org/845987 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix build with newer setuptools
Closes: https://bugs.gentoo.org/826762 Thanks-to: Stephen Cavilia <sac@atomicradi.us> Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: drop 0.0.24b_alpha-r1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: Keyword 0.0.25b_alpha arm64, #812830
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: add missing python-any-r1_pkg_setup call
Closes: https://bugs.gentoo.org/773568 Closes: https://bugs.gentoo.org/802072 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: drop unnecessary verify-sig inherit
Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
games-strategy/0ad: Remove a25 (superceded by a25b)
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22118 Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
games-strategy/0ad: Bump to alpha25b and EAPI=8
Upstream bumped 0ad with some fixes, quoting upstream: - Ranked matches did not longer grant points in the lobby. - Mod installation no longer require restart. - Mod installation no longer prints errors when installing mods by double-clicking - Mod installation now overwrites the existing mods to allow for easier updates. - Fishes are now easier to spot on lowest settings with the addition of seagulls. For their full announcement see: https://play0ad.com/re-release-of-0-a-d-alpha-25-yauna/ This bump hops to EAPI=8 as all used eclasses support it now and the bump drops an forgotten comment about the bundled premake5. Additionally it adds distfile signature verification using the verify-sig eclass calling app-crypt/minisign manually. Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nils Freydank · gentoo
games-strategy/0ad: Remove the old pre-alpha-24(!) version
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21931 Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
games-strategy/0ad: Bump to 0.0.25_alpha, unbundle premake
This bump unbundles premake and uses now dev-util/premake:5::gentoo. Drop the ~arm64 keyword until premake get's ~arm64 keywords. Upstream spidermonkey keeps changing critical stuff on minor releases, so this bump keeps the the bundled version. On the fly we can do some house-keeping inside the ebuild: - add size checks as the package size got huge by the 0ad-data merge - merge conditional blocks depending on the version into one block for better maintainability - sort LICENSE alphabetically Closes: https://bugs.gentoo.org/807337 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nils Freydank · gentoo
games-strategy/0ad: Remove the broken version
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21292 Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
games-strategy/0ad: Fix stopping the binary with USE="-nvtt"
Closes: https://bugs.gentoo.org/779757 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: add virtual/rust dep to older version
Closes: https://bugs.gentoo.org/792681 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: Keyword 0.0.24b_alpha arm64, #773634
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: pass JOBS as env var
Closes: https://bugs.gentoo.org/773622 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix makeopts_jobs typo
This is at least one issue... Bug: https://bugs.gentoo.org/773622 Thanks-to: Emily Rowlands <emily.rowlands+gentoo@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix doexe typos
Fixes: bb706c5383db445f085b3ac628790a319ed9d309 Bug: https://bugs.gentoo.org/773574 Closes: https://bugs.gentoo.org/773565 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: fix AR/RANLIB usage
Closes: https://bugs.gentoo.org/773511 Closes: https://bugs.gentoo.org/773502 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: fix build with >=virtual/rust-1.50
Closes: https://bugs.gentoo.org/773493 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: add python-any-r1 for SpiderMonkey
Needed at buildtime for SpiderMonkey. Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: add virtual/rust BDEPEND for SpiderMonkey
Needed for bundled SpiderMonkey Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: fix USE=-nvtt installation
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: extra cleanup
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: add note re bundled premake
Bug: https://bugs.gentoo.org/773472 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: further formatting/style changes
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: minor style
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: update formatting for asset generation
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: use multiprocessing.eclass
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: update comments in ebuild
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: bump to 0.0.24b_alpha
Huge thanks to everybody mentioned in this commit (and likely others too, sorry if I forgot you!) This started with Arfrever giving an initial bump, then several revisions later, we seem to be in a position where it's fully working! Most of the issues came from (de)bundling SpiderMonkey and NVTT: * New SpiderMonkey releases regularly break the APIs which 0ad uses, so we're reverting to the bundled copy per upstream advice; * NVTT has been abandoned upstream (as an independent project) so the 0ad developers have taken it over and applied significant patches. We use the bundled copy now to take advantage of these fixes. We also abandon 0ad-data for now. We're now using the released asset files for 0.0.24b_alpha but the 0ad ebuild itself, thanks to Wolf-Dieter, can now generate these assets rather than relying on a separate ebuild like 0ad-data. This simplifies matters. Closes: https://bugs.gentoo.org/735352 Thanks-to: Stanislas Dolcini <stan at wildfiregames dot com> Thanks-to: Wolf-Dieter Rieck <wesen42@web.de> Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Thanks-to: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
games-strategy/0ad: remove old broken versions
Keep 0.0.24_alpha_pre20210116040036-r2 temporarily just in case. Signed-off-by: Sam James <sam@gentoo.org> - Wolf-Dieter Rieck · gentoo
games-strategy/0ad: fix build and merge 0ad-data package
* Build was broken in former revision, as generated libs weren't in LD_LIBRARY_PATH. Also libs weren't correcly installed. * 0ad-data pulled same archive as 0a package. Merged both ebuilds into this revision blocking the 0ad-data package. Bug: https://bugs.gentoo.org/768930 Closes: https://bugs.gentoo.org/771147 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Wolf-Dieter Rieck <wesen42@web.de> Closes: https://github.com/gentoo/gentoo/pull/19603 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: revert to bundled libraries
* SpiderMonkey changes the consumed interfaces even within minor versions, so using the system version is a no go. * nvtt is abandoned upstream and using the system version results in segfaults. Use 0ad's version which has fixes instead. Bug: https://bugs.gentoo.org/735352 Bug: https://bugs.gentoo.org/689124 Closes: https://bugs.gentoo.org/768840 Closes: https://bugs.gentoo.org/759934 Closes: https://bugs.gentoo.org/768930 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: misc fixups
* Tighten nvtt dep * Use xdg-utils -> xdg Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Arfrever Frehtes Taifersar Arahesis · gentoo
games-strategy/0ad: Version bump (0.0.24_alpha_pre20210116040036).
Using system version of SpiderMonkey 78 to avoid direct dependency on Python. (SpiderMonkey >=78.6 required due to bug #759985.) Bug: https://bugs.gentoo.org/735352 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/0ad: arm64 keyworded (bug #730888)
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/0ad: Added missing header includes
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/0ad: Bump to version 0.0.23b_alpha
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/0ad: Removed old.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Maciej Mrozowski · gentoo
games-strategy/0ad: Add dev-libs/libsodium dependency, fixes 656454
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Lars Wendler · gentoo
games-strategy/0ad: Bump to version 0.0.23_alpha
Package-Manager: Portage-2.3.38, Repoman-2.3.9 - Alexander Tsoy · gentoo
games-strategy/0ad: add missing setup-wxwidgets()
Closes: https://bugs.gentoo.org/642748 Closes: https://github.com/gentoo/gentoo/pull/6691 - David Seifert · gentoo
games-strategy/0ad: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Lars Wendler · gentoo
games-strategy/0ad: Removed "sound" USE flag.
A game without sound does not really provide optimal game experience. Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Lars Wendler · gentoo
games-strategy/0ad: Adjust gloox dependency (bug #626976)
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Lars Wendler · gentoo
games-strategy/0ad: Removed old.
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Lars Wendler · gentoo
games-strategy/0ad: Bump to version 0.0.22_alpha
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Michael Palimaka · gentoo
games-strategy/0ad: use HTTPS
Package-Manager: Portage-2.3.5, 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> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Lars Wendler · gentoo
games-strategy/0ad: Bump to version 0.0.21 (bug #599350).
Bumped to EAPI-6 (bug #589812). Package-Manager: portage-2.3.2 - Lars Wendler · gentoo
games-strategy/0ad: Added sub-slot dependency for dev-libs/boost.
Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Michael Sterrett · gentoo
games-strategy/0ad: clean old
Package-Manager: portage-2.2.28 - Michael Sterrett · gentoo
games-strategy/0ad: version bump (bug #567230)
Package-Manager: portage-2.2.28 - Julian Ospald · gentoo
games-strategy/0ad: rm old - Julian Ospald · gentoo
games-strategy/0ad: fix virtual/jpeg SLOT - Julian Ospald · gentoo
games-strategy/0ad: use x11-libs/wxGTK:3.0
Gentoo-Bug: 563328 - Lars Wendler · gentoo
games-strategy/0ad: Added an upstream patch for new miniupnpc API.
Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Julian Ospald · gentoo
games-strategy/0ad: revbump to fix missing python DEPEND
Gentoo-Bug: 560542 - Julian Ospald · gentoo
games-strategy/0ad: add missing dependency on dev-libs/nspr
We need this dep, because we don't use the system spidermonkey anymore. Reported-by: Toralf Förster Gentoo-Bug: 558276 - Julian Ospald · gentoo
games-strategy/0ad: rm old - Julian Ospald · gentoo
games-strategy/0ad: version bump to 0.0.18_alpha - 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