Browse Source

git: Updated (1.7.2.2 -> 1.7.2.3)

user/amery/mess
Alejandro Mery 15 years ago
parent
commit
ae69cd2b55
  1. 17
      develop/git/git.conf
  2. 4
      develop/git/git.desc

17
develop/git/git.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../git/git.conf
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2007 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -17,21 +17,16 @@ if ! pkginstalled tk; then
var_append extraconfopt ' ' "--without-tcltk"
fi
var_append makeopt ' ' 'gitweb'
var_append makeinstopt ' ' 'gitwebdir=$root$docdir/gitweb'
var_append makeinstopt ' ' 'install-gitweb'
if pkginstalled asciidoc; then
var_append makeopt ' ' 'doc'
var_append makeinstopt ' ' 'install-doc'
fi
gitweb_install() {
local dir="$root$docdir/gitweb"
mkdir -p "$dir"
cp -vf gitweb/*.{cgi,png,css} "$dir/"
cp -vf gitweb/README "$dir/"
}
hook_add postmake 5 'gitweb_install'
git_contrib_install() {
tar -cf - contrib | tar -C "$root$docdir" -xvf -
}

4
develop/git/git.desc

@ -26,7 +26,7 @@
[L] GPL
[S] Stable
[V] 1.7.2.2
[V] 1.7.2.3
[P] X -----5---9 209.700
[D] 1424386661 git-1.7.2.2.tar.bz2 http://www.kernel.org/pub/software/scm/git/
[D] 4072940637 git-1.7.2.3.tar.bz2 http://www.kernel.org/pub/software/scm/git/

Loading…
Cancel
Save