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

2014-04-03 Thread Jelle van der Waa
Date: Thursday, April 3, 2014 @ 09:00:17
  Author: jelle
Revision: 108767

archrelease: copy trunk to community-any

Added:
  openttd-opengfx/repos/community-any/PKGBUILD
(from rev 108766, openttd-opengfx/trunk/PKGBUILD)
Deleted:
  openttd-opengfx/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 +++-
 1 file changed, 23 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-03 07:00:10 UTC (rev 108766)
+++ PKGBUILD2014-04-03 07:00:17 UTC (rev 108767)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Daniel J Griffiths 
-
-pkgname=openttd-opengfx
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='A free graphics set for openttd'
-arch=('any')
-url='http://dev.openttdcoop.org/projects/opengfx'
-license=('GPL')
-source=("http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip";)
-md5sums=('7709afafb1e6429ee517a5c93a03316c')
-
-package() {
-cd "${srcdir}"/opengfx-${pkgver}
-install -d "${pkgdir}"/usr/share/openttd/data   
-install -m644 *.grf "${pkgdir}"/usr/share/openttd/data
-install -m644 *.obg "${pkgdir}"/usr/share/openttd/data
-}

Copied: openttd-opengfx/repos/community-any/PKGBUILD (from rev 108766, 
openttd-opengfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-03 07:00:17 UTC (rev 108767)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer:
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Daniel J Griffiths 
+
+pkgname=openttd-opengfx
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='A free graphics set for openttd'
+arch=('any')
+url='http://dev.openttdcoop.org/projects/opengfx'
+license=('GPL')
+source=("http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip";)
+md5sums=('f2ca3f1b23e360264940913ad42f3d9a')
+
+package() {
+cd "${srcdir}"
+tar xvf "opengfx-${pkgver}.tar"
+cd opengfx-${pkgver}
+install -d "${pkgdir}"/usr/share/openttd/data   
+install -m644 *.grf "${pkgdir}"/usr/share/openttd/data
+install -m644 *.obg "${pkgdir}"/usr/share/openttd/data
+}



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

2014-04-03 Thread Jelle van der Waa
Date: Thursday, April 3, 2014 @ 09:00:10
  Author: jelle
Revision: 108766

upgpkg: openttd-opengfx 0.5.0-1

Modified:
  openttd-opengfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 06:13:51 UTC (rev 108765)
+++ PKGBUILD2014-04-03 07:00:10 UTC (rev 108766)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=openttd-opengfx
-pkgver=0.4.7
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='A free graphics set for openttd'
 arch=('any')
@@ -11,10 +11,12 @@
 url='http://dev.openttdcoop.org/projects/opengfx'
 license=('GPL')
 
source=("http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip";)
-md5sums=('7709afafb1e6429ee517a5c93a03316c')
+md5sums=('f2ca3f1b23e360264940913ad42f3d9a')
 
 package() {
-cd "${srcdir}"/opengfx-${pkgver}
+cd "${srcdir}"
+tar xvf "opengfx-${pkgver}.tar"
+cd opengfx-${pkgver}
 install -d "${pkgdir}"/usr/share/openttd/data   
 install -m644 *.grf "${pkgdir}"/usr/share/openttd/data
 install -m644 *.obg "${pkgdir}"/usr/share/openttd/data



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

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 10:08:37
  Author: bpiotrowski
Revision: 209760

upgpkg: bigloo 4.1a_2-1

new upstream release

Modified:
  bigloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-02 21:45:37 UTC (rev 209759)
+++ PKGBUILD2014-04-03 08:08:37 UTC (rev 209760)
@@ -4,20 +4,20 @@
 # Contributor: Kevin Piche 
 
 pkgname=bigloo
-_pkgver=4.0b
+_pkgver=4.1a-2
 pkgver=${_pkgver/-/_}
-pkgrel=2
+pkgrel=1
 pkgdesc="Fast scheme compiler"
 arch=('i686' 'x86_64')
 url="http://www-sop.inria.fr/mimosa/fp/Bigloo/";
 license=('GPL' 'LGPL')
-depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+depends=('libunistring')
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi' 'chrpath')
 optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
 options=('!makeflags')
 install=bigloo.install
 source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('5e66d9516a877f2b892d191bbe809379')
+md5sums=('64f17f126691baf1eb2c22a4f26edc1b')
 
 build() {
   cd "${srcdir}/${pkgname}${_pkgver}"
@@ -43,4 +43,7 @@
   cd "${srcdir}/${pkgname}${_pkgver}"
   make DESTDIR="${pkgdir}" install install-bee
   make -C manuals DESTDIR="${pkgdir}" install-bee
+
+  chrpath -d "${pkgdir}"/usr/lib/bigloo/4.1a/*.so \
+"${pkgdir}"/usr/lib/bigloo/4.1a/bmem/bmem.so
 }



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

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 10:08:46
  Author: bpiotrowski
Revision: 209761

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

Added:
  bigloo/repos/testing-i686/
  bigloo/repos/testing-i686/PKGBUILD
(from rev 209760, bigloo/trunk/PKGBUILD)
  bigloo/repos/testing-i686/bigloo.install
(from rev 209760, bigloo/trunk/bigloo.install)
  bigloo/repos/testing-x86_64/
  bigloo/repos/testing-x86_64/PKGBUILD
(from rev 209760, bigloo/trunk/PKGBUILD)
  bigloo/repos/testing-x86_64/bigloo.install
(from rev 209760, bigloo/trunk/bigloo.install)

---+
 testing-i686/PKGBUILD |   49 
 testing-i686/bigloo.install   |   21 +
 testing-x86_64/PKGBUILD   |   49 
 testing-x86_64/bigloo.install |   21 +
 4 files changed, 140 insertions(+)

Copied: bigloo/repos/testing-i686/PKGBUILD (from rev 209760, 
bigloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-03 08:08:46 UTC (rev 209761)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+# Contributor: John Proctor 
+# Contributor: Kevin Piche 
+
+pkgname=bigloo
+_pkgver=4.1a-2
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc="Fast scheme compiler"
+arch=('i686' 'x86_64')
+url="http://www-sop.inria.fr/mimosa/fp/Bigloo/";
+license=('GPL' 'LGPL')
+depends=('libunistring')
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi' 'chrpath')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('64f17f126691baf1eb2c22a4f26edc1b')
+
+build() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  make DESTDIR="${pkgdir}" install install-bee
+  make -C manuals DESTDIR="${pkgdir}" install-bee
+
+  chrpath -d "${pkgdir}"/usr/lib/bigloo/4.1a/*.so \
+"${pkgdir}"/usr/lib/bigloo/4.1a/bmem/bmem.so
+}

Copied: bigloo/repos/testing-i686/bigloo.install (from rev 209760, 
bigloo/trunk/bigloo.install)
===
--- testing-i686/bigloo.install (rev 0)
+++ testing-i686/bigloo.install 2014-04-03 08:08:46 UTC (rev 209761)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(bigloo.info bdb.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+

Copied: bigloo/repos/testing-x86_64/PKGBUILD (from rev 209760, 
bigloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-03 08:08:46 UTC (rev 209761)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+# Contributor: John Proctor 
+# Contributor: Kevin Piche 
+
+pkgname=bigloo
+_pkgver=4.1a-2
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc="Fast scheme compiler"
+arch=('i686' 'x86_64')
+url="http://www-sop.inria.fr/mimosa/fp/Bigloo/";
+license=('GPL' 'LGPL')
+depends=('libunistring')
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi' 'chrpath')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('64f17f126691baf1eb2c22a4f26edc1b')
+
+build() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  make DESTDIR="${pkgdir}" install install-bee
+  make -C manuals DESTDIR="${pkgdir}" install-bee
+
+  chrpath -d "${pkgdir}"/usr/lib/bigloo/4.1a/*.so \
+"${pkgdir}"/usr/lib/bigloo/4.1a/bmem/bmem.so
+}

Copied: bigloo/repos/testing-x86_64/biglo

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

2014-04-03 Thread Felix Yan
Date: Thursday, April 3, 2014 @ 11:17:52
  Author: fyan
Revision: 108768

upgpkg: marisa 0.2.4-4

- enable -O1 for python binding

Modified:
  marisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 07:00:17 UTC (rev 108767)
+++ PKGBUILD2014-04-03 09:17:52 UTC (rev 108768)
@@ -5,7 +5,7 @@
 pkgbase=marisa
 pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
 pkgver=0.2.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="https://code.google.com/p/marisa-trie/";
 license=('BSD' 'LGPL')
@@ -83,7 +83,7 @@
   depends=('python2' 'marisa')
 
   cd "${pkgbase}-${pkgver}/bindings/python"
-  python2 setup.py install --root="$pkgdir"
+  python2 setup.py install -O1 --root="$pkgdir"
 
   cd ../..
   install -d "${pkgdir}/usr/share/licenses/$pkgname"
@@ -95,8 +95,8 @@
   depends=('ruby' 'marisa')
 
   cd "${pkgbase}-${pkgver}/bindings/ruby"
-_hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.1`
-_arch=`pkg-config --variable=arch ruby-2.1`
+_hdrdir=$(pkg-config --variable=rubyhdrdir ruby-2.1)
+_arch=$(pkg-config --variable=arch ruby-2.1)
   make DESTDIR="$pkgdir" install \
 hdrdir="$_hdrdir" \
 arch_hdrdir="${_hdrdir}/${_arch}" \



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

2014-04-03 Thread Felix Yan
Date: Thursday, April 3, 2014 @ 11:22:59
  Author: fyan
Revision: 108769

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 09:17:52 UTC (rev 108768)
+++ community-i686/PKGBUILD 2014-04-03 09:22:59 UTC (rev 108769)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgbase=marisa
-pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
-pkgver=0.2.4
-pkgrel=3
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/marisa-trie/";
-license=('BSD' 'LGPL')
-makedepends=('python2' 'ruby' 'perl')
-source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
-sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static \
-# --enable-popcnt
-# --enable-sse2
-# --enable-sse3
-# --enable-ssse3
-# --enable-sse4.1
-# --enable-sse4.2
-# --enable-sse4
-# --enable-sse4a
-
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-  make
-
-  # Perl bindings
-  cd "${srcdir}/${pkgbase}-${pkgver}/bindings/perl"
-  perl Makefile.PL \
-INC="-I${srcdir}/${pkgbase}-${pkgver}/lib" \
-LIBS="-L${srcdir}/${pkgbase}-${pkgver}/lib/.libs"
-  make
-
-  # Python bindings
-  cd "${srcdir}/${pkgbase}-${pkgver}/bindings/python"
-  python2 setup.py build_ext \
---include-dirs="${srcdir}/${pkgbase}-${pkgver}/lib" \
---library-dirs="${srcdir}/${pkgbase}-${pkgver}/lib/.libs"
-  python2 setup.py build
-
-  # Ruby bindings
-  cd "${srcdir}/${pkgbase}-${pkgver}/bindings/ruby"
-  ruby extconf.rb \
---with-opt-include="${srcdir}/${pkgbase}-${pkgver}/lib" \
---with-opt-lib="${srcdir}/${pkgbase}-${pkgver}/lib/.libs" \
---vendor
-  make
-}
-
-package_marisa() {
-  pkgdesc="Static and space-efficient trie data structure library"
-  depends=('gcc-libs')
-
-  cd "${pkgbase}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}"
-  install -m 644 docs/* README "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/"
-
-  install -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m 644 AUTHORS COPYING "${pkgdir}/usr/share/licenses/$pkgname/"
-}
-
-package_perl-marisa() {
-  pkgdesc="Perl language binding for marisa"
-  depends=('perl' 'marisa')
-
-  cd "${pkgbase}-${pkgver}/bindings/perl"
-  make DESTDIR="$pkgdir" install
-
-  cd ../..
-  install -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m 644 AUTHORS COPYING "${pkgdir}/usr/share/licenses/$pkgname/"
-}
-
-package_python2-marisa() {
-  pkgdesc="Python 2.x language binding for marisa"
-  depends=('python2' 'marisa')
-
-  cd "${pkgbase}-${pkgver}/bindings/python"
-  python2 setup.py install --root="$pkgdir"
-
-  cd ../..
-  install -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m 644 AUTHORS COPYING "${pkgdir}/usr/share/licenses/$pkgname/"
-}
-
-package_ruby-marisa() {
-  pkgdesc="Ruby language binding for marisa"
-  depends=('ruby' 'marisa')
-
-  cd "${pkgbase}-${pkgver}/bindings/ruby"
-_hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.1`
-_arch=`pkg-config --variable=arch ruby-2.1`
-  make DESTDIR="$pkgdir" install \
-hdrdir="$_hdrdir" \
-arch_hdrdir="${_hdrdir}/${_arch}" \
-rubyhdrdir="$_hdrdir"
-
-  cd ../..
-  install -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m 644 AUTHORS COPYING "${pkgdir}/usr/share/licenses/$pkgname/"
-}

Copied: marisa/repos/community-i686/PKGBUILD (from rev 108768, 
marisa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 09:22:59 UTC (rev 108769)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgbase=marisa
+pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
+pkgver=0.2.4
+pkgrel=4
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/marisa-trie/";
+license=('BSD' 'LGPL')
+makedepends=('python2' 'ruby' 'perl')
+source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
+sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disa

[arch-commits] Commit in prosody/repos (24 files)

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 12:22:59
  Author: spupykin
Revision: 108773

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

Added:
  prosody/repos/community-i686/PKGBUILD
(from rev 108772, prosody/trunk/PKGBUILD)
  prosody/repos/community-i686/fix-config.patch
(from rev 108772, prosody/trunk/fix-config.patch)
  prosody/repos/community-i686/prosody.install
(from rev 108772, prosody/trunk/prosody.install)
  prosody/repos/community-i686/prosody.logrotated
(from rev 108772, prosody/trunk/prosody.logrotated)
  prosody/repos/community-i686/prosody.service
(from rev 108772, prosody/trunk/prosody.service)
  prosody/repos/community-i686/prosody.tmpfile.d
(from rev 108772, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/PKGBUILD
(from rev 108772, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/fix-config.patch
(from rev 108772, prosody/trunk/fix-config.patch)
  prosody/repos/community-x86_64/prosody.install
(from rev 108772, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 108772, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 108772, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 108772, prosody/trunk/prosody.tmpfile.d)
Deleted:
  prosody/repos/community-i686/PKGBUILD
  prosody/repos/community-i686/fix-config.patch
  prosody/repos/community-i686/prosody.install
  prosody/repos/community-i686/prosody.logrotated
  prosody/repos/community-i686/prosody.service
  prosody/repos/community-i686/prosody.tmpfile.d
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/fix-config.patch
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d

-+
 /PKGBUILD   |  140 ++
 /fix-config.patch   |   68 
 /prosody.install|   76 ++
 /prosody.logrotated |   18 
 /prosody.service|   26 ++
 /prosody.tmpfile.d  |2 
 community-i686/PKGBUILD |   64 ---
 community-i686/fix-config.patch |   34 
 community-i686/prosody.install  |   38 -
 community-i686/prosody.logrotated   |9 --
 community-i686/prosody.service  |   13 ---
 community-i686/prosody.tmpfile.d|1 
 community-x86_64/PKGBUILD   |   64 ---
 community-x86_64/fix-config.patch   |   34 
 community-x86_64/prosody.install|   38 -
 community-x86_64/prosody.logrotated |9 --
 community-x86_64/prosody.service|   13 ---
 community-x86_64/prosody.tmpfile.d  |1 
 18 files changed, 330 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 10:22:38 UTC (rev 108772)
+++ community-i686/PKGBUILD 2014-04-03 10:22:59 UTC (rev 108773)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-
-pkgname=prosody
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('i686' 'x86_64')
-url="http://prosody.im/";
-license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
- 'openssl')
-optdepends=('lua51-sec: TLS encryption support')
-install=prosody.install
-backup=('etc/logrotate.d/prosody'
-'etc/prosody/prosody.cfg.lua')
-source=("http://prosody.im/downloads/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'prosody.logrotated'
-'fix-config.patch'
-'prosody.tmpfile.d'
-'prosody.service')
-sha256sums=('22d2427fae4858d15b4f695348fb7781e4c65c04a24171837985024e76799ea0'
-'SKIP'
-'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
-'db37b1b6bcd648f264164c5db5e754fc077671c74df6079c101384e146f4d6da'
-'3f5cc5db2cfe74c4edf91f60e692e04c3504025e893d0880114d52728a2c4bc4'
-'16fbfb54bf21bb73ce9d9acacb60d47f237c35e842c5a00f1153f72f0d2f7f6b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../fix-config.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
---cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
---ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.1
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install -C tools/migration
-
-#  ins

[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 12:22:34
  Author: spupykin
Revision: 108771

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 108770, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 108770, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-03 10:22:24 UTC (rev 108770)
+++ PKGBUILD2014-04-03 10:22:34 UTC (rev 108771)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/";
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('83f17243e05bc93c83e74a22135f22dc')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 108770, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-03 10:22:34 UTC (rev 108771)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/";
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('857fe63d71f7e464709d121591ed0041')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2014-04-03 10:22:24 UTC (rev 108770)
+++ phoronix-test-suite.install 2014-04-03 10:22:34 UTC (rev 108771)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 108770, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2014-04-03 10:22:34 UTC (rev 108771)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}



[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 12:22:24
  Author: spupykin
Revision: 108770

upgpkg: phoronix-test-suite 5.0.1-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 09:22:59 UTC (rev 108769)
+++ PKGBUILD2014-04-03 10:22:24 UTC (rev 108770)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder 
 
 pkgname=phoronix-test-suite
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('83f17243e05bc93c83e74a22135f22dc')
+md5sums=('857fe63d71f7e464709d121591ed0041')
 
 package() {
   cd $srcdir/phoronix-test-suite



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

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 12:22:38
  Author: spupykin
Revision: 108772

upgpkg: prosody 0.9.4-1

upd

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 10:22:34 UTC (rev 108771)
+++ PKGBUILD2014-04-03 10:22:38 UTC (rev 108772)
@@ -5,8 +5,8 @@
 # Contributor: Timothée Ravier 
 
 pkgname=prosody
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('i686' 'x86_64')
 url="http://prosody.im/";
@@ -28,6 +28,12 @@
 'db37b1b6bcd648f264164c5db5e754fc077671c74df6079c101384e146f4d6da'
 '3f5cc5db2cfe74c4edf91f60e692e04c3504025e893d0880114d52728a2c4bc4'
 '16fbfb54bf21bb73ce9d9acacb60d47f237c35e842c5a00f1153f72f0d2f7f6b')
+sha256sums=('be87cf31901a25477869b4ebd52e298f63a5effacae526911a0be876cc82e1c6'
+'SKIP'
+'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
+'db37b1b6bcd648f264164c5db5e754fc077671c74df6079c101384e146f4d6da'
+'3f5cc5db2cfe74c4edf91f60e692e04c3504025e893d0880114d52728a2c4bc4'
+'16fbfb54bf21bb73ce9d9acacb60d47f237c35e842c5a00f1153f72f0d2f7f6b')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2014-04-03 Thread Massimiliano Torromeo
Date: Thursday, April 3, 2014 @ 12:28:23
  Author: mtorromeo
Revision: 108774

upgpkg: rt3562sta 2.4.1.1_r1-1

Patched and rebuilt for linux 3.14

Modified:
  rt3562sta/trunk/PKGBUILD
Deleted:
  rt3562sta/trunk/linux-3.8.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch
  
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch
  rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch

---+
 PKGBUILD  |   42 
 linux-3.8.patch   |   50 -
 rt3562sta-2.4.1.1-WPA-mixed.patch |   11 -
 rt3562sta-2.4.1.1-config.patch|   98 
--
 rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch   |   13 -
 rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch   |   14 -
 rt3562sta-2.4.1.1-reduce_debug_output.patch   |   15 -
 rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch |   47 
 rt3562sta-2.4.1.1-remove_date_time.patch  |   11 -
 rt3562sta-2.4.1.1-return_nonvoid.patch|   11 -
 10 files changed, 7 insertions(+), 305 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 10:22:59 UTC (rev 108773)
+++ PKGBUILD2014-04-03 10:28:23 UTC (rev 108774)
@@ -3,8 +3,9 @@
 # Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
 
 pkgname=rt3562sta
-pkgver=2.4.1.1
-pkgrel=52
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=1
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 url="http://www.mediatek.com/en/Products/support.php?sn=501";
@@ -12,33 +13,13 @@
 depends=('linux')
 makedepends=('linux-headers')
 install=$pkgname.install
-source=(
-   
http://dl.dropbox.com/u/362439/DPO_RT3562_3592_3062_LinuxSTA_V${pkgver}_20101217.tgz
-   $pkgname-$pkgver-config.patch
-   $pkgname-$pkgver-gcc-warnings-x86_64.patch
-   $pkgname-$pkgver-WPA-mixed.patch
-   $pkgname-$pkgver-convert-devicename-to-wlanX.patch
-   $pkgname-$pkgver-remove-potential-conflicts-with-rt2860sta.patch
-   $pkgname-$pkgver-return_nonvoid.patch
-   $pkgname-$pkgver-reduce_debug_output.patch
-   $pkgname-$pkgver-remove_date_time.patch
-   linux-3.8.patch
-)
+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/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217"
-   patch -p0 -i "$srcdir/$pkgname-$pkgver-config.patch"
-   [ "$CARCH" == "x86_64" ] && patch -p0 -i 
"$srcdir/$pkgname-$pkgver-gcc-warnings-x86_64.patch"
-   patch -p0 -i "$srcdir/$pkgname-$pkgver-WPA-mixed.patch"
-   patch -p0 -i 
"$srcdir/$pkgname-$pkgver-convert-devicename-to-wlanX.patch"
-   patch -p0 -i 
"$srcdir/$pkgname-$pkgver-remove-potential-conflicts-with-rt2860sta.patch"
-   patch -p0 -i "$srcdir/$pkgname-$pkgver-return_nonvoid.patch"
-   patch -p0 -i "$srcdir/$pkgname-$pkgver-reduce_debug_output.patch"
-   patch -p0 -i "$srcdir/$pkgname-$pkgver-remove_date_time.patch"
-   patch -p1 -i "$srcdir/linux-3.8.patch"
+   cd "$srcdir/rt3562sta-linux-r$_patchrel"
 
# clean up this mess of mixing RT2860STA with RT3562STA
# in documentation files
@@ -65,7 +46,7 @@
KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
msg "Kernel = $KERNEL_VERSION"
 
-   cd "$srcdir/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217"
+   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"
@@ -76,13 +57,4 @@
sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
 }
 
-sha256sums=('71cd27784009894198f03470ec88e77f2cd176bf5f8d93b4dd984d3a3e543d5a'
-'b1465fceaac99f26cc0e7db0562d2bf103b57656f0b7b57e404f59efb3373b27'
-'d013ed5981a02be27b4aaf1e03670d68dbb16f40d9eb84930e58a96fc38ef947'
-'c962d014ea6e84a8c3398ff13e4709cc309c29134cac0b5c702eab1026799887'
-'e966d96026baee0447d6ad26742bcc40baa3f94530573d58f4eca842e107f809'
-'7d2a

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

2014-04-03 Thread Massimiliano Torromeo
Date: Thursday, April 3, 2014 @ 12:30:48
  Author: mtorromeo
Revision: 108775

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

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

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/rt3562sta.install   |   16 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 4 files changed, 152 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 108774, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-03 10:30:48 UTC (rev 108775)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=1
+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}" "linux<3.$(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-testing-i686/rt3562sta.install (from rev 
108774, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2014-04-03 10:30:48 UTC (rev 
108775)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.13-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 108774, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-04-03 10:30:48 UTC (rev 108775)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562st

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

2014-04-03 Thread Andreas Radke
Date: Thursday, April 3, 2014 @ 15:12:15
  Author: andyrtr
Revision: 209762

upgpkg: x2goserver 4.0.1.15-1

upstream update 4.0.1.15

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 08:08:46 UTC (rev 209761)
+++ PKGBUILD2014-04-03 13:12:15 UTC (rev 209762)
@@ -7,7 +7,7 @@
 # Contributor: Milan Knížek 
 
 pkgname=x2goserver
-pkgver=4.0.1.14
+pkgver=4.0.1.15
 pkgrel=1
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
@@ -61,7 +61,7 @@
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('45f44c98b59937952874c7c4fd4c7840')
+md5sums=('6b1d77f1955103cd59958fc67a0b77e2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -100,7 +100,6 @@
 
   install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
   install -m 644 "ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/"
-#  install -m 644 "debian/copyright" 
"${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
 
   # fix permission
   chmod 750 ${pkgdir}/etc/sudoers.d



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

2014-04-03 Thread Andreas Radke
Date: Thursday, April 3, 2014 @ 15:12:34
  Author: andyrtr
Revision: 209763

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 209762, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 209762, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 209762, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 209762, x2goserver/trunk/x2goserver.install)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install

-+
 /PKGBUILD   |  212 ++
 /x2goserver.install |  138 
 extra-i686/PKGBUILD |  107 ---
 extra-i686/x2goserver.install   |   69 
 extra-x86_64/PKGBUILD   |  107 ---
 extra-x86_64/x2goserver.install |   69 
 6 files changed, 350 insertions(+), 352 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-03 13:12:15 UTC (rev 209762)
+++ extra-i686/PKGBUILD 2014-04-03 13:12:34 UTC (rev 209763)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.0.1.14
-pkgrel=1
-pkgdesc="Open source terminal server"
-arch=('i686' 'x86_64')
-url="http://www.x2go.org/";
-license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
-
- # For x2goruncommand - for now
- 'bc'
- # For netstat in x2goresume-session
- 'net-tools'
- 'openssh'
- 'perl-file-readbackwards'
- # We need a database
- 'perl-dbd-sqlite' 
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2goshowblocks
- 'lsof'
- # For x2godbadmin
-'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
- # For /etc/sudoers.d
- 'sudo'
- 'x2go-agent'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'shadow'
- 
- # for post install actions
- 'desktop-file-utils'
- 'shared-mime-info'
- 
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 
- 'xorg-xwininfo' # FS#38558
- 
- #x2goserver-extensions
- #x2goserver-xsession
- #x2goserver-fmbindings
- #x2goserver-printing
-)
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('45f44c98b59937952874c7c4fd4c7840')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-  # Do not ship xsession - Debian specific
-  sed -i -e '/xsession/s/^/#/' Makefile
-  
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
-
-  # systemd service file 
-  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  
-  # X2go homedir + printing spool dir
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo "fuse" > $pkgdir/usr/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 "ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/"
-#  install -m 644 "debian/copyright" 
"${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
-
-  # fix permission
-  chmod 750 ${pkgdir}/etc/sudoers.d
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 209762, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-03 13:12:34 UTC (rev

[arch-commits] Commit in bzr-fastimport/repos/community-any (3 files)

2014-04-03 Thread Martin Wimpress
Date: Thursday, April 3, 2014 @ 17:48:13
  Author: flexiondotorg
Revision: 108777

archrelease: copy trunk to community-any

Added:
  bzr-fastimport/repos/community-any/PKGBUILD
(from rev 108776, bzr-fastimport/trunk/PKGBUILD)
  bzr-fastimport/repos/community-any/helpers.patch
(from rev 108776, bzr-fastimport/trunk/helpers.patch)
Deleted:
  bzr-fastimport/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   44 +---
 helpers.patch |   88 
 2 files changed, 115 insertions(+), 17 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-03 15:48:04 UTC (rev 108776)
+++ PKGBUILD2014-04-03 15:48:13 UTC (rev 108777)
@@ -1,17 +0,0 @@
-# Maintainer:  Martin Wimpress 
-
-pkgname=bzr-fastimport
-pkgver=0.13.0
-pkgrel=4
-pkgdesc="Bazaar Fast Import is a plugin providing fast loading of revision 
control data into Bazaar."
-arch=('any')
-url="https://launchpad.net/bzr-fastimport";
-license=('GPL2')
-depends=('bzr' 'python2-fastimport')
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e47115774d44ae0c3b027ae0374aa52e')
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: bzr-fastimport/repos/community-any/PKGBUILD (from rev 108776, 
bzr-fastimport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-03 15:48:13 UTC (rev 108777)
@@ -0,0 +1,27 @@
+# Maintainer:  Martin Wimpress 
+
+pkgname=bzr-fastimport
+pkgver=0.13.0
+pkgrel=5
+pkgdesc="Bazaar Fast Import is a plugin providing fast loading of revision 
control data into Bazaar."
+arch=('any')
+url="https://launchpad.net/bzr-fastimport";
+license=('GPL2')
+depends=('bzr' 'python2-fastimport')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
+"helpers.patch")
+md5sums=('e47115774d44ae0c3b027ae0374aa52e'
+ '629f233bf6b0af41ccff6d561d2c91b2')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Remove calls to helpers that have been obsoleted in python2-fastimport
+#  - 
http://bazaar.launchpad.net/~jelmer/python-fastimport/trunk/revision/328
+#  - 
http://bazaar.launchpad.net/~jelmer/python-fastimport/trunk/revision/327
+patch -Np1 -i "${srcdir}/helpers.patch"
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: bzr-fastimport/repos/community-any/helpers.patch (from rev 108776, 
bzr-fastimport/trunk/helpers.patch)
===
--- helpers.patch   (rev 0)
+++ helpers.patch   2014-04-03 15:48:13 UTC (rev 108777)
@@ -0,0 +1,88 @@
+diff -rupN bzr-fastimport-orig/branch_updater.py 
bzr-fastimport-0.13.0/branch_updater.py
+--- bzr-fastimport-orig/branch_updater.py  2012-02-29 11:50:32.0 
+
 bzr-fastimport-0.13.0/branch_updater.py2014-04-03 15:43:55.373988397 
+0100
+@@ -149,7 +149,6 @@ class BranchUpdater(object):
+ 
+ :return: whether the branch was changed or not
+ """
+-from fastimport.helpers import single_plural
+ last_rev_id = self.cache_mgr.lookup_committish(last_mark)
+ self.repo.lock_read()
+ try:
+@@ -174,7 +173,6 @@ class BranchUpdater(object):
+ changed = True
+ if changed:
+ tagno = len(my_tags)
+-note("\t branch %s now has %d %s and %d %s", br.nick,
+-revno, single_plural(revno, "revision", "revisions"),
+-tagno, single_plural(tagno, "tag", "tags"))
++note("\t branch %s now has %d %s and %d %s", br.nick, \
++revno, "revision(s)", tagno, "tag(s)")
+ return changed
+diff -rupN bzr-fastimport-orig/cache_manager.py 
bzr-fastimport-0.13.0/cache_manager.py
+--- bzr-fastimport-orig/cache_manager.py   2012-02-29 11:50:32.0 
+
 bzr-fastimport-0.13.0/cache_manager.py 2014-04-03 15:45:23.402088096 
+0100
+@@ -28,9 +28,6 @@ from bzrlib.plugins.fastimport import (
+ from bzrlib.plugins.fastimport.reftracker import (
+ RefTracker,
+ )
+-from fastimport.helpers import (
+-single_plural,
+-)
+ 
+ 
+ class _Cleanup(object):
+@@ -162,8 +159,7 @@ class CacheManager(object):
+ if size > 1024:
+ size = size / 1024
+ unit = 'G'
+-note("%-12s: %8.1f %s (%d %s)" % (label, size, unit, count,
+-single_plural(count, "item", "items")))
++note("%-12s: %8.1f %s (%d %s)" % (label, size, unit, count, 
"item(s)"))
+ 
+ def clear_all(self):
+ """Free up any memory used by the caches."""
+diff -rupN bzr-fastimport-orig/cmds.py 

[arch-commits] Commit in bzr-fastimport/trunk (PKGBUILD helpers.patch)

2014-04-03 Thread Martin Wimpress
Date: Thursday, April 3, 2014 @ 17:48:04
  Author: flexiondotorg
Revision: 108776

upgpkg: bzr-fastimport 0.13.0-5 - Replace calls to helpers that have been 
obsoleted in python2-fastimport

Added:
  bzr-fastimport/trunk/helpers.patch
Modified:
  bzr-fastimport/trunk/PKGBUILD

---+
 PKGBUILD  |   16 --
 helpers.patch |   88 
 2 files changed, 101 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 10:30:48 UTC (rev 108775)
+++ PKGBUILD2014-04-03 15:48:04 UTC (rev 108776)
@@ -2,15 +2,25 @@
 
 pkgname=bzr-fastimport
 pkgver=0.13.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Bazaar Fast Import is a plugin providing fast loading of revision 
control data into Bazaar."
 arch=('any')
 url="https://launchpad.net/bzr-fastimport";
 license=('GPL2')
 depends=('bzr' 'python2-fastimport')
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e47115774d44ae0c3b027ae0374aa52e')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
+"helpers.patch")
+md5sums=('e47115774d44ae0c3b027ae0374aa52e'
+ '629f233bf6b0af41ccff6d561d2c91b2')
 
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# Remove calls to helpers that have been obsoleted in python2-fastimport
+#  - 
http://bazaar.launchpad.net/~jelmer/python-fastimport/trunk/revision/328
+#  - 
http://bazaar.launchpad.net/~jelmer/python-fastimport/trunk/revision/327
+patch -Np1 -i "${srcdir}/helpers.patch"
+}
+
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 python2 setup.py install --root="${pkgdir}" --optimize=1

Added: helpers.patch
===
--- helpers.patch   (rev 0)
+++ helpers.patch   2014-04-03 15:48:04 UTC (rev 108776)
@@ -0,0 +1,88 @@
+diff -rupN bzr-fastimport-orig/branch_updater.py 
bzr-fastimport-0.13.0/branch_updater.py
+--- bzr-fastimport-orig/branch_updater.py  2012-02-29 11:50:32.0 
+
 bzr-fastimport-0.13.0/branch_updater.py2014-04-03 15:43:55.373988397 
+0100
+@@ -149,7 +149,6 @@ class BranchUpdater(object):
+ 
+ :return: whether the branch was changed or not
+ """
+-from fastimport.helpers import single_plural
+ last_rev_id = self.cache_mgr.lookup_committish(last_mark)
+ self.repo.lock_read()
+ try:
+@@ -174,7 +173,6 @@ class BranchUpdater(object):
+ changed = True
+ if changed:
+ tagno = len(my_tags)
+-note("\t branch %s now has %d %s and %d %s", br.nick,
+-revno, single_plural(revno, "revision", "revisions"),
+-tagno, single_plural(tagno, "tag", "tags"))
++note("\t branch %s now has %d %s and %d %s", br.nick, \
++revno, "revision(s)", tagno, "tag(s)")
+ return changed
+diff -rupN bzr-fastimport-orig/cache_manager.py 
bzr-fastimport-0.13.0/cache_manager.py
+--- bzr-fastimport-orig/cache_manager.py   2012-02-29 11:50:32.0 
+
 bzr-fastimport-0.13.0/cache_manager.py 2014-04-03 15:45:23.402088096 
+0100
+@@ -28,9 +28,6 @@ from bzrlib.plugins.fastimport import (
+ from bzrlib.plugins.fastimport.reftracker import (
+ RefTracker,
+ )
+-from fastimport.helpers import (
+-single_plural,
+-)
+ 
+ 
+ class _Cleanup(object):
+@@ -162,8 +159,7 @@ class CacheManager(object):
+ if size > 1024:
+ size = size / 1024
+ unit = 'G'
+-note("%-12s: %8.1f %s (%d %s)" % (label, size, unit, count,
+-single_plural(count, "item", "items")))
++note("%-12s: %8.1f %s (%d %s)" % (label, size, unit, count, 
"item(s)"))
+ 
+ def clear_all(self):
+ """Free up any memory used by the caches."""
+diff -rupN bzr-fastimport-orig/cmds.py bzr-fastimport-0.13.0/cmds.py
+--- bzr-fastimport-orig/cmds.py2012-02-29 11:50:32.0 +
 bzr-fastimport-0.13.0/cmds.py  2014-04-03 15:47:43.074360586 +0100
+@@ -42,8 +42,7 @@ def _run(source, processor_factory, verb
+ def _get_source_stream(source):
+ if source == '-' or source is None:
+ import sys
+-from fastimport import helpers
+-stream = helpers.binary_stream(sys.stdin)
++stream = sys.stdin
+ elif source.endswith('.gz'):
+ import gzip
+ stream = gzip.open(source, "rb")
+diff -rupN bzr-fastimport-orig/exporter.py bzr-fastimport-0.13.0/exporter.py
+--- bzr-fastimport-orig/exporter.py2012-02-29 11:50:32.0 +
 bzr-fastimport-0.13.0/exporter.py  2014-04-03 15:48:27.075076168 +0100
+@@ -64,15 +64,11 @@ from bzrlib.plugins.fastimport import (
+ )
+ 
+ from fastimport import commands
+-from fastimport.helpers import (
+-binary_stream,
+-single

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

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 18:28:01
  Author: spupykin
Revision: 108778

upgpkg: medit 1.2.0-1

upd

Modified:
  medit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 15:48:13 UTC (rev 108777)
+++ PKGBUILD2014-04-03 16:28:01 UTC (rev 108778)
@@ -3,8 +3,8 @@
 # Contributor: William Rea 
 
 pkgname=medit
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A GTK text editor"
 arch=('i686' 'x86_64')
 url="http://mooedit.sourceforge.net";
@@ -15,7 +15,7 @@
 makedepends=(pkgconfig perlxml intltool gcc-objc)
 install=medit.install
 source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2)
-md5sums=('9ea0d396a3bf3ee6ce220365bffb7358')
+md5sums=('8388a8e275d0e1fa6cd19f7bb081279a')
 
 build() {
   cd $srcdir/medit-$pkgver



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

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 18:28:13
  Author: spupykin
Revision: 108779

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

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

+
 /PKGBUILD  |   68 +++
 /medit.install |   22 
 community-i686/PKGBUILD|   34 ---
 community-i686/medit.install   |   11 --
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/medit.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 16:28:01 UTC (rev 108778)
+++ community-i686/PKGBUILD 2014-04-03 16:28:13 UTC (rev 108779)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=medit
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="A GTK text editor"
-arch=('i686' 'x86_64')
-url="http://mooedit.sourceforge.net";
-options=('!emptydirs')
-license=('GPL')
-depends=('pygtk' 'libxml2' 'pcre' 'libsm' 'python2' 'gtk2' 'gcc-libs' 'gamin')
-optdepends=('ctags' 'vte: terminal emulator')
-makedepends=(pkgconfig perlxml intltool gcc-objc)
-install=medit.install
-source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2)
-md5sums=('9ea0d396a3bf3ee6ce220365bffb7358')
-
-build() {
-  cd $srcdir/medit-$pkgver
-  export PYTHON=/usr/bin/python2
-  [ -f Makefile ] || ./configure --prefix=/usr --with-fam
-  make
-}
-
-package() {
-  cd $srcdir/medit-$pkgver
-  make DESTDIR=${pkgdir} install
-  cd ${pkgdir}/usr/share/medit-1/language-specs
-  sed -i "s|*.sh|*.sh;PKGBUILD|" sh.lang
-  rm -rf $pkgdir/usr/share/mime
-  rm -rf $pkgdir/usr/share/icons/hicolor/icon-theme.cache
-}

Copied: medit/repos/community-i686/PKGBUILD (from rev 108778, 
medit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 16:28:13 UTC (rev 108779)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=medit
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A GTK text editor"
+arch=('i686' 'x86_64')
+url="http://mooedit.sourceforge.net";
+options=('!emptydirs')
+license=('GPL')
+depends=('pygtk' 'libxml2' 'pcre' 'libsm' 'python2' 'gtk2' 'gcc-libs' 'gamin')
+optdepends=('ctags' 'vte: terminal emulator')
+makedepends=(pkgconfig perlxml intltool gcc-objc)
+install=medit.install
+source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2)
+md5sums=('8388a8e275d0e1fa6cd19f7bb081279a')
+
+build() {
+  cd $srcdir/medit-$pkgver
+  export PYTHON=/usr/bin/python2
+  [ -f Makefile ] || ./configure --prefix=/usr --with-fam
+  make
+}
+
+package() {
+  cd $srcdir/medit-$pkgver
+  make DESTDIR=${pkgdir} install
+  cd ${pkgdir}/usr/share/medit-1/language-specs
+  sed -i "s|*.sh|*.sh;PKGBUILD|" sh.lang
+  rm -rf $pkgdir/usr/share/mime
+  rm -rf $pkgdir/usr/share/icons/hicolor/icon-theme.cache
+}

Deleted: community-i686/medit.install
===
--- community-i686/medit.install2014-04-03 16:28:01 UTC (rev 108778)
+++ community-i686/medit.install2014-04-03 16:28:13 UTC (rev 108779)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}

Copied: medit/repos/community-i686/medit.install (from rev 108778, 
medit/trunk/medit.install)
===
--- community-i686/medit.install(rev 0)
+++ community-i686/medit.install2014-04-03 16:28:13 UTC (rev 108779)
@@ -0,0 +1,11 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-03 16:28:01 UTC (rev 108778)
+++ community-x86_64/PKGBUILD   2014-04-03 16:28:13 UTC (rev 108779)
@

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

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 18:52:18
  Author: spupykin
Revision: 108780

upgpkg: luaexpat 1.3.0-1

upd

Modified:
  luaexpat/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 16:28:13 UTC (rev 108779)
+++ PKGBUILD2014-04-03 16:52:18 UTC (rev 108780)
@@ -4,8 +4,8 @@
 
 pkgbase=luaexpat
 pkgname=(lua-expat lua51-expat)
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='SAX XML parser based on the Expat library'
 arch=('i686' 'x86_64')
 url='http://matthewwild.co.uk/projects/luaexpat/'
@@ -13,12 +13,10 @@
 makedepends=('gcc' 'lua' 'lua51' 'expat')
 source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz";
'config.51'
-   'config.52'
-   'lua52.patch')
-md5sums=('03efe50c7f30a34580701e6527d7bfee'
+   'config.52')
+md5sums=('3c20b5795e7107f847f8da844fbfe2da'
  '64abbf5b602e0e31b68db2925a5e6b2f'
- '60ae0633ac6f829cc3359f3533252eb0'
- '21da93cbf0d3cef80d00e2380b7c2679')
+ '60ae0633ac6f829cc3359f3533252eb0')
 
 build() {
   # 5.1
@@ -26,13 +24,12 @@
   cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51
   cd $pkgbase-$pkgver-51
   cp -L "$srcdir/config.51" config
-  make LUA_INC=/usr/include/lua5.1
+  make LUA_V=5.1
   # 5.2
   msg2 "Building $pkgbase with lua 5.2"
   cd "$srcdir/$pkgbase-$pkgver"
-  patch -p1 < "$srcdir/lua52.patch"
   cp -L "$srcdir/config.52" config
-  make
+  make LUA_V=5.2
 }
 
 package_lua-expat() {
@@ -39,8 +36,7 @@
   depends=('lua' 'expat')
 
   cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  mv usr "$pkgdir"
+  make LUA_V=5.2 DESTDIR="$pkgdir" install
   install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
 }
 
@@ -50,7 +46,6 @@
   conflicts=('luaexpat')
 
   cd $pkgbase-$pkgver-51
-  make DESTDIR="$pkgdir" install
-  mv usr "$pkgdir"
+  make LUA_V=5.1 DESTDIR="$pkgdir" install
   install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
 }



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

2014-04-03 Thread Sergej Pupykin
Date: Thursday, April 3, 2014 @ 18:52:35
  Author: spupykin
Revision: 108781

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

Added:
  luaexpat/repos/community-i686/PKGBUILD
(from rev 108780, luaexpat/trunk/PKGBUILD)
  luaexpat/repos/community-i686/config.51
(from rev 108780, luaexpat/trunk/config.51)
  luaexpat/repos/community-i686/config.52
(from rev 108780, luaexpat/trunk/config.52)
  luaexpat/repos/community-i686/lua52.patch
(from rev 108780, luaexpat/trunk/lua52.patch)
  luaexpat/repos/community-x86_64/PKGBUILD
(from rev 108780, luaexpat/trunk/PKGBUILD)
  luaexpat/repos/community-x86_64/config.51
(from rev 108780, luaexpat/trunk/config.51)
  luaexpat/repos/community-x86_64/config.52
(from rev 108780, luaexpat/trunk/config.52)
  luaexpat/repos/community-x86_64/lua52.patch
(from rev 108780, luaexpat/trunk/lua52.patch)
Deleted:
  luaexpat/repos/community-i686/PKGBUILD
  luaexpat/repos/community-i686/config.51
  luaexpat/repos/community-i686/config.52
  luaexpat/repos/community-i686/lua52.patch
  luaexpat/repos/community-x86_64/PKGBUILD
  luaexpat/repos/community-x86_64/config.51
  luaexpat/repos/community-x86_64/config.52
  luaexpat/repos/community-x86_64/lua52.patch

--+
 /PKGBUILD|  102 +
 /config.51   |   52 ++
 /config.52   |   52 ++
 /lua52.patch |  744 +
 community-i686/PKGBUILD  |   56 ---
 community-i686/config.51 |   26 -
 community-i686/config.52 |   26 -
 community-i686/lua52.patch   |  372 
 community-x86_64/PKGBUILD|   56 ---
 community-x86_64/config.51   |   26 -
 community-x86_64/config.52   |   26 -
 community-x86_64/lua52.patch |  372 
 12 files changed, 950 insertions(+), 960 deletions(-)

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


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

2014-04-03 Thread Jonathan Steel
Date: Thursday, April 3, 2014 @ 19:44:24
  Author: jsteel
Revision: 108782

upgpkg: vagrant 1.5.2-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 16:52:35 UTC (rev 108781)
+++ PKGBUILD2014-04-03 17:44:24 UTC (rev 108782)
@@ -10,8 +10,8 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.5.1
-pkgrel=5
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
 url="http://vagrantup.com";



[arch-commits] Commit in vagrant/repos (5 files)

2014-04-03 Thread Jonathan Steel
Date: Thursday, April 3, 2014 @ 19:44:47
  Author: jsteel
Revision: 108783

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

Added:
  vagrant/repos/community-i686/PKGBUILD
(from rev 108782, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-i686/plugins.patch
(from rev 108782, vagrant/trunk/plugins.patch)
Deleted:
  vagrant/repos/community-i686/PKGBUILD
  vagrant/repos/community-i686/plugins.patch
  vagrant/repos/community-x86_64/plugins.patch

+
 /PKGBUILD  |   56 +++
 /plugins.patch |   31 +
 community-i686/PKGBUILD|   56 ---
 community-i686/plugins.patch   |   31 -
 community-x86_64/plugins.patch |   31 -
 5 files changed, 87 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 17:44:24 UTC (rev 108782)
+++ community-i686/PKGBUILD 2014-04-03 17:44:47 UTC (rev 108783)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.5.1
-pkgrel=5
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-makedepends=('git')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-source=(git://github.com/mitchellh/$pkgname.git
-git://github.com/mitchellh/$pkgname-installers.git
-plugins.patch
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('SKIP' 'SKIP'
- 'c73455203b22aaf89e3a7779ebbe81ed')
-[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-prepare() {
-  # Remove proprietary plugins
-  patch -Np1 -i "$srcdir"/plugins.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname
-REV=$( git log --grep ^v$pkgver$ --pretty=format:"%H" | head -n 1 )
-
-  "$srcdir"/$pkgname-installers/package/support/install_$pkgname.sh \
-"$srcdir"/substrate/ $REV "$srcdir"/substrate/${pkgname}_version
-}
-
-package() {
-  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 "$srcdir"/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 108782, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 17:44:47 UTC (rev 108783)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(git://github.com/mitchellh/$pkgname.git
+git://github.com/mitchellh/$pkgname-installers.git
+plugins.patch
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('SKIP' 'SKIP'
+ 'c73455203b22aaf89e3a7779ebbe81ed')
+[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+prepare() {
+  # Remove proprietary plugins
+  patch -Np1 -i "$srcdir"/plugins.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname
+REV=$( git log --grep ^v$pkgver$ --pretty=format:"%H" | head -n 1 )
+
+  "$srcdir"/$pkgname-installers/package/support/install_$pkgname.sh \
+"$srcdir"/substrate/ $REV "$srcdir"/substrate/${pkgname}_version
+}
+
+package() {
+  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 "$srcdir"

[arch-commits] Commit in vagrant/repos (7 files)

2014-04-03 Thread Jonathan Steel
Date: Thursday, April 3, 2014 @ 19:58:29
  Author: jsteel
Revision: 108784

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

Added:
  vagrant/repos/community-i686/PKGBUILD
(from rev 108783, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-i686/plugins.patch
(from rev 108783, vagrant/trunk/plugins.patch)
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 108783, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/plugins.patch
(from rev 108783, vagrant/trunk/plugins.patch)
Deleted:
  vagrant/repos/community-i686/PKGBUILD
  vagrant/repos/community-i686/plugins.patch
  vagrant/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  112 +++
 /plugins.patch |   31 ++
 community-i686/PKGBUILD|   56 ---
 community-i686/plugins.patch   |   31 --
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/plugins.patch |   31 ++
 6 files changed, 174 insertions(+), 143 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 17:44:47 UTC (rev 108783)
+++ community-i686/PKGBUILD 2014-04-03 17:58:29 UTC (rev 108784)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-makedepends=('git')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-source=(git://github.com/mitchellh/$pkgname.git
-git://github.com/mitchellh/$pkgname-installers.git
-plugins.patch
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('SKIP' 'SKIP'
- 'c73455203b22aaf89e3a7779ebbe81ed')
-[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-prepare() {
-  # Remove proprietary plugins
-  patch -Np1 -i "$srcdir"/plugins.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname
-REV=$( git log --grep ^v$pkgver$ --pretty=format:"%H" | head -n 1 )
-
-  "$srcdir"/$pkgname-installers/package/support/install_$pkgname.sh \
-"$srcdir"/substrate/ $REV "$srcdir"/substrate/${pkgname}_version
-}
-
-package() {
-  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 "$srcdir"/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 108783, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 17:58:29 UTC (rev 108784)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(git://github.com/mitchellh/$pkgname.git
+git://github.com/mitchellh/$pkgname-installers.git
+plugins.patch
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('SKIP' 'SKIP'
+ 'c73455203b22aaf89e3a7779ebbe81ed')
+[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+prepare() {
+  # Remove proprietary plugins
+  patch -Np1 -i "$srcdir"/plugins.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname
+REV=$( git log --grep ^v$pkgver$ --pretty=format:"%H" | head -n 1 )
+
+  "$srcdir"/$pkgname-installers/package/support/install_$pkgname.sh \
+"$srcdir"/substrate/ $REV "$srcdir"/substrate/${pkgname}_version
+}
+
+package() {
+  install -d "$pkgdir"/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r "$srcdir"/substrate/ "$pkgdir"/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pk

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

2014-04-03 Thread Dave Reisner
Date: Thursday, April 3, 2014 @ 20:31:16
  Author: dreisner
Revision: 209765

upgpkg: coreutils 8.22-4

- backport fix for 3.14 FSID borkage (FS#39724)

Added:
  coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch
Modified:
  coreutils/trunk/PKGBUILD

-+
 0001-cp-don-t-reserve-a-device-number.patch |   77 ++
 PKGBUILD|9 ++-
 2 files changed, 83 insertions(+), 3 deletions(-)

Added: 0001-cp-don-t-reserve-a-device-number.patch
===
--- 0001-cp-don-t-reserve-a-device-number.patch (rev 0)
+++ 0001-cp-don-t-reserve-a-device-number.patch 2014-04-03 18:31:16 UTC (rev 
209765)
@@ -0,0 +1,77 @@
+From d0294ff3b90430750a631556277c75f1a555dd44 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Thu, 3 Apr 2014 09:48:22 -0700
+Subject: [PATCH] cp: don't reserve a device number
+
+* src/copy.c (copy_internal): Replace dev_t arg DEVICE with struct
+stat pointer arg PARENT.  All callers changed.  This removes an
+unwarranted assumption that dev_t values of 0 cannot occur in file
+systems.  See: http://bugs.gnu.org/17179
+---
+ src/copy.c | 15 +++
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+diff --git a/src/copy.c b/src/copy.c
+index 781cc1e..d471a77 100644
+--- a/src/copy.c
 b/src/copy.c
+@@ -117,7 +117,7 @@ struct dir_list
+ #define DEST_INFO_INITIAL_CAPACITY 61
+ 
+ static bool copy_internal (char const *src_name, char const *dst_name,
+-   bool new_dst, dev_t device,
++   bool new_dst, struct stat const *parent,
+struct dir_list *ancestors,
+const struct cp_options *x,
+bool command_line_arg,
+@@ -621,7 +621,7 @@ copy_dir (char const *src_name_in, char const 
*dst_name_in, bool new_dst,
+   char *dst_name = file_name_concat (dst_name_in, namep, NULL);
+   bool first_dir_created = *first_dir_created_per_command_line_arg;
+ 
+-  ok &= copy_internal (src_name, dst_name, new_dst, src_sb->st_dev,
++  ok &= copy_internal (src_name, dst_name, new_dst, src_sb,
+ancestors, &non_command_line_options, false,
+&first_dir_created,
+&local_copy_into_self, NULL);
+@@ -1725,9 +1725,8 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ /* Copy the file SRC_NAME to the file DST_NAME.  The files may be of
+any type.  NEW_DST should be true if the file DST_NAME cannot
+exist because its parent directory was just created; NEW_DST should
+-   be false if DST_NAME might already exist.  DEVICE is the device
+-   number of the parent directory, or 0 if the parent of this file is
+-   not known.  ANCESTORS points to a linked, null terminated list of
++   be false if DST_NAME might already exist.  A nonnull PARENT describes the
++   parent directory.  ANCESTORS points to a linked, null terminated list of
+devices and inodes of parent directories of SRC_NAME.  COMMAND_LINE_ARG
+is true iff SRC_NAME was specified on the command line.
+FIRST_DIR_CREATED_PER_COMMAND_LINE_ARG is both input and output.
+@@ -1737,7 +1736,7 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ static bool
+ copy_internal (char const *src_name, char const *dst_name,
+bool new_dst,
+-   dev_t device,
++   struct stat const *parent,
+struct dir_list *ancestors,
+const struct cp_options *x,
+bool command_line_arg,
+@@ -2434,7 +2433,7 @@ copy_internal (char const *src_name, char const 
*dst_name,
+ }
+ 
+   /* Decide whether to copy the contents of the directory.  */
+-  if (x->one_file_system && device != 0 && device != src_sb.st_dev)
++  if (x->one_file_system && parent && parent->st_dev != src_sb.st_dev)
+ {
+   /* Here, we are crossing a file system boundary and cp's -x option
+  is in effect: so don't copy the contents of this directory. */
+@@ -2827,7 +2826,7 @@ copy (char const *src_name, char const *dst_name,
+   top_level_dst_name = dst_name;
+ 
+   bool first_dir_created_per_command_line_arg = false;
+-  return copy_internal (src_name, dst_name, nonexistent_dst, 0, NULL,
++  return copy_internal (src_name, dst_name, nonexistent_dst, NULL, NULL,
+ options, true,
+ &first_dir_created_per_command_line_arg,
+ copy_into_self, rename_succeeded);
+-- 
+1.9.1
+

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 15:19:25 UTC (rev 209764)
+++ PKGBUILD2014-04-03 18:31:16 UTC (rev 209765)
@@ -6,7 +6,7 @@
 
 pkgname=coreutils
 pkgver=8.22
-pkgrel=3
+pkgrel=4
 pkgdesc='The basic file, s

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

2014-04-03 Thread Dave Reisner
Date: Thursday, April 3, 2014 @ 20:31:50
  Author: dreisner
Revision: 209766

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

Added:
  coreutils/repos/testing-i686/
  coreutils/repos/testing-i686/0001-cp-don-t-reserve-a-device-number.patch
(from rev 209765, 
coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
  coreutils/repos/testing-i686/PKGBUILD
(from rev 209765, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-i686/coreutils-8.22-shuf-segfault.patch
(from rev 209765, coreutils/trunk/coreutils-8.22-shuf-segfault.patch)
  coreutils/repos/testing-i686/coreutils.install
(from rev 209765, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/0001-cp-don-t-reserve-a-device-number.patch
(from rev 209765, 
coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 209765, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/coreutils-8.22-shuf-segfault.patch
(from rev 209765, coreutils/trunk/coreutils-8.22-shuf-segfault.patch)
  coreutils/repos/testing-x86_64/coreutils.install
(from rev 209765, coreutils/trunk/coreutils.install)

+
 testing-i686/0001-cp-don-t-reserve-a-device-number.patch   |   77 +++
 testing-i686/PKGBUILD  |   46 ++
 testing-i686/coreutils-8.22-shuf-segfault.patch|   74 ++
 testing-i686/coreutils.install |   17 ++
 testing-x86_64/0001-cp-don-t-reserve-a-device-number.patch |   77 +++
 testing-x86_64/PKGBUILD|   46 ++
 testing-x86_64/coreutils-8.22-shuf-segfault.patch  |   74 ++
 testing-x86_64/coreutils.install   |   17 ++
 8 files changed, 428 insertions(+)

Copied: 
coreutils/repos/testing-i686/0001-cp-don-t-reserve-a-device-number.patch (from 
rev 209765, coreutils/trunk/0001-cp-don-t-reserve-a-device-number.patch)
===
--- testing-i686/0001-cp-don-t-reserve-a-device-number.patch
(rev 0)
+++ testing-i686/0001-cp-don-t-reserve-a-device-number.patch2014-04-03 
18:31:50 UTC (rev 209766)
@@ -0,0 +1,77 @@
+From d0294ff3b90430750a631556277c75f1a555dd44 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Thu, 3 Apr 2014 09:48:22 -0700
+Subject: [PATCH] cp: don't reserve a device number
+
+* src/copy.c (copy_internal): Replace dev_t arg DEVICE with struct
+stat pointer arg PARENT.  All callers changed.  This removes an
+unwarranted assumption that dev_t values of 0 cannot occur in file
+systems.  See: http://bugs.gnu.org/17179
+---
+ src/copy.c | 15 +++
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
+diff --git a/src/copy.c b/src/copy.c
+index 781cc1e..d471a77 100644
+--- a/src/copy.c
 b/src/copy.c
+@@ -117,7 +117,7 @@ struct dir_list
+ #define DEST_INFO_INITIAL_CAPACITY 61
+ 
+ static bool copy_internal (char const *src_name, char const *dst_name,
+-   bool new_dst, dev_t device,
++   bool new_dst, struct stat const *parent,
+struct dir_list *ancestors,
+const struct cp_options *x,
+bool command_line_arg,
+@@ -621,7 +621,7 @@ copy_dir (char const *src_name_in, char const 
*dst_name_in, bool new_dst,
+   char *dst_name = file_name_concat (dst_name_in, namep, NULL);
+   bool first_dir_created = *first_dir_created_per_command_line_arg;
+ 
+-  ok &= copy_internal (src_name, dst_name, new_dst, src_sb->st_dev,
++  ok &= copy_internal (src_name, dst_name, new_dst, src_sb,
+ancestors, &non_command_line_options, false,
+&first_dir_created,
+&local_copy_into_self, NULL);
+@@ -1725,9 +1725,8 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ /* Copy the file SRC_NAME to the file DST_NAME.  The files may be of
+any type.  NEW_DST should be true if the file DST_NAME cannot
+exist because its parent directory was just created; NEW_DST should
+-   be false if DST_NAME might already exist.  DEVICE is the device
+-   number of the parent directory, or 0 if the parent of this file is
+-   not known.  ANCESTORS points to a linked, null terminated list of
++   be false if DST_NAME might already exist.  A nonnull PARENT describes the
++   parent directory.  ANCESTORS points to a linked, null terminated list of
+devices and inodes of parent directories of SRC_NAME.  COMMAND_LINE_ARG
+is true iff SRC_NAME was specified on the command line.
+FIRST_DIR_CREATED_PER_COMMAND_LINE_ARG is both input and output.
+@@ -1737,7 +1736,7 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
+ static bool
+ copy_internal (ch

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

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 20:46:03
  Author: bpiotrowski
Revision: 209767

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 209766, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209766, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 209766, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 209766, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 209766, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 209766, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 209766, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 209766, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 209766, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 209766, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 209766, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209766, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 209766, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 209766, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 209766, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 209766, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 209766, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 209766, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 209766, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 209766, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   97 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   97 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 446 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 209766, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-03 18:46:03 UTC (rev 209767)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=bash
+_basever=4.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline>=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout)
+
+if [[ $((10#${_patchlevel}))

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

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 20:47:26
  Author: bpiotrowski
Revision: 209768

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 209767, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 209767, readline/trunk/inputrc)
  readline/repos/testing-i686/readline.install
(from rev 209767, readline/trunk/readline.install)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 209767, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 209767, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline.install
(from rev 209767, readline/trunk/readline.install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/inputrc|   36 ++
 testing-i686/readline.install   |   17 ++
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/inputrc  |   36 ++
 testing-x86_64/readline.install |   17 ++
 6 files changed, 230 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 209767, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-03 18:47:26 UTC (rev 209768)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=003
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+
+if [[ $_patchlevel -gt 0 ]]; then
+for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 209767, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2014-04-03 18:47:26 UTC (rev 209768)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif

Copied: readline/repos/testing-i686/readline.install (from rev 209767, 
readline/trunk/readline.install)
===
--- testing-i686/readline.install   (rev 0)
+++ testing-i686/readline.install   2014-04-03 18:47:26 UTC (rev 209768)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(history.info readline.info rluserman.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filel

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

2014-04-03 Thread Thomas Bächler
Date: Thursday, April 3, 2014 @ 22:05:48
  Author: thomas
Revision: 209769

Make systemd depend on util-linux again.

systemd requires mount from util-linux. This does not introduce
dependency cycles.

The dependency chains that were broken before now look like this:

systemd->util-linux->libsystemd
util-linux->pam->libtirpc->krb5->e2fsprogs->libutil-linux

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 18:47:26 UTC (rev 209768)
+++ PKGBUILD2014-04-03 20:05:48 UTC (rev 209769)
@@ -9,7 +9,7 @@
 url="http://www.freedesktop.org/wiki/Software/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
  'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
- 'libutil-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 
'quota-tools' 'xz')
+ 'util-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 
'quota-tools' 'xz')
 options=('strip' 'debug')
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
 'initcpio-hook-udev'
@@ -48,7 +48,7 @@
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1' 'MIT')
   depends=('acl' 'bash' 'dbus' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
-   'libsystemd' 'pam' 'libseccomp' 'libutil-linux' 'xz')
+   'libsystemd' 'pam' 'libseccomp' 'util-linux' 'xz')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')



[arch-commits] Commit in readline/repos (testing-x86_64)

2014-04-03 Thread Thomas Bächler
Date: Thursday, April 3, 2014 @ 22:06:57
  Author: thomas
Revision: 209773

db-remove: readline removed by thomas

Deleted:
  readline/repos/testing-x86_64/



[arch-commits] Commit in bash/repos (testing-x86_64)

2014-04-03 Thread Thomas Bächler
Date: Thursday, April 3, 2014 @ 22:06:53
  Author: thomas
Revision: 209772

db-remove: bash removed by thomas

Deleted:
  bash/repos/testing-x86_64/



[arch-commits] Commit in readline/repos (testing-i686)

2014-04-03 Thread Thomas Bächler
Date: Thursday, April 3, 2014 @ 22:06:46
  Author: thomas
Revision: 209770

db-remove: readline removed by thomas

Deleted:
  readline/repos/testing-i686/



[arch-commits] Commit in bash/repos (testing-i686)

2014-04-03 Thread Thomas Bächler
Date: Thursday, April 3, 2014 @ 22:06:49
  Author: thomas
Revision: 209771

db-remove: bash removed by thomas

Deleted:
  bash/repos/testing-i686/



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

2014-04-03 Thread Daniel Micay
Date: Thursday, April 3, 2014 @ 22:26:39
  Author: thestinger
Revision: 108785

upgpkg: rust 0.10-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 17:58:29 UTC (rev 108784)
+++ PKGBUILD2014-04-03 20:26:39 UTC (rev 108785)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=rust
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+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 chrpath)
+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=('c0911c3545b797a1ca16f3d76bf5ed234754b828efd1e22c182c7300ac7dd5d1'
+sha256sums=('c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9'
 'SKIP')
 install=rust.install
 options=(staticlibs)
@@ -19,7 +19,7 @@
 build() {
   cd rust-$pkgver
 
-  ./configure --prefix=/usr --disable-docs
+  ./configure --prefix=/usr --disable-docs --disable-rpath 
--disable-verify-install
 
   # avoid python makedepend (force fallback to python2)
   sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
@@ -57,9 +57,7 @@
 
   cd "$pkgdir/usr"
 
-  # https://github.com/mozilla/rust/issues/5219
-  chrpath -d bin/* lib/*.so lib/rustlib/*/lib/*.so
-
   cd lib
+  rm rustlib/manifest
   ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* .
 }



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

2014-04-03 Thread Daniel Micay
Date: Thursday, April 3, 2014 @ 22:27:41
  Author: thestinger
Revision: 108786

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

Added:
  rust/repos/community-i686/PKGBUILD
(from rev 108785, rust/trunk/PKGBUILD)
  rust/repos/community-i686/rust.install
(from rev 108785, rust/trunk/rust.install)
  rust/repos/community-x86_64/PKGBUILD
(from rev 108785, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/rust.install
(from rev 108785, 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 |  126 
 /rust.install |   22 ++
 community-i686/PKGBUILD   |   65 
 community-i686/rust.install   |   11 ---
 community-x86_64/PKGBUILD |   65 
 community-x86_64/rust.install |   11 ---
 6 files changed, 148 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 20:26:39 UTC (rev 108785)
+++ community-i686/PKGBUILD 2014-04-03 20:27:41 UTC (rev 108786)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=rust
-pkgver=0.9
-pkgrel=2
-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 chrpath)
-source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";
-"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";)
-sha256sums=('c0911c3545b797a1ca16f3d76bf5ed234754b828efd1e22c182c7300ac7dd5d1'
-'SKIP')
-install=rust.install
-options=(staticlibs)
-
-build() {
-  cd rust-$pkgver
-
-  ./configure --prefix=/usr --disable-docs
-
-  # 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"
-
-  # https://github.com/mozilla/rust/issues/5219
-  chrpath -d bin/* lib/*.so lib/rustlib/*/lib/*.so
-
-  cd lib
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* .
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 108785, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 20:27:41 UTC (rev 108786)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=rust
+pkgver=0.10
+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=('c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+
+build() {
+  cd rust-$pkgver
+
+  ./configure --prefix=/usr --disable-docs --disable-rpath 
--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.xm

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

2014-04-03 Thread Alexander Rødseth
Date: Thursday, April 3, 2014 @ 22:34:22
  Author: arodseth
Revision: 108787

Minor changes

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 20:27:41 UTC (rev 108786)
+++ PKGBUILD2014-04-03 20:34:22 UTC (rev 108787)
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#commit=0684a320da")
+source=("git://github.com/JuliaLang/julia.git#commit=cb1d140f62")
 sha256sums=('SKIP')
 
 build() {
@@ -72,7 +72,10 @@
 install
 
 # Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
+rm -rv "$pkgdir/usr/share/julia/doc/man"
+
+# Remove this file in order for Julia to start
+#rm -v "$pkgdir/usr/lib/julia/sys.so"
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-04-03 Thread Alexander Rødseth
Date: Thursday, April 3, 2014 @ 22:57:43
  Author: arodseth
Revision: 108788

Found a workaround

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 20:34:22 UTC (rev 108787)
+++ PKGBUILD2014-04-03 20:57:43 UTC (rev 108788)
@@ -75,7 +75,7 @@
 rm -rv "$pkgdir/usr/share/julia/doc/man"
 
 # Remove this file in order for Julia to start
-#rm -v "$pkgdir/usr/lib/julia/sys.so"
+rm -v "$pkgdir/usr/lib/julia/sys.so"
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-04-03 Thread Alexander Rødseth
Date: Thursday, April 3, 2014 @ 23:29:31
  Author: arodseth
Revision: 108789

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

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

---+
 /PKGBUILD |  162 
 community-i686/PKGBUILD   |   80 -
 community-x86_64/PKGBUILD |   80 -
 3 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-03 20:57:43 UTC (rev 108788)
+++ community-i686/PKGBUILD 2014-04-03 21:29:31 UTC (rev 108789)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-
-pkgname=julia
-pkgver=0.3.0_prerelease
-pkgrel=1
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib' 'llvm') # 'suitesparse'  'utf8proc' (AUR) 'intel-mkl' (AUR)
-makedepends=('gcc-fortran')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-provides=('julia')
-conflicts=('julia')
-options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#commit=0684a320da")
-sha256sums=('SKIP')
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=1 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=1 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 108788, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-03 21:29:31 UTC (rev 108789)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+
+pkgname=julia
+pkgver=0.3.0_prerelease
+pkgrel=2
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib' 'llvm') # 'suitesparse'  'utf8proc' (AUR) 'intel-mkl' (AUR)
+makedepends=('gcc-fortran')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=("git://github.com/JuliaLang/julia.git#commit=cb1d140f62")
+sha256sums=('SKIP')
+
+build() {
+  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
+USE_SYSTEM_LLVM=1 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=1 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=0 \
+USE_SYSTEM_ZLIB=1 \
+USE_SYSTEM_GRISU=0 \
+USE_SYSTEM_RMATH=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=0
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" \
+prefix=/usr sysconfdir=/etc  \
+USE_SYSTEM_LLVM=1 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSP

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

2014-04-03 Thread Thomas Bächler
Date: Friday, April 4, 2014 @ 00:58:09
  Author: thomas
Revision: 209775

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

Added:
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209774, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 209774, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 209774, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux/repos/testing-i686/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
(from rev 209774, 
linux/trunk/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch)
  linux/repos/testing-i686/0005-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 209774, 
linux/trunk/0005-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/testing-i686/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 209774, 
linux/trunk/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 209774, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 209774, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 209774, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 209774, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 209774, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 209774, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 209774, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 209774, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 209774, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux/repos/testing-x86_64/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
(from rev 209774, 
linux/trunk/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch)
  linux/repos/testing-x86_64/0005-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 209774, 
linux/trunk/0005-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/testing-x86_64/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 209774, 
linux/trunk/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 209774, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 209774, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 209774, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 209774, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 209774, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 209774, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  
linux/repos/testing-i686/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  
linux/repos/testing-x86_64/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

+
 /0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|  148 
 /0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|  186 
 /0003-module-remove-MODULE_GENERIC_TABLE.patch 
|  150 
 /0004-Revert-syscalls.h-use-gcc

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

2014-04-03 Thread Thomas Bächler
Date: Friday, April 4, 2014 @ 00:57:31
  Author: thomas
Revision: 209774

upgpkg: linux 3.14-3

* Fix FSID of rootfs being 0

  For st_dev in struct stat, the value 0 is
  an error. Make sure rootfs has value 1.

  This fixes the coreutils cp -ax issue (although that
  code has already been improved in coreutils, too) and
  somewhat fixes the switch_root problem in util-linux.
  It is still possible that rootfs gets an FSID >1 in
  future versions, so util-linux still needs to be fixed.

  This is unrelated to the mount id issue in
  /proc/*/mountinfo - the mount id may still be
  zero.

* Revert a patch that always enables autosuspend on intel bluetoothh

  xhci still sucks and breaks this. I am reverting this
  commit for reasons that are in no way selfish.

Added:
  linux/trunk/0005-fs-Don-t-return-0-from-get_anon_bdev.patch
  linux/trunk/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
Modified:
  linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux/trunk/0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
  linux/trunk/PKGBUILD

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |2 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |2 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |2 
 0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch |2 
 0005-fs-Don-t-return-0-from-get_anon_bdev.patch |   44 
++
 0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch |   33 +++
 PKGBUILD|   23 -
 7 files changed, 99 insertions(+), 9 deletions(-)

Modified: 0001-Bluetooth-allocate-static-minor-for-vhci.patch
===
--- 0001-Bluetooth-allocate-static-minor-for-vhci.patch 2014-04-03 20:06:57 UTC 
(rev 209773)
+++ 0001-Bluetooth-allocate-static-minor-for-vhci.patch 2014-04-03 22:57:31 UTC 
(rev 209774)
@@ -1,7 +1,7 @@
 From 5d77ba2d26110c678b40fd723866a17d4036de12 Mon Sep 17 00:00:00 2001
 From: Lucas De Marchi 
 Date: Tue, 18 Feb 2014 02:19:26 -0300
-Subject: [PATCH 1/4] Bluetooth: allocate static minor for vhci
+Subject: [PATCH 1/6] Bluetooth: allocate static minor for vhci
 
 Commit bfacbb9 (Bluetooth: Use devname:vhci module alias for virtual HCI
 driver) added the module alias to hci_vhci module so it's possible to

Modified: 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
===
--- 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
2014-04-03 20:06:57 UTC (rev 209773)
+++ 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
2014-04-03 22:57:31 UTC (rev 209774)
@@ -1,7 +1,7 @@
 From 9bc5b710f5957763d6944f38143b627d127c15ff Mon Sep 17 00:00:00 2001
 From: Tom Gundersen 
 Date: Mon, 3 Feb 2014 11:14:13 +1030
-Subject: [PATCH 2/4] module: allow multiple calls to MODULE_DEVICE_TABLE() per
+Subject: [PATCH 2/6] module: allow multiple calls to MODULE_DEVICE_TABLE() per
  module
 
 Commit 78551277e4df5: "Input: i8042 - add PNP modaliases" had a bug, where the

Modified: 0003-module-remove-MODULE_GENERIC_TABLE.patch
===
--- 0003-module-remove-MODULE_GENERIC_TABLE.patch   2014-04-03 20:06:57 UTC 
(rev 209773)
+++ 0003-module-remove-MODULE_GENERIC_TABLE.patch   2014-04-03 22:57:31 UTC 
(rev 209774)
@@ -1,7 +1,7 @@
 From 06d2e746733a83469944481cb7f4fb1c7134a8ce Mon Sep 17 00:00:00 2001
 From: Rusty Russell 
 Date: Mon, 3 Feb 2014 11:15:13 +1030
-Subject: [PATCH 3/4] module: remove MODULE_GENERIC_TABLE
+Subject: [PATCH 3/6] module: remove MODULE_GENERIC_TABLE
 
 MODULE_DEVICE_TABLE() calles MODULE_GENERIC_TABLE(); make it do the
 work directly.  This also removes a wart introduced in the last patch,

Modified: 0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch
===
--- 0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch 
2014-04-03 20:06:57 UTC (rev 209773)
+++ 0004-Revert-syscalls.h-use-gcc-alias-instead-of-assembler.patch 
2014-04-03 22:57:31 UTC (rev 209774)
@@ -1,7 +1,7 @@
 From 268984331a319f47179d6f0b62aa0e312fe4497d Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= 
 Date: Tue, 1 Apr 2014 01:15:34 +0200
-Subject: [PATCH 4/4] Revert "syscalls.h: use gcc alias instead of assembler
+Subject: [PATCH 4/6] Revert "syscalls.h: use gcc alias instead of assembler
  aliases for syscalls"
 
 This reverts commit 83460ec8dcac14142e7860a01fa59c267ac4657c.

Added: 0005-fs-Don-t-return-0-from-get_anon_bdev.patch

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 04:30:37
  Author: fyan
Revision: 108790

upgpkg: python-pymongo 2.7-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 21:29:31 UTC (rev 108789)
+++ PKGBUILD2014-04-04 02:30:37 UTC (rev 108790)
@@ -6,8 +6,8 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.6.3
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
 license=('APACHE')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2')
+sha256sums=('83208ca76de86bd47c253cfbfc4aedae3439fc57f6a9f8fdfa15a00bd601')
 
 build() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 04:32:21
  Author: fyan
Revision: 108791

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-04 02:30:37 UTC (rev 108790)
+++ community-i686/PKGBUILD 2014-04-04 02:32:21 UTC (rev 108791)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.6.3
-pkgrel=3
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2')
-
-build() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 108790, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-04 02:32:21 UTC (rev 108791)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.7
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
+sha256sums=('83208ca76de86bd47c253cfbfc4aedae3439fc57f6a9f8fdfa15a00bd601')
+
+build() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+
+  cd "pymongo2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd "pymongo-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-04 02:30:37 UTC (rev 108790)
+++ community-x86_64/PKGBUILD   2014-04-04 02:32:21 UTC (rev 108791)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.6.3
-pkgrel=3
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2')
-
-build() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-x86_64/PKGBUILD (from rev 108790, 
python-pymongo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-04 02:32:21 UTC (rev 108791)
@@ -0,0 +1,38 @@
+# $Id$
+# 

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 04:39:09
  Author: fyan
Revision: 108792

upgpkg: cgminer 4.2.3-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 02:32:21 UTC (rev 108791)
+++ PKGBUILD2014-04-04 02:39:09 UTC (rev 108792)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=4.2.2
+pkgver=4.2.3
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 04:40:59
  Author: fyan
Revision: 108793

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 108792, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 108792, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 108792, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 108792, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 108792, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 108792, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  196 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   98 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-04 02:39:09 UTC (rev 108792)
+++ community-i686/PKGBUILD 2014-04-04 02:40:59 UTC (rev 108793)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=4.2.2
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS="compat/jansson-2\.5/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 
's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-ants1 \
---enable-avalon \
---enable-avalon2 \
---enable-bab \
---enable-bflsc \
---enable-bitforce \
---enable-bitfury \
---enable-bitmine_A1 \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-icarus \
---enable-klondike \
---enable-minion \
---enable-modminer \
---with-system-libusb
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
- 

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 06:27:59
  Author: fyan
Revision: 209776

upgpkg: python-lxml 3.3.4-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-03 22:58:09 UTC (rev 209775)
+++ PKGBUILD2014-04-04 04:27:59 UTC (rev 209776)
@@ -1,15 +1,17 @@
 # $Id$
-# Maintainer: Angel Velasquez  
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url="http://lxml.de/";
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
+md5sums=('79e7b190563bf280c50ec20087f40dfa'
  'SKIP')
 
 check() {



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 06:29:43
  Author: fyan
Revision: 209777

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 209776, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 209776, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  142 
 extra-i686/PKGBUILD   |   69 ---
 extra-x86_64/PKGBUILD |   69 ---
 3 files changed, 142 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-04 04:27:59 UTC (rev 209776)
+++ extra-i686/PKGBUILD 2014-04-04 04:29:43 UTC (rev 209777)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.3
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url="http://lxml.de/";
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
- 'SKIP')
-
-check() {
-  cd lxml-$pkgver
-  # Workaround encoding issue
-  LANG=en_US.UTF-8 make PYTHON=python2 test
-  LANG=en_US.UTF-8 make PYTHON=python test
-}
-
-package_python2-lxml() {
-  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d "${pkgdir}"/usr/share/doc/${pkgbase}
-  cp -r doc/html "${pkgdir}"/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 209776, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-04 04:29:43 UTC (rev 209777)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url="http://lxml.de/";
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('79e7b190563bf280c50ec20087f40dfa'
+ 'SKIP')
+
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+"${pkgdir}"/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+"${pkgdir}"/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 07:23:05
  Author: fyan
Revision: 209779

upgpkg: python-zope-interface 4.1.1-1

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 05:19:00 UTC (rev 209778)
+++ PKGBUILD2014-04-04 05:23:05 UTC (rev 209779)
@@ -5,14 +5,14 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
 license=('ZPL')
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/zope.interface";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
-md5sums=('ac63de1784ea0327db876c908af07a94')
+md5sums=('edcd5f719c5eb2e18894c4d06e29b6c6')
 
 prepare() {
   cp -a zope.interface-${pkgver}{,-python2}
@@ -37,8 +37,9 @@
 }
 
 package_python-zope-interface() {
-  pkgdesc=('Zope Interfaces for Python3')
+  pkgdesc=('Zope Interfaces for Python 3.x')
   depends=('python')
+ 
   cd "${srcdir}/zope.interface-${pkgver}"
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.4/site-packages/zope/"
@@ -45,10 +46,11 @@
 }
 
 package_python2-zope-interface(){
-  pkgdesc=('Zope Interfaces for Python2')
+  pkgdesc=('Zope Interfaces for Python 2.x')
   depends=('python2')
   replaces=('zope-interface')
   provides=('zope-interface')
+
   cd "${srcdir}/zope.interface-${pkgver}-python2"
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/"



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 07:24:27
  Author: fyan
Revision: 209780

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

Added:
  python-zope-interface/repos/extra-i686/PKGBUILD
(from rev 209779, python-zope-interface/trunk/PKGBUILD)
  python-zope-interface/repos/extra-x86_64/PKGBUILD
(from rev 209779, python-zope-interface/trunk/PKGBUILD)
Deleted:
  python-zope-interface/repos/extra-i686/PKGBUILD
  python-zope-interface/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-04 05:23:05 UTC (rev 209779)
+++ extra-i686/PKGBUILD 2014-04-04 05:24:27 UTC (rev 209780)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-zope-interface
-pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.1.0
-pkgrel=2
-license=('ZPL')
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/zope.interface";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
-md5sums=('ac63de1784ea0327db876c908af07a94')
-
-prepare() {
-  cp -a zope.interface-${pkgver}{,-python2}
-}
-
-build() {
-  #build python3 module
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py build
-
-  #build python2 module
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py test
-}
-
-package_python-zope-interface() {
-  pkgdesc=('Zope Interfaces for Python3')
-  depends=('python')
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.4/site-packages/zope/"
-}
-
-package_python2-zope-interface(){
-  pkgdesc=('Zope Interfaces for Python2')
-  depends=('python2')
-  replaces=('zope-interface')
-  provides=('zope-interface')
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/"
-}

Copied: python-zope-interface/repos/extra-i686/PKGBUILD (from rev 209779, 
python-zope-interface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-04 05:24:27 UTC (rev 209780)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.1.1
+pkgrel=1
+license=('ZPL')
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/zope.interface";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
+md5sums=('edcd5f719c5eb2e18894c4d06e29b6c6')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-python2}
+}
+
+build() {
+  #build python3 module
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py build
+
+  #build python2 module
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc=('Zope Interfaces for Python 3.x')
+  depends=('python')
+ 
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.4/site-packages/zope/"
+}
+
+package_python2-zope-interface(){
+  pkgdesc=('Zope Interfaces for Python 2.x')
+  depends=('python2')
+  replaces=('zope-interface')
+  provides=('zope-interface')
+
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-04 05:23:05 UTC (rev 209779)
+++ extra-x86_64/PKGBUILD   2014-04-04 05:24:27 UTC (rev 209780)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-zope-interface
-pkgname=('python-zope-interface' 'python2-zope-interface')

[arch-commits] Commit in python-numpy/trunk (PKGBUILD numpy-insecure-mktemp-use.patch)

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:03:09
  Author: fyan
Revision: 209781

upgpkg: python-numpy 1.8.1-1

Modified:
  python-numpy/trunk/PKGBUILD
Deleted:
  python-numpy/trunk/numpy-insecure-mktemp-use.patch

-+
 PKGBUILD|   14 --
 numpy-insecure-mktemp-use.patch |  263 --
 2 files changed, 4 insertions(+), 273 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 05:24:27 UTC (rev 209780)
+++ PKGBUILD2014-04-04 06:03:09 UTC (rev 209781)
@@ -5,8 +5,8 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,16 +13,10 @@
 url="http://www.numpy.org/";
 makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
 options=('staticlibs')
-source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz
-numpy-insecure-mktemp-use.patch)
-md5sums=('2a4b0423a758706d592abb6721ec8dcd'
- '2caf84740b54dcb5fa1d47e72201f294')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('be95babe263bfa3428363d6db5b64678')
 
 prepare() {
-  cd numpy-$pkgver
-  patch -Np1 -i ../numpy-insecure-mktemp-use.patch
-  cd ..
-
   cp -a numpy-$pkgver numpy-py2-$pkgver
   cd numpy-py2-$pkgver
 

Deleted: numpy-insecure-mktemp-use.patch
===
--- numpy-insecure-mktemp-use.patch 2014-04-04 05:24:27 UTC (rev 209780)
+++ numpy-insecure-mktemp-use.patch 2014-04-04 06:03:09 UTC (rev 209781)
@@ -1,263 +0,0 @@
 a/numpy/lib/tests/test_io.py   2013-10-30 19:32:51.0 +0100
-+++ b/numpy/lib/tests/test_io.py   2014-02-10 08:30:12.903607138 +0100
-@@ -4,7 +4,9 @@
- import gzip
- import os
- import threading
--from tempfile import mkstemp, mktemp, NamedTemporaryFile
-+import shutil
-+import contextlib
-+from tempfile import mkstemp, mkdtemp, NamedTemporaryFile
- import time
- import warnings
- import gc
-@@ -21,6 +23,12 @@
- assert_raises, run_module_suite)
- from numpy.testing import assert_warns, assert_, build_err_msg
- 
-+@contextlib.contextmanager
-+def tempdir(change_dir=False):
-+tmpdir = mkdtemp()
-+yield tmpdir
-+shutil.rmtree(tmpdir)
-+
- 
- class TextIO(BytesIO):
- """Helper IO class.
-@@ -145,14 +153,14 @@
- @np.testing.dec.slow
- def test_big_arrays(self):
- L = (1 << 31) + 10
--tmp = mktemp(suffix='.npz')
- a = np.empty(L, dtype=np.uint8)
--np.savez(tmp, a=a)
--del a
--npfile = np.load(tmp)
--a = npfile['a']
--npfile.close()
--os.remove(tmp)
-+with tempdir() as tmpdir:
-+tmp = open(os.path.join(tmpdir, "file.npz"), "w")
-+np.savez(tmp, a=a)
-+del a
-+npfile = np.load(tmp)
-+a = npfile['a']
-+npfile.close()
- 
- def test_multiple_arrays(self):
- a = np.array([[1, 2], [3, 4]], float)
-commit 0bb46c1448b0d3f5453d5182a17ea7ac5854ee15
-Author: Julian Taylor 
-Date:   Wed Feb 5 23:01:47 2014 +0100
-
-ENH: remove insecure mktemp use
-
-mktemp only returns a filename, a malicous user could replace it before
-it gets used.
-
-diff --git a/numpy/core/tests/test_memmap.py b/numpy/core/tests/test_memmap.py
-index 6de6319..10e7a08 100644
 a/numpy/core/tests/test_memmap.py
-+++ b/numpy/core/tests/test_memmap.py
-@@ -1,7 +1,7 @@
- from __future__ import division, absolute_import, print_function
- 
- import sys
--from tempfile import NamedTemporaryFile, TemporaryFile, mktemp
-+from tempfile import NamedTemporaryFile, TemporaryFile
- import os
- 
- from numpy import memmap
-@@ -33,12 +33,11 @@ class TestMemmap(TestCase):
- assert_array_equal(self.data, newfp)
- 
- def test_open_with_filename(self):
--tmpname = mktemp('', 'mmap')
--fp = memmap(tmpname, dtype=self.dtype, mode='w+',
--   shape=self.shape)
--fp[:] = self.data[:]
--del fp
--os.unlink(tmpname)
-+with NamedTemporaryFile() as tmp:
-+fp = memmap(tmp.name, dtype=self.dtype, mode='w+',
-+shape=self.shape)
-+fp[:] = self.data[:]
-+del fp
- 
- def test_unnamed_file(self):
- with TemporaryFile() as f:
-@@ -55,17 +54,16 @@ class TestMemmap(TestCase):
- del fp
- 
- def test_filename(self):
--tmpname = mktemp('', 'mmap')
--fp = memmap(tmpname, dtype=self.dtype, mode='w+',
--   shape=self.shape)
--abspath = os.path.abspath(tmpname)
--fp[:] = self.data[:]
--self.assertEqual(abspath, fp.filename)
--b = fp[:1]
--self.assertEqual(abspath, b.filename)

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:05:32
  Author: fyan
Revision: 209782

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

Added:
  python-numpy/repos/extra-i686/PKGBUILD
(from rev 209781, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/extra-x86_64/PKGBUILD
(from rev 209781, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/extra-i686/PKGBUILD
  python-numpy/repos/extra-i686/numpy-insecure-mktemp-use.patch
  python-numpy/repos/extra-x86_64/PKGBUILD
  python-numpy/repos/extra-x86_64/numpy-insecure-mktemp-use.patch

--+
 /PKGBUILD|  164 +++
 extra-i686/PKGBUILD  |   88 
 extra-i686/numpy-insecure-mktemp-use.patch   |  263 -
 extra-x86_64/PKGBUILD|   88 
 extra-x86_64/numpy-insecure-mktemp-use.patch |  263 -
 5 files changed, 164 insertions(+), 702 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-04 06:03:09 UTC (rev 209781)
+++ extra-i686/PKGBUILD 2014-04-04 06:05:32 UTC (rev 209782)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgbase=python-numpy
-pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Scientific tools for Python"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.numpy.org/";
-makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
-options=('staticlibs')
-source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz
-numpy-insecure-mktemp-use.patch)
-md5sums=('2a4b0423a758706d592abb6721ec8dcd'
- '2caf84740b54dcb5fa1d47e72201f294')
-
-prepare() {
-  cd numpy-$pkgver
-  patch -Np1 -i ../numpy-insecure-mktemp-use.patch
-  cd ..
-
-  cp -a numpy-$pkgver numpy-py2-$pkgver
-  cd numpy-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  echo "Building Python2"
-  cd numpy-py2-$pkgver
-  python2 setup.py config_fc --fcompiler=gnu95 build
-
-  echo "Building Python3"
-  cd ../numpy-$pkgver
-  python setup.py config_fc --fcompiler=gnu95 build
-}
-
-package_python2-numpy() {
-  depends=('lapack' 'python2')
-  optdepends=('python2-nose: testsuite')
-
-  _pyver=2.7
-
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  cd numpy-py2-$pkgver
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
-
-  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
-}
-
-package_python-numpy() {
-  depends=('lapack' 'python')
-  optdepends=('python-nose: testsuite')
-  provides=("python3-numpy=${pkgver}")
-  replaces=('python3-numpy')
-  conflicts=('python3-numpy')
-
-  _pyver=3.4
-  _pyinc=3.4m
-
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  cd numpy-$pkgver
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
-
-  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
-}

Copied: python-numpy/repos/extra-i686/PKGBUILD (from rev 209781, 
python-numpy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-04 06:05:32 UTC (rev 209782)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/";
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('be95babe263bfa3428363d6db5b64678')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python

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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:19:57
  Author: fyan
Revision: 209783

upgpkg: libtorrent-rasterbar 1:0.16.16-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 06:05:32 UTC (rev 209782)
+++ PKGBUILD2014-04-04 06:19:57 UTC (rev 209783)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.15
+pkgver=0.16.16
 pkgrel=1
 epoch=1
 pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
+sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:21:48
  Author: fyan
Revision: 209784

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 209783, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 209783, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-04 06:19:57 UTC (rev 209783)
+++ extra-i686/PKGBUILD 2014-04-04 06:21:48 UTC (rev 209784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.15
-pkgrel=1
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 209783, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-04 06:21:48 UTC (rev 209784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.16
+pkgrel=1
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-04 06:19:57 UTC (rev 209783)
+++ extra-x86_64/PKGBUILD   2014-04-04 06:21:48 UTC (rev 209784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.15
-pkgrel=1
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 209783, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-04 06:21:48 UTC (rev 209784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.16
+pkgrel=1
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent

[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:41:06
  Author: fyan
Revision: 209786

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 209785, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-04 06:40:11 UTC (rev 209785)
+++ PKGBUILD2014-04-04 06:41:06 UTC (rev 209786)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.44
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/";
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('be772ec57321b92e62d962def26ce2aa'
- 'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 209785, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-04 06:41:06 UTC (rev 209786)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.52
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/";
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('0f3f6ce16b3cf4b92538b8255e0dfa92'
+ 'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+



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

2014-04-03 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:40:11
  Author: fyan
Revision: 209785

upgpkg: iso-codes 3.52-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 06:21:48 UTC (rev 209784)
+++ PKGBUILD2014-04-04 06:40:11 UTC (rev 209785)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.44
+pkgver=3.52
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://pkg-isocodes.alioth.debian.org/";
 license=('LGPL')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('be772ec57321b92e62d962def26ce2aa'
+md5sums=('0f3f6ce16b3cf4b92538b8255e0dfa92'
  'SKIP')
 
 build() {