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

Felix Yan felixonmars at archlinux.org
Sun Jun 18 16:36:16 UTC 2017


    Date: Sunday, June 18, 2017 @ 16:36:15
  Author: felixonmars
Revision: 238085

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

Added:
  darcs/repos/community-staging-i686/PKGBUILD
    (from rev 238084, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/PKGBUILD
    (from rev 238084, darcs/trunk/PKGBUILD)
Deleted:
  darcs/repos/community-staging-i686/PKGBUILD
  darcs/repos/community-staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |  102 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   51 ------------------
 community-staging-x86_64/PKGBUILD |   51 ------------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2017-06-18 16:35:44 UTC (rev 238084)
+++ community-staging-i686/PKGBUILD	2017-06-18 16:36:15 UTC (rev 238085)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=darcs
-pkgver=2.12.5
-pkgrel=43
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring"
-         "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz"
-         "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl"
-         "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi"
-         "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
-         "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string"
-         "haskell-vector" "haskell-zip-archive" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-        -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
-        -f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
-    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() {
-    cd "${srcdir}/${pkgname}-${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/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-    chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
-    install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
-    install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 238084, darcs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-18 16:36:15 UTC (rev 238085)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=44
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring"
+         "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz"
+         "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl"
+         "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi"
+         "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
+         "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string"
+         "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+        -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+        -f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+    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() {
+    cd "${srcdir}/${pkgname}-${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/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+    install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
+    install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2017-06-18 16:35:44 UTC (rev 238084)
+++ community-staging-x86_64/PKGBUILD	2017-06-18 16:36:15 UTC (rev 238085)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=darcs
-pkgver=2.12.5
-pkgrel=43
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring"
-         "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz"
-         "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl"
-         "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi"
-         "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
-         "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string"
-         "haskell-vector" "haskell-zip-archive" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-        -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
-        -f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
-    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() {
-    cd "${srcdir}/${pkgname}-${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/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-    chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
-    install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
-    install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 238084, darcs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-18 16:36:15 UTC (rev 238085)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=44
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl' "ghc" "haskell-async" "haskell-attoparsec" "haskell-base16-bytestring"
+         "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" "haskell-graphviz"
+         "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" "haskell-mtl"
+         "haskell-network" "haskell-network-uri" "haskell-old-time" "haskell-parsec" "haskell-sandi"
+         "haskell-random" "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
+         "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" "haskell-utf8-string"
+         "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+        -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+        -f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+    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() {
+    cd "${srcdir}/${pkgname}-${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/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+    install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
+    install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}



More information about the arch-commits mailing list