[arch-commits] Commit in happy/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Wed Sep 13 07:20:58 UTC 2017
Date: Wednesday, September 13, 2017 @ 07:20:57
Author: felixonmars
Revision: 257306
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
happy/repos/community-testing-i686/PKGBUILD
(from rev 257305, happy/trunk/PKGBUILD)
happy/repos/community-testing-x86_64/PKGBUILD
(from rev 257305, happy/trunk/PKGBUILD)
Deleted:
happy/repos/community-testing-i686/PKGBUILD
happy/repos/community-testing-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 32 ------------------
community-testing-x86_64/PKGBUILD | 32 ------------------
3 files changed, 64 insertions(+), 64 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2017-09-13 07:20:11 UTC (rev 257305)
+++ community-testing-i686/PKGBUILD 2017-09-13 07:20:57 UTC (rev 257306)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: simo <simo at archlinux.org>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-
-pkgname=happy
-pkgver=1.19.7
-pkgrel=1
-pkgdesc="The Parser Generator for Haskell"
-url="https://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD2")
-depends=('ghc-libs' 'haskell-mtl')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('8d04c665a2c22b999419699cc8ea3221f097f528a6741a11f5a1563e0c941efbeebb128f15c029691daee5f4e6843d53a6551cf6c4729a03d9e242fb3ab7f3dd')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
- --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
- runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- rm -r "$pkgdir/usr/share/doc"
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: happy/repos/community-testing-i686/PKGBUILD (from rev 257305, happy/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-13 07:20:57 UTC (rev 257306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+
+pkgname=happy
+pkgver=1.19.5
+pkgrel=10
+pkgdesc="The Parser Generator for Haskell"
+url="https://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD2")
+depends=('ghc-libs' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('7b43ef5236bdfba82bbddedb7edc7a8094990a389c0d3f5f848cb6208c3577e7b394cb290e51a2b2eebca25c97978a85ee932e74bbf6a792e261e5b5bff25a2b')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+ --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
+ runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ rm -r "$pkgdir/usr/share/doc"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2017-09-13 07:20:11 UTC (rev 257305)
+++ community-testing-x86_64/PKGBUILD 2017-09-13 07:20:57 UTC (rev 257306)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: simo <simo at archlinux.org>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-
-pkgname=happy
-pkgver=1.19.7
-pkgrel=1
-pkgdesc="The Parser Generator for Haskell"
-url="https://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD2")
-depends=('ghc-libs' 'haskell-mtl')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('8d04c665a2c22b999419699cc8ea3221f097f528a6741a11f5a1563e0c941efbeebb128f15c029691daee5f4e6843d53a6551cf6c4729a03d9e242fb3ab7f3dd')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
- --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
- runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- rm -r "$pkgdir/usr/share/doc"
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: happy/repos/community-testing-x86_64/PKGBUILD (from rev 257305, happy/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-09-13 07:20:57 UTC (rev 257306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+
+pkgname=happy
+pkgver=1.19.5
+pkgrel=10
+pkgdesc="The Parser Generator for Haskell"
+url="https://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD2")
+depends=('ghc-libs' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('7b43ef5236bdfba82bbddedb7edc7a8094990a389c0d3f5f848cb6208c3577e7b394cb290e51a2b2eebca25c97978a85ee932e74bbf6a792e261e5b5bff25a2b')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+ --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
+ runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ rm -r "$pkgdir/usr/share/doc"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list