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

Alexander Rødseth arodseth at archlinux.org
Sun Jun 28 20:16:29 UTC 2015


    Date: Sunday, June 28, 2015 @ 22:16:28
  Author: arodseth
Revision: 136062

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-28 20:16:16 UTC (rev 136061)
+++ community-i686/PKGBUILD	2015-06-28 20:16:28 UTC (rev 136062)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
-
-pkgname=nimble
-pkgver=0.6
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname/src/"
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 136061, nimble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-28 20:16:28 UTC (rev 136062)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
+
+pkgname=nimble
+pkgver=0.6.2
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname/src/"
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd "$pkgname"
+
+  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
+  install -Dm644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-28 20:16:16 UTC (rev 136061)
+++ community-x86_64/PKGBUILD	2015-06-28 20:16:28 UTC (rev 136062)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
-
-pkgname=nimble
-pkgver=0.6
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname/src/"
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 136061, nimble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-28 20:16:28 UTC (rev 136062)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
+
+pkgname=nimble
+pkgver=0.6.2
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname/src/"
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd "$pkgname"
+
+  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
+  install -Dm644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list