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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:27:10
  Author: seblu
Revision: 229001

upgpkg: btrfs-progs 3.18.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 18:36:22 UTC (rev 229000)
+++ PKGBUILD2015-01-14 21:27:10 UTC (rev 229001)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=3.18
+pkgver=3.18.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:27:27
  Author: seblu
Revision: 125935

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

Added:
  python-msgpack/repos/community-i686/PKGBUILD
(from rev 125934, python-msgpack/trunk/PKGBUILD)
  python-msgpack/repos/community-x86_64/PKGBUILD
(from rev 125934, python-msgpack/trunk/PKGBUILD)
Deleted:
  python-msgpack/repos/community-i686/PKGBUILD
  python-msgpack/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 21:21:03 UTC (rev 125934)
+++ community-i686/PKGBUILD 2015-01-14 21:27:27 UTC (rev 125935)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-source=(http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz;)
-md5sums=('e3a0fdfd864c72c958bb501d39b39caf')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-#check() {
-#  cd msgpack-python-$pkgver
-#  msg2 'python'
-#  PYTHONPATH=$PWD/build/python py.test test
-#  msg2 'python2'
-#  PYTHONPATH=$PWD/build/python2 py.test2 test
-#}
-
-package_python-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python'
-  depends=('python')
-
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-}
-
-package_python2-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python2'
-  depends=('python2')
-
-  cd msgpack-python-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-i686/PKGBUILD (from rev 125934, 
python-msgpack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 21:27:27 UTC (rev 125935)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.4.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/msgpack/msgpack-python'
+license=('Apache')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+source=(http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz;)
+md5sums=('86187bcd95b01753a5975424fe42ca81')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+#check() {
+#  cd msgpack-python-$pkgver
+#  msg2 'python'
+#  PYTHONPATH=$PWD/build/python py.test test
+#  msg2 'python2'
+#  PYTHONPATH=$PWD/build/python2 py.test2 test
+#}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 21:21:03 UTC (rev 125934)
+++ community-x86_64/PKGBUILD   2015-01-14 21:27:27 UTC (rev 125935)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')

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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:27:47
  Author: seblu
Revision: 229002

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

Added:
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 229001, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 229001, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 229001, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 229001, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 229001, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 229001, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 229001, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 229001, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/PKGBUILD
  btrfs-progs/repos/testing-i686/btrfs-progs.install
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/PKGBUILD
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs

---+
 /PKGBUILD |  100 
 /btrfs-progs.install  |   18 +
 /initcpio-hook-btrfs  |   14 
 /initcpio-install-btrfs   |   34 ++
 testing-i686/PKGBUILD |   50 
 testing-i686/btrfs-progs.install  |9 --
 testing-i686/initcpio-hook-btrfs  |7 --
 testing-i686/initcpio-install-btrfs   |   17 -
 testing-x86_64/PKGBUILD   |   50 
 testing-x86_64/btrfs-progs.install|9 --
 testing-x86_64/initcpio-hook-btrfs|7 --
 testing-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 166 insertions(+), 166 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-01-14 21:27:10 UTC (rev 229001)
+++ testing-i686/PKGBUILD   2015-01-14 21:27:47 UTC (rev 229002)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=3.18
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  make CFLAGS=$CFLAGS
-  make CFLAGS=$CFLAGS btrfs-select-super
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-
-  make prefix=$pkgdir/usr install
-  install -Dm755 btrfs-select-super $pkgdir/usr/bin
-
-  # install mkinitcpio hooks
-  cd $srcdir
-  install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
-  install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 229001, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-14 21:27:47 UTC (rev 229002)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=3.18.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 

[arch-commits] Commit in file/repos (10 files)

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:37:20
  Author: seblu
Revision: 229005

db-move: moved file from [testing] to [core] (i686, x86_64)

Added:
  file/repos/core-i686/PKGBUILD
(from rev 229004, file/repos/testing-i686/PKGBUILD)
  file/repos/core-x86_64/PKGBUILD
(from rev 229004, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-i686/01-fix-broken-xz.patch
  file/repos/core-i686/02-ignore-exit-code-from-uncompress.patch
  file/repos/core-i686/PKGBUILD
  file/repos/core-x86_64/01-fix-broken-xz.patch
  file/repos/core-x86_64/02-ignore-exit-code-from-uncompress.patch
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-i686/
  file/repos/testing-x86_64/

---+
 /PKGBUILD |   86 
 core-i686/01-fix-broken-xz.patch  |   44 
 core-i686/02-ignore-exit-code-from-uncompress.patch   |   34 --
 core-i686/PKGBUILD|   42 ---
 core-x86_64/01-fix-broken-xz.patch|   44 
 core-x86_64/02-ignore-exit-code-from-uncompress.patch |   34 --
 core-x86_64/PKGBUILD  |   42 ---
 7 files changed, 86 insertions(+), 240 deletions(-)

Deleted: core-i686/01-fix-broken-xz.patch
===
--- core-i686/01-fix-broken-xz.patch2015-01-14 21:35:43 UTC (rev 229004)
+++ core-i686/01-fix-broken-xz.patch2015-01-14 21:37:20 UTC (rev 229005)
@@ -1,44 +0,0 @@
-From abc95cd644418cc5205a8ad07d864f0851ac49df Mon Sep 17 00:00:00 2001
-From: Christos Zoulas chris...@zoulas.com
-Date: Thu, 11 Dec 2014 11:47:08 +
-Subject: [PATCH] PR/405: file -bizL git-2.1.3.tar.xz broke because the xz
- decompressor dies with SIGPIPE when we stop reading from it early. ignore
- SIGPIPE
-

- src/compress.c | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/compress.c b/src/compress.c
-index fa9e07a..bf93839 100644
 a/src/compress.c
-+++ b/src/compress.c
-@@ -45,6 +45,7 @@ FILE_RCSID(@(#)$File: compress.c,v 1.74 2014/10/26 20:23:30 
christos Exp $)
- #endif
- #include string.h
- #include errno.h
-+#include signal.h
- #if !defined(__MINGW32__)  !defined(WIN32)
- #include sys/ioctl.h
- #endif
-@@ -103,10 +104,12 @@ file_zmagic(struct magic_set *ms, int fd, const char 
*name,
-   size_t i, nsz;
-   int rv = 0;
-   int mime = ms-flags  MAGIC_MIME;
-+  sig_t osigpipe;
- 
-   if ((ms-flags  MAGIC_COMPRESS) == 0)
-   return 0;
- 
-+  osigpipe = signal(SIGPIPE, SIG_IGN);
-   for (i = 0; i  ncompr; i++) {
-   if (nbytes  compr[i].maglen)
-   continue;
-@@ -133,6 +136,7 @@ file_zmagic(struct magic_set *ms, int fd, const char *name,
-   }
-   }
- error:
-+  (void)signal(SIGPIPE, osigpipe);
-   free(newbuf);
-   ms-flags |= MAGIC_COMPRESS;
-   return rv;

Deleted: core-i686/02-ignore-exit-code-from-uncompress.patch
===
--- core-i686/02-ignore-exit-code-from-uncompress.patch 2015-01-14 21:35:43 UTC 
(rev 229004)
+++ core-i686/02-ignore-exit-code-from-uncompress.patch 2015-01-14 21:37:20 UTC 
(rev 229005)
@@ -1,34 +0,0 @@
-From 05463f7b3d4588a656089e20ab53a5b81b875341 Mon Sep 17 00:00:00 2001
-From: Christos Zoulas chris...@zoulas.com
-Date: Fri, 12 Dec 2014 16:33:01 +
-Subject: [PATCH] PR/405: Ignore exit code from uncompress programs because
- some (validly) exit with non-zero code when they get SIGPIPE.
-

- src/compress.c | 13 +
- 1 file changed, 9 insertions(+), 4 deletions(-)
-
-diff --git a/src/compress.c b/src/compress.c
-index bf93839..30be569 100644
 a/src/compress.c
-+++ b/src/compress.c
-@@ -512,11 +512,16 @@ uncompressbuf(struct magic_set *ms, int fd, size_t 
method,
-   strerror(errno));
- #endif
-   n = NODATA;
--  } else if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
-+  } else if (!WIFEXITED(status)) {
- #ifdef DEBUG
--  (void)fprintf(stderr, Child status (0x%x)\n, status);
-+  (void)fprintf(stderr, Child not exited (0x%x)\n,
-+  status);
-+#endif
-+  } else if (WEXITSTATUS(status) != 0) {
-+#ifdef DEBUG
-+  (void)fprintf(stderr, Child exited (0x%d)\n,
-+  WEXITSTATUS(status));
- #endif
--  n = NODATA;
-   }
- 
-   (void) close(fdin[0]);

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-01-14 21:35:43 UTC (rev 229004)
+++ core-i686/PKGBUILD  2015-01-14 21:37:20 UTC (rev 229005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae 

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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:38:01
  Author: seblu
Revision: 125937

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 125936, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 125936, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 21:37:33 UTC (rev 125936)
+++ community-i686/PKGBUILD 2015-01-14 21:38:01 UTC (rev 125937)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.1.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('015a013c46bb9bc30b5c344f26dea0d3')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH=$PWD/build/python
-  #python test/test_psutil.py
-  python test/test_memory_leaks.py
-
-  msg2 python2
-  export PYTHONPATH=$PWD/build/python2
-  #python2 test/test_psutil.py
-  python2 test/test_memory_leaks.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 125936, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 21:38:01 UTC (rev 125937)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=2.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('b8f5ce3c47edc5e4491ef05a61387116')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH=$PWD/build/python
+  #python test/test_psutil.py
+  python test/test_memory_leaks.py
+
+  msg2 python2
+  export PYTHONPATH=$PWD/build/python2
+  #python2 test/test_psutil.py
+  python2 test/test_memory_leaks.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 21:37:33 UTC (rev 

[arch-commits] Commit in python-msgpack/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:21:03
  Author: seblu
Revision: 125934

archrelease: copy trunk to community-x86_64

Added:
  python-msgpack/repos/community-x86_64/PKGBUILD
(from rev 125933, python-msgpack/trunk/PKGBUILD)
Deleted:
  python-msgpack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 21:20:47 UTC (rev 125933)
+++ PKGBUILD2015-01-14 21:21:03 UTC (rev 125934)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-source=(http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz;)
-md5sums=('e3a0fdfd864c72c958bb501d39b39caf')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-#check() {
-#  cd msgpack-python-$pkgver
-#  msg2 'python'
-#  PYTHONPATH=$PWD/build/python py.test test
-#  msg2 'python2'
-#  PYTHONPATH=$PWD/build/python2 py.test2 test
-#}
-
-package_python-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python'
-  depends=('python')
-
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-}
-
-package_python2-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python2'
-  depends=('python2')
-
-  cd msgpack-python-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-x86_64/PKGBUILD (from rev 125933, 
python-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 21:21:03 UTC (rev 125934)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.4.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/msgpack/msgpack-python'
+license=('Apache')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+source=(http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz;)
+md5sums=('86187bcd95b01753a5975424fe42ca81')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+#check() {
+#  cd msgpack-python-$pkgver
+#  msg2 'python'
+#  PYTHONPATH=$PWD/build/python py.test test
+#  msg2 'python2'
+#  PYTHONPATH=$PWD/build/python2 py.test2 test
+#}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:37:33
  Author: seblu
Revision: 125936

upgpkg: python-psutil 2.2.0-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 21:27:27 UTC (rev 125935)
+++ PKGBUILD2015-01-14 21:37:33 UTC (rev 125936)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('015a013c46bb9bc30b5c344f26dea0d3')
+md5sums=('b8f5ce3c47edc5e4491ef05a61387116')
 
 build() {
   cd psutil-$pkgver


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

2015-01-14 Thread Sébastien Luttringer
Date: Wednesday, January 14, 2015 @ 22:20:47
  Author: seblu
Revision: 125933

upgpkg: python-msgpack 0.4.4-1

Modified:
  python-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 18:37:29 UTC (rev 125932)
+++ PKGBUILD2015-01-14 21:20:47 UTC (rev 125933)
@@ -3,7 +3,7 @@
 
 pkgbase=python-msgpack
 pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.2
+pkgver=0.4.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/msgpack/msgpack-python'
@@ -11,7 +11,7 @@
 makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
 
source=(http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz;)
-md5sums=('e3a0fdfd864c72c958bb501d39b39caf')
+md5sums=('86187bcd95b01753a5975424fe42ca81')
 
 build() {
   cd msgpack-python-$pkgver


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

2015-01-14 Thread Bartłomiej Piotrowski
Date: Wednesday, January 14, 2015 @ 22:35:43
  Author: bpiotrowski
Revision: 229004

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

Added:
  haveged/repos/extra-i686/PKGBUILD
(from rev 229003, haveged/trunk/PKGBUILD)
  haveged/repos/extra-i686/service
(from rev 229003, haveged/trunk/service)
  haveged/repos/extra-x86_64/PKGBUILD
(from rev 229003, haveged/trunk/PKGBUILD)
  haveged/repos/extra-x86_64/service
(from rev 229003, haveged/trunk/service)
Deleted:
  haveged/repos/extra-i686/PKGBUILD
  haveged/repos/extra-i686/service
  haveged/repos/extra-x86_64/PKGBUILD
  haveged/repos/extra-x86_64/service

---+
 /PKGBUILD |   56 
 /service  |   20 +
 extra-i686/PKGBUILD   |   28 
 extra-i686/service|   11 -
 extra-x86_64/PKGBUILD |   28 
 extra-x86_64/service  |   11 -
 6 files changed, 76 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-i686/PKGBUILD 2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia dot pl
-# Contributor: pootzko pootzko at gmail dot com
-
-pkgname=haveged
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
-service)
-md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
- '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 service $pkgdir/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-i686/PKGBUILD (from rev 229003, 
haveged/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia dot pl
+# Contributor: pootzko pootzko at gmail dot com
+
+pkgname=haveged
+pkgver=1.9.1
+pkgrel=2
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+source=($url/$pkgname-$pkgver.tar.gz
+service)
+md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
+ '5b1afbd842300ff8dba0dfccef76514b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 service $pkgdir/usr/lib/systemd/system/haveged.service
+}

Deleted: extra-i686/service
===
--- extra-i686/service  2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-i686/service  2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Entropy Harvesting Daemon
-Documentation=man:haveged(8)
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: haveged/repos/extra-i686/service (from rev 229003, 
haveged/trunk/service)
===
--- extra-i686/service  (rev 0)
+++ extra-i686/service  2015-01-14 21:35:43 UTC (rev 229004)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+
+[Service]
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-14 21:35:32 UTC (rev 229003)
+++ extra-x86_64/PKGBUILD   2015-01-14 21:35:43 UTC (rev 229004)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia dot pl
-# Contributor: pootzko pootzko at gmail dot com
-
-pkgname=haveged
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
-service)
-md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
- '777c7ac7fa145c03fca3ba9dcd4501de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 service 

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

2015-01-14 Thread Bartłomiej Piotrowski
Date: Wednesday, January 14, 2015 @ 22:35:32
  Author: bpiotrowski
Revision: 229003

upgpkg: haveged 1.9.1-2

- use the -F flag to run the service in foreground and switch it to Type=simple
- haveged exits with status 143 after receiving SIGTERM, set SuccessExitStatus
  to that number

Fixes FS#43433.

Modified:
  haveged/trunk/PKGBUILD
  haveged/trunk/service

--+
 PKGBUILD |4 ++--
 service  |5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 21:27:47 UTC (rev 229002)
+++ PKGBUILD2015-01-14 21:35:32 UTC (rev 229003)
@@ -5,7 +5,7 @@
 
 pkgname=haveged
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('i686' 'x86_64')
 url='http://www.issihosts.com/haveged'
@@ -14,7 +14,7 @@
 source=($url/$pkgname-$pkgver.tar.gz
 service)
 md5sums=('015ff58cd10607db0e0de60aeca2f5f8'
- '777c7ac7fa145c03fca3ba9dcd4501de')
+ '5b1afbd842300ff8dba0dfccef76514b')
 
 build() {
   cd $pkgname-$pkgver

Modified: service
===
--- service 2015-01-14 21:27:47 UTC (rev 229002)
+++ service 2015-01-14 21:35:32 UTC (rev 229003)
@@ -3,9 +3,8 @@
 Documentation=man:haveged(8)
 
 [Service]
-Type=forking
-ExecStart=/usr/bin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
+ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+SuccessExitStatus=143
 
 [Install]
 WantedBy=multi-user.target


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

2015-01-14 Thread Antonio Rojas
Date: Thursday, January 15, 2015 @ 00:28:40
  Author: arojas
Revision: 125938

- Really do link to flint
- Enable gfanlib

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 21:38:01 UTC (rev 125937)
+++ PKGBUILD2015-01-14 23:28:40 UTC (rev 125938)
@@ -4,12 +4,12 @@
 pkgname=singular
 pkgver=3.1.7.p1
 _majver=3-1-7
-pkgrel=2
+pkgrel=3
 pkgdesc=Computer Algebra System for polynomial computations
 arch=('i686' 'x86_64')
 url=http://www.singular.uni-kl.de/;
 license=('GPL')
-depends=('flint') #polymake
+depends=('flint' 'cddlib') #polymake
 
source=(http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
 
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch')
 md5sums=('ce369519d1c5d07342722e78240ea044'
@@ -19,6 +19,8 @@
 prepare() {
   cd Singular-$_majver
   patch -p1 -i ../templates.patch
+# fix flint detection
+  sed -e 's|-lmpir|-lgmp|' -i factory/configure -i Singular/configure
 }
 
 build() {
@@ -37,8 +39,8 @@
   ./configure --prefix=$PWD/build/usr/lib/Singular \
  --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
  --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
-  make install-nolns
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --enable-gfanlib
+  make install
 
   export CFLAGS=$CFLAGS -DPIC -DLIBSINGULAR
   export CXXFLAGS=$CXXFLAGS -DPIC -DLIBSINGULAR
@@ -46,7 +48,7 @@
   ./configure --prefix=$PWD/build/usr/lib/Singular \
  --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
  --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --disable-doc
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
   make clean
   make install-libsingular
 
@@ -60,6 +62,7 @@
   cp -r build/* $pkgdir/ 
 
   mkdir -p $pkgdir/usr/bin
+  ln -sf /usr/lib/Singular/Singular-$_majver 
$pkgdir/usr/lib/Singular/Singular
   ln -s /usr/lib/Singular/Singular $pkgdir/usr/bin/
   ln -s /usr/lib/Singular/libsingular.so $pkgdir/usr/lib/
 
@@ -68,4 +71,3 @@
   install -m644 $srcdir/Singular/$_majver/info/singular.hlp 
$pkgdir/usr/share/singular/
   install -m644 $srcdir/Singular/$_majver/doc/singular.idx 
$pkgdir/usr/share/singular/
 }
-


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

2015-01-14 Thread Antonio Rojas
Date: Thursday, January 15, 2015 @ 00:29:18
  Author: arojas
Revision: 125939

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

Added:
  singular/repos/community-i686/PKGBUILD
(from rev 125938, singular/trunk/PKGBUILD)
  singular/repos/community-i686/templates.patch
(from rev 125938, singular/trunk/templates.patch)
  singular/repos/community-x86_64/PKGBUILD
(from rev 125938, singular/trunk/PKGBUILD)
  singular/repos/community-x86_64/templates.patch
(from rev 125938, singular/trunk/templates.patch)
Deleted:
  singular/repos/community-i686/PKGBUILD
  singular/repos/community-i686/templates.patch
  singular/repos/community-x86_64/PKGBUILD
  singular/repos/community-x86_64/templates.patch

--+
 /PKGBUILD|  146 +
 /templates.patch |   38 +
 community-i686/PKGBUILD  |   71 -
 community-i686/templates.patch   |   19 
 community-x86_64/PKGBUILD|   71 -
 community-x86_64/templates.patch |   19 
 6 files changed, 184 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 23:28:40 UTC (rev 125938)
+++ community-i686/PKGBUILD 2015-01-14 23:29:18 UTC (rev 125939)
@@ -1,71 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-
-pkgname=singular
-pkgver=3.1.7.p1
-_majver=3-1-7
-pkgrel=2
-pkgdesc=Computer Algebra System for polynomial computations
-arch=('i686' 'x86_64')
-url=http://www.singular.uni-kl.de/;
-license=('GPL')
-depends=('flint') #polymake
-source=(http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
-http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch')
-md5sums=('ce369519d1c5d07342722e78240ea044'
- 'b9177c00e95ee21b137984bade9fc481'
- 'a267423f3b25f0b91853f9cf607974a7')
-
-prepare() {
-  cd Singular-$_majver
-  patch -p1 -i ../templates.patch
-}
-
-build() {
-  cd Singular-$_majver
-
-  export CPP=/usr/bin/cpp
-  export CXXCPP=/usr/bin/cpp
-  export CFLAGS=-fPIC
-  export CXXFLAGS=-fPIC
-
-# force using system ntl
-  rm -r ntl
-
-  mkdir -p build
-
-  ./configure --prefix=$PWD/build/usr/lib/Singular \
- --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
- --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
-  make install-nolns
-
-  export CFLAGS=$CFLAGS -DPIC -DLIBSINGULAR
-  export CXXFLAGS=$CXXFLAGS -DPIC -DLIBSINGULAR
-
-  ./configure --prefix=$PWD/build/usr/lib/Singular \
- --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
- --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --disable-doc
-  make clean
-  make install-libsingular
-
-# needed by Sage, not installed by default
-  cp Singular/sing_dbm.h build/usr/include/singular/
-}
-
-package() {
-  cd Singular-$_majver
-
-  cp -r build/* $pkgdir/ 
-
-  mkdir -p $pkgdir/usr/bin
-  ln -s /usr/lib/Singular/Singular $pkgdir/usr/bin/
-  ln -s /usr/lib/Singular/libsingular.so $pkgdir/usr/lib/
-
-# Install docs
-  mkdir -p $pkgdir/usr/share/singular
-  install -m644 $srcdir/Singular/$_majver/info/singular.hlp 
$pkgdir/usr/share/singular/
-  install -m644 $srcdir/Singular/$_majver/doc/singular.idx 
$pkgdir/usr/share/singular/
-}
-

Copied: singular/repos/community-i686/PKGBUILD (from rev 125938, 
singular/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 23:29:18 UTC (rev 125939)
@@ -0,0 +1,73 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=singular
+pkgver=3.1.7.p1
+_majver=3-1-7
+pkgrel=3
+pkgdesc=Computer Algebra System for polynomial computations
+arch=('i686' 'x86_64')
+url=http://www.singular.uni-kl.de/;
+license=('GPL')
+depends=('flint' 'cddlib') #polymake
+source=(http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
+http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch')
+md5sums=('ce369519d1c5d07342722e78240ea044'
+ 'b9177c00e95ee21b137984bade9fc481'
+ 'a267423f3b25f0b91853f9cf607974a7')
+
+prepare() {
+  cd Singular-$_majver
+  

[arch-commits] Commit in exim/repos (22 files)

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:15:54
  Author: fyan
Revision: 125943

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

Added:
  exim/repos/community-testing-i686/
  exim/repos/community-testing-i686/PKGBUILD
(from rev 125942, exim/trunk/PKGBUILD)
  exim/repos/community-testing-i686/aliases
(from rev 125942, exim/trunk/aliases)
  exim/repos/community-testing-i686/exim-submission.socket
(from rev 125942, exim/trunk/exim-submission.socket)
  exim/repos/community-testing-i686/exim-submission@.service
(from rev 125942, exim/trunk/exim-submission@.service)
  exim/repos/community-testing-i686/exim.Makefile
(from rev 125942, exim/trunk/exim.Makefile)
  exim/repos/community-testing-i686/exim.install
(from rev 125942, exim/trunk/exim.install)
  exim/repos/community-testing-i686/exim.logrotate
(from rev 125942, exim/trunk/exim.logrotate)
  exim/repos/community-testing-i686/exim.service
(from rev 125942, exim/trunk/exim.service)
  exim/repos/community-testing-i686/exim.socket
(from rev 125942, exim/trunk/exim.socket)
  exim/repos/community-testing-i686/exim@.service
(from rev 125942, exim/trunk/exim@.service)
  exim/repos/community-testing-x86_64/
  exim/repos/community-testing-x86_64/PKGBUILD
(from rev 125942, exim/trunk/PKGBUILD)
  exim/repos/community-testing-x86_64/aliases
(from rev 125942, exim/trunk/aliases)
  exim/repos/community-testing-x86_64/exim-submission.socket
(from rev 125942, exim/trunk/exim-submission.socket)
  exim/repos/community-testing-x86_64/exim-submission@.service
(from rev 125942, exim/trunk/exim-submission@.service)
  exim/repos/community-testing-x86_64/exim.Makefile
(from rev 125942, exim/trunk/exim.Makefile)
  exim/repos/community-testing-x86_64/exim.install
(from rev 125942, exim/trunk/exim.install)
  exim/repos/community-testing-x86_64/exim.logrotate
(from rev 125942, exim/trunk/exim.logrotate)
  exim/repos/community-testing-x86_64/exim.service
(from rev 125942, exim/trunk/exim.service)
  exim/repos/community-testing-x86_64/exim.socket
(from rev 125942, exim/trunk/exim.socket)
  exim/repos/community-testing-x86_64/exim@.service
(from rev 125942, exim/trunk/exim@.service)

---+
 community-testing-i686/PKGBUILD   |   90 +
 community-testing-i686/aliases|   35 
 community-testing-i686/exim-submission.socket |   10 
 community-testing-i686/exim-submission@.service   |   11 
 community-testing-i686/exim.Makefile  | 1230 
 community-testing-i686/exim.install   |   20 
 community-testing-i686/exim.logrotate |6 
 community-testing-i686/exim.service   |   10 
 community-testing-i686/exim.socket|   10 
 community-testing-i686/exim@.service  |7 
 community-testing-x86_64/PKGBUILD |   90 +
 community-testing-x86_64/aliases  |   35 
 community-testing-x86_64/exim-submission.socket   |   10 
 community-testing-x86_64/exim-submission@.service |   11 
 community-testing-x86_64/exim.Makefile| 1230 
 community-testing-x86_64/exim.install |   20 
 community-testing-x86_64/exim.logrotate   |6 
 community-testing-x86_64/exim.service |   10 
 community-testing-x86_64/exim.socket  |   10 
 community-testing-x86_64/exim@.service|7 
 20 files changed, 2858 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 125942:125943 to see the changes.


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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:16:00
  Author: fyan
Revision: 125944

upgpkg: python-xcffib 0.1.10-1

upstream new release

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 05:15:54 UTC (rev 125943)
+++ PKGBUILD2015-01-15 05:16:00 UTC (rev 125944)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.9
+pkgver=0.1.10
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
  'python-six' 'python2-six' 'libxcb')
 
source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('bf9833c670c9dd0049e63cb7d58b536f')
+md5sums=('4481d40c16fa5511d2d0c9fdc05645ab')
 
 prepare() {
   cp -a xcffib-$pkgver{,-py2}


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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:13:50
  Author: fyan
Revision: 125942

upgpkg: exim 4.85-1

upstream new release

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 05:01:42 UTC (rev 125941)
+++ PKGBUILD2015-01-15 05:13:50 UTC (rev 125942)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=exim
-pkgver=4.84
+pkgver=4.85
 pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
@@ -26,7 +27,7 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-md5sums=('3d14522e604b687b9e515f5aa739b2c0'
+md5sums=('ebae28762b6f125726283dc9434e8709'
  '4874006f0585253ddab027d441009757'
  'e18a535218718c5eb394ed5c9296fe06'
  '2675c17fa9e5bb63c0862fe6fa633377'


[arch-commits] Commit in shadowsocks/repos/community-any (8 files)

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:01:42
  Author: fyan
Revision: 125941

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 125940, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 125940, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 125940, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 125940, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   94 +-
 shadowsocks-server@.service |   24 +-
 shadowsocks.install |   10 ++--
 shadowsocks@.service|   24 +-
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 05:01:09 UTC (rev 125940)
+++ PKGBUILD2015-01-15 05:01:42 UTC (rev 125941)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-sha512sums=('4a022383d61c845319a0a1fd5b8d85f62c8cdccf3a8273f3095d2e3dc05fbb304da9da13c145a1415ff2574feb618425b6846eaec7486f362686d21c88e36da3'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-
-  python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 125940, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 05:01:42 UTC (rev 125941)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.6.4
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+sha512sums=('1fa0d58aba106434f06fa9675acbe4d3716121808f29c95bd9947b4d8b3dce245b7a3657b01a53faed7c2f41a1c4f33e265b892f2fa39f8e22b8f0408637213d'
+
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included
+  return
+  python tests/test.py -c tests/table.json
+  

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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:16:40
  Author: fyan
Revision: 125945

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

Added:
  python-xcffib/repos/community-i686/PKGBUILD
(from rev 125944, python-xcffib/trunk/PKGBUILD)
  python-xcffib/repos/community-x86_64/PKGBUILD
(from rev 125944, python-xcffib/trunk/PKGBUILD)
Deleted:
  python-xcffib/repos/community-i686/PKGBUILD
  python-xcffib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 05:16:00 UTC (rev 125944)
+++ community-i686/PKGBUILD 2015-01-15 05:16:40 UTC (rev 125945)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.9
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('bf9833c670c9dd0049e63cb7d58b536f')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-i686/PKGBUILD (from rev 125944, 
python-xcffib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 05:16:40 UTC (rev 125945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.1.10
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb')
+source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
+md5sums=('4481d40c16fa5511d2d0c9fdc05645ab')
+
+prepare() {
+  cp -a xcffib-$pkgver{,-py2}
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-15 05:16:00 UTC (rev 125944)
+++ community-x86_64/PKGBUILD   2015-01-15 05:16:40 UTC (rev 125945)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.9
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('bf9833c670c9dd0049e63cb7d58b536f')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-x86_64/PKGBUILD (from rev 125944, 
python-xcffib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-15 05:16:40 UTC (rev 125945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran 

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

2015-01-14 Thread Kyle Keen
Date: Thursday, January 15, 2015 @ 07:18:10
  Author: kkeen
Revision: 125946

upgpkg: hiawatha 9.10-1

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 05:16:40 UTC (rev 125945)
+++ PKGBUILD2015-01-15 06:18:10 UTC (rev 125946)
@@ -4,7 +4,7 @@
 # Contributor: Pascal Ernster aur at hardfalcon dot net
 
 pkgname=hiawatha
-pkgver=9.9
+pkgver=9.10
 pkgrel=1
 pkgdesc=Secure and advanced webserver
 url=https://www.hiawatha-webserver.org/;
@@ -24,7 +24,7 @@
 'hiawatha.conf.sample'
 'hiawatha.service'
 )
-sha256sums=('0c8c716c51592d81f9aaec5fb69bbabafa82a13565f156d5e3112ea990c8'
+sha256sums=('c9f8650b43b3cdf7ad9550cfb0ef7516b7faf1b1ff20bc9eacab95c43f6c14a2'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
 


[arch-commits] Commit in vim/repos (12 files)

2015-01-14 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 05:37:17
  Author: anatolik
Revision: 229007

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 229006, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 229006, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 229006, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 229006, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 229006, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 229006, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 229006, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 229006, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 229006, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 229006, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 229006, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 04:37:17 UTC (rev 229007)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=580
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in hiawatha/repos (12 files)

2015-01-14 Thread Kyle Keen
Date: Thursday, January 15, 2015 @ 07:18:53
  Author: kkeen
Revision: 125947

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

Added:
  hiawatha/repos/community-i686/PKGBUILD
(from rev 125946, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-i686/hiawatha.conf.sample
(from rev 125946, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-i686/hiawatha.service
(from rev 125946, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 125946, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 125946, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 125946, hiawatha/trunk/hiawatha.service)
Deleted:
  hiawatha/repos/community-i686/PKGBUILD
  hiawatha/repos/community-i686/hiawatha.conf.sample
  hiawatha/repos/community-i686/hiawatha.service
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service

---+
 /PKGBUILD |  178 
 /hiawatha.conf.sample |  228 
 /hiawatha.service |   32 
 community-i686/PKGBUILD   |   89 
 community-i686/hiawatha.conf.sample   |  114 
 community-i686/hiawatha.service   |   16 --
 community-x86_64/PKGBUILD |   89 
 community-x86_64/hiawatha.conf.sample |  114 
 community-x86_64/hiawatha.service |   16 --
 9 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 06:18:10 UTC (rev 125946)
+++ community-i686/PKGBUILD 2015-01-15 06:18:53 UTC (rev 125947)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kurt Marasco celilo _at_ lavabit _dot_ com
-# Contributor: Pascal Ernster aur at hardfalcon dot net
-
-pkgname=hiawatha
-pkgver=9.9
-pkgrel=1
-pkgdesc=Secure and advanced webserver
-url=https://www.hiawatha-webserver.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libxslt' 'polarssl')
-optdepends=('php-fpm: PHP fastcgi')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-https://hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-)
-sha256sums=('0c8c716c51592d81f9aaec5fb69bbabafa82a13565f156d5e3112ea990c8'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/www-data/http/g' extra/logrotate.in
-
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/ \
--DCMAKE_INSTALL_BINDIR=/usr/bin \
--DCMAKE_INSTALL_SBINDIR=/usr/bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_MANDIR=/usr/share/man \
--DCONFIG_DIR=/etc/hiawatha \
--DLOG_DIR=/var/log/hiawatha \
--DPID_DIR=/run \
--DENABLE_SSL=ON \
--DUSE_SYSTEM_POLARSSL=ON \
--DWEBROOT_DIR=/srv/http/hiawatha \
--DWORK_DIR=/var/lib/hiawatha
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_MONITOR
-  # -DENABLE_TOMAHAWK  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir/ install
- 
-  rmdir $pkgdir/run
-  rm $pkgdir/srv/http/hiawatha/index.html
-  rmdir -p --ignore-fail-on-non-empty $pkgdir/srv/http/hiawatha
- 
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|\n#UseGZfile = yes|g' \
-  -i $pkgdir/etc/hiawatha/hiawatha.conf
-  
-  install -Dm644 logrotate.d/hiawatha $pkgdir/etc/logrotate.d/hiawatha
-  install -Dm755 $srcdir/hiawatha.service 
$pkgdir/usr/lib/systemd/system/hiawatha.service
-  install -Dm644 $srcdir/hiawatha.conf.sample $pkgdir/etc/hiawatha/
-}
-

Copied: hiawatha/repos/community-i686/PKGBUILD (from rev 125946, 
hiawatha/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 

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

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 15:35:22
  Author: arodseth
Revision: 125920

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

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 125919, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 125919, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 14:35:11 UTC (rev 125919)
+++ community-i686/PKGBUILD 2015-01-14 14:35:22 UTC (rev 125920)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 125919, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 14:35:22 UTC (rev 125920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=1
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org'
+license='GPL'
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C $pkgname-$pkgver PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d $pkgdir/usr/bin/ \
+$pkgdir/opt/kde/share/icons/hicolor/{16x16,32x32,48x48}/apps/
+ make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
+   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
+ install -Dm644 src/tuxpaint-config.desktop \
+   $pkgdir/usr/share/applications/tuxpaint-config.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 14:35:11 UTC (rev 125919)
+++ community-x86_64/PKGBUILD   2015-01-14 14:35:22 UTC (rev 125920)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 125919, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 15:35:11
  Author: arodseth
Revision: 125919

upgpkg: tuxpaint-config 0.0.13-1

Modified:
  tuxpaint-config/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 13:58:46 UTC (rev 125918)
+++ PKGBUILD2015-01-14 14:35:11 UTC (rev 125919)
@@ -3,8 +3,8 @@
 # Contributor: royrocks royrock...@gmail.com
 
 pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
+pkgver=0.0.13
+pkgrel=1
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org'
@@ -11,27 +11,20 @@
 license='GPL'
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 
source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
 
 build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
+  make -C $pkgname-$pkgver PREFIX=/usr
 }
 
 package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
+  cd $pkgname-$pkgver
+  install -d $pkgdir/usr/bin/ \
+$pkgdir/opt/kde/share/icons/hicolor/{16x16,32x32,48x48}/apps/
+ make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
+   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
+ install -Dm644 src/tuxpaint-config.desktop \
+   $pkgdir/usr/share/applications/tuxpaint-config.desktop
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in archboot/repos/extra-any (4 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:11:25
  Author: tpowa
Revision: 229020

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 229019, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 229019, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  144 ++---
 archboot.install |   48 -
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 07:11:19 UTC (rev 229019)
+++ PKGBUILD2015-01-15 07:11:25 UTC (rev 229020)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2014.11
-pkgrel=1
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6' 
'dnsutils=9.9.2.P1-1'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusb=1.0.18-1' 'vim=7.4.0-1' 
'lzo=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'gpgme=1.3.1-4' 'ldns=1.6.12-2' 'dnssec-anchors=20120422-1' 
'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
-'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'intel-ucode=20120606-1' 'arch-install-scripts=5-1' 'zsh=5.0.0-2' 
'gdbm=1.10-1'
- 'grml-zsh-config=0.6.2-1' 'cpupower=3.5-4' 'wvdial=1.61-4' 

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

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:11:19
  Author: tpowa
Revision: 229019

upgpkg: archboot 2015.01-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 07:08:38 UTC (rev 229018)
+++ PKGBUILD2015-01-15 07:11:19 UTC (rev 229019)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=archboot
-pkgver=2014.11
+pkgver=2015.01
 pkgrel=1
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
@@ -69,4 +69,4 @@
   cd $srcdir/$pkgname-$pkgver-1
   mv * $pkgdir/
 }
-md5sums=('2da3081dbda3772b0ffec3b6fb36ecf7')
+md5sums=('a03775028db317ed63ae31474f99f0d9')


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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 07:22:31
  Author: fyan
Revision: 229010

upgpkg: swig 3.0.4-1

upstream new release

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 04:59:52 UTC (rev 229009)
+++ PKGBUILD2015-01-15 06:22:31 UTC (rev 229010)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e68e1fbdf92ae34c0949c9babef10c8800377b93')
+sha1sums=('088b2fb1f3167703f79fb187fdb3b80513426eb1')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in linux/repos (32 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:03:43
  Author: tpowa
Revision: 229012

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  
linux/repos/core-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 229011, 
linux/repos/testing-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 229011, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 229011, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 229011, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 229011, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 229011, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 229011, linux/repos/testing-i686/linux.preset)
  
linux/repos/core-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 229011, 
linux/repos/testing-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 229011, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 229011, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 229011, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 229011, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 229011, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 229011, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0001-x86-microcode-Update-BSPs-microcode-on-resume.patch
  
linux/repos/core-i686/0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  
linux/repos/core-x86_64/0001-x86-microcode-Update-BSPs-microcode-on-resume.patch
  
linux/repos/core-x86_64/0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

-+
 /PKGBUILD   |  
612 
 /change-default-console-loglevel.patch  |  
 22 
 /config 
|14442 ++
 /config.x86_64  
|13944 +
 /linux.install  |  
 74 
 /linux.preset   |  
 28 
 core-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch   |  
 79 
 core-i686/0001-x86-microcode-Update-BSPs-microcode-on-resume.patch  |  
 48 
 core-i686/0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch   |  
 55 
 core-i686/PKGBUILD  |  
303 
 core-i686/change-default-console-loglevel.patch |  
 11 
 core-i686/config| 
7131 
 core-i686/config.x86_64 | 
6890 
 core-i686/linux.install |  
 37 
 core-i686/linux.preset  |  
 14 
 core-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch |  
 79 
 core-x86_64/0001-x86-microcode-Update-BSPs-microcode-on-resume.patch|  
 48 
 core-x86_64/0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch |  
 55 
 core-x86_64/PKGBUILD|  
303 
 core-x86_64/change-default-console-loglevel.patch   |  
 11 
 core-x86_64/config  | 
7131 
 core-x86_64/config.x86_64   | 
6890 
 core-x86_64/linux.install   |  
 37 
 core-x86_64/linux.preset|  
 14 
 24 files changed, 29280 insertions(+), 28978 deletions(-)

The diff is longer than the 

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

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:08:38
  Author: tpowa
Revision: 229018

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 07:08:27 UTC (rev 229017)
+++ extra-i686/PKGBUILD 2015-01-15 07:08:38 UTC (rev 229018)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
-pkgname=libiscsi
-pkgver=1.12.0
-pkgrel=1
-makedepends=('git')
-depends=('glibc' 'popt' 'libgcrypt')
-pkgdesc=Clientside library to implement the iSCSI protocol
-arch=(i686 x86_64)
-url=https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('SKIP')

Copied: libiscsi/repos/extra-i686/PKGBUILD (from rev 229017, 
libiscsi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 07:08:38 UTC (rev 229018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
+pkgname=libiscsi
+pkgver=1.13.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc=Clientside library to implement the iSCSI protocol
+arch=(i686 x86_64)
+url=https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-15 07:08:27 UTC (rev 229017)
+++ extra-x86_64/PKGBUILD   2015-01-15 07:08:38 UTC (rev 229018)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
-pkgname=libiscsi
-pkgver=1.12.0
-pkgrel=1
-makedepends=('git')
-depends=('glibc' 'popt' 'libgcrypt')
-pkgdesc=Clientside library to implement the iSCSI protocol
-arch=(i686 x86_64)
-url=https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('SKIP')

Copied: libiscsi/repos/extra-x86_64/PKGBUILD (from rev 229017, 
libiscsi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-15 07:08:38 UTC (rev 229018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
+pkgname=libiscsi
+pkgver=1.13.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc=Clientside library to implement the iSCSI protocol
+arch=(i686 x86_64)
+url=https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP')


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

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:08:27
  Author: tpowa
Revision: 229017

upgpkg: libiscsi 1.13.0-1

bump to latest version

Modified:
  libiscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 07:04:08 UTC (rev 229016)
+++ PKGBUILD2015-01-15 07:08:27 UTC (rev 229017)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
 pkgname=libiscsi
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url=https://github.com/sahlberg/libiscsi;
 license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
 md5sums=('SKIP')
 
 build() {


[arch-commits] Commit in nvidia-304xx/repos (12 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:04
  Author: tpowa
Revision: 229014

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 229012, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 229012, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 229012, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 229012, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 229012, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 229012, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

-+
 /PKGBUILD   |  114 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 ---
 extra-i686/nv-drm.patch |   27 +
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/nv-drm.patch   |   27 +
 extra-x86_64/nvidia.install |   15 -
 8 files changed, 198 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 07:04:02 UTC (rev 229013)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:04 UTC (rev 229014)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.17-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 229012, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:04 UTC (rev 229014)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.18-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+

[arch-commits] Commit in rt3562sta/repos (10 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:41
  Author: tpowa
Revision: 125951

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 125947, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 125947, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 125947, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 125947, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:39 UTC (rev 125950)
+++ community-i686/PKGBUILD 2015-01-15 07:04:41 UTC (rev 125951)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=14
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 125947, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:41 UTC (rev 125951)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=16
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

[arch-commits] Commit in tp_smapi/repos (10 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:43
  Author: tpowa
Revision: 125952

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 125947, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 125947, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 125947, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 125947, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:41 UTC (rev 125951)
+++ community-i686/PKGBUILD 2015-01-15 07:04:43 UTC (rev 125952)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=57
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 125947, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:43 UTC (rev 125952)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=59
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

[arch-commits] Commit in lirc/repos (34 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:02
  Author: tpowa
Revision: 229013

db-move: moved lirc from [testing] to [extra] (i686, x86_64)

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 229012, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 229012, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 229012, lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 229012, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 229012, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 229012, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 229012, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
(from rev 229012, lirc/repos/testing-i686/wpc8769l-build-fix.patch)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 229012, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 229012, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 229012, lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 229012, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 229012, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 229012, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 229012, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
(from rev 229012, lirc/repos/testing-x86_64/wpc8769l-build-fix.patch)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 /PKGBUILD|  204 +
 /irexec.service  |   22 ++
 /lirc-0.9.1a-fix-segfaults.patch |  158 +++
 /lirc-utils.install  |   26 +++
 /lirc.install|   28 +++
 /lirc.logrotate  |   10 +
 /lirc.tmpfiles   |2 
 /wpc8769l-build-fix.patch|  180 ++
 extra-i686/PKGBUILD  |  102 
 extra-i686/irexec.service|   11 -
 extra-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 -
 extra-i686/lirc-utils.install|   13 -
 extra-i686/lirc.install  |   14 -
 extra-i686/lirc.logrotate|5 
 extra-i686/lirc.tmpfiles |1 
 extra-i686/wpc8769l-build-fix.patch  |   90 ---
 extra-x86_64/PKGBUILD|  102 
 extra-x86_64/irexec.service  |   11 -
 extra-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 -
 extra-x86_64/lirc-utils.install  |   13 -
 extra-x86_64/lirc.install|   14 -
 extra-x86_64/lirc.logrotate  |5 
 extra-x86_64/lirc.tmpfiles   |1 
 extra-x86_64/wpc8769l-build-fix.patch|   90 ---
 24 files changed, 630 insertions(+), 630 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 229012:229013 to see the changes.


[arch-commits] Commit in r8168/repos (10 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:39
  Author: tpowa
Revision: 125950

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 125947, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 125947, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 125947, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 125947, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:37 UTC (rev 125949)
+++ community-i686/PKGBUILD 2015-01-15 07:04:39 UTC (rev 125950)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=5
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 125947, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:39 UTC (rev 125950)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+

[arch-commits] Commit in vhba-module/repos (14 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:45
  Author: tpowa
Revision: 125953

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 125947, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 125947, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 125947, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 125947, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 125947, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 125947, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   22 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   22 
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-01-15 07:04:43 UTC (rev 125952)
+++ community-i686/60-vhba.rules2015-01-15 07:04:45 UTC (rev 125953)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 125947, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-01-15 07:04:45 UTC (rev 125953)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:43 UTC (rev 125952)
+++ community-i686/PKGBUILD 2015-01-15 07:04:45 UTC (rev 125953)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.17-ARCH
-pkgrel=11
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 125947, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:45 UTC (rev 125953)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.18-ARCH
+pkgrel=2
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')

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

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:47
  Author: tpowa
Revision: 125954

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 125947, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 125947, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 125947, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 125947, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 125947, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 125947, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 125947, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 125947, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  116 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:45 UTC (rev 125953)
+++ community-i686/PKGBUILD 2015-01-15 07:04:47 UTC (rev 125954)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.20
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.17' 'linux3.18'
- 'linux-headers=3.17' 'linux-headers3.18'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.17-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.17' 'linux3.18')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.17' 'linux3.18')
-  

[arch-commits] Commit in nvidia-340xx/repos (12 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:08
  Author: tpowa
Revision: 229016

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 229012, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 229012, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 229012, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 229012, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 229012, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 229012, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  102 
 /nvidia-340xx.install |   30 ++
 extra-i686/PKGBUILD   |   48 
 extra-i686/nv-drm.patch   |   27 +
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   48 
 extra-x86_64/nv-drm.patch |   27 +
 extra-x86_64/nvidia-340xx.install |   15 -
 8 files changed, 186 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 07:04:06 UTC (rev 229015)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:08 UTC (rev 229016)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.65
-_extramodules=extramodules-3.17-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('4aa6039b8543312b41a924bb87b0b2db'
- '4558104f8601d27c7fd3e5cec7892345')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 229012, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:08 UTC (rev 229016)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.65
+_extramodules=extramodules-3.18-ARCH
+pkgrel=7
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)
+md5sums=('4aa6039b8543312b41a924bb87b0b2db'
+ '4558104f8601d27c7fd3e5cec7892345'
+ '79671a27131da619a33eb02ed0c2c031')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() 

[arch-commits] Commit in nvidia/repos (12 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:06
  Author: tpowa
Revision: 229015

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 229012, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 229012, nvidia/repos/testing-i686/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 229012, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 229012, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 229012, nvidia/repos/testing-x86_64/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 229012, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  100 +
 /nvidia.install  |   36 +
 extra-i686/PKGBUILD  |   47 -
 extra-i686/nv-drm-343.36.patch   |   14 +
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   47 -
 extra-x86_64/nv-drm-343.36.patch |   14 +
 extra-x86_64/nvidia.install  |   18 --
 8 files changed, 164 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 07:04:04 UTC (rev 229014)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:06 UTC (rev 229015)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.36
-_extramodules=extramodules-3.17-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('eae5d5407df0b371929a76f96aec4020'
- 'dfdf53ee8787455fe92a760ffa6badcb')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 229012, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 07:04:06 UTC (rev 229015)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.36
+_extramodules=extramodules-3.18-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm-343.36.patch)
+md5sums=('eae5d5407df0b371929a76f96aec4020'
+ 'dfdf53ee8787455fe92a760ffa6badcb'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p1 -i ../nv-drm-343.36.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+

[arch-commits] Commit in bbswitch/repos (10 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:37
  Author: tpowa
Revision: 125949

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 125947, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 125947, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 125947, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 125947, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 07:04:35 UTC (rev 125948)
+++ community-i686/PKGBUILD 2015-01-15 07:04:37 UTC (rev 125949)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
-pkgrel=20
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 125947, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:37 UTC (rev 125949)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=22
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-01-15 07:04:35 UTC (rev 125948)
+++ community-i686/bbswitch.install 2015-01-15 07:04:37 UTC (rev 125949)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.17-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 125947, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-01-15 07:04:37 UTC (rev 125949)
@@ -0,0 +1,12 @@
+post_install() {
+

[arch-commits] Commit in acpi_call/repos (10 files)

2015-01-14 Thread Tobias Powalowski
Date: Thursday, January 15, 2015 @ 08:04:35
  Author: tpowa
Revision: 125948

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 125947, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 125947, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 125947, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 125947, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-15 06:18:53 UTC (rev 125947)
+++ community-i686/PKGBUILD 2015-01-15 07:04:35 UTC (rev 125948)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=16
-_extramodules=extramodules-3.17-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix build with Linux 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 125947, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-15 07:04:35 UTC (rev 125948)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=18
+_extramodules=extramodules-3.18-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-01-15 06:18:53 UTC (rev 125947)
+++ 

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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 07:27:46
  Author: fyan
Revision: 229011

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

Added:
  swig/repos/extra-i686/PKGBUILD
(from rev 229010, swig/trunk/PKGBUILD)
  swig/repos/extra-x86_64/PKGBUILD
(from rev 229010, swig/trunk/PKGBUILD)
Deleted:
  swig/repos/extra-i686/PKGBUILD
  swig/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 2015-01-15 06:22:31 UTC (rev 229010)
+++ extra-i686/PKGBUILD 2015-01-15 06:27:46 UTC (rev 229011)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e68e1fbdf92ae34c0949c9babef10c8800377b93')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 229010, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 06:27:46 UTC (rev 229011)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('088b2fb1f3167703f79fb187fdb3b80513426eb1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning Tests failed
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-15 06:22:31 UTC (rev 229010)
+++ extra-x86_64/PKGBUILD   2015-01-15 06:27:46 UTC (rev 229011)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e68e1fbdf92ae34c0949c9babef10c8800377b93')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 229010, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-15 06:27:46 UTC (rev 229011)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.4
+pkgrel=1

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

2015-01-14 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 05:36:07
  Author: anatolik
Revision: 229006

upgpkg: vim 7.4.580-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 21:37:20 UTC (rev 229005)
+++ PKGBUILD2015-01-15 04:36:07 UTC (rev 229006)
@@ -7,7 +7,7 @@
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 # list of tags can be found at https://code.google.com/p/vim/source/list
 _topver=7.4
-_patchlevel=567
+_patchlevel=580
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}


[arch-commits] Commit in perl-sys-hostname-long/trunk (PKGBUILD)

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 05:59:30
  Author: fyan
Revision: 229008

upgpkg: perl-sys-hostname-long 1.5-1

upstream new release

Modified:
  perl-sys-hostname-long/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 04:37:17 UTC (rev 229007)
+++ PKGBUILD2015-01-15 04:59:30 UTC (rev 229008)
@@ -1,28 +1,34 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Dale Blount d...@archlinux.org
 
 pkgname=perl-sys-hostname-long
 _realname=Sys-Hostname-Long
-pkgver=1.4
-pkgrel=6
+pkgver=1.5
+pkgrel=1
 pkgdesc=Perl module getting a full hostname
 arch=('any')
 license=('PerlArtistic')
 url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl')
-options=(!emptydirs)
+checkdepends=('inetutils')
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
-md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
+md5sums=('a7d7a36fa6905bded4f6b7da94e37532')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
 }


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

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 06:01:09
  Author: fyan
Revision: 125940

upgpkg: shadowsocks 2.6.4-1

upstream new release

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 23:29:18 UTC (rev 125939)
+++ PKGBUILD2015-01-15 05:01:09 UTC (rev 125940)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -15,7 +15,7 @@
 
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
 shadowsocks@.service
 shadowsocks-server@.service)
-sha512sums=('4a022383d61c845319a0a1fd5b8d85f62c8cdccf3a8273f3095d2e3dc05fbb304da9da13c145a1415ff2574feb618425b6846eaec7486f362686d21c88e36da3'
+sha512sums=('1fa0d58aba106434f06fa9675acbe4d3716121808f29c95bd9947b4d8b3dce245b7a3657b01a53faed7c2f41a1c4f33e265b892f2fa39f8e22b8f0408637213d'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')


[arch-commits] Commit in perl-sys-hostname-long/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-14 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 05:59:52
  Author: fyan
Revision: 229009

archrelease: copy trunk to extra-any

Added:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD
(from rev 229008, perl-sys-hostname-long/trunk/PKGBUILD)
Deleted:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 04:59:30 UTC (rev 229008)
+++ PKGBUILD2015-01-15 04:59:52 UTC (rev 229009)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=perl-sys-hostname-long
-_realname=Sys-Hostname-Long
-pkgver=1.4
-pkgrel=6
-pkgdesc=Perl module getting a full hostname
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
-md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-sys-hostname-long/repos/extra-any/PKGBUILD (from rev 229008, 
perl-sys-hostname-long/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 04:59:52 UTC (rev 229009)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=perl-sys-hostname-long
+_realname=Sys-Hostname-Long
+pkgver=1.5
+pkgrel=1
+pkgdesc=Perl module getting a full hostname
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+checkdepends=('inetutils')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
+md5sums=('a7d7a36fa6905bded4f6b7da94e37532')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in syncthing/repos/community-i686 (10 files)

2015-01-14 Thread Jaroslav Lichtblau
Date: Wednesday, January 14, 2015 @ 18:15:01
  Author: jlichtblau
Revision: 125925

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 125924, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 125924, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 125924, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing.service
(from rev 125924, syncthing/trunk/syncthing.service)
  syncthing/repos/community-i686/syncthing@.service
(from rev 125924, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-i686/syncthing@.service

+
 PKGBUILD   |  104 ++--
 syncthing.1|  188 +--
 syncthing.install  |   18 ++--
 syncthing.service  |   22 ++---
 syncthing@.service |   24 +++---
 5 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 17:11:37 UTC (rev 125924)
+++ PKGBUILD2015-01-14 17:15:01 UTC (rev 125925)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.19
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 125924, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 17:15:01 UTC (rev 125925)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.20
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.service
+syncthing.1)
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -D -m 644 

[arch-commits] Commit in syncthing/repos/community-x86_64 (10 files)

2015-01-14 Thread Jaroslav Lichtblau
Date: Wednesday, January 14, 2015 @ 18:07:12
  Author: jlichtblau
Revision: 125922

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 125921, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 125921, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 125921, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing.service
(from rev 125921, syncthing/trunk/syncthing.service)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 125921, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing.service
  syncthing/repos/community-x86_64/syncthing@.service

+
 PKGBUILD   |  104 ++--
 syncthing.1|  188 +--
 syncthing.install  |   18 ++--
 syncthing.service  |   22 ++---
 syncthing@.service |   24 +++---
 5 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 17:06:57 UTC (rev 125921)
+++ PKGBUILD2015-01-14 17:07:12 UTC (rev 125922)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.19
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 125921, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 17:07:12 UTC (rev 125922)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.20
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.service
+syncthing.1)
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}

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

2015-01-14 Thread Jaroslav Lichtblau
Date: Wednesday, January 14, 2015 @ 18:06:57
  Author: jlichtblau
Revision: 125921

upgpkg: syncthing 0.10.20-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 14:35:22 UTC (rev 125920)
+++ PKGBUILD2015-01-14 17:06:57 UTC (rev 125921)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.19
+pkgver=0.10.20
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 18:10:50
  Author: thestinger
Revision: 125923

upgpkg: rust 1.0.0.alpha-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 17:07:12 UTC (rev 125922)
+++ PKGBUILD2015-01-14 17:10:50 UTC (rev 125923)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=rust
-pkgver=0.12.0
+_pkgver=1.0.0-alpha
+pkgver=1.0.0.alpha
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A safe, concurrent, practical language'
@@ -9,9 +10,9 @@
 license=('MIT' 'Apache')
 depends=(gcc shared-mime-info)
 makedepends=(libffi perl python2 curl)
-source=(http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz;
-http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc;)
-sha256sums=('883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7'
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz;
+http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz.asc;)
+sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
 'SKIP')
 install=rust.install
 options=(staticlibs)
@@ -21,7 +22,7 @@
 )
 
 build() {
-  cd rust-$pkgver
+  cd rustc-$_pkgver
 
   ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
 
@@ -32,12 +33,12 @@
 }
 
 #check() {
-  #cd rust-$pkgver
+  #cd rust-$_pkgver
   #make check
 #}
 
 package() {
-  cd rust-$pkgver
+  cd rustc-$_pkgver
   make DESTDIR=$pkgdir install
 
   mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
@@ -62,6 +63,6 @@
   cd $pkgdir/usr
 
   cd lib
-  rm rustlib/manifest
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* .
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
 }


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

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 18:11:37
  Author: thestinger
Revision: 125924

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

Added:
  rust/repos/community-i686/PKGBUILD
(from rev 125923, rust/trunk/PKGBUILD)
  rust/repos/community-i686/rust.install
(from rev 125923, rust/trunk/rust.install)
  rust/repos/community-x86_64/PKGBUILD
(from rev 125923, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/rust.install
(from rev 125923, rust/trunk/rust.install)
Deleted:
  rust/repos/community-i686/PKGBUILD
  rust/repos/community-i686/rust.install
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/rust.install

---+
 /PKGBUILD |  136 
 /rust.install |   22 ++
 community-i686/PKGBUILD   |   63 --
 community-i686/rust.install   |   11 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/rust.install |   11 ---
 6 files changed, 158 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 17:10:50 UTC (rev 125923)
+++ community-i686/PKGBUILD 2015-01-14 17:11:37 UTC (rev 125924)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=rust
-pkgver=0.12.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A safe, concurrent, practical language'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-depends=(gcc shared-mime-info)
-makedepends=(libffi perl python2 curl)
-source=(http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz;
-http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc;)
-sha256sums=('883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7'
-'SKIP')
-install=rust.install
-options=(staticlibs)
-
-build() {
-  cd rust-$pkgver
-
-  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
-
-  # avoid python makedepend (force fallback to python2)
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-
-  make
-}
-
-#check() {
-  #cd rust-$pkgver
-  #make check
-#}
-
-package() {
-  cd rust-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
-
-  cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
-  find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
-  find $pkgdir/usr/share/vim -type d -exec chmod 755 {} +
-
-  install -Dm644 src/etc/zsh/_rust $pkgdir/usr/share/zsh/site-functions/_rust
-  install -Dm644 src/etc/kate/rust.xml 
$pkgdir/usr/share/apps/katepart/syntax/rust.xml
-  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
-$pkgdir/usr/share/mime/packages/rust.xml
-  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
-$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang
-
-  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/$pkgname
-  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname
-
-  cd src/etc/emacs
-  install -Dm644 rust-mode.el $pkgdir/usr/share/emacs/site-lisp/rust-mode.el
-
-  cd $pkgdir/usr
-
-  cd lib
-  rm rustlib/manifest
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* .
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 125923, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 17:11:37 UTC (rev 125924)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=rust
+_pkgver=1.0.0-alpha
+pkgver=1.0.0.alpha
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+depends=(gcc shared-mime-info)
+makedepends=(libffi perl python2 curl)
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz;
+http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz.asc;)
+sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+validpgpkeys=(
+  # Rust Language (Tag and Release Signing Key) 
rust-...@rust-lang.org
+  108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+)
+
+build() {
+  cd rustc-$_pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+#check() {
+  #cd rust-$_pkgver
+  #make check
+#}
+
+package() {
+  cd rustc-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
+
+  cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
+  find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
+  find 

[arch-commits] Commit in eric-i18n/repos/community-any (4 files)

2015-01-14 Thread Evgeniy Alekseev
Date: Wednesday, January 14, 2015 @ 19:34:23
  Author: arcanis
Revision: 125930

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 125929, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 125929, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   22 +-
 PKGBUILD  |  127 +---
 2 files changed, 74 insertions(+), 75 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-01-14 18:33:56 UTC (rev 125929)
+++ ChangeLog   2015-01-14 18:34:23 UTC (rev 125930)
@@ -1,11 +0,0 @@
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 125929, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-01-14 18:34:23 UTC (rev 125930)
@@ -0,0 +1,11 @@
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 18:33:56 UTC (rev 125929)
+++ PKGBUILD2015-01-14 18:34:23 UTC (rev 125930)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.0
-pkgrel=1
-pkgdesc=Language pack for the Eric IDE
-arch=('any')
-depends=()
-url=http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs Czech'
-'de German'
-'en English'
-'es Spanish'
-'fr French'
-'it Italian'
-'pt Portuguese'
-'ru Russian'
-'tr Turkish'
-'zh_CN.GB2312   Chinese (Simplified)')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in ${_languages[@]}; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  _pkgname=eric-i18n-${_locale,,}
-  pkgname+=(${_pkgname} ${_pkgname}-qt4)
-  source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
-
-  for _qtver in '-qt4' ''; do
-eval package_${_pkgname}${_qtver}() {
-  _package ${_lang} ${_qtver}
-}
-  done
-done
-
-_package() {
-  pkgdesc=${2} language pack for Eric IDE
-  depends=(eric-common${3}=${pkgver})
-
-  [ -z ${3} ]  _qtver=qt || _qtver=qt4
-  install -Dm644 eric6-${pkgver}/eric/i18n/eric6_${1}.qm \
- ${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm
-}
-
-md5sums=('058f6433649d33d56ebb755aa2509b68'
- '4e769481934d8d77556f19a74a98e80e'
- '89a1a547d1a8fe707d8f0a805151856e'
- '7d3ed635deb99c24b0f4a6521910fc7c'
- 'aedee132d370fd3f2e3efb040ab8732b'
- '30d08539a502e38b6feced82e7487847'
- '128d95da8963bcf2c2b1812b6532757e'
- '3a5f370751109ecc6bca895249cb97fb'
- '652a1384747837fbe0bde7ef8ad0cc03'
- '022691a3b5803de3d4ac31afa844db98')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 125929, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 18:34:23 UTC (rev 125930)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.0
+pkgrel=1
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=()
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in ${_languages[@]}; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+  source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
+
+  for _qtver in '-qt4' ''; do
+eval package_eric${_qtver}-i18n-${_locale,,}() {
+  _package ${_lang} ${_qtver}
+}
+  done
+done
+
+_package() {
+  pkgdesc=${2} language pack for Eric IDE
+  depends=(eric-common${3}=${pkgver})
+
+  [ -z ${3} ]  _qtver=qt || _qtver=qt4
+  install -Dm644 

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

2015-01-14 Thread Evgeniy Alekseev
Date: Wednesday, January 14, 2015 @ 19:33:56
  Author: arcanis
Revision: 125929

fix qt4 packages naming

Modified:
  eric-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 18:26:17 UTC (rev 125928)
+++ PKGBUILD2015-01-14 18:33:56 UTC (rev 125929)
@@ -32,12 +32,11 @@
   _path=${_lang%% *}
   _locale=${_path%%.*}
 
-  _pkgname=eric-i18n-${_locale,,}
-  pkgname+=(${_pkgname} ${_pkgname}-qt4)
+  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
   source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
 
   for _qtver in '-qt4' ''; do
-eval package_${_pkgname}${_qtver}() {
+eval package_eric${_qtver}-i18n-${_locale,,}() {
   _package ${_lang} ${_qtver}
 }
   done


[arch-commits] Commit in eric-i18n/repos/community-any (4 files)

2015-01-14 Thread Evgeniy Alekseev
Date: Wednesday, January 14, 2015 @ 19:37:29
  Author: arcanis
Revision: 125932

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 125931, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 125931, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   25 ++-
 PKGBUILD  |  126 ++--
 2 files changed, 77 insertions(+), 74 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-01-14 18:37:13 UTC (rev 125931)
+++ ChangeLog   2015-01-14 18:37:29 UTC (rev 125932)
@@ -1,11 +0,0 @@
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 125931, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-01-14 18:37:29 UTC (rev 125932)
@@ -0,0 +1,14 @@
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 18:37:13 UTC (rev 125931)
+++ PKGBUILD2015-01-14 18:37:29 UTC (rev 125932)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.0
-pkgrel=1
-pkgdesc=Language pack for the Eric IDE
-arch=('any')
-depends=()
-url=http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs Czech'
-'de German'
-'en English'
-'es Spanish'
-'fr French'
-'it Italian'
-'pt Portuguese'
-'ru Russian'
-'tr Turkish'
-'zh_CN.GB2312   Chinese (Simplified)')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in ${_languages[@]}; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
-
-  for _qtver in '-qt4' ''; do
-eval package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}
-  done
-done
-
-_package() {
-  pkgdesc=${2} language pack for Eric IDE
-  depends=(eric-common${3}=${pkgver})
-
-  [ -z ${3} ]  _qtver=qt || _qtver=qt4
-  install -Dm644 eric6-${pkgver}/eric/i18n/eric6_${1}.qm \
- ${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm
-}
-
-md5sums=('058f6433649d33d56ebb755aa2509b68'
- '4e769481934d8d77556f19a74a98e80e'
- '89a1a547d1a8fe707d8f0a805151856e'
- '7d3ed635deb99c24b0f4a6521910fc7c'
- 'aedee132d370fd3f2e3efb040ab8732b'
- '30d08539a502e38b6feced82e7487847'
- '128d95da8963bcf2c2b1812b6532757e'
- '3a5f370751109ecc6bca895249cb97fb'
- '652a1384747837fbe0bde7ef8ad0cc03'
- '022691a3b5803de3d4ac31afa844db98')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 125931, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 18:37:29 UTC (rev 125932)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.0
+pkgrel=2
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=()
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in ${_languages[@]}; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+  source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
+
+  for _qtver in '-qt4' ''; do
+eval package_eric${_qtver}-i18n-${_locale,,}() {
+  _package ${_lang} ${_qtver}
+}
+  done
+done
+
+_package() {
+  pkgdesc=${2} language pack for Eric IDE
+  depends=(eric-common${3}=${pkgver})
+
+  [ -z ${3} ]  _qtver=qt || _qtver=qt4

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2015-01-14 Thread Evgeniy Alekseev
Date: Wednesday, January 14, 2015 @ 19:37:13
  Author: arcanis
Revision: 125931

upgpkg: eric-i18n 6.0.0-2

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2015-01-14 18:34:23 UTC (rev 125930)
+++ ChangeLog   2015-01-14 18:37:13 UTC (rev 125931)
@@ -1,3 +1,6 @@
+6.0.0-2:
+rename qt4 packages to more pretty name
+
 6.0.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 18:34:23 UTC (rev 125930)
+++ PKGBUILD2015-01-14 18:37:13 UTC (rev 125931)
@@ -4,7 +4,7 @@
 
 pkgbase=eric-i18n
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Language pack for the Eric IDE
 arch=('any')
 depends=()


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-01-14 Thread Sven-Hendrik Haase
Date: Wednesday, January 14, 2015 @ 09:11:40
  Author: svenstaro
Revision: 125890

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 125889, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 125889, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 125889, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-01-14 08:11:28 UTC (rev 125889)
+++ 30-win32-aliases.conf   2015-01-14 08:11:40 UTC (rev 125890)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 125889, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-01-14 08:11:40 UTC (rev 125890)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 08:11:28 UTC (rev 125889)
+++ PKGBUILD2015-01-14 08:11:40 UTC (rev 125890)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.33
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('6f58557bd0150161098ca486fd79e738f1641bd9'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  

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

2015-01-14 Thread Sven-Hendrik Haase
Date: Wednesday, January 14, 2015 @ 09:11:28
  Author: svenstaro
Revision: 125889

upgpkg: wine 1.7.34-1

upstream release 1.7.34

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 22:28:34 UTC (rev 125888)
+++ PKGBUILD2015-01-14 08:11:28 UTC (rev 125889)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.33
+pkgver=1.7.34
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('6f58557bd0150161098ca486fd79e738f1641bd9'
+sha1sums=('1c8981df189421a26c447ef6a2da4f8f0a874653'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


[arch-commits] Commit in wine/repos (10 files)

2015-01-14 Thread Sven-Hendrik Haase
Date: Wednesday, January 14, 2015 @ 09:32:24
  Author: svenstaro
Revision: 125891

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

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 125890, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 125890, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 125890, wine/trunk/wine.install)
  wine/repos/community-x86_64/
  wine/repos/community-x86_64/30-win32-aliases.conf
(from rev 125890, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-x86_64/PKGBUILD
(from rev 125890, wine/trunk/PKGBUILD)
  wine/repos/community-x86_64/wine.install
(from rev 125890, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

+
 /30-win32-aliases.conf |   20 +++
 /PKGBUILD  |  181 +++
 /wine.install  |   12 ++
 community-i686/30-win32-aliases.conf   |   20 ---
 community-i686/PKGBUILD|  181 ---
 community-i686/wine.install|   12 --
 community-x86_64/30-win32-aliases.conf |   20 +++
 community-x86_64/PKGBUILD  |  181 +++
 community-x86_64/wine.install  |   12 ++
 9 files changed, 426 insertions(+), 213 deletions(-)

Deleted: community-i686/30-win32-aliases.conf
===
--- community-i686/30-win32-aliases.conf2015-01-14 08:11:40 UTC (rev 
125890)
+++ community-i686/30-win32-aliases.conf2015-01-14 08:32:24 UTC (rev 
125891)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 125890, 
wine/trunk/30-win32-aliases.conf)
===
--- community-i686/30-win32-aliases.conf(rev 0)
+++ community-i686/30-win32-aliases.conf2015-01-14 08:32:24 UTC (rev 
125891)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 08:11:40 UTC (rev 125890)
+++ community-i686/PKGBUILD 2015-01-14 08:32:24 UTC (rev 125891)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.33
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('6f58557bd0150161098ca486fd79e738f1641bd9'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-01-14 Thread Sven-Hendrik Haase
Date: Wednesday, January 14, 2015 @ 09:33:59
  Author: svenstaro
Revision: 125892

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 125891, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 125891, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 125891, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-01-14 08:32:24 UTC (rev 125891)
+++ 30-win32-aliases.conf   2015-01-14 08:33:59 UTC (rev 125892)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 125891, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-01-14 08:33:59 UTC (rev 125892)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 08:32:24 UTC (rev 125891)
+++ PKGBUILD2015-01-14 08:33:59 UTC (rev 125892)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.34
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('1c8981df189421a26c447ef6a2da4f8f0a874653'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins   

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

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 09:53:55
  Author: arodseth
Revision: 125893

upgpkg: mod_wsgi 4.4.5-1

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 08:33:59 UTC (rev 125892)
+++ PKGBUILD2015-01-14 08:53:55 UTC (rev 125893)
@@ -5,7 +5,7 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.2
+pkgver=4.4.5
 pkgrel=1
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')


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

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 09:54:05
  Author: arodseth
Revision: 125894

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

Added:
  mod_wsgi/repos/community-i686/PKGBUILD
(from rev 125893, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-i686/mod_wsgi.install
(from rev 125893, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-x86_64/PKGBUILD
(from rev 125893, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-x86_64/mod_wsgi.install
(from rev 125893, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/community-i686/PKGBUILD
  mod_wsgi/repos/community-i686/mod_wsgi.install
  mod_wsgi/repos/community-x86_64/PKGBUILD
  mod_wsgi/repos/community-x86_64/mod_wsgi.install

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 08:53:55 UTC (rev 125893)
+++ community-i686/PKGBUILD 2015-01-14 08:54:05 UTC (rev 125894)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.2
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=(git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cp -r $pkgbase py2
-
-  # Build the Python 3 version
-  cd $pkgbase
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd $srcdir/py2
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C $pkgbase DESTDIR=$pkgdir install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 125893, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 08:54:05 UTC (rev 125894)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=(git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cp -r $pkgbase py2
+
+  # Build the Python 3 version
+  cd $pkgbase
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd $srcdir/py2
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C $pkgbase DESTDIR=$pkgdir install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-01-14 08:53:55 UTC (rev 125893)
+++ community-i686/mod_wsgi.install 2015-01-14 08:54:05 UTC (rev 125894)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

Copied: mod_wsgi/repos/community-i686/mod_wsgi.install (from rev 125893, 

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 09:56:36
  Author: thestinger
Revision: 125895

upgpkg: libc++abi 3.5.1-1

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 08:54:05 UTC (rev 125894)
+++ PKGBUILD2015-01-14 08:56:36 UTC (rev 125895)
@@ -3,7 +3,7 @@
 # Contributor: Benno Fünfstück pyha...@googlemail.com
 
 pkgname=libc++abi
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
@@ -12,11 +12,13 @@
 makedepends=(libunwind clang libc++)
 source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
 
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('56a63586157ca8ffe5ea70b788bdbab1'
+md5sums=('b22c707e8d474a99865ad3c521c3d464'
  'SKIP')
 validpgpkeys=(
   # Bill Wendling v...@llvm.org
   54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard t...@stellard.net
+  11E521D646982372EB577A1F8F0871F202119294
 )
 
 build() {


[arch-commits] Commit in libc++abi/repos (4 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 09:57:12
  Author: thestinger
Revision: 125896

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 125895, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 125895, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 74 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 08:56:36 UTC (rev 125895)
+++ community-i686/PKGBUILD 2015-01-14 08:57:12 UTC (rev 125896)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Benno Fünfstück pyha...@googlemail.com
-
-pkgname=libc++abi
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url=http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('56a63586157ca8ffe5ea70b788bdbab1'
- 'SKIP')
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p $pkgdir/usr/include
-  install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
-  cp -a include/ $pkgdir/usr/include
-  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 125895, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 08:57:12 UTC (rev 125896)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Benno Fünfstück pyha...@googlemail.com
+
+pkgname=libc++abi
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url=http://libcxxabi.llvm.org/;
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+makedepends=(libunwind clang libc++)
+source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
+
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
+md5sums=('b22c707e8d474a99865ad3c521c3d464'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling v...@llvm.org
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard t...@stellard.net
+  11E521D646982372EB577A1F8F0871F202119294
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p $pkgdir/usr/include
+  install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
+  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
+  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
+  cp -a include/ $pkgdir/usr/include
+  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 08:56:36 UTC (rev 125895)
+++ community-x86_64/PKGBUILD   2015-01-14 08:57:12 UTC (rev 125896)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Benno Fünfstück pyha...@googlemail.com
-
-pkgname=libc++abi
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url=http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('56a63586157ca8ffe5ea70b788bdbab1'
- 'SKIP')
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p $pkgdir/usr/include
-  install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
-  cp -a include/ $pkgdir/usr/include
-  install -Dm644 LICENSE.TXT 

[arch-commits] Commit in libc++abi/repos (4 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 10:07:24
  Author: thestinger
Revision: 125898

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 125897, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 125897, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 09:06:51 UTC (rev 125897)
+++ community-i686/PKGBUILD 2015-01-14 09:07:24 UTC (rev 125898)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Benno Fünfstück pyha...@googlemail.com
-
-pkgname=libc++abi
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url=http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('b22c707e8d474a99865ad3c521c3d464'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling v...@llvm.org
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard t...@stellard.net
-  11E521D646982372EB577A1F8F0871F202119294
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p $pkgdir/usr/include
-  install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
-  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
-  cp -a include/ $pkgdir/usr/include
-  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 125897, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 09:07:24 UTC (rev 125898)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Benno Fünfstück pyha...@googlemail.com
+
+pkgname=libc++abi
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url=http://libcxxabi.llvm.org/;
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+makedepends=(libunwind clang libc++)
+source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
+
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
+md5sums=('b22c707e8d474a99865ad3c521c3d464'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling v...@llvm.org
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard t...@stellard.net
+  11E521D646982372EB577A1F8F0871F202119294
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p $pkgdir/usr/include
+  install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
+  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
+  ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
+  cp -a include/ $pkgdir/usr/include/cxxabi
+  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 09:06:51 UTC (rev 125897)
+++ community-x86_64/PKGBUILD   2015-01-14 09:07:24 UTC (rev 125898)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Benno Fünfstück pyha...@googlemail.com
-
-pkgname=libc++abi
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url=http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=(http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('b22c707e8d474a99865ad3c521c3d464'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling v...@llvm.org
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard t...@stellard.net
-  

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 10:06:51
  Author: thestinger
Revision: 125897

upgpkg: libc++abi 3.5.1-1

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 08:57:12 UTC (rev 125896)
+++ PKGBUILD2015-01-14 09:06:51 UTC (rev 125897)
@@ -32,6 +32,6 @@
   install -Dm644 lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1.0
   ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so.1
   ln -s /usr/lib/libc++abi.so.1.0 $pkgdir/usr/lib/libc++abi.so
-  cp -a include/ $pkgdir/usr/include
+  cp -a include/ $pkgdir/usr/include/cxxabi
   install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in libc++/repos (8 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 10:08:37
  Author: thestinger
Revision: 125900

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 125899, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 125899, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 125899, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 125899, libc++/trunk/libc++.install)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   76 ++
 /libc++.install |   14 +++
 community-i686/PKGBUILD |   32 
 community-i686/libc++.install   |7 ---
 community-x86_64/PKGBUILD   |   32 
 community-x86_64/libc++.install |7 ---
 6 files changed, 90 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 09:08:08 UTC (rev 125899)
+++ community-i686/PKGBUILD 2015-01-14 09:08:37 UTC (rev 125900)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
-pkgname=libc++
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
-depends=('glibc' 'libc++abi' 'gcc-libs')
-makedepends=('clang' 'subversion' 'cmake')
-source=(http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
-http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('d7b72d65307c677e1ed29a9c425e0421'
- 'SKIP')
-install=${pkgname}.install
-
-build() {
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
-  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}.src/build
-  make DESTDIR=$pkgdir install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 125899, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 09:08:37 UTC (rev 125900)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname=libc++
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
+depends=('glibc' 'libc++abi' 'gcc-libs')
+makedepends=('clang' 'subversion' 'cmake')
+source=(http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
+http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
+md5sums=('406f09b1dab529f3f7879f4d548329d2'
+ 'SKIP')
+install=${pkgname}.install
+validpgpkeys=(
+  # Bill Wendling v...@llvm.org
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard t...@stellard.net
+  11E521D646982372EB577A1F8F0871F202119294
+)
+
+build() {
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include/cxxabi \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libc++.install
===
--- community-i686/libc++.install   2015-01-14 09:08:08 UTC (rev 125899)
+++ community-i686/libc++.install   2015-01-14 09:08:37 UTC (rev 125900)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use 
libc++
-}
-
-post_upgrade() {
-  post_install
-}

Copied: libc++/repos/community-i686/libc++.install (from rev 125899, 
libc++/trunk/libc++.install)

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

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 10:08:08
  Author: thestinger
Revision: 125899

upgpkg: libc++ 3.5.1-1

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 09:07:24 UTC (rev 125898)
+++ PKGBUILD2015-01-14 09:08:08 UTC (rev 125899)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 # Contributor: MThinkCpp mtc.maintainer[at]outlook.com
 pkgname=libc++
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
@@ -13,12 +13,14 @@
 makedepends=('clang' 'subversion' 'cmake')
 source=(http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
 http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('d7b72d65307c677e1ed29a9c425e0421'
+md5sums=('406f09b1dab529f3f7879f4d548329d2'
  'SKIP')
 install=${pkgname}.install
 validpgpkeys=(
   # Bill Wendling v...@llvm.org
   54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard t...@stellard.net
+  11E521D646982372EB577A1F8F0871F202119294
 )
 
 build() {
@@ -25,7 +27,7 @@
   mkdir -p libcxx-${pkgver}.src/build
   cd libcxx-${pkgver}.src/build
   CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
+-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include/cxxabi \
 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
   make
 }


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

2015-01-14 Thread Florian Pritz
Date: Wednesday, January 14, 2015 @ 14:56:44
  Author: bluewind
Revision: 125915

upgpkg: filezilla 3.10.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 12:51:18 UTC (rev 125914)
+++ PKGBUILD2015-01-14 13:56:44 UTC (rev 125915)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.0
+pkgver=3.10.0.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('98a5086c82366551c17877052a7a53cc')
+md5sums=('6c71344434bcbd921136e70ad545e748')


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

2015-01-14 Thread Florian Pritz
Date: Wednesday, January 14, 2015 @ 14:56:48
  Author: bluewind
Revision: 125916

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

Added:
  filezilla/repos/community-i686/PKGBUILD
(from rev 125915, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-i686/filezilla.install
(from rev 125915, filezilla/trunk/filezilla.install)
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 125915, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/filezilla.install
(from rev 125915, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-i686/PKGBUILD
  filezilla/repos/community-i686/filezilla.install
  filezilla/repos/community-x86_64/PKGBUILD
  filezilla/repos/community-x86_64/filezilla.install

+
 /PKGBUILD  |   66 +++
 /filezilla.install |   22 +++
 community-i686/PKGBUILD|   33 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 13:56:44 UTC (rev 125915)
+++ community-i686/PKGBUILD 2015-01-14 13:56:48 UTC (rev 125916)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('98a5086c82366551c17877052a7a53cc')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 125915, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 13:56:48 UTC (rev 125916)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.10.0.1
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('6c71344434bcbd921136e70ad545e748')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-01-14 13:56:44 UTC (rev 125915)
+++ community-i686/filezilla.install2015-01-14 13:56:48 UTC (rev 125916)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 125915, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-01-14 13:56:48 UTC (rev 125916)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 13:56:44 UTC (rev 125915)
+++ community-x86_64/PKGBUILD   2015-01-14 13:56:48 UTC (rev 125916)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')

[arch-commits] Commit in lib32-libjpeg-turbo/repos/multilib-x86_64 (6 files)

2015-01-14 Thread Florian Pritz
Date: Wednesday, January 14, 2015 @ 14:58:46
  Author: bluewind
Revision: 125918

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
(from rev 125917, lib32-libjpeg-turbo/trunk/PKGBUILD)
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
(from rev 125917, lib32-libjpeg-turbo/trunk/jstdhuff.patch)
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch
(from rev 125917, lib32-libjpeg-turbo/trunk/overrun.patch)
Deleted:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch

+
 PKGBUILD   |  112 --
 jstdhuff.patch |  602 +++
 overrun.patch  |   42 +--
 3 files changed, 373 insertions(+), 383 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 13:58:42 UTC (rev 125917)
+++ PKGBUILD2015-01-14 13:58:46 UTC (rev 125918)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-_pkgbasename=libjpeg-turbo
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
-pkgrel=2
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
-arch=('x86_64')
-url=http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('nasm' gcc-multilib)
-provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
-conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
-replaces=('lib32-libjpeg' 'lib32-turbojpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz
-'jstdhuff.patch'
-'overrun.patch')
-sha1sums=('5fa19252e5ca992cfa40446a0210ceff55fbe468'
-  'f459890257df430dc4e2d8bd3060173a1be7516e'
-  '438aba2241b19857bab090c6f61bd3f249f27591')
-
-prepare() {
-  cd $_pkgbasename-$pkgver
-  patch -p0 -i ../jstdhuff.patch # FS#42747
-  patch -p1 -i ../overrun.patch # FS#42922
-}
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # it doesn't seem necessary
-  # sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
-
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make test
-  }
-
-package() {
-  cd $_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir/ docdir=/usr/share/doc/libjpeg-turbo \
-exampledir=/usr/share/doc/libjpeg-turbo install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD (from rev 125917, 
lib32-libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 13:58:46 UTC (rev 125918)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+_pkgbasename=libjpeg-turbo
+pkgname=lib32-$_pkgbasename
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
+arch=('x86_64')
+url=http://libjpeg-turbo.virtualgl.org/;
+license=('GPL' 'custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('nasm' gcc-multilib)
+provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
+conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
+replaces=('lib32-libjpeg' 'lib32-turbojpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
+sha1sums=('a9ed7a99a6090e0848836c5df8e836f300a098b9')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # it doesn't seem necessary
+  # sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make test
+  }
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir/ docdir=/usr/share/doc/libjpeg-turbo \
+exampledir=/usr/share/doc/libjpeg-turbo install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: jstdhuff.patch
===
--- jstdhuff.patch  2015-01-14 13:58:42 UTC (rev 125917)
+++ jstdhuff.patch  2015-01-14 13:58:46 UTC (rev 125918)
@@ -1,301 +0,0 @@
-Index: 

[arch-commits] Commit in lib32-libjpeg-turbo/trunk (PKGBUILD)

2015-01-14 Thread Florian Pritz
Date: Wednesday, January 14, 2015 @ 14:58:42
  Author: bluewind
Revision: 125917

upgpkg: lib32-libjpeg-turbo 1.4.0-1

upstream update

Modified:
  lib32-libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 13:56:48 UTC (rev 125916)
+++ PKGBUILD2015-01-14 13:58:42 UTC (rev 125917)
@@ -4,8 +4,8 @@
 
 _pkgbasename=libjpeg-turbo
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
 arch=('x86_64')
 url=http://libjpeg-turbo.virtualgl.org/;
@@ -16,19 +16,9 @@
 conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
 replaces=('lib32-libjpeg' 'lib32-turbojpeg')
 options=('!libtool')
-source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz
-'jstdhuff.patch'
-'overrun.patch')
-sha1sums=('5fa19252e5ca992cfa40446a0210ceff55fbe468'
-  'f459890257df430dc4e2d8bd3060173a1be7516e'
-  '438aba2241b19857bab090c6f61bd3f249f27591')
+source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
+sha1sums=('a9ed7a99a6090e0848836c5df8e836f300a098b9')
 
-prepare() {
-  cd $_pkgbasename-$pkgver
-  patch -p0 -i ../jstdhuff.patch # FS#42747
-  patch -p1 -i ../overrun.patch # FS#42922
-}
-
 build() {
   cd $_pkgbasename-$pkgver
 


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

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 12:07:10
  Author: thestinger
Revision: 125905

archrelease: copy trunk to community-any

Added:
  autoconf-2.64/repos/community-any/
  autoconf-2.64/repos/community-any/PKGBUILD
(from rev 125904, autoconf-2.64/trunk/PKGBUILD)

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

Copied: autoconf-2.64/repos/community-any/PKGBUILD (from rev 125904, 
autoconf-2.64/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-14 11:07:10 UTC (rev 125905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Michael Witten mfwitten
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgver=2.64
+pkgname=autoconf-$pkgver
+pkgrel=1
+pkgdesc=A GNU tool for automatically configuring source code
+arch=(any)
+license=(GPL2 GPL3)
+url=https://www.gnu.org/software/autoconf
+depends=(coreutils awk m4 diffutils bash)
+source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz;
+https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz.sig;)
+md5sums=('30a198cef839471dd4926e92ab485361'
+ 'SKIP')
+validpgpkeys=('2B7C1A53420D4AF3BFF4738BF382AE19F4850180')
+
+build() {
+  cd autoconf-$pkgver
+  ./configure --prefix=/opt/autoconf/$pkgver
+  make
+}
+
+package() {
+  cd autoconf-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:21:50
  Author: spupykin
Revision: 125908

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:21:29 UTC (rev 125907)
+++ PKGBUILD2015-01-14 11:21:50 UTC (rev 125908)
@@ -10,7 +10,7 @@
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap')
+depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
 makedepends=('libcap' 'krb5')
 license=('GPL')
 options=('emptydirs')


[arch-commits] Commit in squid/repos (36 files)

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:21:29
  Author: spupykin
Revision: 125907

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 125906, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-r13407.patch
(from rev 125906, squid/trunk/squid-r13407.patch)
  squid/repos/community-i686/squid-rotate.service
(from rev 125906, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 125906, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 125906, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 125906, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 125906, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 125906, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 125906, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 125906, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-r13407.patch
(from rev 125906, squid/trunk/squid-r13407.patch)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 125906, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 125906, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 125906, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 125906, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 125906, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 125906, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 125906, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-r13407.patch
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-r13407.patch
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  212 
 /squid-r13407.patch   |  114 +
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   18 ++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  108 
 community-i686/squid-r13407.patch |   57 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |9 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  108 
 community-x86_64/squid-r13407.patch   |   57 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|9 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 27 files changed, 414 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 11:20:56 UTC (rev 125906)
+++ community-i686/PKGBUILD 2015-01-14 11:21:29 UTC (rev 125907)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.4.10
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-

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

2015-01-14 Thread Massimiliano Torromeo
Date: Wednesday, January 14, 2015 @ 12:48:22
  Author: mtorromeo
Revision: 125911

upgpkg: percona-server 5.6.22_71.0-2

Removed static library from libperconaserverclient

Modified:
  percona-server/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:22:12 UTC (rev 125910)
+++ PKGBUILD2015-01-14 11:48:22 UTC (rev 125911)
@@ -6,7 +6,7 @@
 pkgver=5.6.22_71.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
 license=('GPL')
@@ -80,6 +80,8 @@
make -C $dir DESTDIR=$pkgdir install
done
 
+  rm $pkgdir/usr/lib/libmysqlservices.a
+
install -Dm755 scripts/mysql_config 
$pkgdir/usr/bin/perconaserver_config
install -d $pkgdir/usr/share/man/man1
install -m644 $srcdir/$pkgbase-$_pkgver/man/mysql_config.1 
$pkgdir/usr/share/man/man1/perconaserver_config.1


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

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:20:56
  Author: spupykin
Revision: 125906

upgpkg: squid 3.4.11-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:07:10 UTC (rev 125905)
+++ PKGBUILD2015-01-14 11:20:56 UTC (rev 125906)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.4.10
+pkgver=3.4.11
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -26,20 +26,18 @@
 'squid.tmpfiles'
 'squid.sysusers'
 'squid-rotate.service'
-'squid-rotate.timer'
-'squid-r13407.patch')
-md5sums=('326283b0c37e7dc9b2f90dc0ecd9a8a4'
+'squid-rotate.timer')
+md5sums=('9b2c457c889b026ffcada0cfe03c19ae'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'
  '4abff67f9b39db34501025bfdde8794d'
  '5c806290f1c43b53775a9ae31cafb7ce'
- '7f8e79d19d568b359079181ac561645d'
- '06e107bc303aca86550a9041fb0ab7a8')
+ '7f8e79d19d568b359079181ac561645d')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/squid-r13407.patch
+#  patch -p0 $srcdir/squid-r13407.patch
 }
 
 build() {


[arch-commits] Commit in lib32-llvm/repos/multilib-x86_64 (4 files)

2015-01-14 Thread Laurent Carlier
Date: Wednesday, January 14, 2015 @ 11:43:18
  Author: lcarlier
Revision: 125902

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 125901, lib32-llvm/trunk/PKGBUILD)
  lib32-llvm/repos/multilib-x86_64/llvm-3.5.0-force-link-pass.o.patch
(from rev 125901, lib32-llvm/trunk/llvm-3.5.0-force-link-pass.o.patch)
Deleted:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
  lib32-llvm/repos/multilib-x86_64/llvm-3.5.0-force-link-pass.o.patch

+
 PKGBUILD   |  322 +--
 llvm-3.5.0-force-link-pass.o.patch |   56 +++---
 2 files changed, 190 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 10:43:11 UTC (rev 125901)
+++ PKGBUILD2015-01-14 10:43:18 UTC (rev 125902)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras foutre...@gmail.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.5.0
-pkgrel=2
-arch=('x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-llvm-3.5.0-force-link-pass.o.patch)
-sha256sums=('28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03'
-'SKIP'
-'fc80992e004b06f6c7afb612de1cdaa9ac9d25811c55f94fcf7331d9b81cdb8b'
-'SKIP'
-'a4b3e655832bf8d9a357ea2c771db347237460e131988cbb96cda40ff39a8136'
-'SKIP'
-'5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19')
-
-prepare() {
-  cd $srcdir/llvm-$pkgver.src
-
-  mv $srcdir/cfe-$pkgver.src tools/clang
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
-
-  # Fix installation directories, ./configure doesn't seem to set them right
-  sed -i -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \
-tools/llvm-config/llvm-config.cpp
-  sed -i 's:LLVM_LIBDIR=${prefix}/lib:LLVM_LIBDIR=${prefix}/lib32:' \
-autoconf/configure.ac \
-configure
-
-  # Fix build with GCC 4.9 (patch from Debian)
-  # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i $srcdir/llvm-3.5.0-force-link-pass.o.patch
-}
-
-build() {
-  cd $srcdir/llvm-$pkgver.src
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # Apply strip option to configure
-  _optimized_switch=enable
-  [[ $(check_option strip) == n ]]  _optimized_switch=disable
-
-  # Include location of libffi headers in CPPFLAGS
-  CPPFLAGS+= $(pkg-config --cflags libffi)
-
-  # We had to force host and target to get
-  # a proper triplet reported by llvm
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---enable-shared \
---enable-libffi \
---enable-targets=all \
---disable-expensive-checks \
---disable-debug-runtime \
---disable-assertions \
---with-binutils-include=/usr/include \
---with-python=/usr/bin/python2 \
---build=i686-pc-linux-gnu \
---host=i686-pc-linux-gnu \
---$_optimized_switch-optimized
-
-  make REQUIRES_RTTI=1
-}
-
-package_lib32-llvm() {
-  pkgdesc=Low Level Virtual Machine (32-bit)
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd $srcdir/llvm-$pkgver.src
-
-  make DESTDIR=$pkgdir install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv $pkgdir/usr/lib32/libLLVM-$pkgver.so $srcdir/
-  mv $pkgdir/usr/lib32/libLLVM-${pkgver%.*}.so $srcdir/
-
-  # Fix permissions of static libs
-  chmod -x $pkgdir/usr/lib32/*.a
-
-  mv $pkgdir/usr/bin/llvm-config $pkgdir/usr/lib32/llvm-config
-
-  # Get rid of example Hello transformation
-  rm $pkgdir/usr/lib32/*LLVMHello.*
-
-  # Symlink LLVMgold.so from /usr/lib32/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d $pkgdir/usr/lib32/bfd-plugins
-  ln -s ../LLVMgold.so $pkgdir/usr/lib32/bfd-plugins/LLVMgold.so
-
-  mv $pkgdir/usr/include/llvm/Config/*config.h $pkgdir/
-  rm -rf $pkgdir/usr/{bin,include,share/{doc,man,llvm}}
-  
-  # remove conflicting clang files
-  rm -r 

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

2015-01-14 Thread Laurent Carlier
Date: Wednesday, January 14, 2015 @ 11:43:11
  Author: lcarlier
Revision: 125901

upgpkg: lib32-llvm 3.5.1-1

upstream update 3.5.1

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 09:08:37 UTC (rev 125900)
+++ PKGBUILD2015-01-14 10:43:11 UTC (rev 125901)
@@ -10,8 +10,8 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 arch=('x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -21,13 +21,15 @@
 http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
 llvm-3.5.0-force-link-pass.o.patch)
-sha256sums=('28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03'
+sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
 'SKIP'
-'fc80992e004b06f6c7afb612de1cdaa9ac9d25811c55f94fcf7331d9b81cdb8b'
+'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
 'SKIP'
-'a4b3e655832bf8d9a357ea2c771db347237460e131988cbb96cda40ff39a8136'
+'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
 'SKIP'
 '5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19')
+validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -47,7 +49,7 @@
 
   # Fix build with GCC 4.9 (patch from Debian)
   # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i $srcdir/llvm-3.5.0-force-link-pass.o.patch
+  patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
 }
 
 build() {


[arch-commits] Commit in (4 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 11:51:07
  Author: thestinger
Revision: 125903

add autoconf-2.64 (for binutils autoreconf, etc)

Added:
  autoconf-2.64/
  autoconf-2.64/repos/
  autoconf-2.64/trunk/
  autoconf-2.64/trunk/PKGBUILD

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

Added: autoconf-2.64/trunk/PKGBUILD
===
--- autoconf-2.64/trunk/PKGBUILD(rev 0)
+++ autoconf-2.64/trunk/PKGBUILD2015-01-14 10:51:07 UTC (rev 125903)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Michael Witten mfwitten
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgver=2.64
+pkgname=autoconf-$pkgver
+pkgrel=1
+pkgdesc=A GNU tool for automatically configuring source code
+arch=(any)
+license=(GPL2 GPL3)
+url=https://www.gnu.org/software/autoconf
+depends=(coreutils awk m4 diffutils bash)
+source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz;
+https://ftp.gnu.org/pub/gnu/autoconf/autoconf-$pkgver.tar.gz.sig;)
+md5sums=('30a198cef839471dd4926e92ab485361'
+ 'SKIP')
+validpgpkeys=('2B7C1A53420D4AF3BFF4738BF382AE19F4850180')
+
+build() {
+  cd autoconf-$pkgver
+  ./configure --prefix=/opt/autoconf/$pkgver
+  make
+}
+
+package() {
+  cd autoconf-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # license exception
+  install -Dm644 COPYING.EXCEPTION \
+$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+  # remove unwanted file
+  rm -f ${pkgdir}/usr/share/info/standards.info
+}


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


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

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 12:06:48
  Author: thestinger
Revision: 125904

upgpkg: autoconf-2.64 2.64-1

Modified:
  autoconf-2.64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 10:51:07 UTC (rev 125903)
+++ PKGBUILD2015-01-14 11:06:48 UTC (rev 125904)
@@ -27,11 +27,4 @@
 package() {
   cd autoconf-$pkgver
   make DESTDIR=$pkgdir install
-
-  # license exception
-  install -Dm644 COPYING.EXCEPTION \
-$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
-
-  # remove unwanted file
-  rm -f ${pkgdir}/usr/share/info/standards.info
 }


[arch-commits] Commit in gnubiff/trunk (PKGBUILD mutex.patch)

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:21:59
  Author: spupykin
Revision: 125909

upgpkg: gnubiff 2.2.15-3

upd

Added:
  gnubiff/trunk/mutex.patch
Modified:
  gnubiff/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 mutex.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:21:50 UTC (rev 125908)
+++ PKGBUILD2015-01-14 11:21:59 UTC (rev 125909)
@@ -5,7 +5,7 @@
 
 pkgname=gnubiff
 pkgver=2.2.15
-pkgrel=2
+pkgrel=3
 pkgdesc=Mail notification program that checks for mail and displays headers 
when new mail has arrived
 arch=('i686' 'x86_64')
 url=http://gnubiff.sourceforge.net/;
@@ -13,9 +13,16 @@
 depends=('libglade' 'gtk3' 'popt')
 makedepends=('perlxml' 'intltool')
 conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+   mutex.patch)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443'
+ '76de63fbc4a1487560cfae210fc1d6e4')
 
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+  patch -p1 $srcdir/mutex.patch
+}
+
 build() {
   [ $GNOMEDIR =  ]  GNOMEDIR=/usr
   cd $srcdir/gnubiff-$pkgver

Added: mutex.patch
===
--- mutex.patch (rev 0)
+++ mutex.patch 2015-01-14 11:21:59 UTC (rev 125909)
@@ -0,0 +1,13 @@
+diff --git a/src/mailbox.cc b/src/mailbox.cc
+index 0fa4af3..23b29a9 100644
+--- a/src/mailbox.cc
 b/src/mailbox.cc
+@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
+   g_mutex_unlock (mutex_);
+ 
+   // Free all mutexes
+-  g_mutex_unlock (mutex_);
++  g_mutex_free (mutex_);
+   g_mutex_lock (monitor_mutex_);
+   g_mutex_unlock (monitor_mutex_);
+   g_mutex_free (monitor_mutex_);


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

2015-01-14 Thread Sergej Pupykin
Date: Wednesday, January 14, 2015 @ 12:22:12
  Author: spupykin
Revision: 125910

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

Added:
  gnubiff/repos/community-i686/PKGBUILD
(from rev 125909, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-i686/mutex.patch
(from rev 125909, gnubiff/trunk/mutex.patch)
  gnubiff/repos/community-x86_64/PKGBUILD
(from rev 125909, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/mutex.patch
(from rev 125909, gnubiff/trunk/mutex.patch)
Deleted:
  gnubiff/repos/community-i686/PKGBUILD
  gnubiff/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   32 
 community-i686/mutex.patch   |   13 ++
 community-x86_64/PKGBUILD|   32 
 community-x86_64/mutex.patch |   13 ++
 5 files changed, 104 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 11:21:59 UTC (rev 125909)
+++ community-i686/PKGBUILD 2015-01-14 11:22:12 UTC (rev 125910)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-# Contributor: Todd Musall tmus...@gmail.com
-
-pkgname=gnubiff
-pkgver=2.2.15
-pkgrel=2
-pkgdesc=Mail notification program that checks for mail and displays headers 
when new mail has arrived
-arch=('i686' 'x86_64')
-url=http://gnubiff.sourceforge.net/;
-license=(GPL)
-depends=('libglade' 'gtk3' 'popt')
-makedepends=('perlxml' 'intltool')
-conflicts=(gnubiff-gtk)
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
-
-build() {
-  [ $GNOMEDIR =  ]  GNOMEDIR=/usr
-  cd $srcdir/gnubiff-$pkgver
-  export LDFLAGS=-lgthread-2.0
-  ./configure --prefix=/usr --with-password 
--with-password-string=65423957eb027b94c9e661611c0e4271 \
-   --disable-fam --disable-gnome
-  make
-}
-
-package() {
-  cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/share/info/dir
-}

Copied: gnubiff/repos/community-i686/PKGBUILD (from rev 125909, 
gnubiff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 11:22:12 UTC (rev 125910)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+# Contributor: Todd Musall tmus...@gmail.com
+
+pkgname=gnubiff
+pkgver=2.2.15
+pkgrel=3
+pkgdesc=Mail notification program that checks for mail and displays headers 
when new mail has arrived
+arch=('i686' 'x86_64')
+url=http://gnubiff.sourceforge.net/;
+license=(GPL)
+depends=('libglade' 'gtk3' 'popt')
+makedepends=('perlxml' 'intltool')
+conflicts=(gnubiff-gtk)
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+   mutex.patch)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443'
+ '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+  patch -p1 $srcdir/mutex.patch
+}
+
+build() {
+  [ $GNOMEDIR =  ]  GNOMEDIR=/usr
+  cd $srcdir/gnubiff-$pkgver
+  export LDFLAGS=-lgthread-2.0
+  ./configure --prefix=/usr --with-password 
--with-password-string=65423957eb027b94c9e661611c0e4271 \
+   --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/share/info/dir
+}

Copied: gnubiff/repos/community-i686/mutex.patch (from rev 125909, 
gnubiff/trunk/mutex.patch)
===
--- community-i686/mutex.patch  (rev 0)
+++ community-i686/mutex.patch  2015-01-14 11:22:12 UTC (rev 125910)
@@ -0,0 +1,13 @@
+diff --git a/src/mailbox.cc b/src/mailbox.cc
+index 0fa4af3..23b29a9 100644
+--- a/src/mailbox.cc
 b/src/mailbox.cc
+@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
+   g_mutex_unlock (mutex_);
+ 
+   // Free all mutexes
+-  g_mutex_unlock (mutex_);
++  g_mutex_free (mutex_);
+   g_mutex_lock (monitor_mutex_);
+   g_mutex_unlock (monitor_mutex_);
+   g_mutex_free (monitor_mutex_);

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 11:21:59 UTC (rev 125909)
+++ community-x86_64/PKGBUILD   2015-01-14 11:22:12 UTC (rev 125910)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-# Contributor: Todd Musall tmus...@gmail.com
-
-pkgname=gnubiff
-pkgver=2.2.15
-pkgrel=2
-pkgdesc=Mail notification program that checks for mail and displays headers 
when new mail has arrived
-arch=('i686' 'x86_64')
-url=http://gnubiff.sourceforge.net/;
-license=(GPL)
-depends=('libglade' 

[arch-commits] Commit in percona-server/repos (28 files)

2015-01-14 Thread Massimiliano Torromeo
Date: Wednesday, January 14, 2015 @ 13:51:18
  Author: mtorromeo
Revision: 125914

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 125913, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 125913, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 125913, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 125913, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 125913, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 125913, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 125913, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 125913, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 125913, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 125913, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 125913, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 125913, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 125913, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 125913, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  298 +++
 /mysql-user.conf   |2 
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 +
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 +++
 /percona.install   |   70 +++
 community-i686/PKGBUILD|  147 ---
 community-i686/mysql-user.conf |1 
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 -
 community-i686/percona.install |   35 ---
 community-x86_64/PKGBUILD  |  147 ---
 community-x86_64/mysql-user.conf   |1 
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 -
 community-x86_64/percona.install   |   35 ---
 21 files changed, 460 insertions(+), 456 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 12:06:20 UTC (rev 125913)
+++ community-i686/PKGBUILD 2015-01-14 12:51:18 UTC (rev 125914)
@@ -1,147 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.22_71.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'mysqld-post.sh'
-'mysqld.service'
-'mysql-user.conf'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-
-   rm -v sql/sql_yacc.{cc,h}
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   

[arch-commits] Commit in chromium/repos (20 files)

2015-01-14 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 14:03:36
  Author: foutrelis
Revision: 228999

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 228998, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.default
(from rev 228998, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 228998, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 228998, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 228998, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 228998, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.default
(from rev 228998, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 228998, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 228998, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 228998, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  380 
 /chromium.default |8 
 /chromium.desktop |  226 +++
 /chromium.install |   24 ++
 /chromium.sh  |   32 +++
 extra-i686/PKGBUILD   |  190 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 ---
 extra-i686/chromium.install   |   12 -
 extra-i686/chromium.sh|   16 -
 extra-x86_64/PKGBUILD |  190 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 ---
 extra-x86_64/chromium.install |   12 -
 extra-x86_64/chromium.sh  |   16 -
 15 files changed, 670 insertions(+), 670 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 228998:228999 to see the changes.


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

2015-01-14 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 14:03:18
  Author: foutrelis
Revision: 228998

upgpkg: chromium 39.0.2171.99-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 04:32:04 UTC (rev 228997)
+++ PKGBUILD2015-01-14 13:03:18 UTC (rev 228998)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=39.0.2171.95
+pkgver=39.0.2171.99
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium.default
 chromium.sh)
-sha256sums=('66cb6902afbd8a0f990cb9e70ff1df843a7461f66077ffe7f41d730278a2a868'
+sha256sums=('6d527003a7dc3256a266d33fa42185c75934efd6de14f51cde345701ba2ae449'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9')


[arch-commits] Commit in linux-grsec/trunk (2 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 13:05:13
  Author: thestinger
Revision: 125912

upgpkg: linux-grsec 3.18.2.201501132141-1

Added:
  
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
Modified:
  linux-grsec/trunk/PKGBUILD

-+
 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch |   79 
++
 PKGBUILD|   11 +
 2 files changed, 87 insertions(+), 3 deletions(-)

Added: 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
===
--- 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
(rev 0)
+++ 0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
2015-01-14 12:05:13 UTC (rev 125912)
@@ -0,0 +1,79 @@
+From d472fcc8379c062bd56a3876fc6ef22258f14a91 Mon Sep 17 00:00:00 2001
+From: Daniel Vetter daniel.vet...@ffwll.ch
+Date: Mon, 24 Nov 2014 11:12:42 +0100
+Subject: [PATCH] drm/i915: Disallow pin ioctl completely for kms drivers
+
+The problem here is that SNA pins batchbuffers to etch out a bit more
+performance. Iirc it started out as a w/a for i830M (which we've
+implemented in the kernel since a long time already). The problem is
+that the pin ioctl wasn't added in
+
+commit d23db88c3ab233daed18709e3a24d6c95344117f
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Fri May 23 08:48:08 2014 +0200
+
+drm/i915: Prevent negative relocation deltas from wrapping
+
+Fix this by simply disallowing pinning from userspace so that the
+kernel is in full control of batch placement again. Especially since
+distros are moving towards running X as non-root, so most users won't
+even be able to see any benefits.
+
+UMS support is dead now, but we need this minimal patch for
+backporting. Follow-up patch will remove the pin ioctl code
+completely.
+
+Note to backporters: You must have both
+
+commit b45305fce5bb1abec263fcff9d81ebecd6306ede
+Author: Daniel Vetter daniel.vet...@ffwll.ch
+Date:   Mon Dec 17 16:21:27 2012 +0100
+
+drm/i915: Implement workaround for broken CS tlb on i830/845
+
+which laned in 3.8 and
+
+commit c4d69da167fa967749aeb70bc0e94a457e5d00c1
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Mon Sep 8 14:25:41 2014 +0100
+
+drm/i915: Evict CS TLBs between batches
+
+which is also marked cc: stable. Otherwise this could introduce a
+regression by disabling the userspace w/a without the kernel w/a being
+fully functional on i830/45.
+
+References: https://bugs.freedesktop.org/show_bug.cgi?id=76554#c116
+Cc: sta...@vger.kernel.org # requires c4d69da167fa967749a and v3.8
+Cc: Chris Wilson ch...@chris-wilson.co.uk
+Signed-off-by: Daniel Vetter daniel.vet...@intel.com
+---
+ drivers/gpu/drm/i915/i915_gem.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
+index fd17cca..97b86a5 100644
+--- a/drivers/gpu/drm/i915/i915_gem.c
 b/drivers/gpu/drm/i915/i915_gem.c
+@@ -4263,7 +4263,7 @@ i915_gem_pin_ioctl(struct drm_device *dev, void *data,
+   struct drm_i915_gem_object *obj;
+   int ret;
+ 
+-  if (INTEL_INFO(dev)-gen = 6)
++  if (drm_core_check_feature(dev, DRIVER_MODESET))
+   return -ENODEV;
+ 
+   ret = i915_mutex_lock_interruptible(dev);
+@@ -4319,6 +4319,9 @@ i915_gem_unpin_ioctl(struct drm_device *dev, void *data,
+   struct drm_i915_gem_object *obj;
+   int ret;
+ 
++  if (drm_core_check_feature(dev, DRIVER_MODESET))
++  return -ENODEV;
++
+   ret = i915_mutex_lock_interruptible(dev);
+   if (ret)
+   return ret;
+-- 
+2.2.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 11:48:22 UTC (rev 125911)
+++ PKGBUILD2015-01-14 12:05:13 UTC (rev 125912)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.2
 _grsecver=3.0
-_timestamp=201501120821
+_timestamp=201501132141
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -29,17 +29,19 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
+'0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch'
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
 '927a30c152a193d22242de21b99c9765fb0086b0aa3fabd31938ffc6e1b3f37c'
 'SKIP'
-'2f7245b0cda85e646298973efeda073d9caff53d6c0eb8b6b5546e2e86f1db90'
+'7e2e0975d94bca2c0b9e197b2b403a284fb760d3d2733976848342a6f423b589'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'
 

[arch-commits] Commit in linux-grsec/repos (26 files)

2015-01-14 Thread Daniel Micay
Date: Wednesday, January 14, 2015 @ 13:06:20
  Author: thestinger
Revision: 125913

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

Added:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 125912, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 125912, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 125912, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 125912, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 125912, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 125912, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 125912, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 125912, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 125912, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 125912, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 125912, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 125912, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 125912, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 125912, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /PKGBUILD  
  |  662 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |14716 ++
 /config.x86_64 
  |14138 +
 /linux-grsec.install   
  |  110 
 /linux.preset  
  |   28 
 community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
  |   79 
 community-i686/PKGBUILD
  |  326 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7358 -
 community-i686/config.x86_64   
  | 7069 
 community-i686/linux-grsec.install 
  |   55 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
 |   79 
 community-x86_64/PKGBUILD  
  |  326 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 community-x86_64/config
  | 7358 -
 community-x86_64/config.x86_64 
  | 7069 
 community-x86_64/linux-grsec.install   
  |   55 
 community-x86_64/linux.preset  
  |   14 
 20 files changed, 29834 insertions(+), 29666 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 125912:125913 to see the changes.