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

Felix Yan felixonmars at archlinux.org
Tue Jan 24 16:31:36 UTC 2017


    Date: Tuesday, January 24, 2017 @ 16:31:35
  Author: felixonmars
Revision: 208911

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

Added:
  agda-stdlib/repos/community-i686/PKGBUILD
    (from rev 208910, agda-stdlib/trunk/PKGBUILD)
  agda-stdlib/repos/community-x86_64/PKGBUILD
    (from rev 208910, agda-stdlib/trunk/PKGBUILD)
Deleted:
  agda-stdlib/repos/community-i686/PKGBUILD
  agda-stdlib/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-24 16:30:27 UTC (rev 208910)
+++ community-i686/PKGBUILD	2017-01-24 16:31:35 UTC (rev 208911)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=agda-stdlib
-pkgver=0.12
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-    cd "${srcdir}/${pkgname}"
-    
-    runhaskell Setup configure
-    runhaskell Setup build
-
-    dist/build/GenerateEverything/GenerateEverything
-
-    agda -i. -isrc Everything.agda
-    agda --html -i. -isrc README.agda
-}
-
-package() {
-    cd "${srcdir}/${pkgname}"
-    install -dm755 "$pkgdir/usr/share/agda/lib/prim"
-    cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
-    install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: agda-stdlib/repos/community-i686/PKGBUILD (from rev 208910, agda-stdlib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-24 16:31:35 UTC (rev 208911)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=agda-stdlib
+pkgver=0.13
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("agda")
+makedepends=("ghc" "git" "haskell-filemanip")
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+    cd "${srcdir}/${pkgname}"
+    
+    runhaskell Setup configure
+    runhaskell Setup build
+
+    dist/build/GenerateEverything/GenerateEverything
+
+    agda -i. -isrc Everything.agda
+    agda --html -i. -isrc README.agda
+}
+
+package() {
+    cd "${srcdir}/${pkgname}"
+    install -dm755 "$pkgdir/usr/share/agda/lib/prim"
+    cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
+    install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-24 16:30:27 UTC (rev 208910)
+++ community-x86_64/PKGBUILD	2017-01-24 16:31:35 UTC (rev 208911)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=agda-stdlib
-pkgver=0.12
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-    cd "${srcdir}/${pkgname}"
-    
-    runhaskell Setup configure
-    runhaskell Setup build
-
-    dist/build/GenerateEverything/GenerateEverything
-
-    agda -i. -isrc Everything.agda
-    agda --html -i. -isrc README.agda
-}
-
-package() {
-    cd "${srcdir}/${pkgname}"
-    install -dm755 "$pkgdir/usr/share/agda/lib/prim"
-    cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
-    install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: agda-stdlib/repos/community-x86_64/PKGBUILD (from rev 208910, agda-stdlib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-24 16:31:35 UTC (rev 208911)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=agda-stdlib
+pkgver=0.13
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("agda")
+makedepends=("ghc" "git" "haskell-filemanip")
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+    cd "${srcdir}/${pkgname}"
+    
+    runhaskell Setup configure
+    runhaskell Setup build
+
+    dist/build/GenerateEverything/GenerateEverything
+
+    agda -i. -isrc Everything.agda
+    agda --html -i. -isrc README.agda
+}
+
+package() {
+    cd "${srcdir}/${pkgname}"
+    install -dm755 "$pkgdir/usr/share/agda/lib/prim"
+    cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
+    install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}



More information about the arch-commits mailing list