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

2016-10-19 Thread Kyle Keen
Date: Wednesday, October 19, 2016 @ 10:56:05
  Author: kkeen
Revision: 192581

archrelease: copy trunk to community-any

Added:
  python-prompt_toolkit/repos/community-any/PKGBUILD
(from rev 192580, python-prompt_toolkit/trunk/PKGBUILD)
Deleted:
  python-prompt_toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 10:55:37 UTC (rev 192580)
+++ PKGBUILD2016-10-19 10:56:05 UTC (rev 192581)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
-_name=prompt_toolkit
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-six'
- 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
-url="https://github.com/jonathanslenders/python-prompt-toolkit";
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
-sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
-}
-
-package_python-prompt_toolkit() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 192580, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 10:56:05 UTC (rev 192581)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-prompt_toolkit
+pkgname=(python-prompt_toolkit python2-prompt_toolkit)
+_name=prompt_toolkit
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-six'
+ 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-pygments' 'python2-six' 'python2-wcwidth')
+url="https://github.com/jonathanslenders/python-prompt-toolkit";
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
+md5sums=('0ebe1d83d88a458839f69007d233fe92')
+sha256sums=('b686ff216fc016dcbdf9ddf18d0ded480457213886ed4cda9fbc21002d18be54')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py build
+}
+
+package_python-prompt_toolkit() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-prompt_toolkit() {
+  depends=('python2-pygments'
+   'python2-six'
+   'python2-wcwidth')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-prompt_toolkit/trunk (PKGBUILD)

2016-10-19 Thread Kyle Keen
Date: Wednesday, October 19, 2016 @ 10:55:37
  Author: kkeen
Revision: 192580

upgpkg: python-prompt_toolkit 1.0.8-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 10:15:06 UTC (rev 192579)
+++ PKGBUILD2016-10-19 10:55:37 UTC (rev 192580)
@@ -5,7 +5,7 @@
 pkgbase=python-prompt_toolkit
 pkgname=(python-prompt_toolkit python2-prompt_toolkit)
 _name=prompt_toolkit
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
@@ -18,8 +18,8 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
-sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
+md5sums=('0ebe1d83d88a458839f69007d233fe92')
+sha256sums=('b686ff216fc016dcbdf9ddf18d0ded480457213886ed4cda9fbc21002d18be54')
 
 prepare() {
   cd "$srcdir"


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 10:15:06
  Author: arojas
Revision: 192579

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

Added:
  fpylll/repos/community-staging-i686/PKGBUILD
(from rev 192578, fpylll/trunk/PKGBUILD)
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 192578, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-staging-i686/PKGBUILD
  fpylll/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 10:13:11 UTC (rev 192578)
+++ community-staging-i686/PKGBUILD 2016-10-19 10:15:06 UTC (rev 192579)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll";
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-staging-i686/PKGBUILD (from rev 192578, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 10:15:06 UTC (rev 192579)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll";
+license=(GPL2)
+depends=(fplll python2-numpy)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 10:13:11 UTC (rev 192578)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 10:15:06 UTC (rev 192579)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll";
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 192578, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 10:15:06 UTC (rev 192579)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll";
+license=(GPL2)
+depends=(fplll python2-numpy)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


[arch-commits] Commit in fpylll/trunk (PKGBUILD)

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 10:13:11
  Author: arojas
Revision: 192578

Update to 0.2.3dev

Modified:
  fpylll/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:39:31 UTC (rev 192577)
+++ PKGBUILD2016-10-19 10:13:11 UTC (rev 192578)
@@ -2,22 +2,20 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
+pkgver=0.2.3dev
+pkgrel=1
 pkgdesc="A Python interface for fplll"
 arch=(i686 x86_64)
 url="https://github.com/fplll/fpylll";
 license=(GPL2)
 depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
 
source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
 
 build() {
   cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
   python2 setup.py build
 }
 


[arch-commits] Commit in (re2)

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:39:31
  Author: bpiotrowski
Revision: 192577

move re2 to extra

Deleted:
  re2/


[arch-commits] Commit in re2/repos (6 files)

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:24:46
  Author: bpiotrowski
Revision: 278998

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

Added:
  re2/repos/extra-i686/
  re2/repos/extra-i686/PKGBUILD
(from rev 278997, re2/trunk/PKGBUILD)
  re2/repos/extra-i686/gcc-61-fix.patch
(from rev 278997, re2/trunk/gcc-61-fix.patch)
  re2/repos/extra-x86_64/
  re2/repos/extra-x86_64/PKGBUILD
(from rev 278997, re2/trunk/PKGBUILD)
  re2/repos/extra-x86_64/gcc-61-fix.patch
(from rev 278997, re2/trunk/gcc-61-fix.patch)

---+
 extra-i686/PKGBUILD   |   40 
 extra-i686/gcc-61-fix.patch   |   13 +
 extra-x86_64/PKGBUILD |   40 
 extra-x86_64/gcc-61-fix.patch |   13 +
 4 files changed, 106 insertions(+)

Copied: re2/repos/extra-i686/PKGBUILD (from rev 278997, re2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: re2/repos/extra-i686/gcc-61-fix.patch (from rev 278997, 
re2/trunk/gcc-61-fix.patch)
===
--- extra-i686/gcc-61-fix.patch (rev 0)
+++ extra-i686/gcc-61-fix.patch 2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[];// Outgoing arrows from State,
++std::atomic next_[0];// Outgoing arrows from State,
+ // one per input byte class
+   };
+ 

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 278997, re2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: re2/repos/extra-x86_64/gcc-61-fix.patch (from rev 278997, 
re2/trunk/gcc-61-fix.patch)
===
--- extra-x86_64/gcc-61-fix.patch   (rev 0)
+++ extra-x86_64/gcc-61-fix.patch   2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[]

[arch-commits] Commit in (5 files)

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:24:41
  Author: bpiotrowski
Revision: 278997

community2extra: Moving re2 from community to extra

Added:
  re2/
  re2/repos/
  re2/trunk/
  re2/trunk/PKGBUILD
  re2/trunk/gcc-61-fix.patch

--+
 PKGBUILD |   40 
 gcc-61-fix.patch |   13 +
 2 files changed, 53 insertions(+)

Added: re2/trunk/PKGBUILD
===
--- re2/trunk/PKGBUILD  (rev 0)
+++ re2/trunk/PKGBUILD  2016-10-19 09:24:41 UTC (rev 278997)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: re2/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: re2/trunk/gcc-61-fix.patch
===
--- re2/trunk/gcc-61-fix.patch  (rev 0)
+++ re2/trunk/gcc-61-fix.patch  2016-10-19 09:24:41 UTC (rev 278997)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[];// Outgoing arrows from State,
++std::atomic next_[0];// Outgoing arrows from State,
+ // one per input byte class
+   };
+ 


[arch-commits] Commit in virtualbox-modules-arch/repos (8 files)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:50
  Author: eworm
Revision: 192574

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 192573, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 192573, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 192573, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 192573, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 192573, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 192573, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-testing-i686/PKGBUILD  |   74 +
 community-testing-i686/build.sh  |   61 ++
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/build.sh|   61 ++
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 6 files changed, 316 insertions(+)

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
192573, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-19 09:21:50 UTC (rev 192574)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.8' 'linux<4.9'
+ 'linux-headers>=4.8' 'linux-headers<4.9'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.8-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.8' 'linux<4.9')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.8' 'linux<4.9')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: virtualbox-modules-arch/repos/community-testing-i686/build.sh (from rev 
192573, virtualbox-modules-arch/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2016-10-19 09:21:50 UTC (rev 192574)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness

[arch-commits] Commit in virtualbox-modules-arch/trunk (PKGBUILD)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:42
  Author: eworm
Revision: 192573

upgpkg: virtualbox-modules-arch 5.1.8-1

new upstream release

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:21:11 UTC (rev 192572)
+++ PKGBUILD2016-10-19 09:21:42 UTC (rev 192573)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.6
-pkgrel=2
+pkgver=5.1.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:07
  Author: eworm
Revision: 192571

upgpkg: virtualbox-guest-iso 5.1.8-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:20:24 UTC (rev 192570)
+++ PKGBUILD2016-10-19 09:21:07 UTC (rev 192571)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.1.6
+pkgver=5.1.8
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('712a7264ccdc0af459faa2c396f31d98'
+md5sums=('c05f0eb1d92b979ae29330558dfc7095'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:11
  Author: eworm
Revision: 192572

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 192571, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 192571, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 192571, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   30 ++
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 82 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
192571, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-19 09:21:11 UTC (rev 192572)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.1.8
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('c05f0eb1d92b979ae29330558dfc7095'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
192571, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2016-10-19 09:21:11 UTC (rev 192572)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any use in an academic institution 
(schools, colleges and universities, by teachers 

[arch-commits] Commit in virtualbox/repos (48 files)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:20:24
  Author: eworm
Revision: 192570

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

Added:
  virtualbox/repos/community-testing-i686/
  virtualbox/repos/community-testing-i686/002-dri-driver-path.patch
(from rev 192569, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-i686/003-ogl-include-path.patch
(from rev 192569, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-i686/005-gsoap-build.patch
(from rev 192569, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 192569, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-i686/007-python2-path.patch
(from rev 192569, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-i686/60-vboxdrv.rules
(from rev 192569, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-i686/60-vboxguest.rules
(from rev 192569, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-i686/LocalConfig.kmk
(from rev 192569, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-i686/PKGBUILD
(from rev 192569, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-i686/build.sh
(from rev 192569, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-i686/vboxreload
(from rev 192569, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-i686/vboxservice-nox.service
(from rev 192569, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-i686/vboxservice.service
(from rev 192569, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-i686/vboxweb.service
(from rev 192569, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-i686/virtualbox-ext-vnc.install
(from rev 192569, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.conf
(from rev 192569, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.install
(from rev 192569, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.install
(from rev 192569, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.sysusers
(from rev 192569, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.conf
(from rev 192569, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.install
(from rev 192569, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox.install
(from rev 192569, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-i686/virtualbox.sysusers
(from rev 192569, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 192569, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/003-ogl-include-path.patch
(from rev 192569, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 192569, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 192569, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/007-python2-path.patch
(from rev 192569, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 192569, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 192569, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 192569, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 192569, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 192569, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 192569, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 192569, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 192569, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 192569, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 192569, virtual

[arch-commits] Commit in virtualbox/trunk (PKGBUILD)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:19:51
  Author: eworm
Revision: 192569

upgpkg: virtualbox 5.1.8-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
+++ PKGBUILD2016-10-19 09:19:51 UTC (rev 192569)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.1.6
+pkgver=5.1.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -70,7 +70,7 @@
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
 )
-md5sums=('8c2331a718cfc038963c1214c2ba9811'
+md5sums=('6a294ccb318cd605ca99df5dc2c20477'
  'a19774e8c56f2c4d12c528992525c444'
  '331f69783ea9d4e762f7103954c500a3'
  '984412a63aa9c07ddc3cfd970381d5df'


[arch-commits] Commit in python-botocore/trunk (PKGBUILD)

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:57:46
  Author: jsteel
Revision: 192565

upgpkg: python-botocore 1.4.64-1

Modified:
  python-botocore/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:35:26 UTC (rev 192564)
+++ PKGBUILD2016-10-19 08:57:46 UTC (rev 192565)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.63
+pkgver=1.4.64
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6bc45558e6c4140f86125bc0ea5548e2')
+md5sums=('170138d94467597b9cab30e6813a088b')
 
 build() {
   cd botocore-$pkgver


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:57:55
  Author: jsteel
Revision: 192566

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 192565, python-botocore/trunk/PKGBUILD)
Deleted:
  python-botocore/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:57:46 UTC (rev 192565)
+++ PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.63
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6bc45558e6c4140f86125bc0ea5548e2')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 192565, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.64
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('170138d94467597b9cab30e6813a088b')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:58:10
  Author: jsteel
Revision: 192568

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 192567, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:58:03 UTC (rev 192567)
+++ PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.6
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('278f1be91461c8c5dd09e6f56a788c42')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 192567, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('a8309567af0ccde2f0a60c45242a1ca5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


[arch-commits] Commit in aws-cli/trunk (PKGBUILD)

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:58:03
  Author: jsteel
Revision: 192567

upgpkg: aws-cli 1.11.7-1

Modified:
  aws-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
+++ PKGBUILD2016-10-19 08:58:03 UTC (rev 192567)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.6
+pkgver=1.11.7
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('278f1be91461c8c5dd09e6f56a788c42')
+md5sums=('a8309567af0ccde2f0a60c45242a1ca5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnucash-docs/repos/extra-any (PKGBUILD PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:39:31
  Author: juergen
Revision: 278996

archrelease: copy trunk to extra-any

Added:
  gnucash-docs/repos/extra-any/PKGBUILD
(from rev 278995, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:39:24 UTC (rev 278995)
+++ PKGBUILD2016-10-19 08:39:31 UTC (rev 278996)
@@ -1,33 +0,0 @@
-# Maintainer: Juergen Hoetzel 
-pkgname=gnucash-docs
-pkgver=2.6.13
-pkgrel=1
-pkgdesc="GnuCash documentation package"
-arch=('any')
-url="http://www.gnucash.org/docs.phtml";
-license=('GPL')
-depends=('yelp')
-makedepends=('rarian' 'libxslt')
-source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('53f92ff1ea4c5225cb76b7221c47181c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnucash-docs/repos/extra-any/PKGBUILD (from rev 278995, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:39:31 UTC (rev 278996)
@@ -0,0 +1,33 @@
+# Maintainer: Juergen Hoetzel 
+pkgname=gnucash-docs
+pkgver=2.6.14
+pkgrel=1
+pkgdesc="GnuCash documentation package"
+arch=('any')
+url="http://www.gnucash.org/docs.phtml";
+license=('GPL')
+depends=('yelp')
+makedepends=('rarian' 'libxslt')
+source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
+sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnucash-docs/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:39:24
  Author: juergen
Revision: 278995

upgpkg: gnucash-docs 2.6.14-1

Modified:
  gnucash-docs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:31:46 UTC (rev 278994)
+++ PKGBUILD2016-10-19 08:39:24 UTC (rev 278995)
@@ -1,6 +1,6 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=gnucash-docs
-pkgver=2.6.13
+pkgver=2.6.14
 pkgrel=1
 pkgdesc="GnuCash documentation package"
 arch=('any')
@@ -9,7 +9,7 @@
 depends=('yelp')
 makedepends=('rarian' 'libxslt')
 
source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('53f92ff1ea4c5225cb76b7221c47181c')
+sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
 
 build() {
   cd $pkgname-$pkgver


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

2016-10-19 Thread Jan Steffens
Date: Wednesday, October 19, 2016 @ 08:35:26
  Author: heftig
Revision: 192564

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 08:34:28 UTC (rev 192563)
+++ community-i686/PKGBUILD 2016-10-19 08:35:26 UTC (rev 192564)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-i686/PKGBUILD (from rev 192563, 
valabind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 08:35:26 UTC (rev 192564)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-19 08:34:28 UTC (rev 192563)
+++ community-x86_64/PKGBUILD   2016-10-19 08:35:26 UTC (rev 192564)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 192563, 
valabind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-19 08:35:26 UTC (rev 192564)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in valabind/trunk (PKGBUILD)

2016-10-19 Thread Jan Steffens
Date: Wednesday, October 19, 2016 @ 08:34:28
  Author: heftig
Revision: 192563

0.10.0-3

Modified:
  valabind/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:47:15 UTC (rev 192562)
+++ PKGBUILD2016-10-19 08:34:28 UTC (rev 192563)
@@ -2,7 +2,7 @@
 
 pkgname=valabind
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
 url="http://radare.org";
 arch=('i686' 'x86_64')


[arch-commits] Commit in gnucash/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:31:32
  Author: juergen
Revision: 278993

upgpkg: gnucash 2.6.14-1

Modified:
  gnucash/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:51:27 UTC (rev 278992)
+++ PKGBUILD2016-10-19 08:31:32 UTC (rev 278993)
@@ -3,13 +3,13 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=2.6.13
+pkgver=2.6.14
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
 url="http://www.gnucash.org";
 license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas' 'dconf')
 makedepends=('intltool' 'gcc' 'pkgconfig')
 optdepends=('evince: for print preview'
'yelp: help browser'
@@ -17,12 +17,8 @@
 'perl-date-manip: for stock information lookups')
 options=('!makeflags' '!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d')
+sha1sums=('5e23aa7240ead9254e8ca6fb3bb79ca3143bab55')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:31:46
  Author: juergen
Revision: 278994

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

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 278993, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 278993, gnucash/trunk/PKGBUILD)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 08:31:32 UTC (rev 278993)
+++ extra-i686/PKGBUILD 2016-10-19 08:31:46 UTC (rev 278994)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.13
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org";
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 278993, 
gnucash/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 08:31:46 UTC (rev 278994)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.14
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas' 'dconf')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5e23aa7240ead9254e8ca6fb3bb79ca3143bab55')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 08:31:32 UTC (rev 278993)
+++ extra-x86_64/PKGBUILD   2016-10-19 08:31:

[arch-commits] Commit in graphviz/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:51:14
  Author: juergen
Revision: 278991

upgpkg: graphviz 2.38.0-15

OCaml 4.03.0 rebuild/fixes: Need "nonstd" int64 definition

Modified:
  graphviz/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:38:31 UTC (rev 278990)
+++ PKGBUILD2016-10-19 07:51:14 UTC (rev 278991)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -30,6 +30,7 @@
   '271d116bc022596a64b6ee061f3d2e50fa2e6025'
   'bcce75a535c277556e196638e59ea019b0a63fa1')
 
+
 install=install
 
 prepare() {
@@ -44,7 +45,7 @@
export PYTHON=python2
export LUA=lua5.1
 
-   ./configure --prefix=/usr
+   CXXFLAGS="${CXXFLAGS} -Dint64=int64_t" ./configure --prefix=/usr
make
 }
 


[arch-commits] Commit in graphviz/repos (16 files)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:51:27
  Author: juergen
Revision: 278992

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 278991, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/format-string.patch
(from rev 278991, graphviz/trunk/format-string.patch)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 278991, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 278991, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 278991, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/format-string.patch
(from rev 278991, graphviz/trunk/format-string.patch)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 278991, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 278991, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/format-string.patch
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/format-string.patch
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  130 
 /format-string.patch  |   42 +++
 /ghostscript918.patch |   36 +
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 -
 extra-i686/format-string.patch|   21 -
 extra-i686/ghostscript918.patch   |   18 
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 -
 extra-x86_64/format-string.patch  |   21 -
 extra-x86_64/ghostscript918.patch |   18 
 extra-x86_64/install  |   12 ---
 12 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:51:14 UTC (rev 278991)
+++ extra-i686/PKGBUILD 2016-10-19 07:51:27 UTC (rev 278992)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.38.0
-pkgrel=14
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'format-string.patch'
-'ghostscript918.patch')
-sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
-  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
-  'bcce75a535c277556e196638e59ea019b0a63fa1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../format-string.patch # FS#42983
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 278991, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:51:27 UTC (rev 278992)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=15
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua b

[arch-commits] Commit in pfff/repos (18 files)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:47:15
  Author: juergen
Revision: 192562

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

Added:
  
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 192561, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 192561, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-i686/PKGBUILD
(from rev 192561, pfff/trunk/PKGBUILD)
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 192561, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
(from rev 192561, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  
pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 192561, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 192561, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-x86_64/PKGBUILD
(from rev 192561, pfff/trunk/PKGBUILD)
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 192561, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 192561, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
Deleted:
  pfff/repos/community-i686/PKGBUILD
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
  pfff/repos/community-x86_64/PKGBUILD
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch

-+
 /PKGBUILD  
 |  106 ++
 /lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |  160 ++
 /lang_js-analyze-utils_js.mli.patch
 |   60 +++
 community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch  
 |   39 ++
 community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch  
 |   27 +
 community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch  
 |   26 +
 community-i686/PKGBUILD
 |   44 --
 community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
 |   80 -
 community-i686/lang_js-analyze-utils_js.mli.patch  
 |   30 -
 community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 |   39 ++
 
community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch 
|   27 +
 community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
 |   26 +
 community-x86_64/PKGBUILD  
 |   44 --
 community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |   80 -
 community-x86_64/lang_js-analyze-utils_js.mli.patch
 |   30 -
 15 files changed, 510 insertions(+), 308 deletions(-)

Copied: 
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 (from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
===
--- community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
(rev 0)
+++ community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
2016-10-19 07:47:15 UTC (rev 192562)
@@ -0,0 +1,39 @@
+From 2c3dfc748e84fbfd99cf64bdedfa150a1b30286f Mon Sep 17 00:00:00 2001
+From: tychota 
+Date: Sun, 17 Jul 2016 10:52:08 +0200
+Subject: [PATCH] Replace use of uint32 by standard/ complient way
+
+This closes #142.
+
+Uint32 semms to be platform specific :
+- 
http://stackoverflow.com/questions/13362084/difference-between-uint32-and-uint32-t
+
+This I'm importing stdint and using the standard uint32_t type.
+---
+ external/ocamlzip/zlibstubs.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/externa

[arch-commits] Commit in ocaml-findlib/repos (8 files)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:41:24
  Author: juergen
Revision: 192561

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

Added:
  ocaml-findlib/repos/community-i686/PKGBUILD
(from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-i686/makefile.patch
(from rev 192560, ocaml-findlib/trunk/makefile.patch)
  ocaml-findlib/repos/community-x86_64/PKGBUILD
(from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/makefile.patch
(from rev 192560, ocaml-findlib/trunk/makefile.patch)
Deleted:
  ocaml-findlib/repos/community-i686/PKGBUILD
  ocaml-findlib/repos/community-i686/makefile.patch
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/makefile.patch

-+
 /PKGBUILD   |  108 ++
 /makefile.patch |   26 +
 community-i686/PKGBUILD |   54 ---
 community-i686/makefile.patch   |   13 
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/makefile.patch |   13 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/PKGBUILD 2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-# Contributor: Alif 
-
-pkgname=ocaml-findlib
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml')
-makedepends=('setconf')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
-'makefile.patch')
-sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
-'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-prepare() {
-  cd "findlib-$pkgver"
-
-  patch -i "$srcdir/makefile.patch"
-}
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
--sitelib /usr/lib/ocaml \
--config /etc/findlib.conf \
--mandir /usr/share/man
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  # Add a directory to the path for compatibility with old-style packages
-  setconf "$pkgdir/etc/findlib.conf" \
-path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
-
-  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 192560, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml>=4.03.0')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
+'makefile.patch')
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
+'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+prepare() {
+  cd "findlib-$pkgver"
+
+  patch -i "$srcdir/makefile.patch"
+}
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  setconf "$pkgdir/etc/findlib.conf" \
+path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/makefile.patch
===
--- community-i686/makefile.patch   2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/makefile.patch   2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,13 +0,0 @@
-Index: b/Makefile
-

[arch-commits] Commit in ocaml-findlib/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:41:15
  Author: juergen
Revision: 192560

upgpkg: ocaml-findlib 1.6.2-3

OCaml 4.03.0 rebuild

Modified:
  ocaml-findlib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:32:26 UTC (rev 192559)
+++ PKGBUILD2016-10-19 07:41:15 UTC (rev 192560)
@@ -9,12 +9,12 @@
 
 pkgname=ocaml-findlib
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://projects.camlcity.org/projects/findlib.html'
 license=('MIT')
-depends=('ocaml')
+depends=('ocaml>=4.03.0')
 makedepends=('setconf')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
 'makefile.patch')


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:38:31
  Author: juergen
Revision: 278990

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

Added:
  lablgtk2/repos/extra-i686/PKGBUILD
(from rev 278989, lablgtk2/trunk/PKGBUILD)
  lablgtk2/repos/extra-x86_64/PKGBUILD
(from rev 278989, lablgtk2/trunk/PKGBUILD)
Deleted:
  lablgtk2/repos/extra-i686/PKGBUILD
  lablgtk2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:38:19 UTC (rev 278989)
+++ extra-i686/PKGBUILD 2016-10-19 07:38:31 UTC (rev 278990)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 278989, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:38:31 UTC (rev 278990)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 07:38:19 UTC (rev 278989)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:38:31 UTC (rev 278990)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 278989, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:38:31 UTC (rev 278990)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)

[arch-commits] Commit in lablgtk2/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:38:19
  Author: juergen
Revision: 278989

upgpkg: lablgtk2 2.18.5-1

Rebuild against OCaml 4.03.0

Modified:
  lablgtk2/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:30:45 UTC (rev 278988)
+++ PKGBUILD2016-10-19 07:38:19 UTC (rev 278989)
@@ -2,17 +2,18 @@
 #Maintainer: Tobias Powalowski 
 
 pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
+pkgver=2.18.5
+pkgrel=1
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/";
 depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
 options=(!makeflags staticlibs)
 
 build() {
@@ -27,4 +28,3 @@
   make DESTDIR=${pkgdir} old-install
   install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
 }
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:32:26
  Author: juergen
Revision: 192559

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 07:32:16 UTC (rev 192558)
+++ community-i686/PKGBUILD 2016-10-19 07:32:26 UTC (rev 192559)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.02+6
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 192558, 
camlp4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 07:32:26 UTC (rev 192559)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.03+1
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-19 07:32:16 UTC (rev 192558)
+++ community-x86_64/PKGBUILD   2016-10-19 07:32:26 UTC (rev 192559)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.02+6
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 192558, 
camlp4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-19 07:32:26 UTC (rev 192559)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.03+1
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:32:16
  Author: juergen
Revision: 192558

upgpkg: camlp4 4.03+1-1

Rebuild against OCaml 4.03.0

Modified:
  camlp4/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 06:17:36 UTC (rev 192557)
+++ PKGBUILD2016-10-19 07:32:16 UTC (rev 192558)
@@ -3,14 +3,14 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=camlp4
-pkgver=4.02+6
+pkgver=4.03+1
 pkgrel=1
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64' 'i686')
 license=('GPL2')
 url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 source=("git://github.com/ocaml/camlp4#tag=$pkgver")
 md5sums=('SKIP')


[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:30:35
  Author: juergen
Revision: 278987

upgpkg: ocaml-ctypes 0.9.0-1

Rebuild against OCaml 4.03.0

Modified:
  ocaml-ctypes/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:22:25 UTC (rev 278986)
+++ PKGBUILD2016-10-19 07:30:35 UTC (rev 278987)
@@ -3,8 +3,8 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes";
@@ -13,7 +13,7 @@
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:30:45
  Author: juergen
Revision: 278988

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

Added:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
(from rev 278987, ocaml-ctypes/trunk/PKGBUILD)
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 278987, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:30:35 UTC (rev 278987)
+++ extra-i686/PKGBUILD 2016-10-19 07:30:45 UTC (rev 278988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes";
-license=('MIT')
-depends=('ocaml' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 278987, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:30:45 UTC (rev 278988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes";
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 07:30:35 UTC (rev 278987)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:30:45 UTC (rev 278988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes";
-license=('MIT')
-depends=('ocaml' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 278987, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:30:45 UTC (rev 278988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes";
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
+

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:22:25
  Author: juergen
Revision: 278986

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

Added:
  ocamlbuild/repos/extra-i686/
  ocamlbuild/repos/extra-i686/PKGBUILD
(from rev 278985, ocamlbuild/trunk/PKGBUILD)
  ocamlbuild/repos/extra-x86_64/
  ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 278985, ocamlbuild/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   27 +++
 extra-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+


[arch-commits] Commit in (4 files)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:21:13
  Author: juergen
Revision: 278985

New package: ocamlbuild (was split from ocaml)

Added:
  ocamlbuild/
  ocamlbuild/repos/
  ocamlbuild/trunk/
  ocamlbuild/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Added: ocamlbuild/trunk/PKGBUILD
===
--- ocamlbuild/trunk/PKGBUILD   (rev 0)
+++ ocamlbuild/trunk/PKGBUILD   2016-10-19 07:21:13 UTC (rev 278985)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+


Property changes on: ocamlbuild/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:07:24
  Author: juergen
Revision: 278984

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

Added:
  ocaml/repos/extra-i686/PKGBUILD
(from rev 278983, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 278983, ocaml/trunk/PKGBUILD)
Deleted:
  ocaml/repos/extra-i686/PKGBUILD
  ocaml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 extra-i686/PKGBUILD   |   57 
 extra-x86_64/PKGBUILD |   57 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:07:10 UTC (rev 278983)
+++ extra-i686/PKGBUILD 2016-10-19 07:07:24 UTC (rev 278984)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.3
-pkgrel=2
-pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="http://caml.inria.fr/";
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ef1a324608c97031cbd92a442d685ab7')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include 
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Install compiler libraries
-  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
-  mkdir -p "$compiler_libs"/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
-  # duplicated by installation
-  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 278983, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:07:24 UTC (rev 278984)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.03.0
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/";
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.03/${pkgname}-${pkgver}.tar.xz)
+md5sums=('89f62881e03dfad0cf04991fbc03f955')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Install compiler libraries
+  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
+  mkdir -p "$compiler_libs"/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
+  # duplicated by installation
+  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgna

[arch-commits] Commit in ocaml/trunk (PKGBUILD)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:07:10
  Author: juergen
Revision: 278983

upgpkg: ocaml 4.03.0-1

Modified:
  ocaml/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 06:32:45 UTC (rev 278982)
+++ PKGBUILD2016-10-19 07:07:10 UTC (rev 278983)
@@ -3,8 +3,8 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.3
-pkgrel=2
+pkgver=4.03.0
+pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
 license=('LGPL2.1' 'custom: QPL-1.0')
@@ -12,8 +12,8 @@
 depends=('gdbm')
 makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ef1a324608c97031cbd92a442d685ab7')
+source=(http://caml.inria.fr/distrib/ocaml-4.03/${pkgname}-${pkgver}.tar.xz)
+md5sums=('89f62881e03dfad0cf04991fbc03f955')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 
 build() {


<    1   2