[arch-commits] Commit in haskell-bytestring-show/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Nov 5 10:55:19 UTC 2013


    Date: Tuesday, November 5, 2013 @ 11:55:19
  Author: spupykin
Revision: 100508

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

Added:
  haskell-bytestring-show/repos/community-i686/PKGBUILD
    (from rev 100507, haskell-bytestring-show/trunk/PKGBUILD)
  haskell-bytestring-show/repos/community-i686/haskell-bytestring-show.install
    (from rev 100507, haskell-bytestring-show/trunk/haskell-bytestring-show.install)
  haskell-bytestring-show/repos/community-x86_64/PKGBUILD
    (from rev 100507, haskell-bytestring-show/trunk/PKGBUILD)
  haskell-bytestring-show/repos/community-x86_64/haskell-bytestring-show.install
    (from rev 100507, haskell-bytestring-show/trunk/haskell-bytestring-show.install)
Deleted:
  haskell-bytestring-show/repos/community-i686/PKGBUILD
  haskell-bytestring-show/repos/community-i686/haskell-bytestring-show.install
  haskell-bytestring-show/repos/community-x86_64/PKGBUILD
  haskell-bytestring-show/repos/community-x86_64/haskell-bytestring-show.install

--------------------------------------------------+
 /PKGBUILD                                        |   86 +++++++++++++++++++++
 /haskell-bytestring-show.install                 |   48 +++++++++++
 community-i686/PKGBUILD                          |   43 ----------
 community-i686/haskell-bytestring-show.install   |   24 -----
 community-x86_64/PKGBUILD                        |   43 ----------
 community-x86_64/haskell-bytestring-show.install |   24 -----
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-05 10:55:03 UTC (rev 100507)
+++ community-i686/PKGBUILD	2013-11-05 10:55:19 UTC (rev 100508)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=haskell-bytestring-show
-pkgver=0.3.5.4
-pkgrel=4
-pkgdesc="Efficient conversion of values into readable byte strings."
-url="http://hackage.haskell.org/package/bytestring-show"
-license=("BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc")
-install="${pkgname}.install"
-source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz")
-md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
-
-build() {
-  cd ${srcdir}/bytestring-show-${pkgver}
-
-  # update outdated dependency
-  sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.cabal
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-	--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-	--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
-
-  cd ${srcdir}/bytestring-show-${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/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/bytestring-show
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-bytestring-show/repos/community-i686/PKGBUILD (from rev 100507, haskell-bytestring-show/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-05 10:55:19 UTC (rev 100508)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.4
+pkgrel=5
+pkgdesc="Efficient conversion of values into readable byte strings."
+url="http://hackage.haskell.org/package/bytestring-show"
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz")
+md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
+
+build() {
+  cd ${srcdir}/bytestring-show-${pkgver}
+
+  # update outdated dependency
+  sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.cabal
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+	--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+	--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
+
+  cd ${srcdir}/bytestring-show-${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/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/bytestring-show
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: community-i686/haskell-bytestring-show.install
===================================================================
--- community-i686/haskell-bytestring-show.install	2013-11-05 10:55:03 UTC (rev 100507)
+++ community-i686/haskell-bytestring-show.install	2013-11-05 10:55:19 UTC (rev 100508)
@@ -1,24 +0,0 @@
-pkgname=haskell-bytestring-show
-HS_DIR=usr/share/haskell/${pkgname}
-
-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: haskell-bytestring-show/repos/community-i686/haskell-bytestring-show.install (from rev 100507, haskell-bytestring-show/trunk/haskell-bytestring-show.install)
===================================================================
--- community-i686/haskell-bytestring-show.install	                        (rev 0)
+++ community-i686/haskell-bytestring-show.install	2013-11-05 10:55:19 UTC (rev 100508)
@@ -0,0 +1,24 @@
+pkgname=haskell-bytestring-show
+HS_DIR=usr/share/haskell/${pkgname}
+
+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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-05 10:55:03 UTC (rev 100507)
+++ community-x86_64/PKGBUILD	2013-11-05 10:55:19 UTC (rev 100508)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=haskell-bytestring-show
-pkgver=0.3.5.4
-pkgrel=4
-pkgdesc="Efficient conversion of values into readable byte strings."
-url="http://hackage.haskell.org/package/bytestring-show"
-license=("BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc")
-install="${pkgname}.install"
-source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz")
-md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
-
-build() {
-  cd ${srcdir}/bytestring-show-${pkgver}
-
-  # update outdated dependency
-  sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.cabal
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-	--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-	--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
-
-  cd ${srcdir}/bytestring-show-${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/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/bytestring-show
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-bytestring-show/repos/community-x86_64/PKGBUILD (from rev 100507, haskell-bytestring-show/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-05 10:55:19 UTC (rev 100508)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.4
+pkgrel=5
+pkgdesc="Efficient conversion of values into readable byte strings."
+url="http://hackage.haskell.org/package/bytestring-show"
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz")
+md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
+
+build() {
+  cd ${srcdir}/bytestring-show-${pkgver}
+
+  # update outdated dependency
+  sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp >= 0.2 \&\& < 0.6/' -i bytestring-show.cabal
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+	--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+	--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
+
+  cd ${srcdir}/bytestring-show-${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/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/bytestring-show
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: community-x86_64/haskell-bytestring-show.install
===================================================================
--- community-x86_64/haskell-bytestring-show.install	2013-11-05 10:55:03 UTC (rev 100507)
+++ community-x86_64/haskell-bytestring-show.install	2013-11-05 10:55:19 UTC (rev 100508)
@@ -1,24 +0,0 @@
-pkgname=haskell-bytestring-show
-HS_DIR=usr/share/haskell/${pkgname}
-
-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: haskell-bytestring-show/repos/community-x86_64/haskell-bytestring-show.install (from rev 100507, haskell-bytestring-show/trunk/haskell-bytestring-show.install)
===================================================================
--- community-x86_64/haskell-bytestring-show.install	                        (rev 0)
+++ community-x86_64/haskell-bytestring-show.install	2013-11-05 10:55:19 UTC (rev 100508)
@@ -0,0 +1,24 @@
+pkgname=haskell-bytestring-show
+HS_DIR=usr/share/haskell/${pkgname}
+
+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