Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- USE flags
- authentication dedicated gtk3 gtk4 json mapimg mariadb modpack nls odbc qt6 readline rule-editor sdl sdl3 server sound sqlite svg system-lua web-server
v3.2.0_beta2 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- USE flags
- dedicated gtk3 gtk4 json mapimg modpack nls qt6 readline rule-editor sdl sdl3 server sound svg system-lua web-server
v3.1.4 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~amd64 ~ppc64 ~x86
- USE flags
- dedicated gtk3 gtk4 json mapimg modpack mysql nls qt6 readline rule-editor sdl server sound system-lua web-server
v3.1.3 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ~ppc64 ~x86
- USE flags
- dedicated gtk3 gtk4 json mapimg modpack mysql nls qt6 readline rule-editor sdl server sound system-lua web-server
USE flags
General
- authentication
- Enable authentication support, useful for dedicated servers
- dedicated
- Add support for dedicated game servers (some packages do not provide clients and servers at the same time)
- gtk3
- Build the gtk3 client
- gtk4
- Build the gtk4 client
- json
- Add support for JSON via dev-libs/jansson
- mapimg
- Additional mag image toolkit via media-gfx/imagemagick
- mariadb
- Support dev-db/mariadb as an authentication backend
- modpack
- Build the freeciv-modpack-program to download/install mods
- mysql
- Add mySQL Database support
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- odbc
- Support ODBC as an authentication backend
- qt6
- Add support for the Qt 6 application and UI framework
- qt6
- Add support for the Qt 6 application and UI framework
- readline
- Enable support for libreadline, a GNU line-editing library that almost everyone wants
- rule-editor
- Build ruleset editor
- sdl
- Add support for Simple Direct Layer (media library)
- sdl3
- Build the SDL3 client. This will also use media-libs/sdl3-mixer for audio in the SDL2 client, if enabled
- server
- Enable server support. Disabling this will also make it impossible to start local games
- sound
- Add support for sound provided by media-libs/sdl2-mixer or media-libs/sdl3-mixer
- sqlite
- Add support for sqlite - embedded sql database
- svg
- Add support for SVG (Scalable Vector Graphics)
- system-lua
- Use dev-lang/lua instead of the bundled liblua
- web-server
- Build the freeciv-web server in place of the freeciv server
lua_single_target
- lua5-4
- Build for Lua 5.4 only
Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / xz-utils : Utils for managing LZMA compressed files
app-arch / zstd : zstd fast compression library
dev-build / libtool : A shared library tool for developers
dev-db / mariadb : An enhanced, drop-in replacement for MySQL
dev-db / mariadb-connector-c : C client library for MariaDB/MySQL
dev-db / sqlite : SQL database engine
dev-db / unixODBC : Complete ODBC driver manager
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-libs / icu : International Components for Unicode
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-qt / qtbase : Cross-platform application development framework
gui-libs / gtk : GTK is a multi-platform toolkit for creating graphical user interfaces
media-gfx / imagemagick : A collection of tools and libraries for many image formats
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libsdl3 : Simple Direct Media Layer
media-libs / sdl2-gfx : Graphics drawing primitives library for SDL2
media-libs / sdl2-image : Image file loading library
media-libs / sdl2-mixer : Simple Direct Media Layer Mixer Library
media-libs / sdl2-ttf : Library that allows you to use TrueType fonts in SDL applications
media-libs / sdl3-image : A simple library to load images of various formats as SDL surfaces.
media-libs / sdl3-mixer : Simple Direct Media Layer Mixer Library
media-libs / sdl3-ttf : Library that allows you to use TrueType fonts in SDL applications
net-misc / curl : A Client that groks URLs
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / libintl : Virtual for the GNU Internationalization Library
x11-base / xorg-proto : X.Org combined protocol headers
Runtime Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / xz-utils : Utils for managing LZMA compressed files
app-arch / zstd : zstd fast compression library
dev-build / libtool : A shared library tool for developers
dev-db / mariadb : An enhanced, drop-in replacement for MySQL
dev-db / mariadb-connector-c : C client library for MariaDB/MySQL
dev-db / sqlite : SQL database engine
dev-db / unixODBC : Complete ODBC driver manager
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-libs / icu : International Components for Unicode
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-qt / qtbase : Cross-platform application development framework
gui-libs / gtk : GTK is a multi-platform toolkit for creating graphical user interfaces
media-gfx / imagemagick : A collection of tools and libraries for many image formats
media-libs / libpng : Portable Network Graphics library
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libsdl3 : Simple Direct Media Layer
media-libs / sdl2-gfx : Graphics drawing primitives library for SDL2
media-libs / sdl2-image : Image file loading library
media-libs / sdl2-mixer : Simple Direct Media Layer Mixer Library
media-libs / sdl2-ttf : Library that allows you to use TrueType fonts in SDL applications
media-libs / sdl3-image : A simple library to load images of various formats as SDL surfaces.
media-libs / sdl3-mixer : Simple Direct Media Layer Mixer Library
media-libs / sdl3-ttf : Library that allows you to use TrueType fonts in SDL applications
net-misc / curl : A Client that groks URLs
sys-libs / readline : Another cute console display library
sys-libs / zlib : Standard (de)compression library
virtual / libintl : Virtual for the GNU Internationalization Library
Bugs
- 937565
- games-strategy/freeciv-3.1.0: incompatible packet contents
- 953112
- games-strategy/freeciv-3.1.4: fails to build with USE="system-lua"
- 953902
- =games-strategy/freeciv-3.1.4[qt6] failed (configure phase) "meson.build:3180:4: ERROR: Problem encountered: Qt6 >= 6.0 required for qt-client in Qt6 mode, but not found"
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: use `meson-format-array`
Also include logic to prevent duplicate `cli` modpack array members built with `sdl2` and `sdl3` clients. Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.2.0_beta2; USE=svg
The `svg` USE enables support for SVG flags in clients that support it, currently Qt6. This USE is ignored if that client is not selected as it will intstall superfluous SVG files. Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: Update live ebuild
The live ebuild required that the `experimental` flag be removed to build. Additionally, work was done to enable support for multiple authentication database (fcdb) backends, adding `authentication`, `mariadb`, and `odbc` USE flags. `dev-db/sqlite` is still required for the `modpack` USE but may disabled via its USE otherwise, or not used for authentication if both features are enabled. Additional configuration is required for authentication. SDL3 is now supported upstream, and required dependencies have been added to the tree to enable this, via USE `sdl3` . While both the SDL2 and SDL3 client can be built simultaneously, only one of `media-libs/sdl{2,3}-mixer` may be used at any time; if USE `sdl3` is selected we will prefer that backend. SDL3 is enabled by default (previously Ot6) , with the expectation that at least one other client will be built based desktop profile for most users. Finally, the `experimental` ruleset has been renamed to `goldkeep` upstream, causing build failures. Closes: https://github.com/gentoo/gentoo/pull/41510 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: Stabilize 3.1.3 amd64, #953071
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: drop 3.1.2
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.1.4
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: add 3.1.3
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/freeciv: add missing xdg_pkg_postinst call
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/freeciv: remove USE=qt5 and default to qt6
Haven't looked at this ebuild/package too closely, just quickly done to avoid conflicts when qt5 and qt6 are set globally at same time. Should be no need for a revbump given keeping USE=qt6 to select between the multiple toolkits. Given both qt5 and qt6 call the binary "freeciv-qt", the change should be seamless for users. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
games-strategy/freeciv: drop 3.1.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
games-strategy/freeciv: remove upstreamed patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38100 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Michael Mair-Keimberger · gentoo
games-strategy/freeciv: add 3.1.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/freeciv: Fix build w/ USE=qt6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: drop 3.1.0_beta4
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: drop 3.0.10
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.1.0
Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: drop 3.1.0_beta2
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/34331 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: drop 3.0.1-r1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.0.10
- gtk client -> gtk3.22 client - drop ipv6 use - remove superfluous sed Closes: https://bugs.gentoo.org/872353 Bug: https://bugs.gentoo.org/863848 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Matt Jolly <kangie@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.1.0_beta4
Closes: https://bugs.gentoo.org/913868 Closes: https://bugs.gentoo.org/909397 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
games-strategy/freeciv: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31760 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: add 3.1.0_beta2, 9999
Switch to meson build; it'll be the default next version anyway and it's better than autotools (controversial opinion, I know). Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31381 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: drop obsolete nmap[system-lua] mask
We've had fixed Lua since about 2020 in Gentoo (proper eclasses & slotting). Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: add missing ICU dep
Closes: https://bugs.gentoo.org/838409 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: move comment location
Signed-off-by: Sam James <sam@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.0.1, drop 3.0.0
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/25031 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
games-strategy/freeciv: drop 2.6.6
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Matt Jolly · gentoo
games-strategy/freeciv: add 3.0.0
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
games-strategy/freeciv: upgrade 2.6.4 -> 2.6.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
games-strategy/freeciv: flag-o-matic-- for UnusedInherits
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: drop obsolete qt5 C++11 workaround
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
games-strategy/freeciv: migrate to lua-single.eclass
Builds and installs fine against lua5-3. Against lua5-4, src_configure dies with "configure: error: Use of included lua disabled, and no lua found from system" Note: USE=system-lua is still masked for this package, leaving it up to its maintainers to unmask it. Closes: https://bugs.gentoo.org/752711 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/freeciv: Drop 2.6.2
Closes: https://bugs.gentoo.org/769164 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
games-strategy/freeciv: 2.6.4 version bump
Switch to gtk+-3 Fix BDEPEND/DEPEND Closes: https://bugs.gentoo.org/769164 Thanks-to: Patrice Levesque <gentoo.wayne@ptaff.ca> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/20046 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/freeciv: Drop 2.5.12
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
games-strategy/freeciv: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/freeciv: Fix path to Qt5 moc with qmake-utils.eclass
Closes: https://bugs.gentoo.org/756262 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
games-strategy/freeciv: keyworded 2.6.2 for ppc64
keyworded wrt bug #748573 (KEYWORDREQ) Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: Fixed build against qt-5.15
Closes: https://bugs.gentoo.org/728254 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
games-strategy/freeciv: Drop old 2.6.1
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: "|| die" where QA wants it
Package-Manager: Portage-2.3.89, 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/freeciv: Removed old
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.6.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
games-strategy/freeciv: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.12 and 2.6.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Evans · gentoo
games-strategy/freeciv: Revbump for dependency change
Non-maintainer commit Closes: https://bugs.gentoo.org/665898 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
games-strategy/freeciv: Switch from gnome2-utils to xdg, EAPI-7 bump
Add missing desktop.eclass. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: Restored amd64 and x86 KEYWORDS.
Package-Manager: Portage-2.3.49, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.6.0. Removed old.
Package-Manager: Portage-2.3.49, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.6.0_rc2. Removed old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
games-strategy/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto) - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.6.0_beta3. Removed old.
Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Lars Wendler · gentoo
games-strategy/freeciv: Use pkg-config to find freetype
Bug: https://bugs.gentoo.org/655884 Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Lars Wendler · gentoo
games-strategy/freeciv: Removed old.
Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Lars Wendler · gentoo
games-strategy/freeciv: Removed old.
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.11
Closes: https://bugs.gentoo.org/652332 Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to versions 2.5.10 and 2.6.0_beta2
Removed old. Closes: https://bugs.gentoo.org/646266 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Lars Wendler · gentoo
games-strategy/freeciv: Removed old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.6.0_beta1
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 - Lars Wendler · gentoo
games-strategy/freeciv: Removed old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.9 (bug #628600).
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.8
Package-Manager: Portage-2.3.7, Repoman-2.3.3 - David Seifert · gentoo
*games*/*: Dekeyword ppc/ia64/sparc
Closes: https://github.com/gentoo/gentoo/pull/4614 - Lars Wendler · gentoo
games-strategy/freeciv: Removed old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Lars Wendler · gentoo
games-strategy/freeciv: Version 2.5.6 stable for amd64 and x86.
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.7 (bug #618416).
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 - Agostino Sarubbo · gentoo
games-strategy/freeciv: x86 stable wrt bug #587354
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
games-strategy/freeciv: Removed forgotten calls to games eclass functions.
Package-Manager: portage-2.3.2 - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.6
Package-Manager: portage-2.3.2 - Agostino Sarubbo · gentoo
games-strategy/freeciv: amd64 stable wrt bug #587354
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Lars Wendler · gentoo
games-strategy/freeciv: Added sub-slot dependency for sys-libs/readline.
Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.5 (bug #590454).
Using EAPI-6 which deprecates games.eclass. Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Michael Sterrett · gentoo
games-strategy/freeciv: version bump (bug #583964)
Package-Manager: portage-2.2.28 - Michael Sterrett · gentoo
games-strategy/freeciv: clean old
Package-Manager: portage-2.2.26 - Agostino Sarubbo · gentoo
games-strategy/freeciv: x86 stable wrt bug #577040
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
games-strategy/freeciv: amd64 stable wrt bug #577040
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Sterrett · gentoo
games-strategy/freeciv: clean old
Package-Manager: portage-2.2.26 - Michael Sterrett · gentoo
games-strategy/freeciv: version bump (bug #574226)
Package-Manager: portage-2.2.26 - Michael Sterrett · gentoo
games-strategy/freeciv: version bump (bug #573096)
Package-Manager: portage-2.2.26 - Michael Sterrett · gentoo
clean old
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
games-strategy/freeciv: x86 stable wrt bug #561430
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
games-strategy/freeciv: amd64 stable wrt bug #561430
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Lars Wendler · gentoo
games-strategy/freeciv: Bump to version 2.5.1
with kind permission from mr_bones_ Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@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