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

Felix Yan fyan at archlinux.org
Fri Jun 10 10:32:22 UTC 2016


    Date: Friday, June 10, 2016 @ 12:32:22
  Author: fyan
Revision: 179229

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

Added:
  hlint/repos/community-testing-i686/PKGBUILD
    (from rev 179228, hlint/trunk/PKGBUILD)
  hlint/repos/community-testing-x86_64/PKGBUILD
    (from rev 179228, hlint/trunk/PKGBUILD)
Deleted:
  hlint/repos/community-testing-i686/PKGBUILD
  hlint/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-06-10 10:31:46 UTC (rev 179228)
+++ community-testing-i686/PKGBUILD	2016-06-10 10:32:22 UTC (rev 179229)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgbase=hlint
-pkgname=(hlint haskell-hlint)
-pkgver=1.9.34
-pkgrel=2
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
-             "haskell-extra" "haskell-src-exts" "haskell-hscolour" "haskell-uniplate"
-             "haskell-refact")
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('637c3b27238e1c2e217e0c78185507bdeff2c1ce747575a0cbade727ce5f89d5')
-
-build() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fgpl -fthreaded
-    runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
-    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_hlint() {
-    depends=('gmp' 'libffi')
-
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_haskell-hlint() {
-    pkgdesc="Source code suggestions (docs and libraries)"
-    depends=("${makedepends[@]}" 'hlint')
-
-    cd "${srcdir}/${pkgbase}-${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"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
-    rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
-}

Copied: hlint/repos/community-testing-i686/PKGBUILD (from rev 179228, hlint/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-06-10 10:32:22 UTC (rev 179229)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.35
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+             "haskell-extra" "haskell-src-exts" "haskell-hscolour" "haskell-uniplate"
+             "haskell-refact")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('5e6289dadc77a0862ee12ec09136059011fd779c96ff6ffeec899170a97d7a8a')
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fgpl -fthreaded
+    runhaskell Setup build
+    runhaskell Setup haddock --hoogle --html
+    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_hlint() {
+    depends=('gmp' 'libffi')
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-hlint() {
+    pkgdesc="Source code suggestions (docs and libraries)"
+    depends=("${makedepends[@]}" 'hlint')
+
+    cd "${srcdir}/${pkgbase}-${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"
+    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+    ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+    rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-06-10 10:31:46 UTC (rev 179228)
+++ community-testing-x86_64/PKGBUILD	2016-06-10 10:32:22 UTC (rev 179229)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgbase=hlint
-pkgname=(hlint haskell-hlint)
-pkgver=1.9.34
-pkgrel=2
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
-             "haskell-extra" "haskell-src-exts" "haskell-hscolour" "haskell-uniplate"
-             "haskell-refact")
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('637c3b27238e1c2e217e0c78185507bdeff2c1ce747575a0cbade727ce5f89d5')
-
-build() {
-    cd "${srcdir}/${pkgbase}-${pkgver}"    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fgpl -fthreaded
-    runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
-    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_hlint() {
-    depends=('gmp' 'libffi')
-
-    cd "${srcdir}/${pkgbase}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_haskell-hlint() {
-    pkgdesc="Source code suggestions (docs and libraries)"
-    depends=("${makedepends[@]}" 'hlint')
-
-    cd "${srcdir}/${pkgbase}-${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"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
-    rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
-}

Copied: hlint/repos/community-testing-x86_64/PKGBUILD (from rev 179228, hlint/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-06-10 10:32:22 UTC (rev 179229)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.35
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+             "haskell-extra" "haskell-src-exts" "haskell-hscolour" "haskell-uniplate"
+             "haskell-refact")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('5e6289dadc77a0862ee12ec09136059011fd779c96ff6ffeec899170a97d7a8a')
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fgpl -fthreaded
+    runhaskell Setup build
+    runhaskell Setup haddock --hoogle --html
+    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_hlint() {
+    depends=('gmp' 'libffi')
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-hlint() {
+    pkgdesc="Source code suggestions (docs and libraries)"
+    depends=("${makedepends[@]}" 'hlint')
+
+    cd "${srcdir}/${pkgbase}-${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"
+    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+    ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+    rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}



More information about the arch-commits mailing list