summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* www-apps/cgit: Fix app-text/highlight compatibilityZoltan Puskas5 hours4-0/+22
| | | | | | | | | | | | 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>
* */*: Add := to virtual/zlib deps, part 1Michał Górny2025-11-043-3/+3
| | | | | | | | | | Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: update the remaining packages for virtual/zlibMichał Górny2025-11-043-6/+6
| | | | | | | | | | | | | | | | 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>
* www-apps/cgit: drop 1.2.3_p20240802Viorel Munteanu2025-09-071-124/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3_p20240802-r1 arm, #962249Sam James2025-09-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3_p20240802-r1 amd64, #962249Sam James2025-09-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3_p20240802-r1 x86, #962249Sam James2025-09-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: add myself as a maintainerZoltan Puskas2025-07-071-0/+4
| | | | | | | Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/42881 Closes: https://github.com/gentoo/gentoo/pull/42881 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* www-apps/cgit: drop 1.2.3-r203Zoltan Puskas2025-07-072-121/+0
| | | | | | 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>
* www-apps/cgit: 9999 maintenanceZoltan Puskas2025-07-072-12/+20
| | | | | | | | | | * 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>
* www-apps/cgit: Add dependencies for formattingZoltan Puskas2025-07-071-0/+128
| | | | | | | | | 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>
* www-apps/cgit: build w/ -std=gnu17Sam James2025-05-034-7/+21
| | | | | | | 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>
* www-apps/cgit: Stabilize 1.2.3_p20240802 arm, #955212Arthur Zamarin2025-05-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3_p20240802 amd64, #955212Sam James2025-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3_p20240802 x86, #955212Sam James2025-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: drop 1.2.3-r100, 1.2.3-r201Zurab Kvachadze2025-03-182-207/+0
| | | | | | Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41147 Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: add 1.2.3_p20240802Zurab Kvachadze2025-03-182-0/+123
| | | | | | | | | | | | | | | 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>
* www-apps/cgit: Stabilize 1.2.3-r203 arm, #933056Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r203 amd64, #933056Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r203 x86, #933056Jakov Smolić2024-05-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* www-apps/cgit: re-add 9999 series to support much newer GitRobin H. Johnson2024-05-073-2/+247
| | | | | | | | | | | | 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>
* www-apps/cgit: enable py3.12Viorel Munteanu2024-04-151-5/+4
| | | | | | | | | | 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>
* www-apps/cgit: Create cache directory at runtimeChris Mayo2023-04-251-0/+115
| | | | | | | 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>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* www-apps/cgit: Keyword 1.2.3-r201 riscv, #878167Chris Su2022-10-251-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27933 Signed-off-by: Chris Su <chris@lesscrowds.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r201 x86, #877213Jakov Smolić2022-10-201-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r201 amd64, #877213Jakov Smolić2022-10-201-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r201 arm, #877213Agostino Sarubbo2022-10-161-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apps/cgit: drop 1.2.3-r200Sam James2022-10-151-107/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign bman's packagesJoonas Niilola2022-08-141-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-apps/cgit: Replace src_prepare with src_configureMatt Turner2022-07-291-0/+108
| | | | | | | | | | | 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>
* www-apps/cgit: Drop unmaintained live ebuildMatt Turner2022-07-291-94/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: Update compatible python listMarcin Deranek2022-07-291-1/+1
| | | | | | | 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>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* www-apps/cgit: remove libressl supportMikle Kolyada2021-05-022-7/+5
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* www-apps/cgit: drop libressl; fix highlight deps; add python stuffAaron Bauman2021-02-071-0/+107
| | | | | | | | | | | | * 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>
* www-apps/cgit: remove oldMarek Szuba2021-01-254-300/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r100 arm, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r100 x86, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: Stabilize 1.2.3-r100 amd64, #766528Sam James2021-01-231-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/cgit: migrate to lua-single.eclassMarek Szuba2020-12-232-11/+107
| | | | | | | | | | 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>
* www-apps/cgit: update maintainer and fix RESTRICT=""Aaron Bauman2020-11-273-1/+7
| | | | | | * add myself as maintainer Signed-off-by: Aaron Bauman <bman@gentoo.org>
* www-apps/cgit: port EAPI. bump. other stuffAaron Bauman2020-11-273-14/+118
| | | | | | | | | | | * 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>
* www-apps/cgit: Add missing escape characters in postinst message.Jesus P Rey (Chuso)2020-11-041-3/+3
| | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/700402 Closes: https://github.com/gentoo/gentoo/pull/17649 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: Drop outdated blockerMatt Turner2020-03-232-2/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: More s/jit/luajit/Matt Turner2020-03-233-3/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: Use epatch_userMatt Turner2020-03-232-0/+4
| | | | | Closes: https://bugs.gentoo.org/679700 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: Rename IUSE=jit to IUSE=luajitMatt Turner2020-03-232-4/+10
| | | | | Closes: https://bugs.gentoo.org/653306 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* www-apps/cgit: bump to 1.2.3Jason A. Donenfeld2020-03-132-3/+3
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* www-apps/cgit: version bump to 1.2.2Jason A. Donenfeld2020-01-132-0/+97
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>