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

2017-10-06 Thread Felix Yan
Date: Friday, October 6, 2017 @ 16:13:22
  Author: felixonmars
Revision: 261958

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 261957, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 261957, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 261957, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-06 16:13:22 UTC (rev 261958)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=8
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 261957, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-06 16:13:22 UTC (rev 261958)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=8
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-08-20 Thread Felix Yan
Date: Sunday, August 20, 2017 @ 09:06:30
  Author: felixonmars
Revision: 252656

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 252655, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 252655, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 252655, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-20 09:06:30 UTC (rev 252656)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=7
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 252655, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-20 09:06:30 UTC (rev 252656)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=7
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 22:12:53
  Author: felixonmars
Revision: 251202

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 251201, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 251201, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 251201, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-15 22:12:53 UTC (rev 251202)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=6
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 251201, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-15 22:12:53 UTC (rev 251202)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=6
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 16:53:42
  Author: felixonmars
Revision: 249839

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 249838, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 249838, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 249838, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 16:53:42 UTC (rev 249839)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=5
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 249838, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 16:53:42 UTC (rev 249839)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=5
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 20:24:39
  Author: felixonmars
Revision: 248858

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 248857, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 248857, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 248857, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-05 20:24:39 UTC (rev 248858)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=4
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 248857, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-05 20:24:39 UTC (rev 248858)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=4
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-07-07 Thread Felix Yan
Date: Friday, July 7, 2017 @ 11:02:12
  Author: felixonmars
Revision: 242773

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 242772, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 242772, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 242772, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 11:02:12 UTC (rev 242773)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=3
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 242772, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 11:02:12 UTC (rev 242773)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=3
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 14:56:55
  Author: felixonmars
Revision: 241353

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 241352, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 241352, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 241352, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-28 14:56:55 UTC (rev 241353)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=2
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 241352, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-28 14:56:55 UTC (rev 241353)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=2
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 15:59:41
  Author: felixonmars
Revision: 241244

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

Added:
  git-repair/repos/community-i686/PKGBUILD
(from rev 241243, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-x86_64/PKGBUILD
(from rev 241243, git-repair/trunk/PKGBUILD)
Deleted:
  git-repair/repos/community-i686/PKGBUILD
  git-repair/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 15:58:38 UTC (rev 241243)
+++ community-i686/PKGBUILD 2017-06-27 15:59:41 UTC (rev 241244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
-pkgdesc="Repairs a damaged git repisitory"
-url="http://git-repair.branchable.com/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
-source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd git-repair
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri
-  runhaskell Setup build
-}
-
-package() {
-  cd git-repair
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
-
-  rm "$pkgdir"/usr/share/doc/git-repair/GPL
-  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
-}

Copied: git-repair/repos/community-i686/PKGBUILD (from rev 241243, 
git-repair/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 15:59:41 UTC (rev 241244)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=1
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' "ghc" "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 15:58:38 UTC (rev 241243)
+++ community-x86_64/PKGBUILD   2017-06-27 15:59:41 UTC (rev 241244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
-pkgdesc="Repairs a damaged git repisitory"
-url="http://git-repair.branchable.com/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
-source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd git-repair
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri
-  runhaskell Setup build
-}
-
-package() {
-  cd git-repair
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
-
-  rm "$pkgdir"/usr/share/doc/git-repair/GPL
-  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
-}

Copied: git-repair/repos/community-x86_64/PKGBUILD (from rev 

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

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 15:59:24
  Author: felixonmars
Revision: 232336

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 232335, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 232335, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 232335, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-01 15:59:24 UTC (rev 232336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=10
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 232335, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-01 15:59:24 UTC (rev 232336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=10
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-05-31 Thread Felix Yan
Date: Wednesday, May 31, 2017 @ 17:37:06
  Author: felixonmars
Revision: 231593

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 231592, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 231592, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 231592, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-31 17:37:06 UTC (rev 231593)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=9
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 231592, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-31 17:37:06 UTC (rev 231593)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=9
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 16:52:51
  Author: felixonmars
Revision: 230140

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 230139, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 230139, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 230139, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 16:52:51 UTC (rev 230140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=8
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 230139, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 16:52:51 UTC (rev 230140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=8
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-05-22 Thread Felix Yan
Date: Monday, May 22, 2017 @ 13:18:09
  Author: felixonmars
Revision: 229093

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 229092, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 229092, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 229092, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-22 13:18:09 UTC (rev 229093)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=7
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 229092, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-22 13:18:09 UTC (rev 229093)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=7
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-04-10 Thread Felix Yan
Date: Monday, April 10, 2017 @ 18:38:50
  Author: felixonmars
Revision: 221882

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 221881, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 221881, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 221881, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-10 18:38:50 UTC (rev 221882)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=6
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 221881, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-10 18:38:50 UTC (rev 221882)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=6
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 15:40:08
  Author: felixonmars
Revision: 221064

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 221063, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 221063, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 221063, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-06 15:40:08 UTC (rev 221064)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=5
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 221063, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-06 15:40:08 UTC (rev 221064)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=5
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-03-24 Thread Felix Yan
Date: Friday, March 24, 2017 @ 06:49:23
  Author: felixonmars
Revision: 218611

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 218610, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 218610, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 218610, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-24 06:49:23 UTC (rev 218611)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=4
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 218610, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-24 06:49:23 UTC (rev 218611)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=4
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 03:32:12
  Author: felixonmars
Revision: 215440

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 215439, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 215439, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 215439, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-10 03:32:12 UTC (rev 215440)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=3
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 215439, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-10 03:32:12 UTC (rev 215440)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=3
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-02-10 Thread Felix Yan
Date: Friday, February 10, 2017 @ 15:10:41
  Author: felixonmars
Revision: 211750

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

Added:
  git-repair/repos/community-staging-i686/
  git-repair/repos/community-staging-i686/PKGBUILD
(from rev 211749, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 211749, git-repair/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-staging-i686/PKGBUILD (from rev 211749, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-10 15:10:41 UTC (rev 211750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=2
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 211749, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-10 15:10:41 UTC (rev 211750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=2
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


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

2017-01-23 Thread Felix Yan
Date: Monday, January 23, 2017 @ 09:02:12
  Author: felixonmars
Revision: 208486

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

Added:
  git-repair/repos/community-i686/
  git-repair/repos/community-i686/PKGBUILD
(from rev 208485, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-x86_64/
  git-repair/repos/community-x86_64/PKGBUILD
(from rev 208485, git-repair/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: git-repair/repos/community-i686/PKGBUILD (from rev 208485, 
git-repair/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 09:02:12 UTC (rev 208486)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=1
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-x86_64/PKGBUILD (from rev 208485, 
git-repair/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-23 09:02:12 UTC (rev 208486)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20161118
+pkgrel=1
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
+ "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
+ "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}