From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E25E15820A for ; Mon, 07 Jul 2025 07:44:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8F846341E84 for ; Mon, 07 Jul 2025 07:44:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83F8D1102F2; Mon, 07 Jul 2025 07:44:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7BE401102F2 for ; Mon, 07 Jul 2025 07:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E282341CDA for ; Mon, 07 Jul 2025 07:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9139F27E4 for ; Mon, 07 Jul 2025 07:44:16 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1751874242.3d9b83fab73458306c59ecae910880451869e3b9.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/cgit/cgit-9999-r1.ebuild www-apps/cgit/cgit-9999.ebuild X-VCS-Directories: www-apps/cgit/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3d9b83fab73458306c59ecae910880451869e3b9 X-VCS-Branch: master Date: Mon, 07 Jul 2025 07:44:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 890b5496-1385-48ad-984a-370cb9b9f9f9 X-Archives-Hash: 9f1cab1e2cd56307258b5e3049e4af6e commit: 3d9b83fab73458306c59ecae910880451869e3b9 Author: Zoltan Puskas sinustrom info> AuthorDate: Sat Jul 5 10:32:34 2025 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Jul 7 07:44:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9b83fa 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 sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/42881 Signed-off-by: Viorel Munteanu gentoo.org> www-apps/cgit/cgit-9999-r1.ebuild | 18 +++++++++++------- www-apps/cgit/cgit-9999.ebuild | 14 +++++++++----- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/www-apps/cgit/cgit-9999-r1.ebuild b/www-apps/cgit/cgit-9999-r1.ebuild index 648f5145540e..c05baf5ef320 100644 --- a/www-apps/cgit/cgit-9999-r1.ebuild +++ b/www-apps/cgit/cgit-9999-r1.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,15 +13,14 @@ inherit flag-o-matic lua-single python-single-r1 tmpfiles toolchain-funcs webapp [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" -GIT_V="2.45.0" +GIT_V="2.50.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" - # v2.45.0 updates in this branch series - EGIT_COMMIT=dbadd856ba0537110338cfe58256b152d01388c0 + # v2.50.0 updates in this branch series + EGIT_COMMIT=23bc4e4563a98652e90c14b4456ec81622c5ec79 EGIT_BRANCH=ch/for-jason else SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz @@ -42,7 +41,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 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