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

Felix Yan felixonmars at archlinux.org
Fri Oct 27 12:47:23 UTC 2017


    Date: Friday, October 27, 2017 @ 12:47:22
  Author: felixonmars
Revision: 264585

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-27 12:46:22 UTC (rev 264584)
+++ community-i686/PKGBUILD	2017-10-27 12:47:22 UTC (rev 264585)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=git-annex
-pkgver=6.20171018
-pkgrel=6
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/"
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
-         "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
-         "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api"
-         "haskell-cryptonite" "haskell-data-default" "haskell-dav" "haskell-dbus"
-         "haskell-disk-free-space" "haskell-dlist" "haskell-dns" "haskell-edit-distance"
-         "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" "haskell-feed"
-         "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
-         "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
-         "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl"
-         "haskell-network" "haskell-network-info" "haskell-network-multicast" "haskell-network-uri"
-         "haskell-old-locale" "haskell-optparse-applicative" "haskell-path-pieces"
-         "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template"
-         "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" "haskell-resourcet"
-         "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" "haskell-shakespeare"
-         "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" "haskell-tasty"
-         "haskell-tasty-hunit" "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text"
-         "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
-         "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
-         "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" "haskell-yesod-default"
-         "haskell-yesod-form" "haskell-yesod-static")
-makedepends=("chrpath" 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/$pkgname" \
-    -fnetwork-uri -fconcurrentoutput -ftorrentparser \
-    -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
-    -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-i686/PKGBUILD (from rev 264584, git-annex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-27 12:47:22 UTC (rev 264585)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=git-annex
+pkgver=6.20171026
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/"
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+         "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
+         "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api"
+         "haskell-cryptonite" "haskell-data-default" "haskell-dav" "haskell-dbus"
+         "haskell-disk-free-space" "haskell-dlist" "haskell-dns" "haskell-edit-distance"
+         "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" "haskell-feed"
+         "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+         "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+         "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl"
+         "haskell-network" "haskell-network-info" "haskell-network-multicast" "haskell-network-uri"
+         "haskell-old-locale" "haskell-optparse-applicative" "haskell-path-pieces"
+         "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template"
+         "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" "haskell-resourcet"
+         "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" "haskell-shakespeare"
+         "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" "haskell-tasty"
+         "haskell-tasty-hunit" "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text"
+         "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+         "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
+         "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" "haskell-yesod-default"
+         "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/$pkgname" \
+    -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+    -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+    -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-27 12:46:22 UTC (rev 264584)
+++ community-x86_64/PKGBUILD	2017-10-27 12:47:22 UTC (rev 264585)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=git-annex
-pkgver=6.20171018
-pkgrel=6
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/"
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
-         "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
-         "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api"
-         "haskell-cryptonite" "haskell-data-default" "haskell-dav" "haskell-dbus"
-         "haskell-disk-free-space" "haskell-dlist" "haskell-dns" "haskell-edit-distance"
-         "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" "haskell-feed"
-         "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
-         "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
-         "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl"
-         "haskell-network" "haskell-network-info" "haskell-network-multicast" "haskell-network-uri"
-         "haskell-old-locale" "haskell-optparse-applicative" "haskell-path-pieces"
-         "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template"
-         "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" "haskell-resourcet"
-         "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" "haskell-shakespeare"
-         "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" "haskell-tasty"
-         "haskell-tasty-hunit" "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text"
-         "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
-         "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
-         "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" "haskell-yesod-default"
-         "haskell-yesod-form" "haskell-yesod-static")
-makedepends=("chrpath" 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/$pkgname" \
-    -fnetwork-uri -fconcurrentoutput -ftorrentparser \
-    -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
-    -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 264584, git-annex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-27 12:47:22 UTC (rev 264585)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=git-annex
+pkgver=6.20171026
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/"
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+         "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
+         "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api"
+         "haskell-cryptonite" "haskell-data-default" "haskell-dav" "haskell-dbus"
+         "haskell-disk-free-space" "haskell-dlist" "haskell-dns" "haskell-edit-distance"
+         "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" "haskell-feed"
+         "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+         "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+         "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl"
+         "haskell-network" "haskell-network-info" "haskell-network-multicast" "haskell-network-uri"
+         "haskell-old-locale" "haskell-optparse-applicative" "haskell-path-pieces"
+         "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template"
+         "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" "haskell-resourcet"
+         "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" "haskell-shakespeare"
+         "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" "haskell-tasty"
+         "haskell-tasty-hunit" "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text"
+         "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+         "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
+         "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" "haskell-yesod-default"
+         "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/$pkgname" \
+    -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+    -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+    -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}



More information about the arch-commits mailing list