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

2016-05-01 Thread Felix Yan
Date: Sunday, May 1, 2016 @ 18:39:54
  Author: fyan
Revision: 173273

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

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

--+
 /PKGBUILD|  108 +
 /haskell-pandoc-crossref.install |   36 +++
 community-i686/PKGBUILD  |   58 ---
 community-i686/haskell-pandoc-crossref.install   |   18 ---
 community-x86_64/PKGBUILD|   58 ---
 community-x86_64/haskell-pandoc-crossref.install |   18 ---
 6 files changed, 144 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-01 16:39:00 UTC (rev 173272)
+++ community-i686/PKGBUILD 2016-05-01 16:39:54 UTC (rev 173273)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=pandoc-crossref
-pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.2.0.1
-pkgrel=8
-pkgdesc="Pandoc filter for cross-references"
-url="http://hackage.haskell.org/package/${pkgbase};
-license=("GPL2")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
- "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
- "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
-
-prepare() {
-sed -i 's/data-default >= 0.4 && <0.6/data-default >= 0.4 \&\& <0.7/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
-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-crossref() {
-depends=('pandoc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share}
-}
-
-package_haskell-pandoc-crossref() {
-pkgdesc="Pandoc filter for cross-references (docs and libraries)"
-depends=("${makedepends[@]}" 'pandoc-crossref')
-install="haskell-pandoc-crossref.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/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/bin
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: pandoc-crossref/repos/community-i686/PKGBUILD (from rev 173272, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-01 16:39:54 UTC (rev 173273)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.1.1
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" 

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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:28:28
  Author: fyan
Revision: 158708

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

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

--+
 /PKGBUILD|  108 +
 /haskell-pandoc-crossref.install |   36 +++
 community-i686/PKGBUILD  |   53 --
 community-i686/haskell-pandoc-crossref.install   |   18 ---
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/haskell-pandoc-crossref.install |   18 ---
 6 files changed, 144 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 17:27:58 UTC (rev 158707)
+++ community-i686/PKGBUILD 2016-01-23 17:28:28 UTC (rev 158708)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=pandoc-crossref
-pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.1.6.3
-pkgrel=12
-pkgdesc="Pandoc filter for cross-references"
-url="http://hackage.haskell.org/package/${pkgbase};
-license=("GPL2")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
- "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7ec41e6fa2acf6826889670e7636b209a6833872de3b65034891a402b7bd356b')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
-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-crossref() {
-depends=('pandoc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share}
-}
-
-package_haskell-pandoc-crossref() {
-pkgdesc="Pandoc filter for cross-references (docs and libraries)"
-depends=("${makedepends[@]}" 'pandoc-crossref')
-install="haskell-pandoc-crossref.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/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/bin
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: pandoc-crossref/repos/community-i686/PKGBUILD (from rev 158707, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:28:28 UTC (rev 158708)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.4
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('8d3c5147f67f8bcc8a912a8b0daa8bb5d778c1af92df3cec5e167def276add9f')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"

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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 16:14:30
  Author: fyan
Revision: 155866

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

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

--+
 /PKGBUILD|  106 +
 /haskell-pandoc-crossref.install |   36 +++
 community-i686/PKGBUILD  |   53 --
 community-i686/haskell-pandoc-crossref.install   |   18 ---
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/haskell-pandoc-crossref.install |   18 ---
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-10 15:13:52 UTC (rev 155865)
+++ community-i686/PKGBUILD 2016-01-10 15:14:30 UTC (rev 155866)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=pandoc-crossref
-pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.1.6.2
-pkgrel=5
-pkgdesc="Pandoc filter for cross-references"
-url="http://hackage.haskell.org/package/${pkgbase};
-license=("GPL2")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
- "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('5317de67d381210fda43dba79061c33abb64c5eb42707a2fa570c330a165bd57')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
-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-crossref() {
-depends=('pandoc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share}
-}
-
-package_haskell-pandoc-crossref() {
-pkgdesc="Pandoc filter for cross-references (docs and libraries)"
-depends=("${makedepends[@]}" 'pandoc-crossref')
-install="haskell-pandoc-crossref.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/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/bin
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: pandoc-crossref/repos/community-i686/PKGBUILD (from rev 155865, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-10 15:14:30 UTC (rev 155866)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.3
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('7ec41e6fa2acf6826889670e7636b209a6833872de3b65034891a402b7bd356b')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling