[arch-commits] Commit in git/repos (4 files)

Eric Belanger eric at archlinux.org
Mon Sep 15 03:25:59 UTC 2008


    Date: Sunday, September 14, 2008 @ 23:25:58
  Author: eric
Revision: 12523

Merged revisions 12486 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/git/trunk

........
  r12486 | dan | 2008-09-14 12:44:49 -0400 (Sun, 14 Sep 2008) | 1 line
  
  upgpkg: git 1.6.0.2-1
........

Modified:
  git/repos/extra-x86_64/	(properties)
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
Deleted:
  git/repos/extra-x86_64/git.install

-------------+
 ChangeLog   |    4 ++++
 PKGBUILD    |   13 ++++++++-----
 git.install |    7 -------
 3 files changed, 12 insertions(+), 12 deletions(-)


Property changes on: git/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /git/trunk:1-10314
   + /git/trunk:1-12522

Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2008-09-15 03:19:36 UTC (rev 12522)
+++ extra-x86_64/ChangeLog	2008-09-15 03:25:58 UTC (rev 12523)
@@ -1,5 +1,9 @@
 Simple version bumps are ommitted from the following ChangeLog.
 
+2008-09-14 Dan McGee <dan at archlinux.org>
+	Version 1.6.0.2-1
+	* Moved optional depends from install file to optdepends array 
+
 2008-06-15 Dan McGee <dan at archlinux.org>
 	Version 1.5.6-1
 	* Removed 'cpio' dependency, clone is now a builtin and no longer needs it

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-15 03:19:36 UTC (rev 12522)
+++ extra-x86_64/PKGBUILD	2008-09-15 03:25:58 UTC (rev 12523)
@@ -2,16 +2,19 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.6.0.1
+pkgver=1.6.0.2
 pkgrel=1
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
 url="http://git.or.cz/"
 license=('GPL2')
 depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.10.0')
+optdepends=('tk: gitk and git gui'
+            'perl-libwww: git svn'
+            'subversion: git svn'
+            'cvsps: git cvsimport')
 replaces=('git-core')
 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")
 
@@ -21,7 +24,7 @@
     prefix=/usr gitexecdir=/usr/lib/git-core || return 1
   make THREADED_DELTA_SEARCH=1 \
     prefix=/usr gitexecdir=/usr/lib/git-core \
-	INSTALLDIRS=vendor DESTDIR=${pkgdir} install
+    INSTALLDIRS=vendor DESTDIR=${pkgdir} install
   
   # let's plop gitweb in /usr/share
   mkdir -p $pkgdir/usr/share/ || return 1
@@ -42,5 +45,5 @@
   rm -rf $pkgdir/usr/lib/perl5
 }
 
-md5sums=('264701ebd9036ca2458358f01aa6c093'
-         '07b357210b59a1140200815c682fda34')
+md5sums=('1e4d9bfc1cb0abf165d4de93b5172324'
+         '30bd29d96b4576ef8b7b48ad791f613e')

Deleted: extra-x86_64/git.install
===================================================================
--- extra-x86_64/git.install	2008-09-15 03:19:36 UTC (rev 12522)
+++ extra-x86_64/git.install	2008-09-15 03:25:58 UTC (rev 12523)
@@ -1,7 +0,0 @@
-post_install() {
-  echo ">> GIT optional dependencies:"
-  echo ">> gitk, git-gui: tk"
-  echo ">> git-svnimport, git-svn: perl-uri, perl-libwww, perl-term-readkey, subversion"
-  echo ">> git-cvsimport: cvsps"
-}
-




More information about the arch-commits mailing list