aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/cgit/cgit-1.2.3-r4.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-10 17:51:33 +0200
committerWynn Wolf Arbor2020-06-10 17:51:33 +0200
commitb5ee53b6075002cb1cbebd566f8b7db65ef55fe9 (patch)
tree8e65be30993146a654219b0db5401204f32d7f7a /www-apps/cgit/cgit-1.2.3-r4.ebuild
parent21cce7783e0707f637b75c325d9cb2b5c6e2a479 (diff)
downloadpramantha-b5ee53b6075002cb1cbebd566f8b7db65ef55fe9.tar.gz
www-apps/cgit: Bump to 1.2.3-r4
Include a patch enabling execution of git-http-backend(1) through cgit. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to '')
-rw-r--r--www-apps/cgit/cgit-1.2.3-r4.ebuild (renamed from www-apps/cgit/cgit-1.2.3-r3.ebuild)8
1 files changed, 7 insertions, 1 deletions
diff --git a/www-apps/cgit/cgit-1.2.3-r3.ebuild b/www-apps/cgit/cgit-1.2.3-r4.ebuild
index 2b57dcb..58030e6 100644
--- a/www-apps/cgit/cgit-1.2.3-r3.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="doc highlight lua luajit lzip markdown static zip zstd"
+IUSE="doc highlight lua luajit lzip markdown static +vanilla zip zstd"
LUA_DEPEND="
lua? (
@@ -51,6 +51,12 @@ REQUIRED_USE="
"
src_prepare() {
+ if ! use vanilla; then
+ PATCHES+=(
+ "${FILESDIR}/${P}-git-http-backend.patch"
+ )
+ fi
+
default
rmdir git || die