[arch-commits] Commit in cabal-install/repos (6 files)

Thomas Dziedzic tdziedzic at archlinux.org
Wed Jun 13 13:43:49 UTC 2012


    Date: Wednesday, June 13, 2012 @ 09:43:49
  Author: tdziedzic
Revision: 161652

db-move: moved cabal-install from [testing] to [extra] ( i686,  x86_64)

Added:
  cabal-install/repos/extra-i686/PKGBUILD
    (from rev 161651, cabal-install/repos/testing-i686/PKGBUILD)
  cabal-install/repos/extra-x86_64/PKGBUILD
    (from rev 161651, cabal-install/repos/testing-x86_64/PKGBUILD)
Deleted:
  cabal-install/repos/extra-i686/PKGBUILD
  cabal-install/repos/extra-x86_64/PKGBUILD
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-x86_64/

-----------------------+
 extra-i686/PKGBUILD   |   72 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   72 ++++++++++++++++++++++++------------------------
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-13 12:26:10 UTC (rev 161651)
+++ extra-i686/PKGBUILD	2012-06-13 13:43:49 UTC (rev 161652)
@@ -1,36 +0,0 @@
-# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install"
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1')
-depends=('ghc' 'gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('638514bd1a5792d75866481852148ae5')
-
-build() {
-    cd cabal-install-${pkgver}
-    runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr
-    runhaskell Setup build
-}
-
-package() {
-    cd cabal-install-${pkgver}
-    runhaskell Setup copy --destdir=$pkgdir
-
-    # rm license installed to wrong location
-    rm -rf ${pkgdir}/usr/share/doc
-
-    install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-    
-    # add bash completion
-    install -d ${pkgdir}/usr/share/bash-completion/completions
-    install -m644 bash-completion/cabal \
-        ${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 161651, cabal-install/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-13 13:43:49 UTC (rev 161652)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=cabal-install
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+md5sums=('638514bd1a5792d75866481852148ae5')
+
+build() {
+    cd cabal-install-${pkgver}
+    runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr
+    runhaskell Setup build
+}
+
+package() {
+    cd cabal-install-${pkgver}
+    runhaskell Setup copy --destdir=$pkgdir
+
+    # rm license installed to wrong location
+    rm -rf ${pkgdir}/usr/share/doc
+
+    install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+    
+    # add bash completion
+    install -d ${pkgdir}/usr/share/bash-completion/completions
+    install -m644 bash-completion/cabal \
+        ${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-13 12:26:10 UTC (rev 161651)
+++ extra-x86_64/PKGBUILD	2012-06-13 13:43:49 UTC (rev 161652)
@@ -1,36 +0,0 @@
-# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install"
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1')
-depends=('ghc' 'gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('638514bd1a5792d75866481852148ae5')
-
-build() {
-    cd cabal-install-${pkgver}
-    runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr
-    runhaskell Setup build
-}
-
-package() {
-    cd cabal-install-${pkgver}
-    runhaskell Setup copy --destdir=$pkgdir
-
-    # rm license installed to wrong location
-    rm -rf ${pkgdir}/usr/share/doc
-
-    install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-    
-    # add bash completion
-    install -d ${pkgdir}/usr/share/bash-completion/completions
-    install -m644 bash-completion/cabal \
-        ${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-x86_64/PKGBUILD (from rev 161651, cabal-install/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-13 13:43:49 UTC (rev 161652)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=cabal-install
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+md5sums=('638514bd1a5792d75866481852148ae5')
+
+build() {
+    cd cabal-install-${pkgver}
+    runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr
+    runhaskell Setup build
+}
+
+package() {
+    cd cabal-install-${pkgver}
+    runhaskell Setup copy --destdir=$pkgdir
+
+    # rm license installed to wrong location
+    rm -rf ${pkgdir}/usr/share/doc
+
+    install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+    
+    # add bash completion
+    install -d ${pkgdir}/usr/share/bash-completion/completions
+    install -m644 bash-completion/cabal \
+        ${pkgdir}/usr/share/bash-completion/completions
+}




More information about the arch-commits mailing list