[arch-commits] Commit in haskell-yesod-auth/repos (4 files)

Felix Yan felixonmars at archlinux.org
Wed Aug 30 07:28:41 UTC 2017


    Date: Wednesday, August 30, 2017 @ 07:28:41
  Author: felixonmars
Revision: 254740

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

Added:
  haskell-yesod-auth/repos/community-testing-i686/PKGBUILD
    (from rev 254739, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-testing-x86_64/PKGBUILD
    (from rev 254739, haskell-yesod-auth/trunk/PKGBUILD)
Deleted:
  haskell-yesod-auth/repos/community-testing-i686/PKGBUILD
  haskell-yesod-auth/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |  104 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   52 ------------------
 community-testing-x86_64/PKGBUILD |   52 ------------------
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-08-30 07:28:05 UTC (rev 254739)
+++ community-testing-i686/PKGBUILD	2017-08-30 07:28:41 UTC (rev 254740)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=yesod-auth
-pkgname=haskell-yesod-auth
-pkgver=1.4.17.3
-pkgrel=3
-pkgdesc="Authentication for Yesod."
-url="http://www.yesodweb.com/"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
-         "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
-         "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
-         "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
-         "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types"
-         "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri"
-         "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random"
-         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
-         "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
-         "haskell-yesod-persistent")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('934a6230bff55116c77e5753776bd7b802edca5bf4412f4967b0bd3c66d6740ec747bb9caefb0bce7308f6132f179c772f02884f48916137bd67f2d086cc6c61')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -fnetwork-uri
-    runhaskell Setup build
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-yesod-auth/repos/community-testing-i686/PKGBUILD (from rev 254739, haskell-yesod-auth/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-08-30 07:28:41 UTC (rev 254740)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
+         "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
+         "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+         "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types"
+         "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri"
+         "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random"
+         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
+         "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
+         "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('b04398dfa76581d90f4f3970873d1f1a89eae15ca22f9d76933b2de76ea008913a0993434af4243d920ed9c620f173b9c2befeeb33194ee8ab9e7aed6802c3af')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -fnetwork-uri
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-08-30 07:28:05 UTC (rev 254739)
+++ community-testing-x86_64/PKGBUILD	2017-08-30 07:28:41 UTC (rev 254740)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=yesod-auth
-pkgname=haskell-yesod-auth
-pkgver=1.4.17.3
-pkgrel=3
-pkgdesc="Authentication for Yesod."
-url="http://www.yesodweb.com/"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
-         "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
-         "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
-         "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
-         "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types"
-         "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri"
-         "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random"
-         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
-         "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
-         "haskell-yesod-persistent")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('934a6230bff55116c77e5753776bd7b802edca5bf4412f4967b0bd3c66d6740ec747bb9caefb0bce7308f6132f179c772f02884f48916137bd67f2d086cc6c61')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -fnetwork-uri
-    runhaskell Setup build
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-yesod-auth/repos/community-testing-x86_64/PKGBUILD (from rev 254739, haskell-yesod-auth/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-08-30 07:28:41 UTC (rev 254740)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.18
+pkgrel=1
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
+         "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
+         "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+         "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types"
+         "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri"
+         "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random"
+         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
+         "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
+         "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('b04398dfa76581d90f4f3970873d1f1a89eae15ca22f9d76933b2de76ea008913a0993434af4243d920ed9c620f173b9c2befeeb33194ee8ab9e7aed6802c3af')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -fnetwork-uri
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
+}



More information about the arch-commits mailing list