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

2017-08-04 Thread Christian Hesse
Date: Friday, August 4, 2017 @ 18:22:08
  Author: eworm
Revision: 301646

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/PKGBUILD
(from rev 301645, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 301645, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 301645, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 301645, git/trunk/git.install)
  git/repos/testing-x86_64/PKGBUILD
(from rev 301645, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 301645, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 301645, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 301645, git/trunk/git.install)
Deleted:
  git/repos/testing-i686/PKGBUILD
  git/repos/testing-i686/git-daemon.socket
  git/repos/testing-i686/git-daemon@.service
  git/repos/testing-i686/git.install
  git/repos/testing-x86_64/PKGBUILD
  git/repos/testing-x86_64/git-daemon.socket
  git/repos/testing-x86_64/git-daemon@.service
  git/repos/testing-x86_64/git.install

+
 /PKGBUILD  |  264 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   42 +
 testing-i686/PKGBUILD  |  132 -
 testing-i686/git-daemon.socket |9 -
 testing-i686/git-daemon@.service   |   10 -
 testing-i686/git.install   |   21 --
 testing-x86_64/PKGBUILD|  132 -
 testing-x86_64/git-daemon.socket   |9 -
 testing-x86_64/git-daemon@.service |   10 -
 testing-x86_64/git.install |   21 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-04 18:22:00 UTC (rev 301645)
+++ testing-i686/PKGBUILD   2017-08-04 18:22:08 UTC (rev 301646)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.13.4
-pkgrel=2
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'perl-mediawiki-api: git mediawiki support'
-'perl-datetime-format-iso8601: git mediawiki support'
-'perl-lwp-protocol-https: git mediawiki https support'
-'perl-cgi: gitweb (web interface) support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-  make -C contrib/mw-to-git prefix=/usr all
-  make -C contrib/diff-highlight prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-

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

2017-07-13 Thread Christian Hesse
Date: Thursday, July 13, 2017 @ 16:55:21
  Author: eworm
Revision: 300483

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/PKGBUILD
(from rev 300482, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 300482, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 300482, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 300482, git/trunk/git.install)
  git/repos/testing-x86_64/PKGBUILD
(from rev 300482, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 300482, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 300482, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 300482, git/trunk/git.install)
Deleted:
  git/repos/testing-i686/PKGBUILD
  git/repos/testing-i686/git-daemon.socket
  git/repos/testing-i686/git-daemon@.service
  git/repos/testing-i686/git.install
  git/repos/testing-x86_64/PKGBUILD
  git/repos/testing-x86_64/git-daemon.socket
  git/repos/testing-x86_64/git-daemon@.service
  git/repos/testing-x86_64/git.install

+
 /PKGBUILD  |  260 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   24 +++
 testing-i686/PKGBUILD  |  129 -
 testing-i686/git-daemon.socket |9 -
 testing-i686/git-daemon@.service   |   10 -
 testing-i686/git.install   |   12 -
 testing-x86_64/PKGBUILD|  129 -
 testing-x86_64/git-daemon.socket   |9 -
 testing-x86_64/git-daemon@.service |   10 -
 testing-x86_64/git.install |   12 -
 12 files changed, 322 insertions(+), 320 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-13 16:55:12 UTC (rev 300482)
+++ testing-i686/PKGBUILD   2017-07-13 16:55:21 UTC (rev 300483)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.13.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'perl-mediawiki-api: git mediawiki support'
-'perl-datetime-format-iso8601: git mediawiki support'
-'perl-lwp-protocol-https: git mediawiki https support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-  make -C contrib/mw-to-git prefix=/usr all
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-

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

2017-04-03 Thread Bartłomiej Piotrowski
Date: Monday, April 3, 2017 @ 14:23:14
  Author: bpiotrowski
Revision: 292032

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 292031, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 292031, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 292031, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 292031, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 292031, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 292031, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 292031, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 292031, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-03 14:23:06 UTC (rev 292031)
+++ extra-i686/PKGBUILD 2017-04-03 14:23:14 UTC (rev 292032)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.12.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \

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

2017-03-25 Thread Christian Hesse
Date: Saturday, March 25, 2017 @ 19:12:25
  Author: eworm
Revision: 291628

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/PKGBUILD
(from rev 291627, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 291627, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 291627, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 291627, git/trunk/git.install)
  git/repos/testing-x86_64/PKGBUILD
(from rev 291627, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 291627, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 291627, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 291627, git/trunk/git.install)
Deleted:
  git/repos/testing-i686/PKGBUILD
  git/repos/testing-i686/git-daemon.socket
  git/repos/testing-i686/git-daemon@.service
  git/repos/testing-i686/git.install
  git/repos/testing-x86_64/PKGBUILD
  git/repos/testing-x86_64/git-daemon.socket
  git/repos/testing-x86_64/git-daemon@.service
  git/repos/testing-x86_64/git.install

+
 /PKGBUILD  |  238 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   24 +++
 testing-i686/PKGBUILD  |  119 -
 testing-i686/git-daemon.socket |9 -
 testing-i686/git-daemon@.service   |   10 -
 testing-i686/git.install   |   12 -
 testing-x86_64/PKGBUILD|  119 -
 testing-x86_64/git-daemon.socket   |9 -
 testing-x86_64/git-daemon@.service |   10 -
 testing-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-25 19:12:18 UTC (rev 291627)
+++ testing-i686/PKGBUILD   2017-03-25 19:12:25 UTC (rev 291628)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.12.1
-pkgrel=2
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-

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

2017-03-21 Thread Christian Hesse
Date: Tuesday, March 21, 2017 @ 11:11:39
  Author: eworm
Revision: 291149

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  git/repos/staging-i686/PKGBUILD
(from rev 291148, git/trunk/PKGBUILD)
  git/repos/staging-i686/git-daemon.socket
(from rev 291148, git/trunk/git-daemon.socket)
  git/repos/staging-i686/git-daemon@.service
(from rev 291148, git/trunk/git-daemon@.service)
  git/repos/staging-i686/git.install
(from rev 291148, git/trunk/git.install)
  git/repos/staging-x86_64/PKGBUILD
(from rev 291148, git/trunk/PKGBUILD)
  git/repos/staging-x86_64/git-daemon.socket
(from rev 291148, git/trunk/git-daemon.socket)
  git/repos/staging-x86_64/git-daemon@.service
(from rev 291148, git/trunk/git-daemon@.service)
  git/repos/staging-x86_64/git.install
(from rev 291148, git/trunk/git.install)
Deleted:
  git/repos/staging-i686/PKGBUILD
  git/repos/staging-i686/git-daemon.socket
  git/repos/staging-i686/git-daemon@.service
  git/repos/staging-i686/git.install
  git/repos/staging-x86_64/PKGBUILD
  git/repos/staging-x86_64/git-daemon.socket
  git/repos/staging-x86_64/git-daemon@.service
  git/repos/staging-x86_64/git.install

