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

2014-10-10 Thread Daniel Micay
Date: Friday, October 10, 2014 @ 08:10:57
  Author: thestinger
Revision: 120465

upgpkg: rust 0.12.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 02:24:20 UTC (rev 120464)
+++ PKGBUILD2014-10-10 06:10:57 UTC (rev 120465)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=rust
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A safe, concurrent, practical language'
@@ -11,7 +11,7 @@
 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=('d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba'
+sha256sums=('883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7'
 'SKIP')
 install=rust.install
 options=(staticlibs)
@@ -19,7 +19,7 @@
 build() {
   cd rust-$pkgver
 
-  ./configure --prefix=/usr --disable-docs --disable-rpath 
--disable-verify-install
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
 
   # avoid python makedepend (force fallback to python2)
   sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules


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

2014-10-10 Thread Daniel Micay
Date: Friday, October 10, 2014 @ 08:11:29
  Author: thestinger
Revision: 120466

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 06:10:57 UTC (rev 120465)
+++ community-i686/PKGBUILD 2014-10-10 06:11:29 UTC (rev 120466)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=rust
-pkgver=0.11.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A safe, concurrent, practical language'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-depends=(gcc shared-mime-info)
-makedepends=(libffi perl python2 curl)
-source=(http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz;
-http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc;)
-sha256sums=('d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba'
-'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.xml 
$pkgdir/usr/share/apps/katepart/syntax/rust.xml
-  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
-$pkgdir/usr/share/mime/packages/rust.xml
-  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
-$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang
-
-  install -m644 LICENSE-APACHE $pkgdir/usr/share/licenses/$pkgname
-  install -m644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname
-
-  cd src/etc/emacs
-  install -Dm644 rust-mode.el $pkgdir/usr/share/emacs/site-lisp/rust-mode.el
-
-  cd $pkgdir/usr
-
-  cd lib
-  rm rustlib/manifest
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/* .
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 120465, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 06:11:29 UTC (rev 120466)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=rust
+pkgver=0.12.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+depends=(gcc shared-mime-info)
+makedepends=(libffi perl python2 curl)
+source=(http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz;
+http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc;)
+sha256sums=('883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+
+build() {
+  cd rust-$pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+#check() {
+  #cd rust-$pkgver
+  #make check
+#}
+
+package() {
+  cd rust-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/vim $pkgdir/usr/share/licenses/$pkgname
+
+  cp -a src/etc/vim $pkgdir/usr/share/vim/vimfiles
+  find $pkgdir/usr/share/vim -type f -exec chmod 644 {} +
+  find $pkgdir/usr/share/vim -type d -exec chmod 755 {} +
+
+  install -Dm644 src/etc/zsh/_rust $pkgdir/usr/share/zsh/site-functions/_rust
+  install -Dm644 src/etc/kate/rust.xml 

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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 09:08:30
  Author: fyan
Revision: 120467

upgpkg: nodejs 0.10.32-8

update npm to 2.1.4

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 06:11:29 UTC (rev 120466)
+++ PKGBUILD2014-10-10 07:08:30 UTC (rev 120467)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.32
-_npmver=2.1.3
-pkgrel=7
+_npmver=2.1.4
+pkgrel=8
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 09:09:08
  Author: fyan
Revision: 120468

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 07:08:30 UTC (rev 120467)
+++ community-i686/PKGBUILD 2014-10-10 07:09:08 UTC (rev 120468)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.32
-_npmver=2.1.3
-pkgrel=7
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 120467, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 07:09:08 UTC (rev 120468)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.32
+_npmver=2.1.4
+pkgrel=8
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 

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

2014-10-10 Thread Andrea Scarpino
Date: Friday, October 10, 2014 @ 09:34:20
  Author: andrea
Revision: 224161

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-10 07:34:11 UTC (rev 224160)
+++ extra-i686/PKGBUILD 2014-10-10 07:34:20 UTC (rev 224161)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdoctools
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDocTools'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdoctools'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-options=('staticlibs')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('905660afc7ef3526fe91a97db4e9d876')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdoctools/repos/extra-i686/PKGBUILD (from rev 224160, 
kdoctools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-10 07:34:20 UTC (rev 224161)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdoctools
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDocTools'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python')
+groups=('kf5')
+options=('staticlibs')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('905660afc7ef3526fe91a97db4e9d876')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-10 07:34:11 UTC (rev 224160)
+++ extra-x86_64/PKGBUILD   2014-10-10 07:34:20 UTC (rev 224161)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdoctools
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KDocTools'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdoctools'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-options=('staticlibs')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('905660afc7ef3526fe91a97db4e9d876')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdoctools/repos/extra-x86_64/PKGBUILD (from rev 224160, 
kdoctools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-10 07:34:20 UTC (rev 224161)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdoctools
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KDocTools'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python')
+groups=('kf5')
+options=('staticlibs')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('905660afc7ef3526fe91a97db4e9d876')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-10 Thread Andrea Scarpino
Date: Friday, October 10, 2014 @ 09:34:11
  Author: andrea
Revision: 224160

upgpkg: kdoctools 5.3.0-2

Add missing translations (FS#42317)

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:03:14 UTC (rev 224159)
+++ PKGBUILD2014-10-10 07:34:11 UTC (rev 224160)
@@ -3,13 +3,13 @@
 
 pkgname=kdoctools
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDocTools'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdoctools'
 license=('LGPL')
 depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'ki18n' 'python')
 groups=('kf5')
 options=('staticlibs')
 
source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)


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

2014-10-10 Thread Andrea Scarpino
Date: Friday, October 10, 2014 @ 09:34:57
  Author: andrea
Revision: 224163

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

Added:
  polkit-kde/repos/extra-i686/PKGBUILD
(from rev 224162, polkit-kde/trunk/PKGBUILD)
  polkit-kde/repos/extra-x86_64/PKGBUILD
(from rev 224162, polkit-kde/trunk/PKGBUILD)
Deleted:
  polkit-kde/repos/extra-i686/PKGBUILD
  polkit-kde/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-10 07:34:49 UTC (rev 224162)
+++ extra-i686/PKGBUILD 2014-10-10 07:34:57 UTC (rev 224163)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-kde
-pkgver=0.99.0
-pkgrel=4
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
-license=('GPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
-md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-agent-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-kde/repos/extra-i686/PKGBUILD (from rev 224162, 
polkit-kde/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-10 07:34:57 UTC (rev 224163)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=5
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-10 07:34:49 UTC (rev 224162)
+++ extra-x86_64/PKGBUILD   2014-10-10 07:34:57 UTC (rev 224163)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-kde
-pkgver=0.99.0
-pkgrel=4
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
-license=('GPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
-md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-agent-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-kde/repos/extra-x86_64/PKGBUILD (from rev 224162, 
polkit-kde/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-10 07:34:57 UTC (rev 224163)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=5
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-10 Thread Andrea Scarpino
Date: Friday, October 10, 2014 @ 09:34:49
  Author: andrea
Revision: 224162

upgpkg: polkit-kde 0.99.0-5

Rebuilt to fix (FS#42309)

Modified:
  polkit-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 07:34:20 UTC (rev 224161)
+++ PKGBUILD2014-10-10 07:34:49 UTC (rev 224162)
@@ -4,7 +4,7 @@
 
 pkgname=polkit-kde
 pkgver=0.99.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'


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

2014-10-10 Thread Jan de Groot
Date: Friday, October 10, 2014 @ 10:12:12
  Author: jgc
Revision: 224164

Fetch test data from git instead of cgit, add python2 to makedepends

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 07:34:57 UTC (rev 224163)
+++ PKGBUILD2014-10-10 08:12:12 UTC (rev 224164)
@@ -7,19 +7,14 @@
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
 options=('!emptydirs')
 url=http://poppler.freedesktop.org/;
-_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
-
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+git://anongit.freedesktop.org/poppler/test)
 md5sums=('786c943eee550e3a977c181e7778b1c8'
- '9dc64c254a31e570507bdd4ad4ba629a')
+ 'SKIP')
 
-prepare() {
-  ln -sf test-${_testtag} test
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2014-10-10 Thread Daniel Micay
Date: Friday, October 10, 2014 @ 10:20:36
  Author: thestinger
Revision: 120469

upgpkg: linux-grsec 3.16.5.201410092056-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 07:09:08 UTC (rev 120468)
+++ PKGBUILD2014-10-10 08:20:36 UTC (rev 120469)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.16
-_pkgver=3.16.4
+_pkgver=3.16.5
 _grsecver=3.0
-_timestamp=201410081932
+_timestamp=201410092056
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,8 +30,8 @@
 'compal-laptop-hwmon-fix.patch'
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
-'bfd65be726f596c0e46f472efa33c46c01be5d44ed93ef645c313a6823e6e6fb'
-'212fecd524893d4e0c2563bf7ffc4c78c85db67bf91c3a83706697dab6962160'
+'d15fe90f3eec9537b98486680ee967b32923b1113a92ebb16c3cd08bd46e7c53'
+'347ccf4e7ffc0ffc439bfa7540062deefe6ba417c19dba68c1e1df7ca83621d2'
 'SKIP'
 '410c32c0bdeef9a1de8d67eb40c0036bffbd9d2ec231fa1e32ee22eab6dbc5cd'
 'f58965eea16c4be8385dfac3bea0a816083760c3318eac6369c12a0b0c48325e'


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

2014-10-10 Thread Daniel Micay
Date: Friday, October 10, 2014 @ 10:21:35
  Author: thestinger
Revision: 120470

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 120469, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 120469, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.patch
(from rev 120469, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-i686/config
(from rev 120469, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 120469, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 120469, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 120469, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 120469, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 120469, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.patch
(from rev 120469, linux-grsec/trunk/compal-laptop-hwmon-fix.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 120469, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 120469, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 120469, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 120469, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/compal-laptop-hwmon-fix.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/compal-laptop-hwmon-fix.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  642 
 /change-default-console-loglevel.patch |   22 
 /compal-laptop-hwmon-fix.patch |   28 
 /config|14432 +++
 /config.x86_64 |13872 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  321 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/compal-laptop-hwmon-fix.patch   |   14 
 community-i686/config  | 7216 ---
 community-i686/config.x86_64   | 6936 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  321 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/compal-laptop-hwmon-fix.patch |   14 
 community-x86_64/config| 7216 ---
 community-x86_64/config.x86_64 | 6936 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 21 files changed, 29140 insertions(+), 29140 deletions(-)

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


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

2014-10-10 Thread Jan de Groot
Date: Friday, October 10, 2014 @ 10:29:56
  Author: jgc
Revision: 224165

Fix typo in pkgdesc

Modified:
  libgtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 08:12:12 UTC (rev 224164)
+++ PKGBUILD2014-10-10 08:29:56 UTC (rev 224165)
@@ -4,7 +4,7 @@
 pkgname=libgtop
 pkgver=2.30.0
 pkgrel=1
-pkgdesc=A library that read information about processes and the running 
system
+pkgdesc=A library that reads information about processes and the running 
system
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('glib2' 'libxau' 'texinfo')


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

2014-10-10 Thread speps
Date: Friday, October 10, 2014 @ 12:04:31
  Author: speps
Revision: 120472

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 10:04:15 UTC (rev 120471)
+++ community-i686/PKGBUILD 2014-10-10 10:04:31 UTC (rev 120472)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install=$pkgbase.install
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
-noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('a26ee55696f908e322fc037c046fbc72')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+= (Qt5)
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+= (Qt4)
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 120471, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 10:04:31 UTC (rev 120472)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install=$pkgbase.install
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=($pkgbase-$pkgver.tar.gz)
+md5sums=('5774f7f47772b5136bf8e47d7b1f2da2')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+= (Qt5)
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('kwallet: kf5 kwallet integration'
+  'libgnome-keyring: gnome keyring 

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

2014-10-10 Thread speps
Date: Friday, October 10, 2014 @ 12:04:15
  Author: speps
Revision: 120471

upgpkg: qupzilla 1.8.2-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 08:21:35 UTC (rev 120470)
+++ PKGBUILD2014-10-10 10:04:15 UTC (rev 120471)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc=Cross-platform QtWebKit browser
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=$pkgbase.install
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
 noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('a26ee55696f908e322fc037c046fbc72')
+md5sums=('5774f7f47772b5136bf8e47d7b1f2da2')
 
 prepare() {
   # extract


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

2014-10-10 Thread Evangelos Foutras
Date: Friday, October 10, 2014 @ 12:18:03
  Author: foutrelis
Revision: 224166

upgpkg: iproute2 3.17.0-1

New upstream release; using VCS sources as tarballs weren't available yet.

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 08:29:56 UTC (rev 224165)
+++ PKGBUILD2014-10-10 10:18:03 UTC (rev 224166)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.16.0
+pkgver=3.17.0
 pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
 depends=('glibc' 'iptables')
-makedepends=('linux-atm')
+makedepends=('linux-atm' 'git')
 optdepends=('linux-atm: ATM support')
 groups=('base')
 provides=('iproute')
@@ -19,15 +19,16 @@
 options=('staticlibs' '!makeflags')
 backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+#source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
 iproute2-fhs.patch
-   unwanted-link-help.patch)
-sha1sums=('25bb97f68d3f474e599bb97367670b31b3e96add'
+unwanted-link-help.patch)
+sha1sums=('SKIP'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c'
   '3b1335f4025f657f388fbf4e5a740871e3129c2a')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
 
   # set correct fhs structure
   patch -Np1 -i $srcdir/iproute2-fhs.patch
@@ -40,7 +41,7 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
 
   ./configure
   make
@@ -47,7 +48,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
 
   make DESTDIR=$pkgdir install
 


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

2014-10-10 Thread Evangelos Foutras
Date: Friday, October 10, 2014 @ 12:18:26
  Author: foutrelis
Revision: 224167

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

Added:
  iproute2/repos/testing-i686/PKGBUILD
(from rev 224166, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 224166, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 224166, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 224166, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 224166, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 224166, iproute2/trunk/unwanted-link-help.patch)
Deleted:
  iproute2/repos/testing-i686/PKGBUILD
  iproute2/repos/testing-i686/iproute2-fhs.patch
  iproute2/repos/testing-i686/unwanted-link-help.patch
  iproute2/repos/testing-x86_64/PKGBUILD
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/unwanted-link-help.patch

-+
 /PKGBUILD   |  124 
 /iproute2-fhs.patch |  150 ++
 /unwanted-link-help.patch   |   34 ++
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ---
 testing-i686/unwanted-link-help.patch   |   17 ---
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 ---
 testing-x86_64/unwanted-link-help.patch |   17 ---
 9 files changed, 308 insertions(+), 306 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-10 10:18:03 UTC (rev 224166)
+++ testing-i686/PKGBUILD   2014-10-10 10:18:26 UTC (rev 224167)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=iproute2
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=IP Routing Utilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
-depends=('glibc' 'iptables')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-groups=('base')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('staticlibs' '!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
-iproute2-fhs.patch
-   unwanted-link-help.patch)
-sha1sums=('25bb97f68d3f474e599bb97367670b31b3e96add'
-  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
-  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # set correct fhs structure
-  patch -Np1 -i $srcdir/iproute2-fhs.patch
-
-  # allow operations on links called h, he, hel, help
-  patch -Np1 -i $srcdir/unwanted-link-help.patch
-
-  # do not treat warnings as errors
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
-  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
-
-  # usrmove
-  cd $pkgdir
-  mv usr/sbin usr/bin
-}

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 224166, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-10 10:18:26 UTC (rev 224167)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.17.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'iptables')
+makedepends=('linux-atm' 'git')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+#source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
+iproute2-fhs.patch
+unwanted-link-help.patch)
+sha1sums=('SKIP'
+  

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

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:04:11
  Author: flexiondotorg
Revision: 120473

upgpkg: syncthing 0.10.0-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 10:04:31 UTC (rev 120472)
+++ PKGBUILD2014-10-10 11:04:11 UTC (rev 120473)
@@ -5,8 +5,8 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.9.19
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')


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

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:04:25
  Author: flexiondotorg
Revision: 120474

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

Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 community-i686/PKGBUILD |   52 --
 community-i686/syncthing.1  |   94 --
 community-i686/syncthing.install|   13 
 community-i686/syncthing@.service   |   12 
 community-x86_64/PKGBUILD   |   52 --
 community-x86_64/syncthing.1|   94 --
 community-x86_64/syncthing.install  |   13 
 community-x86_64/syncthing@.service |   12 
 8 files changed, 342 deletions(-)

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

Deleted: community-i686/syncthing.1
===
--- community-i686/syncthing.1  2014-10-10 11:04:11 UTC (rev 120473)
+++ community-i686/syncthing.1  2014-10-10 11:04:25 UTC (rev 120474)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH Project Goals
-This is the \fBsyncthing\fR project\. The following are the project goals:
-.
-.IP 1. 4
-Define a protocol for synchronization of a file repository between a number of 
collaborating nodes\. The protocol should be well defined, unambiguous, easily 
understood, free to use, efficient, secure and language neutral\. This is the 
Block Exchange Protocol 
\fIhttps://github\.com/calmh/syncthing/blob/master/protocol/PROTOCOL\.md\fR\.
-.
-.IP 2. 4
-Provide the reference implementation to demonstrate the usability of said 
protocol\. This is the \fBsyncthing\fR utility\. It is the hope that 
alternative, compatible implementations of the protocol will come to exist\.
-.
-.IP  0
-.
-.P
-The two are evolving together; the protocol is not to be considered stable 
until syncthing 1\.0 is released, at which point it is locked down for 
incompatible changes\.
-.
-.P
-Syncthing does not use the BitTorrent protocol\. The reasons for this are 1) 
we don\'t know if BitTorrent Sync does either, so there\'s nothing to be 
compatible with, 2) BitTorrent includes a lot of functionality for making sure 
large swarms of selfish agents behave and somehow work towards a common goal\. 
Here we have a much smaller swarm of cooperative agents and a simpler approach 
will suffice\.
-.
-.SH Systemd
-The systemd services for Syncthing and its discovery server can be used to 
start, stop, restart and enable 

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

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:07:42
  Author: flexiondotorg
Revision: 120475

upgpkg: syncthing 0.10.0-2 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 11:04:25 UTC (rev 120474)
+++ PKGBUILD2014-10-10 11:07:42 UTC (rev 120475)
@@ -6,7 +6,7 @@
 
 pkgname=syncthing
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')


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

2014-10-10 Thread Sergej Pupykin
Date: Friday, October 10, 2014 @ 13:10:22
  Author: spupykin
Revision: 120476

upgpkg: xcircuit 3.8.74-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 11:07:42 UTC (rev 120475)
+++ PKGBUILD2014-10-10 11:10:22 UTC (rev 120476)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.73
+pkgver=3.8.74
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('22c3fa8d46962eb90d85d2f6527225fe')
+md5sums=('3130d1ca1bf8d6c150c1b257dd54e66e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-10 Thread Sergej Pupykin
Date: Friday, October 10, 2014 @ 13:10:39
  Author: spupykin
Revision: 120477

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 11:10:22 UTC (rev 120476)
+++ community-i686/PKGBUILD 2014-10-10 11:10:39 UTC (rev 120477)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.73
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('22c3fa8d46962eb90d85d2f6527225fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 120476, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 11:10:39 UTC (rev 120477)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.74
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('3130d1ca1bf8d6c150c1b257dd54e66e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-10 11:10:22 UTC (rev 120476)
+++ community-x86_64/PKGBUILD   2014-10-10 11:10:39 UTC (rev 120477)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.73
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('22c3fa8d46962eb90d85d2f6527225fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf 

[arch-commits] Commit in syncthing/repos (2 files)

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:27:02
  Author: flexiondotorg
Revision: 120478

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

Deleted:
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-x86_64/syncthing.service

+
 community-i686/syncthing.service   |   11 ---
 community-x86_64/syncthing.service |   11 ---
 2 files changed, 22 deletions(-)

Deleted: community-i686/syncthing.service
===
--- community-i686/syncthing.service2014-10-10 11:10:39 UTC (rev 120477)
+++ community-i686/syncthing.service2014-10-10 11:27:02 UTC (rev 120478)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Syncthing service for %u
-After=network.target
-
-[Service]
-Environment=STNORESTART=yes
-ExecStart=/usr/bin/syncthing
-Restart=on-success
-
-[Install]
-WantedBy=default.target

Deleted: community-x86_64/syncthing.service
===
--- community-x86_64/syncthing.service  2014-10-10 11:10:39 UTC (rev 120477)
+++ community-x86_64/syncthing.service  2014-10-10 11:27:02 UTC (rev 120478)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Syncthing service for %u
-After=network.target
-
-[Service]
-Environment=STNORESTART=yes
-ExecStart=/usr/bin/syncthing
-Restart=on-success
-
-[Install]
-WantedBy=default.target


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

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:30:28
  Author: flexiondotorg
Revision: 120479

upgpkg: syncthing 0.10.0-3 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 11:27:02 UTC (rev 120478)
+++ PKGBUILD2014-10-10 11:30:28 UTC (rev 120479)
@@ -6,7 +6,7 @@
 
 pkgname=syncthing
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MIT')


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

2014-10-10 Thread Martin Wimpress
Date: Friday, October 10, 2014 @ 13:42:56
  Author: flexiondotorg
Revision: 120480

Added missing assets.

Added:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing.service

+
 community-i686/PKGBUILD|   52 +++
 community-i686/syncthing.install   |   13 
 community-i686/syncthing.service   |   11 +++
 community-x86_64/PKGBUILD  |   52 +++
 community-x86_64/syncthing.install |   13 
 community-x86_64/syncthing.service |   11 +++
 6 files changed, 152 insertions(+)

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

Added: community-i686/syncthing.install
===
--- community-i686/syncthing.install(rev 0)
+++ community-i686/syncthing.install2014-10-10 11:42:56 UTC (rev 120480)
@@ -0,0 +1,13 @@
+post_install() {
+cat  EOF
+  To start and/or enable syncthing execute the following,
+  replacing 'user' with your username.
+
+systemctl start syncthing@user
+systemctl enable syncthing@user
+EOF
+}
+
+post_upgrade() {
+post_install
+}

Added: community-i686/syncthing.service
===
--- community-i686/syncthing.service(rev 0)
+++ community-i686/syncthing.service2014-10-10 11:42:56 UTC (rev 120480)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Syncthing service for %u
+After=network.target
+
+[Service]
+Environment=STNORESTART=yes
+ExecStart=/usr/bin/syncthing
+Restart=on-success
+
+[Install]
+WantedBy=default.target

Added: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-10 11:42:56 UTC (rev 120480)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.0
+pkgrel=3
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.service
+syncthing.1)
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  

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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 14:55:09
  Author: fyan
Revision: 224168

upgpkg: ibus 1.5.9-2

fix dependency on python2-gobject (FS#42243)

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 10:18:26 UTC (rev 224167)
+++ PKGBUILD2014-10-10 12:55:09 UTC (rev 224168)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=ibus
 pkgname=(ibus libibus)
 pkgver=1.5.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Next Generation Input Bus for Linux
 arch=('i686' 'x86_64')
 url=http://ibus.googlecode.com;
 license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes' 'python2-gobject')
 makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
 options=('!emptydirs')
 source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
@@ -39,6 +39,7 @@
   make DESTDIR=${pkgdir} install
   make -C src DESTDIR=${pkgdir} uninstall
   make -C bindings DESTDIR=${pkgdir} uninstall
+  rm -r $pkgdir/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
   make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
 }
 


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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 14:55:39
  Author: fyan
Revision: 224169

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

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

---+
 /PKGBUILD |  112 
 /ibus.install |   40 +++
 extra-i686/PKGBUILD   |   55 -
 extra-i686/ibus.install   |   20 ---
 extra-x86_64/PKGBUILD |   55 -
 extra-x86_64/ibus.install |   20 ---
 6 files changed, 152 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-10 12:55:09 UTC (rev 224168)
+++ extra-i686/PKGBUILD 2014-10-10 12:55:39 UTC (rev 224169)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.9
-pkgrel=1
-pkgdesc=Next Generation Input Bus for Linux
-arch=('i686' 'x86_64')
-url=http://ibus.googlecode.com;
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---enable-python-library \
---with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=(libibus=$pkgver)
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR=${pkgdir} install
-  make -C src DESTDIR=${pkgdir} uninstall
-  make -C bindings DESTDIR=${pkgdir} uninstall
-  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc=IBus support library
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR=${pkgdir} install
-  make -C bindings DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 224168, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-10 12:55:39 UTC (rev 224169)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.9
+pkgrel=2
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes' 'python2-gobject')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
+options=('!emptydirs')
+source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=(libibus=$pkgver)
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR=${pkgdir} install
+  make -C src DESTDIR=${pkgdir} uninstall
+  make -C bindings DESTDIR=${pkgdir} uninstall
+  rm -r $pkgdir/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
+  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc=IBus support library
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR=${pkgdir} install
+  make -C bindings DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2014-10-10 12:55:09 UTC (rev 224168)
+++ extra-i686/ibus.install 2014-10-10 12:55:39 UTC (rev 224169)
@@ -1,20 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-  glib-compile-schemas usr/share/glib-2.0/schemas
-
-  dconf update
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 15:03:12
  Author: fyan
Revision: 120481

upgpkg: ibus-googlepinyin 0.1.2-5

fix dependency on pygtk (FS#42243)

Modified:
  ibus-googlepinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 11:42:56 UTC (rev 120480)
+++ PKGBUILD2014-10-10 13:03:12 UTC (rev 120481)
@@ -5,15 +5,16 @@
 
 pkgname=ibus-googlepinyin
 pkgver=0.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc=IBus Wrapper for libgooglepinyin
 arch=('any')
 url=http://code.google.com/p/libgooglepinyin;
 license=('APACHE')
 optdepends=('opencc: for simplified chinese translation to tranditional 
chinese')
-depends=('libgooglepinyin' 'ibus' 'iso-codes')
+depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
 makedepends=('cmake')
 
source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f9af459849c29934e8d59fc7f23a9318')
 
 build() {
   rm -rf build
@@ -29,4 +30,3 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('f9af459849c29934e8d59fc7f23a9318')


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

2014-10-10 Thread Felix Yan
Date: Friday, October 10, 2014 @ 15:03:31
  Author: fyan
Revision: 120482

archrelease: copy trunk to community-any

Added:
  ibus-googlepinyin/repos/community-any/PKGBUILD
(from rev 120481, ibus-googlepinyin/trunk/PKGBUILD)
Deleted:
  ibus-googlepinyin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 13:03:12 UTC (rev 120481)
+++ PKGBUILD2014-10-10 13:03:31 UTC (rev 120482)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Author: Jiahua Huang jhuangjia...@gmail.com
-# Contributor: Yangtse yangts...@gmail.com
-
-pkgname=ibus-googlepinyin
-pkgver=0.1.2
-pkgrel=4
-pkgdesc=IBus Wrapper for libgooglepinyin
-arch=('any')
-url=http://code.google.com/p/libgooglepinyin;
-license=('APACHE')
-optdepends=('opencc: for simplified chinese translation to tranditional 
chinese')
-depends=('libgooglepinyin' 'ibus' 'iso-codes')
-makedepends=('cmake')
-source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-  rm -rf build
-  mkdir -p build
-  cd build
-
-  find ../$pkgname -type f -name '*.py' | xargs sed -i 
's|/usr/bin/python|/usr/bin/python2|g'
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('f9af459849c29934e8d59fc7f23a9318')

Copied: ibus-googlepinyin/repos/community-any/PKGBUILD (from rev 120481, 
ibus-googlepinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 13:03:31 UTC (rev 120482)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Author: Jiahua Huang jhuangjia...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com
+
+pkgname=ibus-googlepinyin
+pkgver=0.1.2
+pkgrel=5
+pkgdesc=IBus Wrapper for libgooglepinyin
+arch=('any')
+url=http://code.google.com/p/libgooglepinyin;
+license=('APACHE')
+optdepends=('opencc: for simplified chinese translation to tranditional 
chinese')
+depends=('libgooglepinyin' 'ibus' 'iso-codes' 'pygtk')
+makedepends=('cmake')
+source=(http://libgooglepinyin.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f9af459849c29934e8d59fc7f23a9318')
+
+build() {
+  rm -rf build
+  mkdir -p build
+  cd build
+
+  find ../$pkgname -type f -name '*.py' | xargs sed -i 
's|/usr/bin/python|/usr/bin/python2|g'
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+


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

2014-10-10 Thread Sergej Pupykin
Date: Friday, October 10, 2014 @ 17:08:46
  Author: spupykin
Revision: 120483

FS#42318

Modified:
  squid/trunk/PKGBUILD
  squid/trunk/squid.sysusers

+
 PKGBUILD   |4 ++--
 squid.sysusers |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 13:03:31 UTC (rev 120482)
+++ PKGBUILD2014-10-10 15:08:46 UTC (rev 120483)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -32,7 +32,7 @@
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'
- 'e6651a2d94d7c3512d876177857f3cac'
+ '4abff67f9b39db34501025bfdde8794d'
  '5c806290f1c43b53775a9ae31cafb7ce'
  '7f8e79d19d568b359079181ac561645d'
  '06e107bc303aca86550a9041fb0ab7a8')

Modified: squid.sysusers
===
--- squid.sysusers  2014-10-10 13:03:31 UTC (rev 120482)
+++ squid.sysusers  2014-10-10 15:08:46 UTC (rev 120483)
@@ -1 +1 @@
-u proxy 15  /var/empty
+u proxy 15 - /var/empty


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

2014-10-10 Thread Anatol Pomozov
Date: Friday, October 10, 2014 @ 17:13:45
  Author: anatolik
Revision: 120484

upgpkg: fio 2.1.13-2

Do not ship testing binaries in the package. Fixes FS#42319

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 15:08:46 UTC (rev 120483)
+++ PKGBUILD2014-10-10 15:13:45 UTC (rev 120484)
@@ -5,7 +5,7 @@
 
 pkgname=fio
 pkgver=2.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='http://freshmeat.net/projects/fio'
@@ -23,6 +23,9 @@
   cd fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+
+  # FS#42319
+  sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
 }
 
 # TODO: enable rdma, need to move the libraries from AUR


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

2014-10-10 Thread Anatol Pomozov
Date: Friday, October 10, 2014 @ 17:14:29
  Author: anatolik
Revision: 120485

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 3 files changed, 98 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 15:13:45 UTC (rev 120484)
+++ community-i686/PKGBUILD 2014-10-10 15:14:29 UTC (rev 120485)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.1.13
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags=$CFLAGS
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # examples
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
-  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 120484, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 15:14:29 UTC (rev 120485)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.1.13
+pkgrel=2
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('c2797f8c8ccc8e1af30b2263e79fb394cf46309b8dbb595f03accc421fde4678')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+
+  # FS#42319
+  sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-10 15:13:45 UTC (rev 120484)
+++ community-x86_64/PKGBUILD   2014-10-10 15:14:29 UTC (rev 120485)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.1.13
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)

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

2014-10-10 Thread Pierre Schmitz
Date: Friday, October 10, 2014 @ 17:32:31
  Author: pierre
Revision: 224170

upgpkg: php-composer 1.0.0.alpha8.573-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 12:55:39 UTC (rev 224169)
+++ PKGBUILD2014-10-10 15:32:31 UTC (rev 224170)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.532
+pkgver=1.0.0.alpha8.573
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')


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

2014-10-10 Thread Pierre Schmitz
Date: Friday, October 10, 2014 @ 17:32:39
  Author: pierre
Revision: 224171

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 224170, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 224170, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   22 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 15:32:31 UTC (rev 224170)
+++ PKGBUILD2014-10-10 15:32:39 UTC (rev 224171)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.532
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 224170, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 15:32:39 UTC (rev 224171)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.573
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '9d871623bc2ec0a37a7d78f708a7f838')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-10-10 15:32:31 UTC (rev 224170)
+++ php.ini 2014-10-10 15:32:39 UTC (rev 224171)
@@ -1,11 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 224170, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-10-10 15:32:39 UTC (rev 224171)
@@ -0,0 +1,11 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off


[arch-commits] Commit in kadu/repos/community-x86_64 (5 files)

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 18:22:33
  Author: bpiotrowski
Revision: 120494

archrelease: copy trunk to community-x86_64

Added:
  kadu/repos/community-x86_64/PKGBUILD
(from rev 120493, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu.install
(from rev 120493, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-x86_64/PKGBUILD
  kadu/repos/community-x86_64/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
  kadu/repos/community-x86_64/kadu.install

--+
 PKGBUILD |   80 -
 kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch |   12 
 kadu.install |   24 
 3 files changed, 47 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 16:19:53 UTC (rev 120493)
+++ PKGBUILD2014-10-10 16:22:33 UTC (rev 120494)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=0.12.3
-pkgrel=4
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2
-kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
-md5sums=('c5d6f0bd384cd96090819ea018eb8ad8'
- '76e53a1f77699ba81c076f9254bb28c5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
-
-  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
-  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
-}

Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 120493, 
kadu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 16:22:33 UTC (rev 120494)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Deleted: kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
===
--- kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch2014-10-10 16:19:53 UTC (rev 
120493)
+++ kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch2014-10-10 16:22:33 UTC (rev 
120494)
@@ -1,12 +0,0 @@
-diff -rupN a/plugins/jabber_protocol/3rdparty/CMakeLists.txt 
b/plugins/jabber_protocol/3rdparty/CMakeLists.txt
 a/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2012-09-14 
21:54:35.0 +
-+++ b/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2014-02-24 
17:43:59.696495517 +
-@@ -26,7 +26,7 @@ macro (kadu_jabber_automoc)
-   get_filename_component (_basename 
${_current_MOC} NAME_WE)
-   set (_header ${_abs_FILE})
-   set (_moc ${_abs_PATH}/${_current_MOC})
--  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS} )
-+  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS}  ${moc_target})
-   MACRO_ADD_FILE_DEPENDENCIES 
(${_abs_FILE} ${_moc})
-   endforeach (_current_MOC_INC)
-   endif (_match)

Deleted: kadu.install
===
--- kadu.install2014-10-10 16:19:53 

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

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 18:24:21
  Author: bpiotrowski
Revision: 120496

archrelease: copy trunk to community-x86_64

Added:
  kadu/repos/community-x86_64/
  kadu/repos/community-x86_64/PKGBUILD
(from rev 120495, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu.install
(from rev 120495, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-x86_64/

--+
 PKGBUILD |   35 +++
 kadu.install |   12 
 2 files changed, 47 insertions(+)

Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 120495, 
kadu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-x86_64/kadu.install (from rev 120495, 
kadu/trunk/kadu.install)
===
--- community-x86_64/kadu.install   (rev 0)
+++ community-x86_64/kadu.install   2014-10-10 16:24:21 UTC (rev 120496)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 18:58:42
  Author: bpiotrowski
Revision: 224177

upgpkg: linux-lts 3.14.21-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 16:19:28 UTC (rev 224176)
+++ PKGBUILD2014-10-10 16:58:42 UTC (rev 224177)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.20
+pkgver=3.14.21
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'b01ba521cce12d3b9e8c25807567837dd88878b861f27c453c29cee80b6cb84b'
+'5ab01f154f0cb8b9fc9a941617e48b601c964db41c07f86c0f003305ea84e28a'
 'b38fa8ee4af87046f808fe8375699ff6a7c15f7dbd59b79538615f9a43e44d8e'
 '466f2893f214c23a0cc4909113a8f723654ee8b4e370960e5ba0c7102d5d541f'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'


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

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 18:59:18
  Author: bpiotrowski
Revision: 224178

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 224177, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 224177, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 224177, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 224177, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 224177, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 224177, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 224177, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 224177, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 224177, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 224177, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 224177, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 224177, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 224177, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 224177, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 224177, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 224177, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 224177, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 224177, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 224177, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 224177, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  323 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6695 ++
 testing-i686/config.x86_64 
| 6486 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  323 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6695 ++
 testing-x86_64/config.x86_64   
| 6486 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30338 insertions(+)

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


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

2014-10-10 Thread Andreas Radke
Date: Friday, October 10, 2014 @ 19:58:04
  Author: andyrtr
Revision: 224179

upgpkg: cups-filters 1.0.61-1

upstream update 1.0.61

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 16:59:18 UTC (rev 224178)
+++ PKGBUILD2014-10-10 17:58:04 UTC (rev 224179)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.60
+pkgver=1.0.61
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('a59a85c2c3218017ecf7d0f07cad659f')
+md5sums=('3d77ee5eb9c6ee82036c0f7b67d5c3c5')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-10 Thread Andreas Radke
Date: Friday, October 10, 2014 @ 19:58:23
  Author: andyrtr
Revision: 224180

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 224179, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 224179, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-10 17:58:04 UTC (rev 224179)
+++ extra-i686/PKGBUILD 2014-10-10 17:58:23 UTC (rev 224180)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.60
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('a59a85c2c3218017ecf7d0f07cad659f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 224179, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-10 17:58:23 UTC (rev 224180)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.61
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('3d77ee5eb9c6ee82036c0f7b67d5c3c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: 

[arch-commits] Commit in kadu/repos/community-testing-i686 (4 files)

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 20:26:02
  Author: bpiotrowski
Revision: 120498

archrelease: copy trunk to community-testing-i686

Added:
  kadu/repos/community-testing-i686/PKGBUILD
(from rev 120497, kadu/trunk/PKGBUILD)
  kadu/repos/community-testing-i686/kadu.install
(from rev 120497, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-testing-i686/PKGBUILD
  kadu/repos/community-testing-i686/kadu.install

--+
 PKGBUILD |   70 -
 kadu.install |   24 +--
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 18:25:54 UTC (rev 120497)
+++ PKGBUILD2014-10-10 18:26:02 UTC (rev 120498)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=1.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
-  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-testing-i686/PKGBUILD (from rev 120497, 
kadu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 18:26:02 UTC (rev 120498)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=2
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Deleted: kadu.install
===
--- kadu.install2014-10-10 18:25:54 UTC (rev 120497)
+++ kadu.install2014-10-10 18:26:02 UTC (rev 120498)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kadu/repos/community-testing-i686/kadu.install (from rev 120497, 
kadu/trunk/kadu.install)
===
--- kadu.install(rev 0)
+++ kadu.install2014-10-10 18:26:02 UTC (rev 120498)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 20:25:54
  Author: bpiotrowski
Revision: 120497

upgpkg: kadu 1.0-2

free rebuild

Modified:
  kadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 16:24:21 UTC (rev 120496)
+++ PKGBUILD2014-10-10 18:25:54 UTC (rev 120497)
@@ -5,7 +5,7 @@
 
 pkgname=kadu
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'


[arch-commits] Commit in kadu/repos/community-x86_64 (4 files)

2014-10-10 Thread Bartłomiej Piotrowski
Date: Friday, October 10, 2014 @ 20:28:10
  Author: bpiotrowski
Revision: 120499

archrelease: copy trunk to community-x86_64

Added:
  kadu/repos/community-x86_64/PKGBUILD
(from rev 120498, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu.install
(from rev 120498, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-x86_64/PKGBUILD
  kadu/repos/community-x86_64/kadu.install

--+
 PKGBUILD |   70 -
 kadu.install |   24 +--
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 18:26:02 UTC (rev 120498)
+++ PKGBUILD2014-10-10 18:28:10 UTC (rev 120499)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=1.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
-  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-x86_64/PKGBUILD (from rev 120498, 
kadu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 18:28:10 UTC (rev 120499)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.0
+pkgrel=2
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('a91c00707d73e0ba7fe8245885dd59a5')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Deleted: kadu.install
===
--- kadu.install2014-10-10 18:26:02 UTC (rev 120498)
+++ kadu.install2014-10-10 18:28:10 UTC (rev 120499)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kadu/repos/community-x86_64/kadu.install (from rev 120498, 
kadu/trunk/kadu.install)
===
--- kadu.install(rev 0)
+++ kadu.install2014-10-10 18:28:10 UTC (rev 120499)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2014-10-10 Thread Daniel Isenmann
Date: Friday, October 10, 2014 @ 22:05:08
  Author: daniel
Revision: 224181

upgpkg: gegl 0.2.0-13

Fixed FS#38305 - [gegl] Unused dependency: gtk2 

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 17:58:23 UTC (rev 224180)
+++ PKGBUILD2014-10-10 20:05:08 UTC (rev 224181)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://www.gegl.org/;
 license=('GPL3' 'LGPL3')
-depends=('babl' 'gtk2' 'libspiro')
+depends=('babl' 'libspiro')
 makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
 optdepends=('openexr: for using the openexr plugin'
 'ffmpeg: for using the ffmpeg plugin'


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

2014-10-10 Thread Daniel Isenmann
Date: Friday, October 10, 2014 @ 22:05:16
  Author: daniel
Revision: 224182

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

Added:
  gegl/repos/extra-i686/PKGBUILD
(from rev 224181, gegl/trunk/PKGBUILD)
  gegl/repos/extra-i686/gegl-0.2.0-CVE-2012-4433.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl/repos/extra-i686/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 224181, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
  gegl/repos/extra-i686/gegl-0.2.0-lua-5.2.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl/repos/extra-i686/gegl-0.2.0-remove-src-over-op.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-remove-src-over-op.patch)
  gegl/repos/extra-x86_64/PKGBUILD
(from rev 224181, gegl/trunk/PKGBUILD)
  gegl/repos/extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl/repos/extra-x86_64/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 224181, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
  gegl/repos/extra-x86_64/gegl-0.2.0-lua-5.2.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl/repos/extra-x86_64/gegl-0.2.0-remove-src-over-op.patch
(from rev 224181, gegl/trunk/gegl-0.2.0-remove-src-over-op.patch)
Deleted:
  gegl/repos/extra-i686/PKGBUILD
  gegl/repos/extra-i686/gegl-0.2.0-CVE-2012-4433.patch
  gegl/repos/extra-i686/gegl-0.2.0-ffmpeg-0.11.diff
  gegl/repos/extra-i686/gegl-0.2.0-lua-5.2.patch
  gegl/repos/extra-i686/gegl-0.2.0-remove-src-over-op.patch
  gegl/repos/extra-x86_64/PKGBUILD
  gegl/repos/extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch
  gegl/repos/extra-x86_64/gegl-0.2.0-ffmpeg-0.11.diff
  gegl/repos/extra-x86_64/gegl-0.2.0-lua-5.2.patch
  gegl/repos/extra-x86_64/gegl-0.2.0-remove-src-over-op.patch

--+
 /PKGBUILD|  112 ++
 /gegl-0.2.0-CVE-2012-4433.patch  |  318 +
 /gegl-0.2.0-ffmpeg-0.11.diff |   42 ++
 /gegl-0.2.0-lua-5.2.patch|  106 +
 /gegl-0.2.0-remove-src-over-op.patch |  390 +
 extra-i686/PKGBUILD  |   56 ---
 extra-i686/gegl-0.2.0-CVE-2012-4433.patch|  159 
 extra-i686/gegl-0.2.0-ffmpeg-0.11.diff   |   21 -
 extra-i686/gegl-0.2.0-lua-5.2.patch  |   53 --
 extra-i686/gegl-0.2.0-remove-src-over-op.patch   |  195 --
 extra-x86_64/PKGBUILD|   56 ---
 extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch  |  159 
 extra-x86_64/gegl-0.2.0-ffmpeg-0.11.diff |   21 -
 extra-x86_64/gegl-0.2.0-lua-5.2.patch|   53 --
 extra-x86_64/gegl-0.2.0-remove-src-over-op.patch |  195 --
 15 files changed, 968 insertions(+), 968 deletions(-)

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


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 00:01:47
  Author: seblu
Revision: 224183

upgpkg: nftables 1:0.3-4

- fix FS#42300

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables-flush

+
 PKGBUILD   |4 ++--
 nftables-flush |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 20:05:16 UTC (rev 224182)
+++ PKGBUILD2014-10-10 22:01:47 UTC (rev 224183)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
@@ -20,7 +20,7 @@
   'SKIP'
   '041027cc0c217a5efa6b513a75736e28ab6db076'
   'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
-  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
+  '30ec956a52407ce1b4f1748f91184b3ff0bb9b7a')
 
 build() {
   cd $pkgname-$pkgver

Modified: nftables-flush
===
--- nftables-flush  2014-10-10 20:05:16 UTC (rev 224182)
+++ nftables-flush  2014-10-10 22:01:47 UTC (rev 224183)
@@ -21,8 +21,8 @@
 for proto in ${PROTOS[@]}; do
   nft list tables $proto|cut -f 2 -d ' '| while read table; do
 nft flush table $proto $table
-# flush remove rules and not chain (despite man page). do it manually.
-nft list table $proto filter|awk '/^[ \t]+chain/{ print $2 }'|while read 
chain; do
+# Flush removes rules but not chains (contradictory to the man page). Do 
it manually.
+nft list table $proto $table|awk '/^[ \t]+chain/{ print $2 }'|while 
read chain; do
   nft delete chain $proto $table $chain
 done
 nft delete table $proto $table


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 00:02:09
  Author: seblu
Revision: 224184

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

Added:
  nftables/repos/extra-i686/PKGBUILD
(from rev 224183, nftables/trunk/PKGBUILD)
  nftables/repos/extra-i686/nftables-flush
(from rev 224183, nftables/trunk/nftables-flush)
  nftables/repos/extra-i686/nftables.conf
(from rev 224183, nftables/trunk/nftables.conf)
  nftables/repos/extra-i686/nftables.service
(from rev 224183, nftables/trunk/nftables.service)
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 224183, nftables/trunk/PKGBUILD)
  nftables/repos/extra-x86_64/nftables-flush
(from rev 224183, nftables/trunk/nftables-flush)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 224183, nftables/trunk/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 224183, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/extra-i686/PKGBUILD
  nftables/repos/extra-i686/nftables-flush
  nftables/repos/extra-i686/nftables.conf
  nftables/repos/extra-i686/nftables.service
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables-flush
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service

---+
 /PKGBUILD |   92 
 /nftables-flush   |   64 +++
 /nftables.conf|   76 +
 /nftables.service |   28 
 extra-i686/PKGBUILD   |   46 
 extra-i686/nftables-flush |   32 -
 extra-i686/nftables.conf  |   38 
 extra-i686/nftables.service   |   14 --
 extra-x86_64/PKGBUILD |   46 
 extra-x86_64/nftables-flush   |   32 -
 extra-x86_64/nftables.conf|   38 
 extra-x86_64/nftables.service |   14 --
 12 files changed, 260 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-10 22:01:47 UTC (rev 224183)
+++ extra-i686/PKGBUILD 2014-10-10 22:02:09 UTC (rev 224184)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-
-pkgname=nftables
-epoch=1
-pkgver=0.3
-pkgrel=3
-pkgdesc='Netfilter tables userspace tools'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
-'nftables.conf'
-'nftables.service'
-'nftables-flush')
-sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
-  'SKIP'
-  '041027cc0c217a5efa6b513a75736e28ab6db076'
-  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
-  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf $pkgdir/etc/nftables.conf
-  # systemd
-  install -Dm644 nftables.service 
$pkgdir/usr/lib/systemd/system/nftables.service
-  install -Dm755 nftables-flush 
$pkgdir/usr/lib/systemd/scripts/nftables-flush
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-i686/PKGBUILD (from rev 224183, 
nftables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-10 22:02:09 UTC (rev 224184)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=nftables
+epoch=1
+pkgver=0.3
+pkgrel=4
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-flush')
+sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
+  'SKIP'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
+  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
+  '30ec956a52407ce1b4f1748f91184b3ff0bb9b7a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf 

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

2014-10-10 Thread Florian Pritz
Date: Saturday, October 11, 2014 @ 01:03:28
  Author: bluewind
Revision: 120501

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

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 120500, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 120500, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 120500, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 120500, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 120500, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 120500, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  130 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   62 --
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   62 --
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 -
 9 files changed, 152 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 23:03:19 UTC (rev 120500)
+++ community-i686/PKGBUILD 2014-10-10 23:03:28 UTC (rev 120501)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Todd Musall tmus...@comcast.net
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.12
-pkgrel=2
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-
-   chmod 755 $pkgdir/usr/bin/*
-
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-
-   rm -rf $pkgdir/usr/share/hal
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 120500, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 23:03:28 UTC (rev 120501)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Todd Musall tmus...@comcast.net
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=3
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs' 'systemd-sysvcompat')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')

[arch-commits] Commit in apcupsd/trunk (PKGBUILD apcupsd-tmpfiles.conf)

2014-10-10 Thread Florian Pritz
Date: Saturday, October 11, 2014 @ 01:03:19
  Author: bluewind
Revision: 120500

upgpkg: apcupsd 3.14.12-3

fix FS#42106

Modified:
  apcupsd/trunk/PKGBUILD
  apcupsd/trunk/apcupsd-tmpfiles.conf

---+
 PKGBUILD  |7 +--
 apcupsd-tmpfiles.conf |3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 18:28:10 UTC (rev 120499)
+++ PKGBUILD2014-10-10 23:03:19 UTC (rev 120500)
@@ -6,7 +6,7 @@
 
 pkgname=apcupsd
 pkgver=3.14.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Power mangement and controlling most of APC's UPS models
 arch=(i686 x86_64)
 url=http://www.apcupsd.org;
@@ -32,7 +32,8 @@
 sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
 'SKIP'
 '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
+validpgpkeys=(635B9D943945DCA05BE9AB0A24E84804A57B2D90)
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -50,6 +51,8 @@
 
make DESTDIR=$pkgdir install
 
+   sed -i 's#^LOCKFILE .*$#LOCKFILE /run/apcupsd#' 
$pkgdir/etc/apcupsd/apcupsd.conf
+
install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
 

Modified: apcupsd-tmpfiles.conf
===
--- apcupsd-tmpfiles.conf   2014-10-10 18:28:10 UTC (rev 120499)
+++ apcupsd-tmpfiles.conf   2014-10-10 23:03:19 UTC (rev 120500)
@@ -1,2 +1,3 @@
 r /etc/apcupsd/powerfail
-r /etc/nologin
\ No newline at end of file
+r /etc/nologin
+d /run/apcupsd 0755 root root


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:49:03
  Author: seblu
Revision: 120502

upgpkg: salt 2014.1.12-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 23:03:28 UTC (rev 120501)
+++ PKGBUILD2014-10-11 01:49:03 UTC (rev 120502)
@@ -4,7 +4,7 @@
 # Contibutor: Christer Edwards christer.edwa...@gmail.com
 
 pkgname=salt
-pkgver=2014.1.11
+pkgver=2014.1.12
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -28,7 +28,7 @@
 'etc/salt/minion')
 install=salt.install
 source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('784d7a9034c88ea62388238d7e24912d')
+md5sums=('b59b4fdbff35b0f0662f35e61356e033')
 
 package() {
   cd $pkgname-$pkgver


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:49:25
  Author: seblu
Revision: 120503

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 120502, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 120502, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |   96 -
 salt.install |   30 -
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-11 01:49:03 UTC (rev 120502)
+++ PKGBUILD2014-10-11 01:49:25 UTC (rev 120503)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgname=salt
-pkgver=2014.1.11
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-depends=('python2'
- 'python2-crypto'
- 'python2-jinja'
- 'python2-m2crypto'
- 'python2-msgpack'
- 'python2-psutil'
- 'python2-pyzmq'
- 'python2-systemd'
- 'python2-requests'
- 'python2-yaml'
- 'apache-libcloud'
- 'sshpass')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('784d7a9034c88ea62388238d7e24912d')
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 120502, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-11 01:49:25 UTC (rev 120503)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgname=salt
+pkgver=2014.1.12
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+depends=('python2'
+ 'python2-crypto'
+ 'python2-jinja'
+ 'python2-m2crypto'
+ 'python2-msgpack'
+ 'python2-psutil'
+ 'python2-pyzmq'
+ 'python2-systemd'
+ 'python2-requests'
+ 'python2-yaml'
+ 'apache-libcloud'
+ 'sshpass')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('b59b4fdbff35b0f0662f35e61356e033')
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2014-10-11 01:49:03 UTC (rev 120502)
+++ salt.install2014-10-11 01:49:25 UTC (rev 120503)
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ $(vercmp $2 2014.1.1-1) -le 0 ]; then
-cat  EOF
-== Since version 2014.1.1-2, salt-master runs by default as root user.
-== You need to manually update your configuration and remove the salt user and
-== group to follow the new default behavior.
-EOF
-fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: salt/repos/community-any/salt.install (from rev 120502, 
salt/trunk/salt.install)
===
--- salt.install(rev 0)
+++ salt.install2014-10-11 01:49:25 UTC (rev 120503)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 2014.1.1-1) -le 0 ]; then
+cat  EOF
+== Since version 2014.1.1-2, salt-master 

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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:50:58
  Author: seblu
Revision: 224185

upgpkg: less 470-1

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 22:02:09 UTC (rev 224184)
+++ PKGBUILD2014-10-11 01:50:58 UTC (rev 224185)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=less
-pkgver=468
+pkgver=470
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -13,7 +13,7 @@
 groups=('base')
 depends=('glibc' 'ncurses' 'pcre')
 
source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('ebaeed479369ff5b8d331381363a9c13'
+md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
  'SKIP')
 
 build() {


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:51:12
  Author: seblu
Revision: 224186

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

Added:
  less/repos/testing-i686/
  less/repos/testing-i686/PKGBUILD
(from rev 224185, less/trunk/PKGBUILD)
  less/repos/testing-x86_64/
  less/repos/testing-x86_64/PKGBUILD
(from rev 224185, less/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: less/repos/testing-i686/PKGBUILD (from rev 224185, less/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-11 01:51:12 UTC (rev 224186)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=470
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 224185, 
less/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-11 01:51:12 UTC (rev 224186)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=470
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:52:03
  Author: seblu
Revision: 120504

upgpkg: glances 2.1.2-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:49:25 UTC (rev 120503)
+++ PKGBUILD2014-10-11 01:52:03 UTC (rev 120504)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -15,7 +15,7 @@
 'python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('1c06a637d64fef94ecfe303188e6ab8a')
+md5sums=('35c2aeafec7a52c8b25ddf02385447dc')
 
 package() {
   cd Glances-$pkgver


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:52:35
  Author: seblu
Revision: 224188

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 224187, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 224187, file/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: file/repos/testing-i686/PKGBUILD (from rev 224187, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-11 01:52:35 UTC (rev 224188)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.20
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('5d5e13eb3e0e13839da869a31790faf2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rmdir $pkgdir/usr/share/man/man5
+}

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 224187, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-11 01:52:35 UTC (rev 224188)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.20
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('5d5e13eb3e0e13839da869a31790faf2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rmdir $pkgdir/usr/share/man/man5
+}


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:52:13
  Author: seblu
Revision: 120505

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 120504, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-11 01:52:03 UTC (rev 120504)
+++ PKGBUILD2014-10-11 01:52:13 UTC (rev 120505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-'python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('1c06a637d64fef94ecfe303188e6ab8a')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 120504, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-11 01:52:13 UTC (rev 120505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+'python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('35c2aeafec7a52c8b25ddf02385447dc')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:52:20
  Author: seblu
Revision: 224187

upgpkg: file 5.20-1

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:51:12 UTC (rev 224186)
+++ PKGBUILD2014-10-11 01:52:20 UTC (rev 224187)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=file
-pkgver=5.19
+pkgver=5.20
 pkgrel=1
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='http://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+md5sums=('5d5e13eb3e0e13839da869a31790faf2')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:53:34
  Author: seblu
Revision: 224190

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

Added:
  radvd/repos/extra-i686/PKGBUILD
(from rev 224189, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 224189, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 224189, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 224189, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/extra-i686/PKGBUILD
  radvd/repos/extra-i686/radvd.service
  radvd/repos/extra-x86_64/PKGBUILD
  radvd/repos/extra-x86_64/radvd.service

+
 /PKGBUILD  |  108 +++
 /radvd.service |   18 +++
 extra-i686/PKGBUILD|   54 -
 extra-i686/radvd.service   |9 ---
 extra-x86_64/PKGBUILD  |   54 -
 extra-x86_64/radvd.service |9 ---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-11 01:53:18 UTC (rev 224189)
+++ extra-i686/PKGBUILD 2014-10-11 01:53:34 UTC (rev 224190)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=2.7
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('a10d6ced6905535995433e785f3517a0a528e79d'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 224189, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-11 01:53:34 UTC (rev 224190)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=2.8
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)
+sha1sums=('c829b80efe775f20060865594b041d053d8d0e5f'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+
+#prepare() {
+#  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/radvd.service
===
--- extra-i686/radvd.service2014-10-11 01:53:18 UTC (rev 224189)
+++ extra-i686/radvd.service2014-10-11 01:53:34 UTC (rev 224190)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/extra-i686/radvd.service (from rev 224189, 
radvd/trunk/radvd.service)
===
--- extra-i686/radvd.service(rev 0)
+++ extra-i686/radvd.service2014-10-11 01:53:34 UTC (rev 224190)
@@ -0,0 +1,9 @@
+[Unit]

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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:53:18
  Author: seblu
Revision: 224189

upgpkg: radvd 2.8-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:52:35 UTC (rev 224188)
+++ PKGBUILD2014-10-11 01:53:18 UTC (rev 224189)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -15,7 +15,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('a10d6ced6905535995433e785f3517a0a528e79d'
+sha1sums=('c829b80efe775f20060865594b041d053d8d0e5f'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:55:59
  Author: seblu
Revision: 120506

upgpkg: ioping 0.9-1

Modified:
  ioping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:52:13 UTC (rev 120505)
+++ PKGBUILD2014-10-11 01:55:59 UTC (rev 120506)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen oneonf...@gmail.com
 
 pkgname=ioping
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc='Simple disk I/0 latency measuring tool'
 arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
 license=('GPL3')
 url='http://ioping.googlecode.com'
 depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
+#source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8export=download;)
+sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:56:06
  Author: seblu
Revision: 224191

upgpkg: bird 1.4.5-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:53:34 UTC (rev 224190)
+++ PKGBUILD2014-10-11 01:56:06 UTC (rev 224191)
@@ -3,7 +3,7 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
@@ -12,7 +12,7 @@
 source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('4ec3a9165928a541326ec9de316da974'
+md5sums=('a8e5e0a9129ce30fe6102c593bafb763'
  '69221e063a3f07dcad519d5eeacaae75'
  '5b172bd052b523efd95ee018e891e181')
 


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:56:17
  Author: seblu
Revision: 120507

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   26 -
 community-x86_64/PKGBUILD |   26 -
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-11 01:55:59 UTC (rev 120506)
+++ community-i686/PKGBUILD 2014-10-11 01:56:17 UTC (rev 120507)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.8
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-i686/PKGBUILD (from rev 120506, 
ioping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-11 01:56:17 UTC (rev 120507)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.9
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+#source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8export=download;)
+sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-11 01:55:59 UTC (rev 120506)
+++ community-x86_64/PKGBUILD   2014-10-11 01:56:17 UTC (rev 120507)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.8
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 120506, 
ioping/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-11 01:56:17 UTC (rev 120507)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.9
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+#source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8export=download;)
+sha1sums=('658cbeb7e7dfc2dd67100fd260b653317ba604b6')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-10 Thread Sébastien Luttringer
Date: Saturday, October 11, 2014 @ 03:56:27
  Author: seblu
Revision: 224192

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

Added:
  bird/repos/extra-i686/PKGBUILD
(from rev 224191, bird/trunk/PKGBUILD)
  bird/repos/extra-i686/bird.service
(from rev 224191, bird/trunk/bird.service)
  bird/repos/extra-i686/bird6.service
(from rev 224191, bird/trunk/bird6.service)
  bird/repos/extra-x86_64/PKGBUILD
(from rev 224191, bird/trunk/PKGBUILD)
  bird/repos/extra-x86_64/bird.service
(from rev 224191, bird/trunk/bird.service)
  bird/repos/extra-x86_64/bird6.service
(from rev 224191, bird/trunk/bird6.service)
Deleted:
  bird/repos/extra-i686/PKGBUILD
  bird/repos/extra-i686/bird.service
  bird/repos/extra-i686/bird6.service
  bird/repos/extra-x86_64/PKGBUILD
  bird/repos/extra-x86_64/bird.service
  bird/repos/extra-x86_64/bird6.service

+
 /PKGBUILD  |  178 +++
 /bird.service  |   24 +
 /bird6.service |   24 +
 extra-i686/PKGBUILD|   89 -
 extra-i686/bird.service|   12 --
 extra-i686/bird6.service   |   12 --
 extra-x86_64/PKGBUILD  |   89 -
 extra-x86_64/bird.service  |   12 --
 extra-x86_64/bird6.service |   12 --
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-11 01:56:06 UTC (rev 224191)
+++ extra-i686/PKGBUILD 2014-10-11 01:56:27 UTC (rev 224192)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.4.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.service'
-'bird6.service')
-md5sums=('4ec3a9165928a541326ec9de316da974'
- '69221e063a3f07dcad519d5eeacaae75'
- '5b172bd052b523efd95ee018e891e181')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]]  rm -rf _build4
-  [[ -e _build6 ]]  rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname \
---enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-prefix=$pkgdir/usr \
-sysconfdir=$pkgdir/etc \
-sbindir=$pkgdir/usr/bin \
-localstatedir=$pkgdir/var \
-docdir=$pkgdir/usr/share/doc/$pkgname \
-install
-  #make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # systemd
-  install -D -m 644 $srcdir/bird.service 
$pkgdir/usr/lib/systemd/system/bird.service
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-prefix=$pkgdir/usr \
-sysconfdir=$pkgdir/etc \
-sbindir=$pkgdir/usr/bin \
-localstatedir=$pkgdir/var \
-docdir=$pkgdir/usr/share/doc/$pkgname \
-install
-  #make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # systemd
-  install -D -m 644 $srcdir/bird6.service 
$pkgdir/usr/lib/systemd/system/bird6.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/extra-i686/PKGBUILD (from rev 224191, bird/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-11 01:56:27 UTC (rev 224192)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.4.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('a8e5e0a9129ce30fe6102c593bafb763'
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]]  rm -rf _build4
+  [[ -e _build6 ]]  rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+

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

2014-10-10 Thread Thomas Dziedzic
Date: Saturday, October 11, 2014 @ 05:50:19
  Author: td123
Revision: 224193

upgpkg: vim 7.4.473-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:56:27 UTC (rev 224192)
+++ PKGBUILD2014-10-11 03:50:19 UTC (rev 224193)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=459
-__hgrev=187798e5e4b5
+_patchlevel=473
+__hgrev=48540909aba2
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('912b7585725a27fe67f102fe0ed2363b'
+md5sums=('f40c51bd44fa712c7922a108d1291865'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  'f3c8931847a12949bdd14c9d48fdabb3'


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

2014-10-10 Thread Thomas Dziedzic
Date: Saturday, October 11, 2014 @ 05:51:08
  Author: td123
Revision: 224194

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

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

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

Copied: vim/repos/testing-i686/PKGBUILD (from rev 224193, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-11 03:51:08 UTC (rev 224194)
@@ -0,0 +1,386 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=473
+__hgrev=48540909aba2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('f40c51bd44fa712c7922a108d1291865'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  set -e
+
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  (cd vim/src  autoconf)
+
+  mv vim ${pkgbase}-${pkgver}
+  find ${pkgbase}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgbase}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgbase}-${pkgver}.tar.xz ${pkgbase}-${pkgver}/*
+  rm -r ${pkgbase}-${pkgver}
+
+  gpg --detach-sign ${pkgbase}-${pkgver}.tar.xz
+
+  scp ${pkgbase}-${pkgver}.tar.xz* nym:/srv/ftp/other/vim/
+}
+
+build() {
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-${pkgver} ${pkg}-build
+  done
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+

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

2014-10-10 Thread Felix Yan
Date: Saturday, October 11, 2014 @ 06:16:26
  Author: fyan
Revision: 120508

upgpkg: libskk 1.0.2-1

Modified:
  libskk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 01:56:17 UTC (rev 120507)
+++ PKGBUILD2014-10-11 04:16:26 UTC (rev 120508)
@@ -4,8 +4,8 @@
 # Contributor: kusanaginoturugi kusanaginotur...@gmail.com
 
 pkgname=libskk
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
 arch=('i686' 'x86_64')
 url='https://github.com/ueno/libskk'
@@ -12,16 +12,9 @@
 license=('GPL3')
 depends=('libgee' 'json-glib')
 makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
-source=(git+https://github.com/ueno/libskk.git#tag=$pkgver
-
https://github.com/ueno/libskk/commit/024a258817ac98d28375ae4c7b4839b346919ce4.patch)
-md5sums=('SKIP'
- 'e784c8973f86e388b2d2fad8e4263166')
+source=(git+https://github.com/ueno/libskk.git#tag=$pkgver)
+md5sums=('SKIP')
 
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../024a258817ac98d28375ae4c7b4839b346919ce4.patch
-}
-
 build() {
   cd $pkgname
   ./autogen.sh --prefix=/usr


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

2014-10-10 Thread Felix Yan
Date: Saturday, October 11, 2014 @ 06:16:59
  Author: fyan
Revision: 120509

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-11 04:16:26 UTC (rev 120508)
+++ community-i686/PKGBUILD 2014-10-11 04:16:59 UTC (rev 120509)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: eagletmt eagle...@gmail.com
-# Contributor: kusanaginoturugi kusanaginotur...@gmail.com
-
-pkgname=libskk
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
-arch=('i686' 'x86_64')
-url='https://github.com/ueno/libskk'
-license=('GPL3')
-depends=('libgee' 'json-glib')
-makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
-source=(git+https://github.com/ueno/libskk.git#tag=$pkgver
-
https://github.com/ueno/libskk/commit/024a258817ac98d28375ae4c7b4839b346919ce4.patch)
-md5sums=('SKIP'
- 'e784c8973f86e388b2d2fad8e4263166')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../024a258817ac98d28375ae4c7b4839b346919ce4.patch
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libskk/repos/community-i686/PKGBUILD (from rev 120508, 
libskk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-11 04:16:59 UTC (rev 120509)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: eagletmt eagle...@gmail.com
+# Contributor: kusanaginoturugi kusanaginotur...@gmail.com
+
+pkgname=libskk
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee' 'json-glib')
+makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
+source=(git+https://github.com/ueno/libskk.git#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-11 04:16:26 UTC (rev 120508)
+++ community-x86_64/PKGBUILD   2014-10-11 04:16:59 UTC (rev 120509)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: eagletmt eagle...@gmail.com
-# Contributor: kusanaginoturugi kusanaginotur...@gmail.com
-
-pkgname=libskk
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
-arch=('i686' 'x86_64')
-url='https://github.com/ueno/libskk'
-license=('GPL3')
-depends=('libgee' 'json-glib')
-makedepends=('intltool' 'git' 'gnome-common' 'gobject-introspection' 'vala')
-source=(git+https://github.com/ueno/libskk.git#tag=$pkgver
-
https://github.com/ueno/libskk/commit/024a258817ac98d28375ae4c7b4839b346919ce4.patch)
-md5sums=('SKIP'
- 'e784c8973f86e388b2d2fad8e4263166')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../024a258817ac98d28375ae4c7b4839b346919ce4.patch
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libskk/repos/community-x86_64/PKGBUILD (from rev 120508, 
libskk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-11 04:16:59 UTC (rev 120509)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: eagletmt eagle...@gmail.com
+# Contributor: kusanaginoturugi kusanaginotur...@gmail.com
+
+pkgname=libskk
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion 
method'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee' 'json-glib')

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

2014-10-10 Thread Felix Yan
Date: Saturday, October 11, 2014 @ 06:20:11
  Author: fyan
Revision: 120510

upgpkg: ibus-skk 1.4.2-1

Modified:
  ibus-skk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-11 04:16:59 UTC (rev 120509)
+++ PKGBUILD2014-10-11 04:20:11 UTC (rev 120510)
@@ -3,7 +3,7 @@
 # Contributor: eagletmt eagle...@gmail.com
 
 pkgname=ibus-skk
-pkgver=1.4.1.20140813
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Japanese input method SKK engine for IBus'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('ibus' 'libskk')
 makedepends=('intltool' 'git' 'gnome-common' 'vala')
-source=(git+https://github.com/ueno/ibus-skk.git#commit=f88d72bbc1a45747e10086983204120dc08fecbf;)
+source=(git+https://github.com/ueno/ibus-skk.git#tag=$pkgname-$pkgver;)
 md5sums=('SKIP')
 
 build() {


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

2014-10-10 Thread Felix Yan
Date: Saturday, October 11, 2014 @ 06:21:41
  Author: fyan
Revision: 120511

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

Added:
  ibus-skk/repos/community-i686/PKGBUILD
(from rev 120510, ibus-skk/trunk/PKGBUILD)
  ibus-skk/repos/community-x86_64/PKGBUILD
(from rev 120510, ibus-skk/trunk/PKGBUILD)
Deleted:
  ibus-skk/repos/community-i686/PKGBUILD
  ibus-skk/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-11 04:20:11 UTC (rev 120510)
+++ community-i686/PKGBUILD 2014-10-11 04:21:41 UTC (rev 120511)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: eagletmt eagle...@gmail.com
-
-pkgname=ibus-skk
-pkgver=1.4.1.20140813
-pkgrel=1
-pkgdesc='Japanese input method SKK engine for IBus'
-arch=('i686' 'x86_64')
-url='https://github.com/ueno/ibus-skk'
-license=('GPL')
-depends=('ibus' 'libskk')
-makedepends=('intltool' 'git' 'gnome-common' 'vala')
-source=(git+https://github.com/ueno/ibus-skk.git#commit=f88d72bbc1a45747e10086983204120dc08fecbf;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ibus-skk/repos/community-i686/PKGBUILD (from rev 120510, 
ibus-skk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-11 04:21:41 UTC (rev 120511)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: eagletmt eagle...@gmail.com
+
+pkgname=ibus-skk
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Japanese input method SKK engine for IBus'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/ibus-skk'
+license=('GPL')
+depends=('ibus' 'libskk')
+makedepends=('intltool' 'git' 'gnome-common' 'vala')
+source=(git+https://github.com/ueno/ibus-skk.git#tag=$pkgname-$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-11 04:20:11 UTC (rev 120510)
+++ community-x86_64/PKGBUILD   2014-10-11 04:21:41 UTC (rev 120511)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: eagletmt eagle...@gmail.com
-
-pkgname=ibus-skk
-pkgver=1.4.1.20140813
-pkgrel=1
-pkgdesc='Japanese input method SKK engine for IBus'
-arch=('i686' 'x86_64')
-url='https://github.com/ueno/ibus-skk'
-license=('GPL')
-depends=('ibus' 'libskk')
-makedepends=('intltool' 'git' 'gnome-common' 'vala')
-source=(git+https://github.com/ueno/ibus-skk.git#commit=f88d72bbc1a45747e10086983204120dc08fecbf;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ibus-skk/repos/community-x86_64/PKGBUILD (from rev 120510, 
ibus-skk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-11 04:21:41 UTC (rev 120511)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: eagletmt eagle...@gmail.com
+
+pkgname=ibus-skk
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Japanese input method SKK engine for IBus'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/ibus-skk'
+license=('GPL')
+depends=('ibus' 'libskk')
+makedepends=('intltool' 'git' 'gnome-common' 'vala')
+source=(git+https://github.com/ueno/ibus-skk.git#tag=$pkgname-$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et: