| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
|
|
| |
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41147
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/27933
Signed-off-by: Chris Su <chris@lesscrowds.org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
| |
|
|
|
| |
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
| |
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
* add myself as maintainer
Signed-off-by: Aaron Bauman <bman@gentoo.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
|
| |
Closes: https://bugs.gentoo.org/679700
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
|
| |
Closes: https://bugs.gentoo.org/653306
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
| |
|
|
|
| |
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
|
| |
|
|
|
| |
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
|