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

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Apr 27 20:15:28 UTC 2014


    Date: Sunday, April 27, 2014 @ 22:15:27
  Author: jelle
Revision: 110264

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

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

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

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-04-27 20:15:19 UTC (rev 110263)
+++ community-staging-i686/PKGBUILD	2014-04-27 20:15:27 UTC (rev 110264)
@@ -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.3
-pkgrel=1
-pkgdesc="The Parser Generator for Haskell"
-url="http://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('gmp')
-makedepends=('ghc=7.8.2-2' 'haskell-mtl=2.1.3.1-2')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
-
-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-staging-i686/PKGBUILD (from rev 110263, happy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-04-27 20:15:27 UTC (rev 110264)
@@ -0,0 +1,29 @@
+# $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.3
+pkgrel=2
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp')
+makedepends=('ghc=7.8.2-2' 'haskell-mtl=2.1.3.1-2')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
+
+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"
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-04-27 20:15:19 UTC (rev 110263)
+++ community-staging-x86_64/PKGBUILD	2014-04-27 20:15:27 UTC (rev 110264)
@@ -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.3
-pkgrel=1
-pkgdesc="The Parser Generator for Haskell"
-url="http://hackage.haskell.org/package/happy"
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('gmp')
-makedepends=('ghc=7.8.2-2' 'haskell-mtl=2.1.3.1-2')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
-
-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-staging-x86_64/PKGBUILD (from rev 110263, happy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-04-27 20:15:27 UTC (rev 110264)
@@ -0,0 +1,29 @@
+# $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.3
+pkgrel=2
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp')
+makedepends=('ghc=7.8.2-2' 'haskell-mtl=2.1.3.1-2')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
+
+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"
+}




More information about the arch-commits mailing list