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

Felix Yan felixonmars at archlinux.org
Sun May 7 15:47:53 UTC 2017


    Date: Sunday, May 7, 2017 @ 15:47:51
  Author: felixonmars
Revision: 227264

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

Added:
  hoogle/repos/community-i686/PKGBUILD
    (from rev 227263, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-x86_64/PKGBUILD
    (from rev 227263, hoogle/trunk/PKGBUILD)
Deleted:
  hoogle/repos/community-i686/PKGBUILD
  hoogle/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-07 15:47:10 UTC (rev 227263)
+++ community-i686/PKGBUILD	2017-05-07 15:47:51 UTC (rev 227264)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=hoogle
-pkgver=5.0.11
-pkgrel=2
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
-             "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
-             "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
-             "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
-             "haskell-process-extras" "haskell-resourcet" "haskell-tar" "haskell-text"
-             "haskell-uniplate" "haskell-utf8-string" "haskell-vector" "haskell-wai"
-             "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7c66d38a20e08fc78ce4d1d5665e394b0e25dd4d64f508b384aa1f47c0cbcbabe35bcf61c98c570c91640a6c3965377cce7e7198a2d22d9b8aab23df431c1637')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
-        -fnetwork-uri
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hoogle/repos/community-i686/PKGBUILD (from rev 227263, hoogle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-07 15:47:51 UTC (rev 227264)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
+             "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
+             "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
+             "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
+             "haskell-process-extras" "haskell-resourcet" "haskell-tar" "haskell-text"
+             "haskell-uniplate" "haskell-utf8-string" "haskell-vector" "haskell-wai"
+             "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        -fnetwork-uri
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-07 15:47:10 UTC (rev 227263)
+++ community-x86_64/PKGBUILD	2017-05-07 15:47:51 UTC (rev 227264)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=hoogle
-pkgver=5.0.11
-pkgrel=2
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
-             "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
-             "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
-             "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
-             "haskell-process-extras" "haskell-resourcet" "haskell-tar" "haskell-text"
-             "haskell-uniplate" "haskell-utf8-string" "haskell-vector" "haskell-wai"
-             "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7c66d38a20e08fc78ce4d1d5665e394b0e25dd4d64f508b384aa1f47c0cbcbabe35bcf61c98c570c91640a6c3965377cce7e7198a2d22d9b8aab23df431c1637')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
-        -fnetwork-uri
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hoogle/repos/community-x86_64/PKGBUILD (from rev 227263, hoogle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-07 15:47:51 UTC (rev 227264)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
+             "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
+             "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
+             "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
+             "haskell-process-extras" "haskell-resourcet" "haskell-tar" "haskell-text"
+             "haskell-uniplate" "haskell-utf8-string" "haskell-vector" "haskell-wai"
+             "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        -fnetwork-uri
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}



More information about the arch-commits mailing list