[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2014-06-25 Thread Alexander Rødseth
Date: Wednesday, June 25, 2014 @ 15:03:18
  Author: arodseth
Revision: 113540

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 113539, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 13:03:12 UTC (rev 113539)
+++ PKGBUILD2014-06-25 13:03:18 UTC (rev 113540)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.15
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('setconf')
-provides=('python-waf')
-options=('!emptydirs')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('49780032ed2ac0e118030af329cbd5883d2b9cb9831fc632a3e7b2bfd99d3f1e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Extracting license
-  head -n 30 waf | tail -n 25 > LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  # Fix weird directory placement (FS#38216, FS#38300)
-  mkdir -p "$pkgdir/usr/lib/waf"
-  mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/"
-  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 113539, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 13:03:18 UTC (rev 113540)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.16
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=("http://ftp.waf.io/pub/release/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('ec12c8a4df1e7900afa5df117a48467a41bd81e951aca9f160394ddda53e5435')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216, FS#38300)
+  mkdir -p "$pkgdir/usr/lib/waf"
+  mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/"
+  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2014-03-21 Thread Alexander Rødseth
Date: Friday, March 21, 2014 @ 20:19:26
  Author: arodseth
Revision: 108047

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 108046, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-21 19:19:14 UTC (rev 108046)
+++ PKGBUILD2014-03-21 19:19:26 UTC (rev 108047)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.14
-pkgrel=2
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('setconf')
-provides=('python-waf')
-options=('!emptydirs')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Extracting license
-  head -n 30 waf | tail -n 25 > LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  # Fix weird directory placement (FS#38216, FS#38300)
-  mkdir -p "$pkgdir/usr/lib/waf"
-  mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/"
-  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 108046, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-21 19:19:26 UTC (rev 108047)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.15
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('49780032ed2ac0e118030af329cbd5883d2b9cb9831fc632a3e7b2bfd99d3f1e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216, FS#38300)
+  mkdir -p "$pkgdir/usr/lib/waf"
+  mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/"
+  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 22:54:13
  Author: arodseth
Revision: 103200

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 103199, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-29 21:53:11 UTC (rev 103199)
+++ PKGBUILD2013-12-29 21:54:13 UTC (rev 103200)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.14
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('setconf')
-provides=('python-waf')
-options=('!emptydirs')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Extracting license
-  head -n 30 waf | tail -n 25 > LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  # Fix weird directory placement (FS#38216)
-  mkdir -p "$pkgdir/usr/lib/waf"
-  mv "$pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171" 
"$pkgdir/usr/lib/waf/"
-  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 103199, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-29 21:54:13 UTC (rev 103200)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.14
+pkgrel=2
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216, FS#38300)
+  mkdir -p "$pkgdir/usr/lib/waf"
+  mv "$pkgdir/usr/bin/.waf3-$pkgver-"* "$pkgdir/usr/lib/waf/"
+  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-12-23 Thread Alexander Rødseth
Date: Monday, December 23, 2013 @ 22:34:29
  Author: arodseth
Revision: 102911

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 102910, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  111 ++---
 1 file changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 21:30:35 UTC (rev 102910)
+++ PKGBUILD2013-12-23 21:34:29 UTC (rev 102911)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-# TODO: See if the waf python files can be placed elsewhere
-
-pkgname=waf
-pkgver=1.7.13
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('21a6220e9c4be50716157222d5be5f19b87916e8087cd6b42e583a83a955dd5b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Extracting license
-  head -n 30 waf | tail -n 25 > LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  # Fixing permissions
-  #chmod -R 0644 "$pkgdir/usr/bin/.waf*/waflib/Tools/"*
-  #chown -R root:root "$pkgdir/usr/"*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 102910, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 21:34:29 UTC (rev 102911)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.14
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216)
+  mkdir -p "$pkgdir/usr/lib/waf"
+  mv "$pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171" 
"$pkgdir/usr/lib/waf/"
+  setconf "$pkgdir/usr/bin/waf" base '"/usr/lib/waf"'
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-10-11 Thread Alexander Rødseth
Date: Friday, October 11, 2013 @ 16:07:01
  Author: arodseth
Revision: 98480

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 98479, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-11 14:06:56 UTC (rev 98479)
+++ PKGBUILD2013-10-11 14:07:01 UTC (rev 98480)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-# TODO: See if the waf python files can be placed elsewhere
-
-pkgname=waf
-pkgver=1.7.11
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('913bba166f09f607782cb659de4de5306c97550a6ef34e5ac753ce647f2b288c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Extracting license
-  head -n 30 waf | tail -n 25 > LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  # Fixing permissions
-  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root "$pkgdir"/usr/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 98479, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-11 14:07:01 UTC (rev 98480)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+# TODO: See if the waf python files can be placed elsewhere
+
+pkgname=waf
+pkgver=1.7.13
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('21a6220e9c4be50716157222d5be5f19b87916e8087cd6b42e583a83a955dd5b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fixing permissions
+  #chmod -R 0644 "$pkgdir/usr/bin/.waf*/waflib/Tools/"*
+  #chown -R root:root "$pkgdir/usr/"*
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-06-01 Thread Alexander Rødseth
Date: Saturday, June 1, 2013 @ 20:48:19
  Author: arodseth
Revision: 92151

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 92150, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 -
 1 file changed, 55 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-01 18:48:11 UTC (rev 92150)
+++ PKGBUILD2013-06-01 18:48:19 UTC (rev 92151)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.10
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('2610240d789b6103e7cbad4187e49a1c557f12b13707dcf3056c9875a4627614')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-
-  msg2 'Extracting license...'
-  head -n 30 waf | tail -n 25 > LICENSE
-
-  sed -i '0,/env python/s//python3/' waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
---tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  msg2 'Setting permissions...'
-  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root "$pkgdir"/usr/*
-
-  msg2 'Packaging license...'
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 92150, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-01 18:48:19 UTC (rev 92151)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+# TODO: See if the waf python files can be placed elsewhere
+
+pkgname=waf
+pkgver=1.7.11
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('913bba166f09f607782cb659de4de5306c97550a6ef34e5ac753ce647f2b288c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Extracting license
+  head -n 30 waf | tail -n 25 > LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  # Fixing permissions
+  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
+  chown -R root:root "$pkgdir"/usr/*
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-03-29 Thread Alexander Rødseth
Date: Friday, March 29, 2013 @ 23:55:30
  Author: arodseth
Revision: 87334

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 87333, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-29 22:55:21 UTC (rev 87333)
+++ PKGBUILD2013-03-29 22:55:30 UTC (rev 87334)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.9
-pkgrel=2
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-
-  msg2 'Extracting license...'
-  head -n 30 waf | tail -n 25 > LICENSE
-
-  sed -i '0,/env python/s//python3/' waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./waf-light install -f --destdir="$pkgdir" \
---tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
-
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  msg2 'Setting permissions...'
-  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root "$pkgdir"/usr/*
-
-  msg2 'Packaging license...'
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 87333, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-29 22:55:30 UTC (rev 87334)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.10
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('2610240d789b6103e7cbad4187e49a1c557f12b13707dcf3056c9875a4627614')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+
+  msg2 'Extracting license...'
+  head -n 30 waf | tail -n 25 > LICENSE
+
+  sed -i '0,/env python/s//python3/' waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  msg2 'Setting permissions...'
+  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
+  chown -R root:root "$pkgdir"/usr/*
+
+  msg2 'Packaging license...'
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-02-03 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 00:14:49
  Author: arodseth
Revision: 83616

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 83615, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-03 23:14:42 UTC (rev 83615)
+++ PKGBUILD2013-02-03 23:14:49 UTC (rev 83616)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.9
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Building..."
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-  ./waf-light install -f --destdir="$pkgdir" \
---tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
-
-  msg2 "Extracting license..."
-  head -n 30 waf | tail -n 25 > LICENSE
-
-  sed -i '0,/env python/s//python3/' waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Packaging binaries..."
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  msg2 "Setting permissions..."
-  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root "$pkgdir"/usr/*
-
-  msg2 "Packaging license..."
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 83615, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-03 23:14:49 UTC (rev 83616)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.9
+pkgrel=2
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+
+  msg2 'Extracting license...'
+  head -n 30 waf | tail -n 25 > LICENSE
+
+  sed -i '0,/env python/s//python3/' waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./waf-light install -f --destdir="$pkgdir" \
+--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
+
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  msg2 'Setting permissions...'
+  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
+  chown -R root:root "$pkgdir"/usr/*
+
+  msg2 'Packaging license...'
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in waf/repos/community-any (PKGBUILD PKGBUILD)

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 16:44:24
  Author: arodseth
Revision: 83118

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 83117, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-27 15:43:54 UTC (rev 83117)
+++ PKGBUILD2013-01-27 15:44:24 UTC (rev 83118)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sebastien Binet 
-
-pkgname=waf
-pkgver=1.7.8
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('8f550efe93998d3075eb23bb9fe0b2c862996910236906dc9880b7100af68898')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Building..."
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-  ./waf-light install -f --destdir="$pkgdir" \
---tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
-
-  msg2 "Extracting license..."
-  head -n 30 waf | tail -n 25 > LICENSE
-
-  sed -i '0,/env python/s//python3/' waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Packaging binaries..."
-  install -Dm755 waf "$pkgdir/usr/bin/waf"
-  # Force the generation of .waf.admin files
-  cd demos/c
-  "$pkgdir/usr/bin/waf" configure build >& /dev/null
-  cd ../..
-
-  msg2 "Setting permissions..."
-  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
-  chown -R root:root "$pkgdir"/usr/*
-
-  msg2 "Packaging license..."
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 83117, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-27 15:44:24 UTC (rev 83118)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sebastien Binet 
+
+pkgname=waf
+pkgver=1.7.9
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+provides=('python-waf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('59d2ab56238aadc3f80c8d7114a42f621df0567740a9700e736a60325d8b0f93')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 "Building..."
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+  ./waf-light install -f --destdir="$pkgdir" \
+--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8'
+
+  msg2 "Extracting license..."
+  head -n 30 waf | tail -n 25 > LICENSE
+
+  sed -i '0,/env python/s//python3/' waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 "Packaging binaries..."
+  install -Dm755 waf "$pkgdir/usr/bin/waf"
+  # Force the generation of .waf.admin files
+  cd demos/c
+  "$pkgdir/usr/bin/waf" configure build >& /dev/null
+  cd ../..
+
+  msg2 "Setting permissions..."
+  chmod -R 0644 "$pkgdir"/usr/bin/.waf*/waflib/Tools/*
+  chown -R root:root "$pkgdir"/usr/*
+
+  msg2 "Packaging license..."
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et: