summaryrefslogtreecommitdiff
diff options
Diffstat (limited to 'www-apps/cgit/cgit-9999.ebuild')
-rw-r--r--www-apps/cgit/cgit-9999.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index 8412f8c1677a..353b38b277a1 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..14} )
WEBAPP_MANUAL_SLOT="yes"
@@ -13,12 +13,11 @@ inherit flag-o-matic lua-single python-single-r1 tmpfiles toolchain-funcs webapp
[[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
-GIT_V="2.39.0"
+GIT_V="2.46.0"
-DESCRIPTION="a fast web-interface for git repositories"
+DESCRIPTION="A fast web-interface for Git repositories"
HOMEPAGE="https://git.zx2c4.com/cgit/about"
if [[ ${PV} =~ 9999* ]]; then
- SRC_URI=""
EGIT_REPO_URI="https://git.zx2c4.com/cgit"
else
SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
@@ -39,7 +38,12 @@ RDEPEND="
dev-libs/openssl:0=
dev-vcs/git
highlight? (
- $(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]' )
+ $(python_gen_cond_dep '
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/markdown[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ ')
+ sys-apps/groff
)
lua? ( ${LUA_DEPS} )
sys-libs/zlib