Summary
cgit - cgi for git This is an attempt to create a fast web interface for the git scm, using a builtin cache to decrease server io-pressure.
Versions
v9999-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- doc highlight lua test vhosts
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- doc highlight lua test vhosts
v1.3 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 arm x86 ~riscv
- USE flags
- doc highlight lua test vhosts
v1.2.3_p20240802-r2 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 arm x86 ~riscv
- USE flags
- doc highlight lua test vhosts
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- highlight
- Enable source code highlighting
- lua
- Enable support for Lua scripting
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- vhosts
- Add support for installing web-based applications into a virtual-hosting environment
lua_single_target
- lua5-1
- Build for Lua 5.1 only
- lua5-3
- Build for Lua 5.3 only
- lua5-4
- Build for Lua 5.4 only
- luajit
- Build for LuaJIT only
python_single_target
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
- python3_13
- Build for Python 3.13 only
- python3_14
- Build for Python 3.14 only
Dependencies
acct-group / cgit : System group: cgit
acct-user / cgit : a fast web-interface for git repositories
app-admin / webapp-config : Gentoo's installer for web-based applications
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-python / docutils : Python Documentation Utilities (reference reStructuredText impl.)
dev-python / markdown : Python implementation of the markdown markup language
dev-python / pygments : Pygments is a syntax highlighting package written in Python
dev-vcs / git : Stupid content tracker: distributed VCS designed for speed and efficiency
sys-apps / groff : Text formatter used for man pages
Runtime Dependencies
acct-group / cgit : System group: cgit
acct-user / cgit : a fast web-interface for git repositories
app-admin / webapp-config : Gentoo's installer for web-based applications
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-python / docutils : Python Documentation Utilities (reference reStructuredText impl.)
dev-python / markdown : Python implementation of the markdown markup language
dev-python / pygments : Pygments is a syntax highlighting package written in Python
dev-vcs / git : Stupid content tracker: distributed VCS designed for speed and efficiency
sys-apps / groff : Text formatter used for man pages
virtual / httpd-cgi : Virtual for CGI-enabled webservers
virtual / tmpfiles : Virtual to select between different tmpfiles.d handlers
Bugs
- 713836
- www-apps/cgit-1.2.3-r203 : ./git-compat-util.h: error: #error Git requires REG_STARTEND support. Compile with NO_REGEX=NeedsStartEnd
- 862357
- www-apps/cgit fails to install to custom ROOT
- 919779
- www-apps/cgit-1.2.3-r202 - [clang] ../filter.c: error: no member named _fprintf_chk in
- 955691
- www-apps/cgit-1.2.3_p20240802 - [meson] webapp-cleaner:line <snip>: which: command not found
- 965050
- www-apps/cgit ~arm64 keywording request
- 970608
- www-apps/cgit should not have a local USE=lua description
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: update 9999-r1 to point to newer commit
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
www-apps/cgit: Stabilize 1.3 arm, #971583
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
www-apps/cgit: Stabilize 1.3 amd64, #971583
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
www-apps/cgit: Stabilize 1.3 x86, #971583
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: add 1.3
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: update the remaining packages for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
www-apps/cgit: drop 1.2.3_p20240802
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802-r1 arm, #962249
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802-r1 amd64, #962249
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802-r1 x86, #962249
Signed-off-by: Sam James <sam@gentoo.org> - Zoltan Puskas · gentoo
www-apps/cgit: Fix app-text/highlight compatibility
cgit's highlighter script supports newer highlight versions, but the code had to be patched to enable that instead of the legacy version, that does not ship with Gentoo any more. Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://bugs.gentoo.org/962035 Part-of: https://github.com/gentoo/gentoo/pull/43582 Closes: https://github.com/gentoo/gentoo/pull/43582 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zoltan Puskas · gentoo
www-apps/cgit: drop 1.2.3-r203
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/42881 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Zoltan Puskas · gentoo
www-apps/cgit: 9999 maintenance
* enable py3.13 * bump git versions based on tracked branches * add missing dependencies for highlighting Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/42881 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Zoltan Puskas · gentoo
www-apps/cgit: Add dependencies for formatting
cgit requires a few additional packages to be installed to be able to render and highlight files in a git repo. Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/42881 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: build w/ -std=gnu17
These can be dropped w/ newer git but not going to test that right now. Closes: https://bugs.gentoo.org/951555 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802 arm, #955212
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802 amd64, #955212
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3_p20240802 x86, #955212
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Zurab Kvachadze · gentoo
www-apps/cgit: drop 1.2.3-r100, 1.2.3-r201
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41147 Signed-off-by: Sam James <sam@gentoo.org> - Zurab Kvachadze · gentoo
www-apps/cgit: add 1.2.3_p20240802
There has not been any release of cgit since 2020. This commit adds the newest version of cgit which contains fixes for two bugs. The bug 919779 is a compilation failure with GCC 15 in bundled Git. This bug is probably fixed, as the bundled Git's version is bumped from 2.25 to 2.46. Bug: https://bugs.gentoo.org/919779 Closes: https://bugs.gentoo.org/919779 Closes: https://bugs.gentoo.org/861209 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3-r203 arm, #933056
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3-r203 amd64, #933056
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
www-apps/cgit: Stabilize 1.2.3-r203 x86, #933056
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
www-apps/cgit: re-add 9999 series to support much newer Git
Upstream has not made an official release since 2020, but master is more up to date, and trusted contributers have a branch with the latest Git support. This is important because Git v2.45.0 adds support for Bloom Filters in commit graphs, providing 10x performance in web displays. Reference: https://lore.kernel.org/git/robbat2-20240507T053331-859497691Z@orbis-terrarum.net/T/#t Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
www-apps/cgit: enable py3.12
Enable python 3.12 Enable lua 5.3, 5.4 Fix VariableScope Closes: https://bugs.gentoo.org/929871 Closes: https://bugs.gentoo.org/836118 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Chris Mayo · gentoo
www-apps/cgit: Create cache directory at runtime
Closes: https://bugs.gentoo.org/516388 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30724 Signed-off-by: Sam James <sam@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 - Chris Su · gentoo
www-apps/cgit: Keyword 1.2.3-r201 riscv, #878167
Closes: https://github.com/gentoo/gentoo/pull/27933 Signed-off-by: Chris Su <chris@lesscrowds.org> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
www-apps/cgit: Stabilize 1.2.3-r201 x86, #877213
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
www-apps/cgit: Stabilize 1.2.3-r201 amd64, #877213
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
www-apps/cgit: Stabilize 1.2.3-r201 arm, #877213
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: drop 1.2.3-r200
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
www-apps/cgit: Replace src_prepare with src_configure
After we move python_setup to pkg_setup, src_prepare just configuring cgit.conf, which seems like an appropriate task for src_configure. Also add Python 3.11 compatibility, switch to EAPI=8, and move doc-generating deps to BDEPEND. Bug: https://bugs.gentoo.org/836118 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
www-apps/cgit: Drop unmaintained live ebuild
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Marcin Deranek · gentoo
www-apps/cgit: Update compatible python list
Closes: https://bugs.gentoo.org/856118 Closes: https://github.com/gentoo/gentoo/pull/26585 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
www-apps/cgit: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
www-apps/cgit: drop libressl; fix highlight deps; add python stuff
* This changes the highlighter explicitly to dev-python/pygments which negates the need to patch bug #574056 * This also depends on python-single-r1 and fixes all py script shebangs * Fix QA issues with || dies * Drop libressl support Closes: https://bugs.gentoo.org/574056 Closes: https://bugs.gentoo.org/656866 Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
www-apps/cgit: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3-r100 arm, #766528
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3-r100 x86, #766528
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
www-apps/cgit: Stabilize 1.2.3-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
www-apps/cgit: migrate to lua-single.eclass
Compatibility as per the upstream README. Implementation name is passed directly to the build scripts so trivial to migrate. Both the latest release and the live ebuild. Closes: https://bugs.gentoo.org/752870 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
www-apps/cgit: update maintainer and fix RESTRICT=""
* add myself as maintainer Signed-off-by: Aaron Bauman <bman@gentoo.org> - Aaron Bauman · gentoo
www-apps/cgit: port EAPI. bump. other stuff
* port to EAPI=7 * port to GLEP 81 * reorder deps * drop unused inherits * fix CC calls during tests Closes: https://bugs.gentoo.org/726074 Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
www-apps/cgit: Drop outdated blocker
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
www-apps/cgit: More s/jit/luajit/
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
www-apps/cgit: Use epatch_user
Closes: https://bugs.gentoo.org/679700 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
www-apps/cgit: Rename IUSE=jit to IUSE=luajit
Closes: https://bugs.gentoo.org/653306 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: bump to 1.2.3
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: version bump to 1.2.2
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
www-apps/cgit: add USE=libressl
Closes: https://bugs.gentoo.org/702320 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
www-apps/cgit: Add slot-dep on dev-lang/lua
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
www-apps/cgit: Switch to git-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
www-apps/cgit: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ben Kohler · gentoo
www-apps/cgit: fix missing group on installation
After a recent change in user.eclass, this package no longer creates the required group that's used later in src_install. I've adjusted the ebuilds to restore the original behavior as intended before this eclass change. https://gitweb.gentoo.org/repo/gentoo.git/commit/eclass/user.eclass?id=3afc0d7b8b5e90c50d66c5a845b96c33e521e6e8 Closes: https://bugs.gentoo.org/688890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --force Signed-off-by: Ben Kohler <bkohler@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
www-apps/cgit: remove randomly and very wrongly added arm64 keyword
cgit didn't even have ~arm64 keywords, yet was stabled out of the blue, leading to a broken deptree QA issues. Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: stable
Package-Manager: Portage-2.3.44, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Jason A. Donenfeld · gentoo
www-apps/cgit: version bump
Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Michael Mair-Keimberger · gentoo
www-apps/cgit: use HTTPS - Michael Weber · gentoo
www-apps/cgit: add ~arm keyword (bug 604324)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
www-apps/cgit: bump.
Package-Manager: portage-2.3.2 - Jason A. Donenfeld · gentoo
www-apps/cgit: upstream cloning uses https now
Package-Manager: portage-2.2.27 - Jason A. Donenfeld · gentoo
www-apps/cgit: update git version - Jason A. Donenfeld · gentoo
www-apps/cgit: security bump, remove old - 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