[arch-commits] Commit in pandoc-citeproc/repos (8 files)

Felix Yan fyan at archlinux.org
Sun Apr 3 08:07:10 UTC 2016


    Date: Sunday, April 3, 2016 @ 10:07:09
  Author: fyan
Revision: 169369

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

Added:
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
    (from rev 169368, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
    (from rev 169368, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
    (from rev 169368, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
    (from rev 169368, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
Deleted:
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install

----------------------------------------------------------+
 /PKGBUILD                                                |  118 +++++++++++++
 /haskell-pandoc-citeproc.install                         |   36 +++
 community-staging-i686/PKGBUILD                          |   59 ------
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 -
 community-staging-x86_64/PKGBUILD                        |   59 ------
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2016-04-03 08:06:46 UTC (rev 169368)
+++ community-staging-i686/PKGBUILD	2016-04-03 08:07:09 UTC (rev 169369)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgbase=pandoc-citeproc
-pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
-pkgver=0.9.1.1
-pkgrel=10
-pkgdesc="Supports using pandoc with citeproc"
-url="http://hackage.haskell.org/package/${pkgbase}"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
-             "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
-             "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec"
-             "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
-             "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
-             "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
-
-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 \
-            -f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils
-    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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_pandoc-citeproc() {
-    depends=('pandoc' 'icu')
-
-    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-pandoc-citeproc() {
-    pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
-    depends=("${makedepends[@]}" 'pandoc-citeproc')
-    install="haskell-pandoc-citeproc.install"
-
-    cd "${srcdir}/${pkgbase}-${pkgver}"    
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-    install    -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 169368, pandoc-citeproc/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-04-03 08:07:09 UTC (rev 169369)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=11
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
+             "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+             "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec"
+             "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+             "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
+             "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+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 \
+            -f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils
+    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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+    depends=('pandoc' 'icu')
+
+    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-pandoc-citeproc() {
+    pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+    depends=("${makedepends[@]}" 'pandoc-citeproc')
+    install="haskell-pandoc-citeproc.install"
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"    
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+    install    -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Deleted: community-staging-i686/haskell-pandoc-citeproc.install
===================================================================
--- community-staging-i686/haskell-pandoc-citeproc.install	2016-04-03 08:06:46 UTC (rev 169368)
+++ community-staging-i686/haskell-pandoc-citeproc.install	2016-04-03 08:07:09 UTC (rev 169369)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}

Copied: pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install (from rev 169368, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===================================================================
--- community-staging-i686/haskell-pandoc-citeproc.install	                        (rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install	2016-04-03 08:07:09 UTC (rev 169369)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2016-04-03 08:06:46 UTC (rev 169368)
+++ community-staging-x86_64/PKGBUILD	2016-04-03 08:07:09 UTC (rev 169369)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgbase=pandoc-citeproc
-pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
-pkgver=0.9.1.1
-pkgrel=10
-pkgdesc="Supports using pandoc with citeproc"
-url="http://hackage.haskell.org/package/${pkgbase}"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
-             "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
-             "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec"
-             "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
-             "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
-             "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
-
-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 \
-            -f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils
-    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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_pandoc-citeproc() {
-    depends=('pandoc' 'icu')
-
-    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-pandoc-citeproc() {
-    pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
-    depends=("${makedepends[@]}" 'pandoc-citeproc')
-    install="haskell-pandoc-citeproc.install"
-
-    cd "${srcdir}/${pkgbase}-${pkgver}"    
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-    install    -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 169368, pandoc-citeproc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-04-03 08:07:09 UTC (rev 169369)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=11
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec"
+             "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+             "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" "haskell-parsec"
+             "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+             "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-text-icu"
+             "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+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 \
+            -f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils
+    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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+    depends=('pandoc' 'icu')
+
+    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-pandoc-citeproc() {
+    pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+    depends=("${makedepends[@]}" 'pandoc-citeproc')
+    install="haskell-pandoc-citeproc.install"
+
+    cd "${srcdir}/${pkgbase}-${pkgver}"    
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+    install    -m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Deleted: community-staging-x86_64/haskell-pandoc-citeproc.install
===================================================================
--- community-staging-x86_64/haskell-pandoc-citeproc.install	2016-04-03 08:06:46 UTC (rev 169368)
+++ community-staging-x86_64/haskell-pandoc-citeproc.install	2016-04-03 08:07:09 UTC (rev 169369)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}

Copied: pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install (from rev 169368, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===================================================================
--- community-staging-x86_64/haskell-pandoc-citeproc.install	                        (rev 0)
+++ community-staging-x86_64/haskell-pandoc-citeproc.install	2016-04-03 08:07:09 UTC (rev 169369)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



More information about the arch-commits mailing list