[arch-commits] Commit in darcs/repos (4 files)
Felix Yan
fyan at archlinux.org
Mon Jan 11 02:37:55 UTC 2016
Date: Monday, January 11, 2016 @ 03:37:55
Author: fyan
Revision: 155906
archrelease: copy trunk to community-i686, community-x86_64
Added:
darcs/repos/community-i686/PKGBUILD
(from rev 155905, darcs/trunk/PKGBUILD)
darcs/repos/community-x86_64/PKGBUILD
(from rev 155905, darcs/trunk/PKGBUILD)
Deleted:
darcs/repos/community-i686/PKGBUILD
darcs/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 96 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 48 ----------------------
community-x86_64/PKGBUILD | 48 ----------------------
3 files changed, 96 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-01-11 02:36:54 UTC (rev 155905)
+++ community-i686/PKGBUILD 2016-01-11 02:37:55 UTC (rev 155906)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=darcs
-pkgver=2.10.2
-pkgrel=13
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl')
-makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
- "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html"
- "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri"
- "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
- "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
- "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
- "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
-
-prepare() {
- sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \
- -e 's/tar == 0.4.\*,/tar >= 0.4,/' \
- -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \
- -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \
- -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
- runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- # Remove library and doc (license only)
- rm -r "$pkgdir"/usr/{lib,share/doc}
- chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
- install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
- install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}
Copied: darcs/repos/community-i686/PKGBUILD (from rev 155905, darcs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-11 02:37:55 UTC (rev 155906)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=darcs
+pkgver=2.10.2
+pkgrel=14
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
+
+prepare() {
+ sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \
+ -e 's/tar == 0.4.\*,/tar >= 0.4,/' \
+ -i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \
+ -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \
+ -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+ runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ # Remove library and doc (license only)
+ rm -r "$pkgdir"/usr/{lib,share/doc}
+ chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+ install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
+ install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-01-11 02:36:54 UTC (rev 155905)
+++ community-x86_64/PKGBUILD 2016-01-11 02:37:55 UTC (rev 155906)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=darcs
-pkgver=2.10.2
-pkgrel=13
-pkgdesc="A distributed, interactive, smart revision control system"
-url="http://darcs.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('curl')
-makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
- "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html"
- "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri"
- "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
- "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
- "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
- "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
-
-prepare() {
- sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \
- -e 's/tar == 0.4.\*,/tar >= 0.4,/' \
- -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \
- -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \
- -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
- runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- # Remove library and doc (license only)
- rm -r "$pkgdir"/usr/{lib,share/doc}
- chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
-
- install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
- install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
-}
Copied: darcs/repos/community-x86_64/PKGBUILD (from rev 155905, darcs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-11 02:37:55 UTC (rev 155906)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=darcs
+pkgver=2.10.2
+pkgrel=14
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" "haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" "haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" "haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327')
+
+prepare() {
+ sed -e 's/vector >= 0.7 && < 0.11,/vector >= 0.7 \&\& < 0.12,/' \
+ -e 's/tar == 0.4.\*,/tar >= 0.4,/' \
+ -i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable \
+ -f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict \
+ -f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+ runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ # Remove library and doc (license only)
+ rm -r "$pkgdir"/usr/{lib,share/doc}
+ chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+ install -Dm644 contrib/darcs_completion "${pkgdir}/usr/share/bash-completion/completions/darcs"
+ install -Dm644 contrib/_darcs.zsh "${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}
More information about the arch-commits
mailing list