summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-05 19:16:29 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-05 19:16:29 +0000
commit1fffefb20acc981bef58d0ca247eb9d250165f2e (patch)
tree024caf06aca6618fee83ea8005b9f29143b585d2 /www-apps/cgit
parentStable for HPPA (bug #540676). (diff)
downloadgentoo-2-1fffefb20acc981bef58d0ca247eb9d250165f2e.tar.gz
gentoo-2-1fffefb20acc981bef58d0ca247eb9d250165f2e.tar.bz2
gentoo-2-1fffefb20acc981bef58d0ca247eb9d250165f2e.zip
Use correct bundled git version.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-apps/cgit')
-rw-r--r--www-apps/cgit/ChangeLog8
-rw-r--r--www-apps/cgit/cgit-0.11.1-r1.ebuild (renamed from www-apps/cgit/cgit-0.11.1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog
index 1835abd16327..d739c80eb1da 100644
--- a/www-apps/cgit/ChangeLog
+++ b/www-apps/cgit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/cgit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.30 2015/03/05 17:19:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.31 2015/03/05 19:16:29 mrueg Exp $
+
+*cgit-0.11.1-r1 (05 Mar 2015)
+
+ 05 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +cgit-0.11.1-r1.ebuild,
+ -cgit-0.11.1.ebuild:
+ Use correct bundled git version.
*cgit-0.11.1 (05 Mar 2015)
diff --git a/www-apps/cgit/cgit-0.11.1.ebuild b/www-apps/cgit/cgit-0.11.1-r1.ebuild
index 22c3148f8817..09db15f9d435 100644
--- a/www-apps/cgit/cgit-0.11.1.ebuild
+++ b/www-apps/cgit/cgit-0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.11.1.ebuild,v 1.1 2015/03/05 17:19:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.11.1-r1.ebuild,v 1.1 2015/03/05 19:16:29 mrueg Exp $
EAPI=5
@@ -10,7 +10,7 @@ inherit webapp eutils multilib user toolchain-funcs
[[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
-GIT_V="2.0.1"
+GIT_V="2.3.1"
DESCRIPTION="a fast web-interface for git repositories"
HOMEPAGE="http://git.zx2c4.com/cgit/about"