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

Felix Yan fyan at archlinux.org
Tue Apr 19 03:32:55 UTC 2016


    Date: Tuesday, April 19, 2016 @ 05:32:54
  Author: fyan
Revision: 171375

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-19 03:32:20 UTC (rev 171374)
+++ community-i686/PKGBUILD	2016-04-19 03:32:54 UTC (rev 171375)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=git-annex
-pkgver=6.20160412
-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' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
-             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
-             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
-             "haskell-conduit-extra" "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-gnutls"
-             "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
-             "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic"
-             "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
-             "haskell-mountpoints" "haskell-mtl" "haskell-network" "haskell-network-info"
-             "haskell-network-multicast" "haskell-network-protocol-xmpp" "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-stm" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
-             "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat"
-             "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
-             "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" "haskell-yesod-core"
-             "haskell-yesod-default" "haskell-yesod-form" "haskell-yesod-static")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
-        -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
-        -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-
-    install -Dm644 bash-completion.bash "${pkgdir}/usr/share/bash-completion/completions/git-annex"
-
-    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 171374, git-annex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-19 03:32:54 UTC (rev 171375)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=git-annex
+pkgver=6.20160418
+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' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
+             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
+             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
+             "haskell-conduit-extra" "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-gnutls"
+             "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+             "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic"
+             "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+             "haskell-mountpoints" "haskell-mtl" "haskell-network" "haskell-network-info"
+             "haskell-network-multicast" "haskell-network-protocol-xmpp" "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-stm" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+             "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat"
+             "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
+             "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" "haskell-yesod-core"
+             "haskell-yesod-default" "haskell-yesod-form" "haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9d13586cc38d78bcd94c1f3a245d5283e67f43b0ea88033c40d54e78f6544fa2')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+        -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+        -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+
+    install -Dm644 bash-completion.bash "${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+    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	2016-04-19 03:32:20 UTC (rev 171374)
+++ community-x86_64/PKGBUILD	2016-04-19 03:32:54 UTC (rev 171375)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=git-annex
-pkgver=6.20160412
-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' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
-             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
-             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
-             "haskell-conduit-extra" "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-gnutls"
-             "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
-             "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic"
-             "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
-             "haskell-mountpoints" "haskell-mtl" "haskell-network" "haskell-network-info"
-             "haskell-network-multicast" "haskell-network-protocol-xmpp" "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-stm" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
-             "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat"
-             "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
-             "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" "haskell-yesod-core"
-             "haskell-yesod-default" "haskell-yesod-form" "haskell-yesod-static")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
-        -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
-        -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-
-    install -Dm644 bash-completion.bash "${pkgdir}/usr/share/bash-completion/completions/git-annex"
-
-    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 171374, git-annex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-19 03:32:54 UTC (rev 171375)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=git-annex
+pkgver=6.20160418
+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' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
+             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
+             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
+             "haskell-conduit-extra" "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-gnutls"
+             "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+             "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic"
+             "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+             "haskell-mountpoints" "haskell-mtl" "haskell-network" "haskell-network-info"
+             "haskell-network-multicast" "haskell-network-protocol-xmpp" "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-stm" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+             "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat"
+             "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp"
+             "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" "haskell-yesod-core"
+             "haskell-yesod-default" "haskell-yesod-form" "haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9d13586cc38d78bcd94c1f3a245d5283e67f43b0ea88033c40d54e78f6544fa2')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+        -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+        -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+
+    install -Dm644 bash-completion.bash "${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+    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