aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/cgit/cgit-1.2.3-r4.ebuild (unfollow)
Commit message (Collapse)AuthorLines
2021-02-10www-apps/cgit: DropWynn Wolf Arbor-107/+0
Since we no longer need or want to install cgit via portage, this patched version can go.
2020-07-03www-apps/cgit: Split git-http-backend patch in twoWynn Wolf Arbor-0/+1
Disabling cached clones can be a feature of its own, so split it out of the git-http-backend patch. This is cleaner in the long run. Package-Manager: Portage-2.3.99, Repoman-2.3.23
2020-06-10www-apps/cgit: Bump to 1.2.3-r4Wynn Wolf Arbor-1/+7
Include a patch enabling execution of git-http-backend(1) through cgit. Package-Manager: Portage-2.3.99, Repoman-2.3.22
2020-05-26www-apps/cgit: Bump to 1.2.3-r3Wynn Wolf Arbor-9/+18
Add support for a static build. Since e6b07da278, git does not use OpenSSL's SHA1 implementation anymore and instead uses its own DC_SHA1. The only other part of git that depends on ssl is git-imap-send (which is not used by cgit), so drop the ssl dependency from cgit. Package-Manager: Portage-2.3.99, Repoman-2.3.22
2020-05-24www-apps/cgit: Bump to 1.2.3-r2Wynn Wolf Arbor-2/+10
Fix build on musl-based systems by introducing NO_REGEX=NeedsStartEnd. Package-Manager: Portage-2.3.99, Repoman-2.3.22
2020-05-24www-apps/cgit: Add 1.2.3.-r1Wynn Wolf Arbor-0/+83
This ebuild differs greatly from the official one in the main tree and should be considered experimental. We fully remove webapp-config support, since our setup is not compatible at all with Gentoo assumptions. Furthermore, we have added missing USE flags and converted the ebuild to EAPI 7. Package-Manager: Portage-2.3.99, Repoman-2.3.22