+
 /PKGBUILD  |  238 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   24 +++
 staging-i686/PKGBUILD  |  119 -
 staging-i686/git-daemon.socket |9 -
 staging-i686/git-daemon@.service   |   10 -
 staging-i686/git.install   |   12 -
 staging-x86_64/PKGBUILD|  119 -
 staging-x86_64/git-daemon.socket   |9 -
 staging-x86_64/git-daemon@.service |   10 -
 staging-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-03-21 11:11:32 UTC (rev 291148)
+++ staging-i686/PKGBUILD   2017-03-21 11:11:39 UTC (rev 291149)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-sha256sums=('1821766479062d052cc1897d0ded95212e81e5c7f1039786bc4aec2225a32027'
-'SKIP'
-'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
-'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-

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

2017-02-24 Thread Christian Hesse
Date: Friday, February 24, 2017 @ 22:14:47
  Author: eworm
Revision: 289505

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  git/repos/staging-i686/PKGBUILD
(from rev 289504, git/trunk/PKGBUILD)
  git/repos/staging-i686/git-daemon.socket
(from rev 289504, git/trunk/git-daemon.socket)
  git/repos/staging-i686/git-daemon@.service
(from rev 289504, git/trunk/git-daemon@.service)
  git/repos/staging-i686/git.install
(from rev 289504, git/trunk/git.install)
  git/repos/staging-x86_64/PKGBUILD
(from rev 289504, git/trunk/PKGBUILD)
  git/repos/staging-x86_64/git-daemon.socket
(from rev 289504, git/trunk/git-daemon.socket)
  git/repos/staging-x86_64/git-daemon@.service
(from rev 289504, git/trunk/git-daemon@.service)
  git/repos/staging-x86_64/git.install
(from rev 289504, git/trunk/git.install)
Deleted:
  git/repos/staging-i686/PKGBUILD
  git/repos/staging-i686/git-daemon.socket
  git/repos/staging-i686/git-daemon@.service
  git/repos/staging-i686/git.install
  git/repos/staging-x86_64/PKGBUILD
  git/repos/staging-x86_64/git-daemon.socket
  git/repos/staging-x86_64/git-daemon@.service
  git/repos/staging-x86_64/git.install

+
 /PKGBUILD  |  238 +++
 /git-daemon.socket |   18 ++
 /git-daemon@.service   |   20 ++
 /git.install   |   24 +++
 staging-i686/PKGBUILD  |  120 -
 staging-i686/git-daemon.socket |9 -
 staging-i686/git-daemon@.service   |   10 -
 staging-i686/git.install   |   12 -
 staging-x86_64/PKGBUILD|  120 -
 staging-x86_64/git-daemon.socket   |9 -
 staging-x86_64/git-daemon@.service |   10 -
 staging-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 302 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-24 22:14:39 UTC (rev 289504)
+++ staging-i686/PKGBUILD   2017-02-24 22:14:47 UTC (rev 289505)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.11.1
-pkgrel=2
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('2970ae6cd234b2fca4f2d14ba4226f35'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/credential/libsecret
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor 

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

2016-10-30 Thread Dan McGee
Date: Sunday, October 30, 2016 @ 21:05:59
  Author: dan
Revision: 279504

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 279503, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 279503, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 279503, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 279503, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 279503, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 279503, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 279503, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 279503, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-30 21:05:47 UTC (rev 279503)
+++ extra-i686/PKGBUILD 2016-10-30 21:05:59 UTC (rev 279504)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('a9e1bf842497fc3a23e86424018b3499'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-10-21 Thread Dan McGee
Date: Friday, October 21, 2016 @ 12:59:59
  Author: dan
Revision: 279105

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 279104, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 279104, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 279104, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 279104, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 279104, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 279104, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 279104, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 279104, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-21 12:59:49 UTC (rev 279104)
+++ extra-i686/PKGBUILD 2016-10-21 12:59:59 UTC (rev 279105)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.10.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('d99fdf256e7c7bc5d2cb428b48d4e038'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:01:12
  Author: dan
Revision: 276681

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 276680, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 276680, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 276680, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 276680, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 276680, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 276680, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 276680, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 276680, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-18 18:00:54 UTC (rev 276680)
+++ extra-i686/PKGBUILD 2016-09-18 18:01:12 UTC (rev 276681)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('3d32cb5cb5b4f29bd2eb1cde596fc542'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:53:30
  Author: dan
Revision: 273652

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 273651, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 273651, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 273651, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 273651, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 273651, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 273651, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 273651, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 273651, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-13 21:53:19 UTC (rev 273651)
+++ extra-i686/PKGBUILD 2016-08-13 21:53:30 UTC (rev 273652)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('dc5eb7ff2ca4641c6038f51ae49cad0f'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-06-18 Thread Dan McGee
Date: Saturday, June 18, 2016 @ 15:24:50
  Author: dan
Revision: 270179

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 270178, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 270178, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 270178, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 270178, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 270178, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 270178, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 270178, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 270178, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 15:24:40 UTC (rev 270178)
+++ extra-i686/PKGBUILD 2016-06-18 15:24:50 UTC (rev 270179)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('4a9bda9f14e9c5ce3e7a416e43b74a1b'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
- 

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

2016-05-23 Thread Dan McGee
Date: Tuesday, May 24, 2016 @ 04:48:43
  Author: dan
Revision: 268522

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 268521, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 268521, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 268521, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 268521, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 268521, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 268521, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 268521, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 268521, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-24 02:48:30 UTC (rev 268521)
+++ extra-i686/PKGBUILD 2016-05-24 02:48:43 UTC (rev 268522)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('b8edb4ae34828fda6aa2a4478089b107'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:27
  Author: dan
Revision: 266687

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 266686, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 266686, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 266686, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 266686, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 266686, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 266686, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 266686, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 266686, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-30 21:13:13 UTC (rev 266686)
+++ extra-i686/PKGBUILD 2016-04-30 21:13:27 UTC (rev 266687)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('01477f0b97ccab20b986f2808f4d7a97'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/

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

2016-03-31 Thread Dan McGee
Date: Thursday, March 31, 2016 @ 15:21:00
  Author: dan
Revision: 263513

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 263512, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 263512, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 263512, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 263512, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 263512, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 263512, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 263512, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 263512, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-31 13:20:45 UTC (rev 263512)
+++ extra-i686/PKGBUILD 2016-03-31 13:21:00 UTC (rev 263513)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('b0219fcb6d73104361f4fbdba3741d00'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/

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

2016-03-18 Thread Dan McGee
Date: Friday, March 18, 2016 @ 23:33:56
  Author: dan
Revision: 262061

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 262060, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 262060, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 262060, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 262060, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 262060, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 262060, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 262060, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 262060, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 22:33:43 UTC (rev 262060)
+++ extra-i686/PKGBUILD 2016-03-18 22:33:56 UTC (rev 262061)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('bb01710b1b24789a53c800a90c73957f'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
-'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

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

2016-02-27 Thread Dan McGee
Date: Saturday, February 27, 2016 @ 16:36:34
  Author: dan
Revision: 260314

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 260313, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 260313, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 260313, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 260313, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 260313, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 260313, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 260313, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 260313, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  250 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 ++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 -
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 -
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 312 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-27 15:36:14 UTC (rev 260313)
+++ extra-i686/PKGBUILD 2016-02-27 15:36:34 UTC (rev 260314)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('eece7b1e87983271621a0cb6aab37a25'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

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

2016-02-07 Thread Dan McGee
Date: Sunday, February 7, 2016 @ 18:33:23
  Author: dan
Revision: 258942

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 258941, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 258941, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 258941, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 258941, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 258941, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 258941, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 258941, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 258941, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-07 17:33:09 UTC (rev 258941)
+++ extra-i686/PKGBUILD 2016-02-07 17:33:23 UTC (rev 258942)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('0214e04f7041f835c5c38f2b78eccced'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

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

2016-01-06 Thread Dan McGee
Date: Thursday, January 7, 2016 @ 03:39:46
  Author: dan
Revision: 257585

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 257584, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 257584, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 257584, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 257584, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 257584, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 257584, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 257584, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 257584, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-07 02:39:32 UTC (rev 257584)
+++ extra-i686/PKGBUILD 2016-01-07 02:39:46 UTC (rev 257585)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('d963da5e0e85b8848b5017d350a281ce'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 09:06:43
  Author: foutrelis
Revision: 255734

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 255733, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 255733, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 255733, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 255733, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 255733, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 255733, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 255733, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 255733, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-10 08:06:30 UTC (rev 255733)
+++ extra-i686/PKGBUILD 2015-12-10 08:06:43 UTC (rev 255734)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('5a6375349c3f13c8dbbabfc327bae429'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir 

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

2015-12-02 Thread Evangelos Foutras
Date: Wednesday, December 2, 2015 @ 20:41:26
  Author: foutrelis
Revision: 252126

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 252125, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 252125, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 252125, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 252125, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 252125, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 252125, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 252125, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 252125, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 -
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 -
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 300 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-02 19:41:05 UTC (rev 252125)
+++ extra-i686/PKGBUILD 2015-12-02 19:41:26 UTC (rev 252126)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('32ae5ad29763fc927bfcaeab55385fd9'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
- 

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

2015-10-21 Thread Dan McGee
Date: Thursday, October 22, 2015 @ 00:56:55
  Author: dan
Revision: 249629

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 249628, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 249628, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 249628, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 249628, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 249628, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 249628, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 249628, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 249628, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-21 22:56:37 UTC (rev 249628)
+++ extra-i686/PKGBUILD 2015-10-21 22:56:55 UTC (rev 249629)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('dd4a3a7fe96598c553edd39d40c9c290'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  

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

2015-10-05 Thread Dan McGee
Date: Tuesday, October 6, 2015 @ 03:22:54
  Author: dan
Revision: 248382

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 248381, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 248381, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 248381, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 248381, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 248381, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 248381, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 248381, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 248381, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-06 01:22:40 UTC (rev 248381)
+++ extra-i686/PKGBUILD 2015-10-06 01:22:54 UTC (rev 248382)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('6b7d43d615fb3f0dfecf4d131e23f438'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  

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

2015-09-28 Thread Dan McGee
Date: Tuesday, September 29, 2015 @ 03:33:15
  Author: dan
Revision: 247867

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 247866, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 247866, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 247866, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 247866, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 247866, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 247866, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 247866, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 247866, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-29 01:33:01 UTC (rev 247866)
+++ extra-i686/PKGBUILD 2015-09-29 01:33:15 UTC (rev 247867)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.5.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('e69b41f2d0a93f3d3dc5eb19196e4e5c'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  

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

2015-09-19 Thread Dan McGee
Date: Saturday, September 19, 2015 @ 16:53:33
  Author: dan
Revision: 246636

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 246635, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 246635, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 246635, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 246635, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 246635, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 246635, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 246635, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 246635, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-19 14:53:20 UTC (rev 246635)
+++ extra-i686/PKGBUILD 2015-09-19 14:53:33 UTC (rev 246636)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('1774d5f56024630af9eb78a8d060aae1'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  

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

2015-09-13 Thread Dan McGee
Date: Sunday, September 13, 2015 @ 23:57:02
  Author: dan
Revision: 246023

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 246022, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 246022, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 246022, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 246022, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 246022, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 246022, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 246022, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 246022, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-13 21:56:39 UTC (rev 246022)
+++ extra-i686/PKGBUILD 2015-09-13 21:57:02 UTC (rev 246023)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('55b9c496ea2d87148a2bfe1b6f6edd02'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  

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

2015-08-30 Thread Dan McGee
Date: Sunday, August 30, 2015 @ 15:23:56
  Author: dan
Revision: 245090

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 245089, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 245089, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 245089, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 245089, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 245089, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 245089, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 245089, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 245089, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-30 13:23:43 UTC (rev 245089)
+++ extra-i686/PKGBUILD 2015-08-30 13:23:56 UTC (rev 245090)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('f108b475a0aa30e9587be4295ab0bb09'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-07-27 Thread Dan McGee
Date: Tuesday, July 28, 2015 @ 02:46:52
  Author: dan
Revision: 242541

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 242540, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 242540, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 242540, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 242540, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 242540, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 242540, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 242540, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 242540, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 00:46:38 UTC (rev 242540)
+++ extra-i686/PKGBUILD 2015-07-28 00:46:52 UTC (rev 242541)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.6
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('fb2c5214f5dc90bad0a2abdd4c425df6'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-07-15 Thread Dan McGee
Date: Thursday, July 16, 2015 @ 03:36:44
  Author: dan
Revision: 242267

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 242266, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 242266, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 242266, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 242266, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 242266, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 242266, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 242266, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 242266, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 01:36:30 UTC (rev 242266)
+++ extra-i686/PKGBUILD 2015-07-16 01:36:44 UTC (rev 242267)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.5
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('74b2fa7451f7888bf2902d12e7b89f3c'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-06-29 Thread Dan McGee
Date: Tuesday, June 30, 2015 @ 05:15:36
  Author: dan
Revision: 241405

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 241404, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 241404, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 241404, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 241404, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 241404, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 241404, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 241404, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 241404, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 03:15:22 UTC (rev 241404)
+++ extra-i686/PKGBUILD 2015-06-30 03:15:36 UTC (rev 241405)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('847787cd0616d38b0e429ea85f558c31'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-06-17 Thread Dan McGee
Date: Wednesday, June 17, 2015 @ 16:59:12
  Author: dan
Revision: 240985

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 240984, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 240984, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 240984, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 240984, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 240984, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 240984, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 240984, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 240984, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-17 14:58:58 UTC (rev 240984)
+++ extra-i686/PKGBUILD 2015-06-17 14:59:12 UTC (rev 240985)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('244e2cd2c276314cf35b60e44def1743'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-06-11 Thread Dan McGee
Date: Thursday, June 11, 2015 @ 18:01:59
  Author: dan
Revision: 240594

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 240593, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 240593, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 240593, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 240593, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 240593, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 240593, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 240593, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 240593, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 292 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-11 16:01:46 UTC (rev 240593)
+++ extra-i686/PKGBUILD 2015-06-11 16:01:59 UTC (rev 240594)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('0b8dc818ed4766342978d744522aec49'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-05-27 Thread Dan McGee
Date: Thursday, May 28, 2015 @ 03:20:32
  Author: dan
Revision: 239830

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 239829, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 239829, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 239829, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 239829, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 239829, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 239829, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 239829, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 239829, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 01:20:19 UTC (rev 239829)
+++ extra-i686/PKGBUILD 2015-05-28 01:20:32 UTC (rev 239830)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('aed4a96723f600dfc879a2eb58e6e673'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-05-15 Thread Dan McGee
Date: Friday, May 15, 2015 @ 17:55:13
  Author: dan
Revision: 239412

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 239411, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 239411, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 239411, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 239411, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 239411, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 239411, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 239411, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 239411, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 15:54:58 UTC (rev 239411)
+++ extra-i686/PKGBUILD 2015-05-15 15:55:13 UTC (rev 239412)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('cd0aa04a037c2520a648ed790862d5f7'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-05-05 Thread Dan McGee
Date: Wednesday, May 6, 2015 @ 03:29:47
  Author: dan
Revision: 238531

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 238530, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 238530, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 238530, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 238530, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 238530, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 238530, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 238530, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 238530, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-06 01:29:34 UTC (rev 238530)
+++ extra-i686/PKGBUILD 2015-05-06 01:29:47 UTC (rev 238531)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.7
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('707c5da5d5907af8f16e137605c82406'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-04-28 Thread Dan McGee
Date: Wednesday, April 29, 2015 @ 03:57:32
  Author: dan
Revision: 238232

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 238231, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 238231, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 238231, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 238231, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 238231, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 238231, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 238231, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 238231, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 01:57:14 UTC (rev 238231)
+++ extra-i686/PKGBUILD 2015-04-29 01:57:32 UTC (rev 238232)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.6
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('fe32538df1c6fa10253d77197ba32c9a'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-04-22 Thread Dan McGee
Date: Thursday, April 23, 2015 @ 02:59:47
  Author: dan
Revision: 237939

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 237938, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 237938, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 237938, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 237938, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 237938, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 237938, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 237938, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 237938, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-23 00:59:33 UTC (rev 237938)
+++ extra-i686/PKGBUILD 2015-04-23 00:59:47 UTC (rev 237939)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.5
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('be8c0bbb0c5ee6ab7cdcffd2c9375fe6'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-03-31 Thread Dan McGee
Date: Wednesday, April 1, 2015 @ 00:52:56
  Author: dan
Revision: 235313

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 235312, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 235312, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 235312, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 235312, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 235312, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 235312, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 235312, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 235312, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-31 22:52:43 UTC (rev 235312)
+++ extra-i686/PKGBUILD 2015-03-31 22:52:56 UTC (rev 235313)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('eab424a66d52447eecc3fc688967ec03'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-03-23 Thread Dan McGee
Date: Tuesday, March 24, 2015 @ 05:00:44
  Author: dan
Revision: 234593

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 234592, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 234592, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 234592, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 234592, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 234592, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 234592, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 234592, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 234592, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-24 04:00:29 UTC (rev 234592)
+++ extra-i686/PKGBUILD 2015-03-24 04:00:44 UTC (rev 234593)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('14a885da3b432455b606cc1a25a6c681'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-03-14 Thread Dan McGee
Date: Saturday, March 14, 2015 @ 18:14:02
  Author: dan
Revision: 233804

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 233803, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 233803, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 233803, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 233803, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 233803, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 233803, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 233803, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 233803, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-14 17:13:42 UTC (rev 233803)
+++ extra-i686/PKGBUILD 2015-03-14 17:14:02 UTC (rev 233804)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('56701b3b1815c8bbfd7b43b4773adad7'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-10-29 Thread Dan McGee
Date: Thursday, October 30, 2014 @ 01:51:24
  Author: dan
Revision: 225465

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 225464, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 225464, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 225464, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 225464, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 225464, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 225464, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 225464, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 225464, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  109 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  109 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-30 00:51:11 UTC (rev 225464)
+++ extra-i686/PKGBUILD 2014-10-30 00:51:24 UTC (rev 225465)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree 

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

2014-09-30 Thread Dan McGee
Date: Wednesday, October 1, 2014 @ 04:43:51
  Author: dan
Revision: 223716

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 223715, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 223715, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 223715, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 223715, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 223715, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 223715, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 223715, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 223715, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  109 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  109 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-01 02:43:37 UTC (rev 223715)
+++ extra-i686/PKGBUILD 2014-10-01 02:43:51 UTC (rev 223716)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree 

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

2014-09-24 Thread Dan McGee
Date: Thursday, September 25, 2014 @ 03:41:21
  Author: dan
Revision: 222994

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 222993, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 222993, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 222993, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 222993, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 222993, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 222993, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 222993, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 222993, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  109 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  109 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-25 01:41:07 UTC (rev 222993)
+++ extra-i686/PKGBUILD 2014-09-25 01:41:21 UTC (rev 222994)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree 

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

2014-08-19 Thread Dan McGee
Date: Wednesday, August 20, 2014 @ 04:49:53
  Author: dan
Revision: 220262

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 220261, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 220261, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 220261, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 220261, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 220261, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 220261, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 220261, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 220261, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 02:49:39 UTC (rev 220261)
+++ extra-i686/PKGBUILD 2014-08-20 02:49:53 UTC (rev 220262)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-08-03 Thread Dan McGee
Date: Monday, August 4, 2014 @ 00:51:05
  Author: dan
Revision: 219265

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 219264, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 219264, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 219264, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 219264, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 219264, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 219264, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 219264, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 219264, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-03 22:50:45 UTC (rev 219264)
+++ extra-i686/PKGBUILD 2014-08-03 22:51:05 UTC (rev 219265)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-07-24 Thread Dan McGee
Date: Friday, July 25, 2014 @ 04:34:22
  Author: dan
Revision: 217826

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 217825, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 217825, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 217825, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 217825, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 217825, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 217825, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 217825, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 217825, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-25 02:34:08 UTC (rev 217825)
+++ extra-i686/PKGBUILD 2014-07-25 02:34:22 UTC (rev 217826)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-07-18 Thread Dan McGee
Date: Friday, July 18, 2014 @ 14:29:47
  Author: dan
Revision: 217409

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 217408, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 217408, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 217408, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 217408, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 217408, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 217408, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 217408, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 217408, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 12:29:32 UTC (rev 217408)
+++ extra-i686/PKGBUILD 2014-07-18 12:29:47 UTC (rev 217409)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-06-26 Thread Dan McGee
Date: Thursday, June 26, 2014 @ 23:33:44
  Author: dan
Revision: 215496

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 215495, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 215495, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 215495, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 215495, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 215495, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 215495, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 215495, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 215495, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  113 ---
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 ---
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-26 21:33:29 UTC (rev 215495)
+++ extra-i686/PKGBUILD 2014-06-26 21:33:44 UTC (rev 215496)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-05-18 Thread Dan McGee
Date: Monday, May 19, 2014 @ 04:58:52
  Author: dan
Revision: 213123

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 213122, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 213122, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 213122, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 213122, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 213122, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 213122, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 213122, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 213122, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  220 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 300 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-19 02:58:34 UTC (rev 213122)
+++ extra-i686/PKGBUILD 2014-05-19 02:58:52 UTC (rev 213123)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.9.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-04-09 Thread Dan McGee
Date: Thursday, April 10, 2014 @ 03:31:51
  Author: dan
Revision: 210112

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 210111, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 210111, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 210111, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 210111, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 210111, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 210111, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 210111, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 210111, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-10 01:31:34 UTC (rev 210111)
+++ extra-i686/PKGBUILD 2014-04-10 01:31:51 UTC (rev 210112)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.9.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-03-20 Thread Dan McGee
Date: Thursday, March 20, 2014 @ 14:23:19
  Author: dan
Revision: 208306

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 208305, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 208305, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 208305, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 208305, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 208305, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 208305, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 208305, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 208305, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-20 13:23:03 UTC (rev 208305)
+++ extra-i686/PKGBUILD 2014-03-20 13:23:19 UTC (rev 208306)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.9.0
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-02-15 Thread Dan McGee
Date: Saturday, February 15, 2014 @ 17:11:08
  Author: dan
Revision: 206015

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 206014, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 206014, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 206014, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 206014, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 206014, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 206014, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 206014, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 206014, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 310 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-15 16:10:56 UTC (rev 206014)
+++ extra-i686/PKGBUILD 2014-02-15 16:11:08 UTC (rev 206015)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.5
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-02-14 Thread Dan McGee
Date: Friday, February 14, 2014 @ 20:41:05
  Author: dan
Revision: 205952

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 205950, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 205950, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 205950, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 205951, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 205951, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 205951, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 205951, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 205951, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-14 19:40:57 UTC (rev 205951)
+++ extra-i686/PKGBUILD 2014-02-14 19:41:05 UTC (rev 205952)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-02-06 Thread Dan McGee
Date: Thursday, February 6, 2014 @ 19:45:30
  Author: dan
Revision: 205529

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 205528, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 205528, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 205528, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 205528, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 205528, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 205528, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 205528, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 205528, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-06 18:45:13 UTC (rev 205528)
+++ extra-i686/PKGBUILD 2014-02-06 18:45:30 UTC (rev 205529)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-01-15 Thread Dan McGee
Date: Wednesday, January 15, 2014 @ 15:35:38
  Author: dan
Revision: 204248

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 204247, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 204247, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 204247, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 204247, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 204247, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 204247, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 204247, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 204247, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  119 ---
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  119 ---
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-15 14:35:24 UTC (rev 204247)
+++ extra-i686/PKGBUILD 2014-01-15 14:35:38 UTC (rev 204248)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  

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

2013-12-17 Thread Dan McGee
Date: Wednesday, December 18, 2013 @ 02:22:42
  Author: dan
Revision: 201683

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 201682, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 201682, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 201682, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 201682, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 201682, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 201682, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 201682, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 201682, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  119 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  119 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-18 01:22:28 UTC (rev 201682)
+++ extra-i686/PKGBUILD 2013-12-18 01:22:42 UTC (rev 201683)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  

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

2013-12-06 Thread Dan McGee
Date: Friday, December 6, 2013 @ 18:28:56
  Author: dan
Revision: 201250

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 201249, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 201249, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 201249, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 201249, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 201249, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 201249, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 201249, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 201249, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  238 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  117 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 318 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 17:28:44 UTC (rev 201249)
+++ extra-i686/PKGBUILD 2013-12-06 17:28:56 UTC (rev 201250)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.4.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C 

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

2013-10-28 Thread Dan McGee
Date: Tuesday, October 29, 2013 @ 03:17:19
  Author: dan
Revision: 197743

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 197741, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 197741, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 197742, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 197742, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 197742, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 197742, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 197742, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 197742, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  234 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  117 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-29 02:17:10 UTC (rev 197742)
+++ extra-i686/PKGBUILD 2013-10-29 02:17:19 UTC (rev 197743)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.4.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C 

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

2013-10-15 Thread Dan McGee
Date: Tuesday, October 15, 2013 @ 23:11:32
  Author: dan
Revision: 196624

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 196623, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 196623, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 196623, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 196623, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 196623, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 196623, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 196623, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 196623, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  234 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  117 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 21:11:19 UTC (rev 196623)
+++ extra-i686/PKGBUILD 2013-10-15 21:11:32 UTC (rev 196624)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C 

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

2013-08-24 Thread Dan McGee
Date: Saturday, August 24, 2013 @ 18:58:24
  Author: dan
Revision: 193588

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 193587, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 193587, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 193587, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 193587, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 193587, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 193587, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 193587, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 193587, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  234 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  117 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-24 16:58:10 UTC (rev 193587)
+++ extra-i686/PKGBUILD 2013-08-24 16:58:24 UTC (rev 193588)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.3.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C 

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

2013-07-25 Thread Dan McGee
Date: Thursday, July 25, 2013 @ 16:47:59
  Author: dan
Revision: 191563

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 191562, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 191562, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 191562, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 191562, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 191562, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 191562, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 191562, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 191562, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  234 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  117 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-25 14:47:05 UTC (rev 191562)
+++ extra-i686/PKGBUILD 2013-07-25 14:47:59 UTC (rev 191563)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.3.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C 

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

2013-07-15 Thread Dan McGee
Date: Tuesday, July 16, 2013 @ 00:43:53
  Author: dan
Revision: 190122

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 190121, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 190121, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 190121, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 190121, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 190121, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 190121, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 190121, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 190121, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  234 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 -
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 -
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 314 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-15 22:43:39 UTC (rev 190121)
+++ extra-i686/PKGBUILD 2013-07-15 22:43:53 UTC (rev 190122)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.3.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-06-29 Thread Dan McGee
Date: Saturday, June 29, 2013 @ 22:32:47
  Author: dan
Revision: 189217

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 189216, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 189216, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 189216, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 189216, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 189216, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 189216, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 189216, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 189216, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-29 20:32:34 UTC (rev 189216)
+++ extra-i686/PKGBUILD 2013-06-29 20:32:47 UTC (rev 189217)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.3.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-06-10 Thread Dan McGee
Date: Tuesday, June 11, 2013 @ 00:30:55
  Author: dan
Revision: 188161

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 188160, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 188160, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 188160, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 188160, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 188160, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 188160, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 188160, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 188160, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-10 22:30:43 UTC (rev 188160)
+++ extra-i686/PKGBUILD 2013-06-10 22:30:55 UTC (rev 188161)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-05-26 Thread Dan McGee
Date: Sunday, May 26, 2013 @ 22:12:59
  Author: dan
Revision: 186460

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 186459, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 186459, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 186459, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 186459, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 186459, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 186459, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 186459, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 186459, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-26 20:12:46 UTC (rev 186459)
+++ extra-i686/PKGBUILD 2013-05-26 20:12:59 UTC (rev 186460)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.2.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-05-10 Thread Dan McGee
Date: Friday, May 10, 2013 @ 18:49:05
  Author: dan
Revision: 185043

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 185042, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 185042, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 185042, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 185042, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 185042, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 185042, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 185042, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 185042, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-10 16:48:52 UTC (rev 185042)
+++ extra-i686/PKGBUILD 2013-05-10 16:49:05 UTC (rev 185043)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.2.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-04-27 Thread Dan McGee
Date: Saturday, April 27, 2013 @ 14:28:29
  Author: dan
Revision: 183712

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 183711, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 183711, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 183711, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 183711, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 183711, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 183711, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 183711, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 183711, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-27 12:28:16 UTC (rev 183711)
+++ extra-i686/PKGBUILD 2013-04-27 12:28:29 UTC (rev 183712)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.2.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-04-08 Thread Dan McGee
Date: Monday, April 8, 2013 @ 15:21:41
  Author: dan
Revision: 182157

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 182156, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 182156, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 182156, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 182156, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 182156, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 182156, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 182156, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 182156, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  226 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  113 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  113 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-08 13:21:28 UTC (rev 182156)
+++ extra-i686/PKGBUILD 2013-04-08 13:21:41 UTC (rev 182157)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.2
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview \
-$pkgdir/usr/share/git/remote-helpers/git-remote-bzr \
-

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

2013-03-13 Thread Dan McGee
Date: Thursday, March 14, 2013 @ 03:05:50
  Author: dan
Revision: 17

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 179998, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 179998, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 179998, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 179998, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 179998, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 179998, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 179998, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 179998, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  222 ++---
 extra-i686/git-daemon.socket |   18 +--
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++
 extra-x86_64/PKGBUILD|  222 ++---
 extra-x86_64/git-daemon.socket   |   18 +--
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++
 8 files changed, 306 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 02:05:36 UTC (rev 179998)
+++ extra-i686/PKGBUILD 2013-03-14 02:05:50 UTC (rev 17)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.1.5
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview
-
-  # emacs interface
-  cd contrib/emacs
-  make prefix=/usr DESTDIR=$pkgdir install
-
-  # how 'bout some manpages?
-  for mansect in man1 man5 man7; do
-for manpage in $srcdir/$mansect/*; do
-  install -D -m644 $manpage 

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

2013-03-01 Thread Dan McGee
Date: Friday, March 1, 2013 @ 23:51:09
  Author: dan
Revision: 179046

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 179045, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 179045, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 179045, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 179045, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 179045, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 179045, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 179045, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 179045, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  218 ++---
 extra-i686/git-daemon.socket |   18 +--
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++
 extra-x86_64/PKGBUILD|  218 ++---
 extra-x86_64/git-daemon.socket   |   18 +--
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++
 8 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-01 22:50:57 UTC (rev 179045)
+++ extra-i686/PKGBUILD 2013-03-01 22:51:09 UTC (rev 179046)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.1.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview
-
-  # emacs interface
-  cd contrib/emacs
-  make prefix=/usr DESTDIR=$pkgdir install
-
-  # how 'bout some manpages?
-  for mansect in man1 man5 man7; do
-for manpage in $srcdir/$mansect/*; do
-  install -D -m644 $manpage 

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

2012-08-16 Thread Dan McGee
Date: Thursday, August 16, 2012 @ 10:45:26
  Author: dan
Revision: 165368

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/
  git/repos/testing-i686/ChangeLog
(from rev 165367, git/trunk/ChangeLog)
  git/repos/testing-i686/PKGBUILD
(from rev 165367, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon
(from rev 165367, git/trunk/git-daemon)
  git/repos/testing-i686/git-daemon.conf
(from rev 165367, git/trunk/git-daemon.conf)
  git/repos/testing-i686/git-daemon.socket
(from rev 165367, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 165367, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 165367, git/trunk/git.install)
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/ChangeLog
(from rev 165367, git/trunk/ChangeLog)
  git/repos/testing-x86_64/PKGBUILD
(from rev 165367, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon
(from rev 165367, git/trunk/git-daemon)
  git/repos/testing-x86_64/git-daemon.conf
(from rev 165367, git/trunk/git-daemon.conf)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 165367, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 165367, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 165367, git/trunk/git.install)

+
 testing-i686/ChangeLog |   57 +
 testing-i686/PKGBUILD  |  115 +++
 testing-i686/git-daemon|   70 +
 testing-i686/git-daemon.conf   |5 +
 testing-i686/git-daemon.socket |   10 +++
 testing-i686/git-daemon@.service   |   11 +++
 testing-i686/git.install   |   22 ++
 testing-x86_64/ChangeLog   |   57 +
 testing-x86_64/PKGBUILD|  115 +++
 testing-x86_64/git-daemon  |   70 +
 testing-x86_64/git-daemon.conf |5 +
 testing-x86_64/git-daemon.socket   |   10 +++
 testing-x86_64/git-daemon@.service |   11 +++
 testing-x86_64/git.install |   22 ++
 14 files changed, 580 insertions(+)

Copied: git/repos/testing-i686/ChangeLog (from rev 165367, git/trunk/ChangeLog)
===
--- testing-i686/ChangeLog  (rev 0)
+++ testing-i686/ChangeLog  2012-08-16 14:45:26 UTC (rev 165368)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
+
+2009-06-05 Dan McGee d...@archlinux.org
+   Version 1.6.3.2-1
+   * Remove gitweb from /usr/share; it needs customization to be helpful
+   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
+
+2008-09-14 Dan McGee d...@archlinux.org
+   Version 1.6.0.2-1
+   * Moved optional depends from install file to optdepends array
+
+2008-06-15 Dan McGee d...@archlinux.org
+   Version 1.5.6-1
+   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
+
+2008-02-02 Dan McGee d...@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 ke...@archlinux.org
+   Version 1.5.3.7-2
+   * Updated for new perl policy (vendor dirs)
+   * Change license to GPL2
+
+2007-11-01 Eric Belanger e...@archlinux.org
+   Version 1.5.3.5-2
+   * Fix Perl module location

Copied: git/repos/testing-i686/PKGBUILD (from rev 165367, git/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-16 14:45:26 UTC (rev 165368)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=git
+pkgver=1.7.11.5
+pkgrel=2
+pkgdesc=the fast distributed version control system

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

2012-08-15 Thread Dan McGee
Date: Wednesday, August 15, 2012 @ 22:47:11
  Author: dan
Revision: 165345

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 165344, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 165344, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 165344, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 165344, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 165344, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 165344, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 165344, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 165344, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-08-16 02:46:30 UTC (rev 165344)
+++ extra-i686/ChangeLog2012-08-16 02:47:11 UTC (rev 165345)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 165344, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-08-16 02:47:11 UTC (rev 165345)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+  

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

2012-07-30 Thread Dan McGee
Date: Monday, July 30, 2012 @ 20:52:22
  Author: dan
Revision: 164342

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 164341, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 164341, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 164341, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 164341, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 164341, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 164341, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 164341, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 164341, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-07-31 00:51:17 UTC (rev 164341)
+++ extra-i686/ChangeLog2012-07-31 00:52:22 UTC (rev 164342)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 164341, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-07-31 00:52:22 UTC (rev 164342)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-07-23 Thread Dan McGee
Date: Monday, July 23, 2012 @ 09:53:11
  Author: dan
Revision: 163990

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 163989, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 163989, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 163989, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 163989, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 163989, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 163989, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 163989, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 163989, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-07-23 13:52:31 UTC (rev 163989)
+++ extra-i686/ChangeLog2012-07-23 13:53:11 UTC (rev 163990)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 163989, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-07-23 13:53:11 UTC (rev 163990)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-07-13 Thread Dan McGee
Date: Friday, July 13, 2012 @ 10:43:17
  Author: dan
Revision: 163497

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 163496, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 163496, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 163496, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 163496, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 163496, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 163496, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 163496, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 163496, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-07-13 14:42:37 UTC (rev 163496)
+++ extra-i686/ChangeLog2012-07-13 14:43:17 UTC (rev 163497)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 163496, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-07-13 14:43:17 UTC (rev 163497)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-06-25 Thread Dan McGee
Date: Monday, June 25, 2012 @ 23:37:25
  Author: dan
Revision: 162371

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 162370, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 162370, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 162370, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 162370, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 162370, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 162370, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 162370, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 162370, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-06-26 03:36:47 UTC (rev 162370)
+++ extra-i686/ChangeLog2012-06-26 03:37:25 UTC (rev 162371)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 162370, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-06-26 03:37:25 UTC (rev 162371)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-06-18 Thread Dan McGee
Date: Monday, June 18, 2012 @ 21:03:02
  Author: dan
Revision: 162030

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 162029, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 162029, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 162029, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 162029, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 162029, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 162029, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 162029, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 162029, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  211 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  211 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-06-19 01:02:13 UTC (rev 162029)
+++ extra-i686/ChangeLog2012-06-19 01:03:02 UTC (rev 162030)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 162029, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-06-19 01:03:02 UTC (rev 162030)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-06-07 Thread Dan McGee
Date: Thursday, June 7, 2012 @ 10:20:24
  Author: dan
Revision: 160963

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 160962, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 160962, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 160962, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 160962, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 160962, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 160962, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 160962, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 160962, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-06-07 14:19:46 UTC (rev 160962)
+++ extra-i686/ChangeLog2012-06-07 14:20:24 UTC (rev 160963)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 160962, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-06-07 14:20:24 UTC (rev 160963)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-05-30 Thread Dan McGee
Date: Wednesday, May 30, 2012 @ 14:30:33
  Author: dan
Revision: 160199

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 160198, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 160198, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 160198, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 160198, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 160198, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 160198, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 160198, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 160198, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-05-30 18:29:48 UTC (rev 160198)
+++ extra-i686/ChangeLog2012-05-30 18:30:33 UTC (rev 160199)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 160198, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-05-30 18:30:33 UTC (rev 160199)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-05-11 Thread Dan McGee
Date: Friday, May 11, 2012 @ 23:22:50
  Author: dan
Revision: 158835

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 158834, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 158834, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 158834, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 158834, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 158834, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 158834, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 158834, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 158834, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-05-12 03:22:11 UTC (rev 158834)
+++ extra-i686/ChangeLog2012-05-12 03:22:50 UTC (rev 158835)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 158834, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-05-12 03:22:50 UTC (rev 158835)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-05-02 Thread Dan McGee
Date: Wednesday, May 2, 2012 @ 10:24:00
  Author: dan
Revision: 158077

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 158076, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 158076, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 158076, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 158076, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 158076, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 158076, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 158076, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 158076, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-05-02 14:23:22 UTC (rev 158076)
+++ extra-i686/ChangeLog2012-05-02 14:24:00 UTC (rev 158077)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 158076, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-05-02 14:24:00 UTC (rev 158077)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-04-06 Thread Dan McGee
Date: Friday, April 6, 2012 @ 16:25:08
  Author: dan
Revision: 155812

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 155811, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 155811, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 155811, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 155811, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 155811, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 155811, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 155811, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 155811, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-04-06 20:24:27 UTC (rev 155811)
+++ extra-i686/ChangeLog2012-04-06 20:25:08 UTC (rev 155812)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 155811, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-04-06 20:25:08 UTC (rev 155812)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * 

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

2012-04-03 Thread Dan McGee
Date: Tuesday, April 3, 2012 @ 15:34:16
  Author: dan
Revision: 155451

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 155450, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 155450, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 155450, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 155450, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 155450, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 155450, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 155450, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 155450, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++
 extra-i686/PKGBUILD  |  203 +
 extra-i686/git-daemon|  140 ++--
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +++
 extra-x86_64/PKGBUILD|  203 +
 extra-x86_64/git-daemon  |  140 ++--
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 474 insertions(+), 460 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-04-03 19:33:37 UTC (rev 155450)
+++ extra-i686/ChangeLog2012-04-03 19:34:16 UTC (rev 155451)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 155450, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-04-03 19:34:16 UTC (rev 155451)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+

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

2012-03-27 Thread Dan McGee
Date: Tuesday, March 27, 2012 @ 10:31:30
  Author: dan
Revision: 154397

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 154396, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 154396, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 154396, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 154396, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 154396, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 154396, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 154396, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 154396, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++
 extra-i686/PKGBUILD  |  196 -
 extra-i686/git-daemon|  140 ++---
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +++
 extra-x86_64/PKGBUILD|  196 -
 extra-x86_64/git-daemon  |  140 ++---
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 460 insertions(+), 460 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-03-27 14:30:51 UTC (rev 154396)
+++ extra-i686/ChangeLog2012-03-27 14:31:30 UTC (rev 154397)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 154396, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-03-27 14:31:30 UTC (rev 154397)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+ 

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

2012-03-12 Thread Dan McGee
Date: Monday, March 12, 2012 @ 22:15:42
  Author: dan
Revision: 153414

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 153413, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 153413, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 153413, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 153413, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 153413, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 153413, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 153413, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 153413, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++
 extra-i686/PKGBUILD  |  196 -
 extra-i686/git-daemon|  140 ++---
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +++
 extra-x86_64/PKGBUILD|  196 -
 extra-x86_64/git-daemon  |  140 ++---
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 460 insertions(+), 460 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-03-13 02:15:03 UTC (rev 153413)
+++ extra-i686/ChangeLog2012-03-13 02:15:42 UTC (rev 153414)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 153413, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-03-13 02:15:42 UTC (rev 153414)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+  

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

2012-03-06 Thread Dan McGee
Date: Tuesday, March 6, 2012 @ 07:08:41
  Author: dan
Revision: 152269

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 152268, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 152268, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 152268, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 152268, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 152268, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 152268, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 152268, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 152268, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++
 extra-i686/PKGBUILD  |  196 -
 extra-i686/git-daemon|  140 ++---
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +++
 extra-x86_64/PKGBUILD|  196 -
 extra-x86_64/git-daemon  |  140 ++---
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 460 insertions(+), 460 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-03-06 12:08:02 UTC (rev 152268)
+++ extra-i686/ChangeLog2012-03-06 12:08:41 UTC (rev 152269)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 152268, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-03-06 12:08:41 UTC (rev 152269)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+  

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

2012-02-22 Thread Dan McGee
Date: Wednesday, February 22, 2012 @ 23:50:43
  Author: dan
Revision: 150817

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 150816, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 150816, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 150816, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 150816, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 150816, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 150816, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 150816, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 150816, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  182 ++---
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  182 ++---
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 460 insertions(+), 432 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-02-23 04:50:05 UTC (rev 150816)
+++ extra-i686/ChangeLog2012-02-23 04:50:43 UTC (rev 150817)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 150816, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-23 04:50:43 UTC (rev 150817)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2012-02-14 Thread Dan McGee
Date: Tuesday, February 14, 2012 @ 15:14:21
  Author: dan
Revision: 150206

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 150205, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 150205, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 150205, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 150205, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 150205, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 150205, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 150205, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 150205, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  170 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  170 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 432 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-02-14 20:13:43 UTC (rev 150205)
+++ extra-i686/ChangeLog2012-02-14 20:14:21 UTC (rev 150206)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 150205, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-14 20:14:21 UTC (rev 150206)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2012-01-29 Thread Dan McGee
Date: Sunday, January 29, 2012 @ 15:12:07
  Author: dan
Revision: 148010

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 148009, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 148009, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 148009, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 148009, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 148009, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 148009, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 148009, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 148009, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  172 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  172 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-01-29 20:11:21 UTC (rev 148009)
+++ extra-i686/ChangeLog2012-01-29 20:12:07 UTC (rev 148010)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 148009, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-01-29 20:12:07 UTC (rev 148010)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2012-01-18 Thread Dan McGee
Date: Wednesday, January 18, 2012 @ 20:23:02
  Author: dan
Revision: 146869

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 146868, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 146868, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 146868, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 146868, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 146868, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 146868, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 146868, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 146868, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  172 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  172 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-01-19 01:22:21 UTC (rev 146868)
+++ extra-i686/ChangeLog2012-01-19 01:23:02 UTC (rev 146869)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 146868, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-01-19 01:23:02 UTC (rev 146869)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs 

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

2012-01-08 Thread Dan McGee
Date: Sunday, January 8, 2012 @ 17:58:11
  Author: dan
Revision: 146299

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 146298, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 146298, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 146298, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 146298, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 146298, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 146298, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 146298, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 146298, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  172 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  172 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-01-08 22:57:32 UTC (rev 146298)
+++ extra-i686/ChangeLog2012-01-08 22:58:11 UTC (rev 146299)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 146298, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-01-08 22:58:11 UTC (rev 146299)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2011-12-03 Thread Dan McGee
Date: Saturday, December 3, 2011 @ 12:49:51
  Author: dan
Revision: 144096

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 144095, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 144095, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 144095, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 144095, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 144095, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 144095, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 144095, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 144095, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  172 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  172 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-12-03 17:49:28 UTC (rev 144095)
+++ extra-i686/ChangeLog2011-12-03 17:49:51 UTC (rev 144096)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 144095, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-12-03 17:49:51 UTC (rev 144096)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2011-12-03 Thread Dan McGee
Date: Saturday, December 3, 2011 @ 13:17:43
  Author: dan
Revision: 144099

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 144098, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 144098, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 144098, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 144098, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 144098, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 144098, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 144098, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 144098, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +--
 extra-i686/PKGBUILD  |  172 -
 extra-i686/git-daemon|  140 -
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +--
 extra-x86_64/PKGBUILD|  172 -
 extra-x86_64/git-daemon  |  140 -
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 436 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-12-03 18:03:15 UTC (rev 144098)
+++ extra-i686/ChangeLog2011-12-03 18:17:43 UTC (rev 144099)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 144098, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-12-03 18:17:43 UTC (rev 144099)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2011-11-20 Thread Dan McGee
Date: Sunday, November 20, 2011 @ 15:58:22
  Author: dan
Revision: 143010

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 143009, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 143009, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 143009, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 143009, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 143009, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 143009, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 143009, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 143009, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +-
 extra-i686/PKGBUILD  |  176 -
 extra-i686/git-daemon|  140 
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 +-
 extra-x86_64/PKGBUILD|  176 -
 extra-x86_64/git-daemon  |  140 
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 436 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-20 20:40:38 UTC (rev 143009)
+++ extra-i686/ChangeLog2011-11-20 20:58:22 UTC (rev 143010)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 143009, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-20 20:58:22 UTC (rev 143010)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion 

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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 23:33:51
  Author: dan
Revision: 142406

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 142405, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 142405, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 142405, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 142405, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 142405, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 142405, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 142405, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 142405, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-09 04:33:27 UTC (rev 142405)
+++ extra-i686/ChangeLog2011-11-09 04:33:51 UTC (rev 142406)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 142405, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-09 04:33:51 UTC (rev 142406)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-11-02 Thread Dan McGee
Date: Wednesday, November 2, 2011 @ 11:25:43
  Author: dan
Revision: 141726

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 141725, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 141725, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 141725, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 141725, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 141725, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 141725, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 141725, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 141725, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-02 15:25:18 UTC (rev 141725)
+++ extra-i686/ChangeLog2011-11-02 15:25:43 UTC (rev 141726)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 141725, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-02 15:25:43 UTC (rev 141726)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-10-24 Thread Dan McGee
Date: Monday, October 24, 2011 @ 17:49:40
  Author: dan
Revision: 141150

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 141149, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 141149, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 141149, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 141149, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 141149, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 141149, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 141149, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 141149, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-24 21:49:15 UTC (rev 141149)
+++ extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 141149, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-10-24 Thread Dan McGee
Date: Monday, October 24, 2011 @ 18:00:23
  Author: dan
Revision: 141151

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 141150, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 141150, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 141150, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 141150, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 141150, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 141150, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 141150, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 141150, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-24 21:49:40 UTC (rev 141150)
+++ extra-i686/ChangeLog2011-10-24 22:00:23 UTC (rev 141151)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 141150, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-24 22:00:23 UTC (rev 141151)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-10-03 Thread Dan McGee
Date: Monday, October 3, 2011 @ 10:28:43
  Author: dan
Revision: 139592

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 139591, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 139591, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 139591, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 139591, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 139591, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 139591, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 139591, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 139591, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-03 14:27:57 UTC (rev 139591)
+++ extra-i686/ChangeLog2011-10-03 14:28:43 UTC (rev 139592)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 139591, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-03 14:28:43 UTC (rev 139592)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-10-03 Thread Dan McGee
Date: Monday, October 3, 2011 @ 10:35:14
  Author: dan
Revision: 139595

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 139594, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 139594, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 139594, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 139594, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 139594, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 139594, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 139594, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 139594, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-03 14:30:44 UTC (rev 139594)
+++ extra-i686/ChangeLog2011-10-03 14:35:14 UTC (rev 139595)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 139594, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-03 14:35:14 UTC (rev 139595)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

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

2011-09-24 Thread Dan McGee
Date: Saturday, September 24, 2011 @ 11:26:08
  Author: dan
Revision: 138473

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 138472, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 138472, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 138472, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 138472, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 138472, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 138472, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 138472, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 138472, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-09-24 15:25:22 UTC (rev 138472)
+++ extra-i686/ChangeLog2011-09-24 15:26:08 UTC (rev 138473)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@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 ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 138472, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-09-24 15:26:08 UTC (rev 138473)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

  1   2   >