[arch-commits] CVS update of extra/devel/git (ChangeLog PKGBUILD git.install)

Dan McGee dan at archlinux.org
Sat Feb 2 16:48:15 UTC 2008


    Date: Saturday, February 2, 2008 @ 11:48:15
  Author: dan
    Path: /home/cvs-extra/extra/devel/git

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.45 -> 1.46) git.install (1.3 -> 1.4)

upgpkg: git 1.5.4-1


-------------+
 ChangeLog   |   28 ++++++++++++++++++++++++++++
 PKGBUILD    |   28 ++++++++++++++--------------
 git.install |    4 ----
 3 files changed, 42 insertions(+), 18 deletions(-)


Index: extra/devel/git/ChangeLog
diff -u /dev/null extra/devel/git/ChangeLog:1.1
--- /dev/null	Sat Feb  2 11:48:15 2008
+++ extra/devel/git/ChangeLog	Sat Feb  2 11:48:15 2008
@@ -0,0 +1,28 @@
+2008-02-02 Dan McGee <dan at archlinux.org>
+	Version 1.5.4-1
+	* Upstream version 1.5.4
+	* Enable pthreads support in pack-objects. To use, set the pack.threads
+	  git config option. Read manpages of pack-objects and config for more
+	  details.
+	* Changelog added (with entries going back a bit).
+
+2008-01-28 Kevin Piche <kevin at archlinux.org>
+	Version 1.5.3.7-2
+	* Updated for new perl policy (vendor dirs)
+	* Change license to GPL2
+
+2007-12-03 Dan McGee <dan at archlinux.org>
+	Version 1.5.3.7-1
+	* Upstream version 1.5.3.7
+
+2007-11-19 Dan McGee <dan at archlinux.org>
+	Version 1.5.3.6-2
+	* Upstream version 1.5.3.6
+
+2007-11-01 Eric Belanger <eric at archlinux.org>
+	Version 1.5.3.5-2
+	* Fix Perl module location
+
+2007-10-31 Dan McGee <dan at archlinux.org>
+	Version 1.5.3.5-1
+	* Upstream version 1.5.3.5
Index: extra/devel/git/PKGBUILD
diff -u extra/devel/git/PKGBUILD:1.45 extra/devel/git/PKGBUILD:1.46
--- extra/devel/git/PKGBUILD:1.45	Mon Jan 28 21:58:04 2008
+++ extra/devel/git/PKGBUILD	Sat Feb  2 11:48:15 2008
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD,v 1.45 2008/01/29 02:58:04 kevin Exp $
-# Maintainer: Simo Leone <simo at archlinux.org>
+# $Id: PKGBUILD,v 1.46 2008/02/02 16:48:15 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.5.3.7
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
 url="http://git.or.cz/"
@@ -14,12 +13,13 @@
 provides=('git-core')
 install=git.install
 source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2" \
-	"http://kernel.org/pub/software/scm/git/git-manpages-${pkgver}.tar.bz2")
+        "http://kernel.org/pub/software/scm/git/git-manpages-${pkgver}.tar.bz2")
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  make prefix=/usr || return 1
-  make prefix=/usr INSTALLDIRS=vendor DESTDIR=${startdir}/pkg install
+  make THREADED_DELTA_SEARCH=1 prefix=/usr || return 1
+  make THREADED_DELTA_SEARCH=1 prefix=/usr \
+    INSTALLDIRS=vendor DESTDIR=${startdir}/pkg install
   
   # let's plop gitweb in /usr/share
   cp -dR ./gitweb ${startdir}/pkg/usr/share/gitweb
@@ -29,16 +29,16 @@
   install -m644 ./contrib/completion/git-completion.bash ${startdir}/pkg/etc/bash_completion.d/git
 
   # how 'bout some manpages?
-  for i in ${startdir}/src/man1/*; do
-    install -D -m644 $i ${startdir}/pkg/usr/man/man1/`basename $i`
-  done
-  for i in ${startdir}/src/man7/*; do
-    install -D -m644 $i ${startdir}/pkg/usr/man/man7/`basename $i`
+  for mansect in man1 man5 man7; do
+    for manpage in ${startdir}/src/${mansect}/*; do
+      install -D -m644 $manpage ${startdir}/pkg/usr/share/man/${mansect}/$(basename $manpage)
+    done
   done
 
   # remove perllocal.pod, .packlist, and empty directories.
   rm -rf ${startdir}/pkg/usr/lib
 }
 
-md5sums=('a114cbf532ff627698a031a66d072173'
-         'bc810162a466e63ee5819ff35e4fb343')
+md5sums=('fd0eba9e72d2af342044897eecec1be3'
+         '8a0a0ab79f46340a7d09bd4db65b1e3f')
+
Index: extra/devel/git/git.install
diff -u extra/devel/git/git.install:1.3 extra/devel/git/git.install:1.4
--- extra/devel/git/git.install:1.3	Sun Nov 18 19:26:07 2007
+++ extra/devel/git/git.install	Sat Feb  2 11:48:15 2008
@@ -9,7 +9,3 @@
   post_install
 }
 
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list