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

Levente Polyak anthraxx at archlinux.org
Mon Sep 11 14:20:58 UTC 2017


    Date: Monday, September 11, 2017 @ 14:20:57
  Author: anthraxx
Revision: 256928

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

Added:
  nimble/repos/community-i686/PKGBUILD
    (from rev 256927, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
    (from rev 256927, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-11 14:20:48 UTC (rev 256927)
+++ community-i686/PKGBUILD	2017-09-11 14:20:57 UTC (rev 256928)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf')
-sha512sums=('4d8fc1e49d3bc981cab91ce7c4c368b33b437df317f3d0ae40cab22d51a4d4c3c1270dcca1f3798a69b8b3cfe8f50752ae77bf09ca744543932c99d3622329d6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
-  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
-  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 256927, nimble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-11 14:20:57 UTC (rev 256928)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd')
+sha512sums=('4201ed0856b26505e83aa885624065a0200dead9cbc0d5bc0ba750da597b9c37708c1783f7fe518d2bdff954b53ccbc9f92d723f2ce41f4799c8fb9d895c1c6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
+  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-11 14:20:48 UTC (rev 256927)
+++ community-x86_64/PKGBUILD	2017-09-11 14:20:57 UTC (rev 256928)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf')
-sha512sums=('4d8fc1e49d3bc981cab91ce7c4c368b33b437df317f3d0ae40cab22d51a4d4c3c1270dcca1f3798a69b8b3cfe8f50752ae77bf09ca744543932c99d3622329d6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
-  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
-  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 256927, nimble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-11 14:20:57 UTC (rev 256928)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd')
+sha512sums=('4201ed0856b26505e83aa885624065a0200dead9cbc0d5bc0ba750da597b9c37708c1783f7fe518d2bdff954b53ccbc9f92d723f2ce41f4799c8fb9d895c1c6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
+  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list