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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Apr 30 23:43:57 UTC 2014


    Date: Thursday, May 1, 2014 @ 01:43:57
  Author: arodseth
Revision: 110486

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

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 ------------------------
 community-x86_64/PKGBUILD |   44 ------------------------
 3 files changed, 78 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-30 23:43:48 UTC (rev 110485)
+++ community-i686/PKGBUILD	2014-04-30 23:43:57 UTC (rev 110486)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=nimrod
-pkgver=0.9.2
-pkgrel=4
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nimrod-code.org/'
-license=('MIT')
-makedepends=('setconf')
-source=("http://nimrod-code.org/download/${pkgname}_$pkgver.zip")
-options=('!emptydirs')
-sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf install.sh bindir "$pkgdir/usr/bin"
-  setconf install.sh configdir "$pkgdir/etc"
-  setconf install.sh libdir "$pkgdir/usr/lib/$pkgname"
-  setconf install.sh docdir "$pkgdir/usr/share/doc/$pkgname"
-  setconf install.sh datadir "$pkgdir/usr/share/$pkgname"
-}
-
-build() {
-  cd "$pkgname"
-
-  sh build.sh
-  ./bin/nimrod c -d:release koch
-  PATH="$PATH":./bin/nimrod ./koch boot -d:release -d:useGnuReadline
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/"{etc,usr/{bin,"lib/$pkgname",share/{"doc/$pkgname","$pkgname"}}}
-  sh install.sh /usr/bin
-  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimrod/repos/community-i686/PKGBUILD (from rev 110485, nimrod/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-30 23:43:57 UTC (rev 110486)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=nimrod
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('git')
+options=('!emptydirs')
+source=("$pkgname::git://github.com/Araq/${pkgname/n/N}.git")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git clone git://github.com/nimrod-code/csources --depth=1
+}
+
+build() {
+  cd "$pkgname/csources"
+  sh build.sh
+  cd ..
+  ./bin/nimrod c koch
+  PATH="$PATH":./bin/nimrod ./koch boot -d:release
+}
+
+package() {
+  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname/copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/$pkgname"
+  cp -r "$pkgname/" "$pkgdir/usr/lib/"
+  rm -r "$pkgdir/usr/lib/$pkgname/"{bin,csources,.git}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-30 23:43:48 UTC (rev 110485)
+++ community-x86_64/PKGBUILD	2014-04-30 23:43:57 UTC (rev 110486)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=nimrod
-pkgver=0.9.2
-pkgrel=4
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nimrod-code.org/'
-license=('MIT')
-makedepends=('setconf')
-source=("http://nimrod-code.org/download/${pkgname}_$pkgver.zip")
-options=('!emptydirs')
-sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf install.sh bindir "$pkgdir/usr/bin"
-  setconf install.sh configdir "$pkgdir/etc"
-  setconf install.sh libdir "$pkgdir/usr/lib/$pkgname"
-  setconf install.sh docdir "$pkgdir/usr/share/doc/$pkgname"
-  setconf install.sh datadir "$pkgdir/usr/share/$pkgname"
-}
-
-build() {
-  cd "$pkgname"
-
-  sh build.sh
-  ./bin/nimrod c -d:release koch
-  PATH="$PATH":./bin/nimrod ./koch boot -d:release -d:useGnuReadline
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/"{etc,usr/{bin,"lib/$pkgname",share/{"doc/$pkgname","$pkgname"}}}
-  sh install.sh /usr/bin
-  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimrod/repos/community-x86_64/PKGBUILD (from rev 110485, nimrod/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-30 23:43:57 UTC (rev 110486)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=nimrod
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('git')
+options=('!emptydirs')
+source=("$pkgname::git://github.com/Araq/${pkgname/n/N}.git")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git clone git://github.com/nimrod-code/csources --depth=1
+}
+
+build() {
+  cd "$pkgname/csources"
+  sh build.sh
+  cd ..
+  ./bin/nimrod c koch
+  PATH="$PATH":./bin/nimrod ./koch boot -d:release
+}
+
+package() {
+  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname/copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/$pkgname"
+  cp -r "$pkgname/" "$pkgdir/usr/lib/"
+  rm -r "$pkgdir/usr/lib/$pkgname/"{bin,csources,.git}
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list