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

Felix Yan fyan at archlinux.org
Fri Dec 25 06:26:25 UTC 2015


    Date: Friday, December 25, 2015 @ 07:26:25
  Author: fyan
Revision: 154482

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

Added:
  happy/repos/community-i686/PKGBUILD
    (from rev 154475, happy/trunk/PKGBUILD)
  happy/repos/community-x86_64/PKGBUILD
    (from rev 154478, happy/trunk/PKGBUILD)
Deleted:
  happy/repos/community-i686/PKGBUILD
  happy/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 --------------------
 community-x86_64/PKGBUILD |   29 --------------------
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-25 06:26:22 UTC (rev 154481)
+++ community-i686/PKGBUILD	2015-12-25 06:26:25 UTC (rev 154482)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: 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=4
-pkgdesc="The Parser Generator for Haskell"
-url="http://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ffa56a1c312a60dfb1110afd25b28785')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup.lhs copy --destdir="${pkgdir}"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/community-i686/PKGBUILD (from rev 154475, happy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-25 06:26:25 UTC (rev 154482)
@@ -0,0 +1,31 @@
+# $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=5
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.10.3' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-25 06:26:22 UTC (rev 154481)
+++ community-x86_64/PKGBUILD	2015-12-25 06:26:25 UTC (rev 154482)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: 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=4
-pkgdesc="The Parser Generator for Haskell"
-url="http://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ffa56a1c312a60dfb1110afd25b28785')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup.lhs copy --destdir="${pkgdir}"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/community-x86_64/PKGBUILD (from rev 154478, happy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-25 06:26:25 UTC (rev 154482)
@@ -0,0 +1,31 @@
+# $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=5
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.10.3' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --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