[arch-commits] Commit in haskell-vector/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Dec 16 15:12:21 UTC 2014
Date: Tuesday, December 16, 2014 @ 16:12:20
Author: spupykin
Revision: 123998
archrelease: copy trunk to community-i686, community-x86_64
Added:
haskell-vector/repos/community-i686/PKGBUILD
(from rev 123997, haskell-vector/trunk/PKGBUILD)
haskell-vector/repos/community-i686/haskell-vector.install
(from rev 123997, haskell-vector/trunk/haskell-vector.install)
haskell-vector/repos/community-x86_64/PKGBUILD
(from rev 123997, haskell-vector/trunk/PKGBUILD)
haskell-vector/repos/community-x86_64/haskell-vector.install
(from rev 123997, haskell-vector/trunk/haskell-vector.install)
Deleted:
haskell-vector/repos/community-i686/PKGBUILD
haskell-vector/repos/community-i686/haskell-vector.install
haskell-vector/repos/community-x86_64/PKGBUILD
haskell-vector/repos/community-x86_64/haskell-vector.install
-----------------------------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++
/haskell-vector.install | 52 +++++++++++++++++
community-i686/PKGBUILD | 43 --------------
community-i686/haskell-vector.install | 26 --------
community-x86_64/PKGBUILD | 43 --------------
community-x86_64/haskell-vector.install | 26 --------
6 files changed, 142 insertions(+), 138 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-12-16 15:12:08 UTC (rev 123997)
+++ community-i686/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=haskell-vector
-pkgver=0.10.9.1
-pkgrel=4
-pkgdesc="Efficient Arrays"
-url="http://code.haskell.org/vector"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=()
-# deps adjusted to specific versions in package()
-depends=("ghc=7.8.3-1" "haskell-primitive")
-options=('strip' 'staticlibs')
-install="${pkgname}.install"
-source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
-sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
-
-build() {
- cd ${srcdir}/vector-${pkgver}
- 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() {
- _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
- depends=("ghc=${_ghcver}" "haskell-primitive")
-
- cd ${srcdir}/vector-${pkgver}
- install -Dm744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -Dm744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
- install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/vector
- runhaskell Setup copy --destdir=${pkgdir}
- install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
Copied: haskell-vector/repos/community-i686/PKGBUILD (from rev 123997, haskell-vector/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=haskell-vector
+pkgver=0.10.12.2
+pkgrel=1
+pkgdesc="Efficient Arrays"
+url="http://code.haskell.org/vector"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=("ghc" "haskell-primitive")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
+sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+
+build() {
+ cd ${srcdir}/vector-${pkgver}
+ 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() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" "haskell-primitive")
+
+ cd ${srcdir}/vector-${pkgver}
+ install -Dm744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -Dm744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+ install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/vector
+ runhaskell Setup copy --destdir=${pkgdir}
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
Deleted: community-i686/haskell-vector.install
===================================================================
--- community-i686/haskell-vector.install 2014-12-16 15:12:08 UTC (rev 123997)
+++ community-i686/haskell-vector.install 2014-12-16 15:12:20 UTC (rev 123998)
@@ -1,26 +0,0 @@
-# custom variables
-pkgname=haskell-vector
-HS_DIR=/usr/share/haskell/${pkgname}
-
-# functions
-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-vector/repos/community-i686/haskell-vector.install (from rev 123997, haskell-vector/trunk/haskell-vector.install)
===================================================================
--- community-i686/haskell-vector.install (rev 0)
+++ community-i686/haskell-vector.install 2014-12-16 15:12:20 UTC (rev 123998)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-vector
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+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 2014-12-16 15:12:08 UTC (rev 123997)
+++ community-x86_64/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=haskell-vector
-pkgver=0.10.9.1
-pkgrel=4
-pkgdesc="Efficient Arrays"
-url="http://code.haskell.org/vector"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=()
-# deps adjusted to specific versions in package()
-depends=("ghc=7.8.3-1" "haskell-primitive")
-options=('strip' 'staticlibs')
-install="${pkgname}.install"
-source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
-sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
-
-build() {
- cd ${srcdir}/vector-${pkgver}
- 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() {
- _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
- depends=("ghc=${_ghcver}" "haskell-primitive")
-
- cd ${srcdir}/vector-${pkgver}
- install -Dm744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -Dm744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
- install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/vector
- runhaskell Setup copy --destdir=${pkgdir}
- install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
Copied: haskell-vector/repos/community-x86_64/PKGBUILD (from rev 123997, haskell-vector/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=haskell-vector
+pkgver=0.10.12.2
+pkgrel=1
+pkgdesc="Efficient Arrays"
+url="http://code.haskell.org/vector"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=("ghc" "haskell-primitive")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
+sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+
+build() {
+ cd ${srcdir}/vector-${pkgver}
+ 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() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" "haskell-primitive")
+
+ cd ${srcdir}/vector-${pkgver}
+ install -Dm744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -Dm744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+ install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/vector
+ runhaskell Setup copy --destdir=${pkgdir}
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
Deleted: community-x86_64/haskell-vector.install
===================================================================
--- community-x86_64/haskell-vector.install 2014-12-16 15:12:08 UTC (rev 123997)
+++ community-x86_64/haskell-vector.install 2014-12-16 15:12:20 UTC (rev 123998)
@@ -1,26 +0,0 @@
-# custom variables
-pkgname=haskell-vector
-HS_DIR=/usr/share/haskell/${pkgname}
-
-# functions
-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-vector/repos/community-x86_64/haskell-vector.install (from rev 123997, haskell-vector/trunk/haskell-vector.install)
===================================================================
--- community-x86_64/haskell-vector.install (rev 0)
+++ community-x86_64/haskell-vector.install 2014-12-16 15:12:20 UTC (rev 123998)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-vector
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+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