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

Alexander Rødseth arodseth at archlinux.org
Wed Jun 8 20:23:02 UTC 2016


    Date: Wednesday, June 8, 2016 @ 22:23:02
  Author: arodseth
Revision: 178679

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

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

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   48 -------------------------
 community-x86_64/PKGBUILD |   48 -------------------------
 3 files changed, 82 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-08 20:21:29 UTC (rev 178678)
+++ community-i686/PKGBUILD	2016-06-08 20:23:02 UTC (rev 178679)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.7.2
-pkgrel=2
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nim-lang/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-depends=('glibc')
-source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  # Does not work. Also not separating compilation from installation.
-  # nim c -r src/nimble install
-
-  install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
-  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
-  # 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"
-
-  # This solves nothing.
-  #cp -r src/nimcache "$pkgdir/usr/share/$pkgname/nimcache"
-  #ln -s "/usr/share/$pkgname/nimcache" "$pkgdir/usr/bin/nimcache"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 178678, nimble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-08 20:23:02 UTC (rev 178679)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.7.4
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nim-lang/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+depends=('glibc')
+source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git clone -b v0.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+  cd "$pkgname"
+
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd "$pkgname"
+
+  install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
+  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+  # 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"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-08 20:21:29 UTC (rev 178678)
+++ community-x86_64/PKGBUILD	2016-06-08 20:23:02 UTC (rev 178679)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.7.2
-pkgrel=2
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nim-lang/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-depends=('glibc')
-source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  # Does not work. Also not separating compilation from installation.
-  # nim c -r src/nimble install
-
-  install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
-  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
-  # 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"
-
-  # This solves nothing.
-  #cp -r src/nimcache "$pkgdir/usr/share/$pkgname/nimcache"
-  #ln -s "/usr/share/$pkgname/nimcache" "$pkgdir/usr/bin/nimcache"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 178678, nimble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-08 20:23:02 UTC (rev 178679)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.7.4
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nim-lang/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+depends=('glibc')
+source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git clone -b v0.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+  cd "$pkgname"
+
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd "$pkgname"
+
+  install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
+  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+  # 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"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list