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

Felix Yan felixonmars at archlinux.org
Thu Dec 29 10:26:55 UTC 2016


    Date: Thursday, December 29, 2016 @ 10:26:55
  Author: felixonmars
Revision: 203268

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

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-29 10:26:28 UTC (rev 203267)
+++ community-i686/PKGBUILD	2016-12-29 10:26:55 UTC (rev 203268)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=cabal-install
-pkgver=1.24.0.0
-pkgrel=3
-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=('gmp' 'zlib' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-base16-bytestring"
-             "haskell-cryptohash-sha256" "haskell-hackage-security" "haskell-hashable"
-             "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri"
-             "haskell-random" "haskell-stm" "haskell-tar" "haskell-zlib")
-source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
-md5sums=('beb998cdc385523935620381abe393f4')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-    -fnetwork-uri -f-old-directory -f-old-bytestring
-  runhaskell Setup build
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  runhaskell Setup copy --destdir="${pkgdir}"
-
-  install -Dm644 LICENSE \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -Dm644 bash-completion/cabal \
-    "${pkgdir}/usr/share/bash-completion/completions/cabal"
-}

Copied: cabal-install/repos/community-i686/PKGBUILD (from rev 203267, cabal-install/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-29 10:26:55 UTC (rev 203268)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=cabal-install
+pkgver=1.24.0.0
+pkgrel=4
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-base16-bytestring"
+             "haskell-cryptohash-sha256" "haskell-hackage-security" "haskell-hashable"
+             "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri"
+             "haskell-random" "haskell-stm" "haskell-tar" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
+md5sums=('beb998cdc385523935620381abe393f4')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+    -fnetwork-uri -f-old-directory -f-old-bytestring
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+    "${pkgdir}/usr/share/bash-completion/completions/cabal"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-29 10:26:28 UTC (rev 203267)
+++ community-x86_64/PKGBUILD	2016-12-29 10:26:55 UTC (rev 203268)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=cabal-install
-pkgver=1.24.0.0
-pkgrel=3
-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=('gmp' 'zlib' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-base16-bytestring"
-             "haskell-cryptohash-sha256" "haskell-hackage-security" "haskell-hashable"
-             "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri"
-             "haskell-random" "haskell-stm" "haskell-tar" "haskell-zlib")
-source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
-md5sums=('beb998cdc385523935620381abe393f4')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-    -fnetwork-uri -f-old-directory -f-old-bytestring
-  runhaskell Setup build
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  runhaskell Setup copy --destdir="${pkgdir}"
-
-  install -Dm644 LICENSE \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -Dm644 bash-completion/cabal \
-    "${pkgdir}/usr/share/bash-completion/completions/cabal"
-}

Copied: cabal-install/repos/community-x86_64/PKGBUILD (from rev 203267, cabal-install/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-29 10:26:55 UTC (rev 203268)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=cabal-install
+pkgver=1.24.0.0
+pkgrel=4
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-base16-bytestring"
+             "haskell-cryptohash-sha256" "haskell-hackage-security" "haskell-hashable"
+             "haskell-http" "haskell-mtl" "haskell-network" "haskell-network-uri"
+             "haskell-random" "haskell-stm" "haskell-tar" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
+md5sums=('beb998cdc385523935620381abe393f4')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+    -fnetwork-uri -f-old-directory -f-old-bytestring
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+    "${pkgdir}/usr/share/bash-completion/completions/cabal"
+}



More information about the arch-commits mailing list