Date: Saturday, February 15, 2014 @ 17:15:55
  Author: vesa
Revision: 206018

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

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

-------------------------+
 /PKGBUILD               |   68 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   34 -----------------------
 testing-x86_64/PKGBUILD |   34 -----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD       2014-02-15 16:13:49 UTC (rev 206017)
+++ testing-i686/PKGBUILD       2014-02-15 16:15:55 UTC (rev 206018)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic <[email protected]>
-# Maintainer: Vesa Kaihlavirta <[email protected]>
-# Contributor: Arch Haskell Team <[email protected]>
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-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')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  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/testing-i686/PKGBUILD (from rev 206017, 
cabal-install/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-02-15 16:15:55 UTC (rev 206018)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic <[email protected]>
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Arch Haskell Team <[email protected]>
+
+pkgname=cabal-install
+pkgver=1.18.0.2
+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')
+#depends=('ghc' 'gmp' 'zlib')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('e7e46406d43539616388aeafa01c689d')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD     2014-02-15 16:13:49 UTC (rev 206017)
+++ testing-x86_64/PKGBUILD     2014-02-15 16:15:55 UTC (rev 206018)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic <[email protected]>
-# Maintainer: Vesa Kaihlavirta <[email protected]>
-# Contributor: Arch Haskell Team <[email protected]>
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-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')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  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/testing-x86_64/PKGBUILD (from rev 206017, 
cabal-install/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-02-15 16:15:55 UTC (rev 206018)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic <[email protected]>
+# Maintainer: Vesa Kaihlavirta <[email protected]>
+# Contributor: Arch Haskell Team <[email protected]>
+
+pkgname=cabal-install
+pkgver=1.18.0.2
+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')
+#depends=('ghc' 'gmp' 'zlib')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('e7e46406d43539616388aeafa01c689d')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  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
+}

Reply via email to