[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:44:07
  Author: spupykin
Revision: 127476

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 127475, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 127475, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 127475, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  108 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 15:43:58 UTC (rev 127475)
+++ PKGBUILD2015-02-10 15:44:07 UTC (rev 127476)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 127475, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 15:44:07 UTC (rev 127476)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.conf

[arch-commits] Commit in pear-net-idna2/repos (community-any community-any/PKGBUILD)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:43:55
  Author: spupykin
Revision: 127474

archrelease: copy trunk to community-any

Added:
  pear-net-idna2/repos/community-any/
  pear-net-idna2/repos/community-any/PKGBUILD
(from rev 127473, pear-net-idna2/trunk/PKGBUILD)

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

Copied: pear-net-idna2/repos/community-any/PKGBUILD (from rev 127473, 
pear-net-idna2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-10 15:43:55 UTC (rev 127474)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+
+pkgname=pear-net-idna2
+_pkgname=Net_IDNA2
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Object oriented interface for searching and manipulating LDAP-entries
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('PHP')
+depends=()
+makedepends=('php-pear')
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+noextract=(${_pkgname}-$pkgver.tgz)
+md5sums=('d998750a832d6d1487c2c1acc4a7d439')
+
+package() {
+   pear install -P$pkgdir -O -n $srcdir/${_pkgname}-$pkgver.tgz
+   rm -r 
$pkgdir/usr/share/pear/{.channels,.depdb*,.filemap,.lock,.registry/.channel*}
+}


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

2015-02-10 Thread Andreas Radke
Date: Tuesday, February 10, 2015 @ 17:00:07
  Author: andyrtr
Revision: 231221

upgpkg: cups 2.0.2-1

upstream update 2.0.2

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:38:13 UTC (rev 231220)
+++ PKGBUILD2015-02-10 16:00:07 UTC (rev 231221)
@@ -3,7 +3,7 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 )
-md5sums=('7f7c33071035fb20d0879929a42da711'
+md5sums=('6e0ea72dbafcf5baaa1cf4178e71096d'
  'SKIP'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'


[arch-commits] Commit in virtualbox/trunk (009-xorg-1.17-ugly.patch PKGBUILD)

2015-02-10 Thread Laurent Carlier
Date: Tuesday, February 10, 2015 @ 17:01:58
  Author: lcarlier
Revision: 127487

upgpkg: virtualbox 4.3.20-6

xorg 1.17 rebuild

Added:
  virtualbox/trunk/009-xorg-1.17-ugly.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 009-xorg-1.17-ugly.patch |   33 +
 PKGBUILD |   10 ++
 2 files changed, 39 insertions(+), 4 deletions(-)

Added: 009-xorg-1.17-ugly.patch
===
--- 009-xorg-1.17-ugly.patch(rev 0)
+++ 009-xorg-1.17-ugly.patch2015-02-10 16:01:58 UTC (rev 127487)
@@ -0,0 +1,33 @@
+diff -ru VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/edid.c 
VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/edid.c
+--- VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/edid.c  2014-11-21 
16:16:53.0 +0100
 VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/edid.c 2015-02-10 
16:37:25.656612649 +0100
+@@ -45,6 +45,7 @@
+  */
+ 
+ #include misc.h
++#include xorg/xorg-server.h
+ #include xf86DDC.h
+ #include xf86Crtc.h
+ #include vboxvideo.h
+diff -ru VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/pointer.c 
VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/pointer.c
+--- VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/pointer.c   
2014-11-21 16:16:53.0 +0100
 VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/pointer.c  
2015-02-10 16:31:25.677093405 +0100
+@@ -27,6 +27,7 @@
+ #include iprt/string.h
+ #include compiler.h
+ #include cursorstr.h
++#include xorg/xorg-server.h
+ #include servermd.h
+ 
+ #include vboxvideo.h
+diff -ru VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/vboxvideo.c 
VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
+--- VirtualBox-4.3.20/src/VBox/Additions/x11/vboxvideo/vboxvideo.c 
2014-11-21 16:16:53.0 +0100
 VirtualBox-4.3.20b/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
2015-02-10 16:31:48.163313719 +0100
+@@ -72,6 +72,7 @@
+ # include xf86Pci.h
+ #endif
+ 
++#include xorg/xorg-server.h
+ #include fb.h
+ 
+ #include vboxvideo.h

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:49:23 UTC (rev 127486)
+++ PKGBUILD2015-02-10 16:01:58 UTC (rev 127487)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=4.3.20
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -65,7 +65,8 @@
 '005-gsoap-build.patch'
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
-'008-linux-3.19.patch')
+'008-linux-3.19.patch'
+'009-xorg-1.17-ugly.patch')
 md5sums=('cf3f25644aa0fae1029e8b362bd4375e'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -82,7 +83,8 @@
  'ecfd13297d7753ebe7b8763ca5b792d9'
  '7ea75b242e19440d622eb42a4d6c62c4'
  '188ea65918309f737ce28216c2b07c3b'
- 'd8a6630dfc7fe9cd3282947ed0ccf55c')
+ 'd8a6630dfc7fe9cd3282947ed0ccf55c'
+ '8ae131dea6e4e81e5de77156c9d04dce')
 
 prepare() {
 cd VirtualBox-$pkgver
@@ -298,7 +300,7 @@
 package_virtualbox-guest-utils() {
 pkgdesc='VirtualBox Guest userspace utilities'
 depends=('virtualbox-guest-modules' 'gcc-libs' 'libxmu' 'xorg-xrandr' 
'libxfixes'
-'X-ABI-VIDEODRV_VERSION=18')
+'X-ABI-VIDEODRV_VERSION=19')
 optdepends=('virtualbox-guest-dkms: Guest kernel source modules for 
non-stock kernels')
 replaces=('virtualbox-archlinux-additions' 'virtualbox-guest-additions')
 conflicts=('virtualbox-archlinux-additions' 'virtualbox-guest-additions' 
'virtualbox-guest-utils-nox')


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:24:12
  Author: spupykin
Revision: 127472

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 127471, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 127471, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 127471, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 127471, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  128 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   64 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   64 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:23:59 UTC (rev 127471)
+++ community-i686/PKGBUILD 2015-02-10 15:24:12 UTC (rev 127472)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.8.1.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu' 'gdb')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('0e23b0a8f61954b2c81f483ad29cd5cc'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 127471, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 15:24:12 UTC (rev 127472)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.8.1.0
+pkgrel=2
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu' 'gdb')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('0e23b0a8f61954b2c81f483ad29cd5cc'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries linetypes patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln 

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:37:37
  Author: foutrelis
Revision: 231215

upgpkg: nvidia-304xx-lts 304.125-3

Linux 3.14.32 rebuild.

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 12:24:18 UTC (rev 231214)
+++ PKGBUILD2015-02-10 15:37:37 UTC (rev 231215)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.125
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:37:52
  Author: foutrelis
Revision: 231217

upgpkg: nvidia-340xx-lts 340.76-2

Linux 3.14.32 rebuild.

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:37:49 UTC (rev 231216)
+++ PKGBUILD2015-02-10 15:37:52 UTC (rev 231217)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.76
 _extramodules=extramodules-3.14-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:37:49
  Author: foutrelis
Revision: 231216

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

Added:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
(from rev 231215, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
(from rev 231215, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 231215, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install
(from rev 231215, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
Deleted:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install

---+
 /PKGBUILD |   94 
 /nvidia-304xx-lts.install |   30 ++
 extra-i686/PKGBUILD   |   47 
 extra-i686/nvidia-304xx-lts.install   |   15 -
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/nvidia-304xx-lts.install |   15 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 15:37:37 UTC (rev 231215)
+++ extra-i686/PKGBUILD 2015-02-10 15:37:49 UTC (rev 231216)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=nvidia-304xx-lts
-pkgver=304.125
-_extramodules=extramodules-3.14-lts
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.21' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.14.21')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
-}

Copied: nvidia-304xx-lts/repos/extra-i686/PKGBUILD (from rev 231215, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 15:37:49 UTC (rev 231216)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.21' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.21')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:38:04
  Author: foutrelis
Revision: 231219

upgpkg: nvidia-lts 346.35-3

Linux 3.14.32 rebuild.

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:38:02 UTC (rev 231218)
+++ PKGBUILD2015-02-10 15:38:04 UTC (rev 231219)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=346.35
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-02-10 Thread Laurent Carlier
Date: Tuesday, February 10, 2015 @ 17:02:37
  Author: lcarlier
Revision: 127488

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

Added:
  virtualbox/repos/community-staging-i686/
  virtualbox/repos/community-staging-i686/001-vboxdrv-reference.patch
(from rev 127487, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-staging-i686/002-dri-driver-path.patch
(from rev 127487, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-staging-i686/003-ogl-include-path.patch
(from rev 127487, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-staging-i686/004-xorg.patch
(from rev 127487, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-staging-i686/005-gsoap-build.patch
(from rev 127487, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-staging-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 127487, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-staging-i686/007-python2-path.patch
(from rev 127487, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-staging-i686/008-linux-3.19.patch
(from rev 127487, virtualbox/trunk/008-linux-3.19.patch)
  virtualbox/repos/community-staging-i686/009-xorg-1.17-ugly.patch
(from rev 127487, virtualbox/trunk/009-xorg-1.17-ugly.patch)
  virtualbox/repos/community-staging-i686/60-vboxdrv.rules
(from rev 127487, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-staging-i686/60-vboxguest.rules
(from rev 127487, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-staging-i686/LocalConfig.kmk
(from rev 127487, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-staging-i686/PKGBUILD
(from rev 127487, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-staging-i686/vboxreload
(from rev 127487, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-staging-i686/vboxservice-nox.service
(from rev 127487, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-staging-i686/vboxservice.service
(from rev 127487, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-staging-i686/vboxweb.service
(from rev 127487, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-staging-i686/virtualbox-ext-vnc.install
(from rev 127487, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-dkms.install
(from rev 127487, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-utils.install
(from rev 127487, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-utils.sysusers
(from rev 127487, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-staging-i686/virtualbox-host-dkms.install
(from rev 127487, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-staging-i686/virtualbox.install
(from rev 127487, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-staging-x86_64/
  virtualbox/repos/community-staging-x86_64/001-vboxdrv-reference.patch
(from rev 127487, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-staging-x86_64/002-dri-driver-path.patch
(from rev 127487, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-staging-x86_64/003-ogl-include-path.patch
(from rev 127487, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-staging-x86_64/004-xorg.patch
(from rev 127487, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-staging-x86_64/005-gsoap-build.patch
(from rev 127487, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-staging-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 127487, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-staging-x86_64/007-python2-path.patch
(from rev 127487, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-staging-x86_64/008-linux-3.19.patch
(from rev 127487, virtualbox/trunk/008-linux-3.19.patch)
  virtualbox/repos/community-staging-x86_64/009-xorg-1.17-ugly.patch
(from rev 127487, virtualbox/trunk/009-xorg-1.17-ugly.patch)
  virtualbox/repos/community-staging-x86_64/60-vboxdrv.rules
(from rev 127487, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-staging-x86_64/60-vboxguest.rules
(from rev 127487, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-staging-x86_64/LocalConfig.kmk
(from rev 127487, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-staging-x86_64/PKGBUILD
(from rev 127487, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-staging-x86_64/vboxreload
(from rev 127487, virtualbox/trunk/vboxreload)
  

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

2015-02-10 Thread Jonathan Steel
Date: Tuesday, February 10, 2015 @ 15:29:41
  Author: jsteel
Revision: 127464

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  146 +++
 puppet.install |   42 +++
 2 files changed, 92 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 14:29:24 UTC (rev 127463)
+++ PKGBUILD2015-02-10 14:29:41 UTC (rev 127464)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
-# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
-# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
-# Contributor: Miah Johnson miah (at) chia-pet dot org
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=puppet
-pkgver=3.7.4
-pkgrel=1
-pkgdesc=Server automation framework and application
-arch=('any')
-url=http://puppetlabs.com/puppet/puppet-open-source;
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('cdd76f4cbb2c45a40ddbb2c21070a20b')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.2 fixes
-  sed -i 's/: syck$/: (defined?(Psych) \\ YAML == Psych ? psych : 
syck)/' \
-lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb
-  sed -i 466,469d lib/puppet/defaults.rb
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-$pkgdir/etc/$pkgname/$pkgname.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
-$pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
-$pkgdir/etc/$pkgname/fileserver.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
-$pkgdir/etc/$pkgname/tagmail.conf
-
-  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-$pkgdir/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 127463, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 14:29:41 UTC (rev 127464)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.7.4
+pkgrel=2
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:38:13
  Author: foutrelis
Revision: 231220

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 231219, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 231219, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 231219, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 231219, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |  108 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   54 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 15:38:04 UTC (rev 231219)
+++ extra-i686/PKGBUILD 2015-02-10 15:38:13 UTC (rev 231220)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=346.35
-_extramodules=extramodules-3.14-lts
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.25' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.14.25')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('d2b8f7f90ef5037f03f94519f9809511'
- '9ca9f07f91361362f304ca8317ddd453')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-  
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 231219, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 15:38:13 UTC (rev 231220)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=346.35
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.25' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.25')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('d2b8f7f90ef5037f03f94519f9809511'
+ '9ca9f07f91361362f304ca8317ddd453')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+fi
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  
+if [[ $CARCH = x86_64 

[arch-commits] Commit in (4 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:38:45
  Author: spupykin
Revision: 127473

Added:
  pear-net-idna2/
  pear-net-idna2/repos/
  pear-net-idna2/trunk/
  pear-net-idna2/trunk/PKGBUILD

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

Added: pear-net-idna2/trunk/PKGBUILD
===
--- pear-net-idna2/trunk/PKGBUILD   (rev 0)
+++ pear-net-idna2/trunk/PKGBUILD   2015-02-10 15:38:45 UTC (rev 127473)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+
+pkgname=pear-net-idna2
+_pkgname=Net_IDNA2
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=Object oriented interface for searching and manipulating LDAP-entries
+url=http://pear.php.net/package/${_pkgname}
+arch=('any')
+license=('PHP')
+depends=()
+makedepends=('php-pear')
+source=(http://download.pear.php.net/package/${_pkgname}-$pkgver.tgz)
+noextract=(${_pkgname}-$pkgver.tgz)
+md5sums=('d998750a832d6d1487c2c1acc4a7d439')
+
+package() {
+   pear install -P$pkgdir -O -n $srcdir/${_pkgname}-$pkgver.tgz
+   rm -r 
$pkgdir/usr/share/pear/{.channels,.depdb*,.filemap,.lock,.registry/.channel*}
+}


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


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:45
  Author: foutrelis
Revision: 127480

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

Added:
  bbswitch-lts/repos/community-i686/PKGBUILD
(from rev 127479, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-i686/bbswitch-lts.install
(from rev 127479, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-x86_64/PKGBUILD
(from rev 127479, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-x86_64/bbswitch-lts.install
(from rev 127479, bbswitch-lts/trunk/bbswitch-lts.install)
Deleted:
  bbswitch-lts/repos/community-i686/PKGBUILD
  bbswitch-lts/repos/community-i686/bbswitch-lts.install
  bbswitch-lts/repos/community-x86_64/PKGBUILD
  bbswitch-lts/repos/community-x86_64/bbswitch-lts.install

---+
 /PKGBUILD |   68 
 /bbswitch-lts.install |   24 +++
 community-i686/PKGBUILD   |   34 
 community-i686/bbswitch-lts.install   |   12 -
 community-x86_64/PKGBUILD |   34 
 community-x86_64/bbswitch-lts.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:48:36 UTC (rev 127479)
+++ community-i686/PKGBUILD 2015-02-10 15:48:45 UTC (rev 127480)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch-lts
-_basename=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=4
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux-lts=3.14' 'linux-lts3.15')
-makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
-install=${pkgname}.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${_basename}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${_basename}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch-lts/repos/community-i686/PKGBUILD (from rev 127479, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 15:48:45 UTC (rev 127480)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=5
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts=3.14' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch-lts.install
===
--- community-i686/bbswitch-lts.install 2015-02-10 15:48:36 UTC (rev 127479)
+++ community-i686/bbswitch-lts.install 2015-02-10 15:48:45 UTC (rev 127480)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.14-lts'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch-lts/repos/community-i686/bbswitch-lts.install (from rev 
127479, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-i686/bbswitch-lts.install (rev 0)
+++ community-i686/bbswitch-lts.install 2015-02-10 15:48:45 UTC (rev 

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:34
  Author: foutrelis
Revision: 127478

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

Added:
  acpi_call-lts/repos/community-i686/PKGBUILD
(from rev 127477, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-i686/acpi_call.install
(from rev 127477, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-x86_64/PKGBUILD
(from rev 127477, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-x86_64/acpi_call.install
(from rev 127477, acpi_call-lts/trunk/acpi_call.install)
Deleted:
  acpi_call-lts/repos/community-i686/PKGBUILD
  acpi_call-lts/repos/community-i686/acpi_call.install
  acpi_call-lts/repos/community-x86_64/PKGBUILD
  acpi_call-lts/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   82 +++
 /acpi_call.install |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:48:24 UTC (rev 127477)
+++ community-i686/PKGBUILD 2015-02-10 15:48:34 UTC (rev 127478)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call-lts
-pkgver=1.1.0
-pkgrel=13
-_extramodules=extramodules-3.14-lts
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname%-*};
-license=('GPL')
-depends=('linux-lts=3.14.21')
-makedepends=('linux-lts-headers=3.14.21')
-provides=(${pkgname%-*})
-install=${pkgname%-*}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
-  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/PKGBUILD (from rev 127477, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 15:48:34 UTC (rev 127478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=14
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.21')
+makedepends=('linux-lts-headers=3.14.21')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-02-10 15:48:24 UTC (rev 127477)
+++ community-i686/acpi_call.install2015-02-10 15:48:34 UTC (rev 127478)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.14-lts
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:47
  Author: foutrelis
Revision: 127481

upgpkg: r8168-lts 8.039.00-6

Linux 3.14.32 rebuild.

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:48:45 UTC (rev 127480)
+++ PKGBUILD2015-02-10 15:48:47 UTC (rev 127481)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.039.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 #url=http://www.realtek.com.tw;
 url=https://code.google.com/p/r8168/;


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:55
  Author: foutrelis
Revision: 127482

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

Added:
  r8168-lts/repos/community-i686/PKGBUILD
(from rev 127481, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-i686/r8168-lts.install
(from rev 127481, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 127481, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 127481, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-i686/PKGBUILD
  r8168-lts/repos/community-i686/r8168-lts.install
  r8168-lts/repos/community-x86_64/PKGBUILD
  r8168-lts/repos/community-x86_64/r8168-lts.install

+
 /PKGBUILD  |   70 +++
 /r8168-lts.install |   34 +
 community-i686/PKGBUILD|   35 -
 community-i686/r8168-lts.install   |   17 
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/r8168-lts.install |   17 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:48:47 UTC (rev 127481)
+++ community-i686/PKGBUILD 2015-02-10 15:48:55 UTC (rev 127482)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.039.00
-pkgrel=5
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-#url=http://www.realtek.com.tw;
-url=https://code.google.com/p/r8168/;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.14.21 linux-lts3.15)
-makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
-install=$pkgname.install
-source=(#ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;
-   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-_extramodules=extramodules-3.14-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 127481, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 15:48:55 UTC (rev 127482)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+#url=http://www.realtek.com.tw;
+url=https://code.google.com/p/r8168/;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.21 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+install=$pkgname.install
+source=(#ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}

Deleted: community-i686/r8168-lts.install
===
--- community-i686/r8168-lts.install2015-02-10 15:48:47 UTC (rev 127481)
+++ community-i686/r8168-lts.install2015-02-10 15:48:55 UTC (rev 127482)
@@ -1,17 +0,0 @@
-rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.14-lts'
-   depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  rebuild_module_dependencies
-   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
-   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
-}
-post_upgrade() {
-   rebuild_module_dependencies
-}
-

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:58
  Author: foutrelis
Revision: 127483

upgpkg: tp_smapi-lts 0.41-36

Linux 3.14.32 rebuild.

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:48:55 UTC (rev 127482)
+++ PKGBUILD2015-02-10 15:48:58 UTC (rev 127483)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=35
+pkgrel=36
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:49:06
  Author: foutrelis
Revision: 127484

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

Added:
  tp_smapi-lts/repos/community-i686/PKGBUILD
(from rev 127483, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
(from rev 127483, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
(from rev 127483, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install
(from rev 127483, tp_smapi-lts/trunk/tp_smapi-lts.install)
Deleted:
  tp_smapi-lts/repos/community-i686/PKGBUILD
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install

---+
 /PKGBUILD |  114 
 /tp_smapi-lts.install |   26 +++
 community-i686/PKGBUILD   |   57 
 community-i686/tp_smapi-lts.install   |   13 ---
 community-x86_64/PKGBUILD |   57 
 community-x86_64/tp_smapi-lts.install |   13 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

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

Copied: tp_smapi-lts/repos/community-i686/PKGBUILD (from rev 127483, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 15:49:06 UTC (rev 127484)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=36
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.14.21' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C 

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:36
  Author: foutrelis
Revision: 127479

upgpkg: bbswitch-lts 0.8-5

Linux 3.14.32 rebuild.

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:48:34 UTC (rev 127478)
+++ PKGBUILD2015-02-10 15:48:36 UTC (rev 127479)
@@ -7,7 +7,7 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=4
+pkgrel=5
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)


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

2015-02-10 Thread Andreas Radke
Date: Tuesday, February 10, 2015 @ 17:00:40
  Author: andyrtr
Revision: 231222

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 231221, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 231221, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 231221, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 231221, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 231221, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 231221, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups.install
(from rev 231221, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 231221, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 231221, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 231221, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 231221, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 231221, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 231221, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 231221, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 231221, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 231221, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 231221, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 231221, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam

-+
 /PKGBUILD   |  346 ++
 /cups-1.6.0-fix-install-perms.patch |   50 +++
 /cups-1.6.2-statedir.patch  |   24 +
 /cups-no-export-ssllibs.patch   |   24 +
 /cups-no-gcrypt.patch   |   22 +
 /cups-no-gzip-man.patch |   36 ++
 /cups.install   |   56 +++
 /cups.logrotate |   10 
 /cups.pam   |6 
 extra-i686/PKGBUILD |  172 --
 extra-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 extra-i686/cups-1.6.2-statedir.patch|   12 
 extra-i686/cups-no-export-ssllibs.patch |   12 
 extra-i686/cups-no-gcrypt.patch |   11 
 extra-i686/cups-no-gzip-man.patch   |   18 -
 extra-i686/cups.install |   28 -
 extra-i686/cups.logrotate   |5 
 extra-i686/cups.pam |3 
 extra-x86_64/PKGBUILD   |  172 --
 extra-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 extra-x86_64/cups-1.6.2-statedir.patch  |   12 
 extra-x86_64/cups-no-export-ssllibs.patch   |   12 
 extra-x86_64/cups-no-gcrypt.patch   |   11 
 extra-x86_64/cups-no-gzip-man.patch |   18 -
 extra-x86_64/cups.install   |   28 -
 extra-x86_64/cups.logrotate |5 
 extra-x86_64/cups.pam   |3 
 27 files changed, 574 insertions(+), 572 deletions(-)

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


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

2015-02-10 Thread Ike Devolder
Date: Tuesday, February 10, 2015 @ 17:14:30
  Author: idevolder
Revision: 127489

upgpkg: php-mongo 1.6.2-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:02:37 UTC (rev 127488)
+++ PKGBUILD2015-02-10 16:14:30 UTC (rev 127489)
@@ -2,7 +2,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -26,5 +26,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('7055f9c5d9314e414e153f7fb7a023d8e9b78d23c61bc250af152fa0ab63d483'
+sha256sums=('b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-02-10 Thread Ike Devolder
Date: Tuesday, February 10, 2015 @ 17:14:41
  Author: idevolder
Revision: 127490

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 127489, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 127489, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 127489, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 127489, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   30 -
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:14:30 UTC (rev 127489)
+++ community-i686/PKGBUILD 2015-02-10 16:14:41 UTC (rev 127490)
@@ -1,30 +0,0 @@
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('7055f9c5d9314e414e153f7fb7a023d8e9b78d23c61bc250af152fa0ab63d483'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 127489, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 16:14:41 UTC (rev 127490)
@@ -0,0 +1,30 @@
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-02-10 16:14:30 UTC (rev 127489)
+++ community-i686/mongo.ini2015-02-10 16:14:41 UTC (rev 127490)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 127489, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-02-10 16:14:41 UTC (rev 127490)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should reconnect to mongo
+mongo.auto_reconnect = 

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:49:23
  Author: foutrelis
Revision: 127486

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:49:08 UTC (rev 127485)
+++ community-i686/PKGBUILD 2015-02-10 15:49:23 UTC (rev 127486)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.20
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14' 'linux-lts3.15'
- 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.14' 'linux-lts3.15')
-  

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:49:08
  Author: foutrelis
Revision: 127485

upgpkg: virtualbox-modules-lts 4.3.20-4

Linux 3.14.32 rebuild.

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:49:06 UTC (rev 127484)
+++ PKGBUILD2015-02-10 15:49:08 UTC (rev 127485)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.20
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:48:24
  Author: foutrelis
Revision: 127477

upgpkg: acpi_call-lts 1.1.0-14

Linux 3.14.32 rebuild.

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:44:07 UTC (rev 127476)
+++ PKGBUILD2015-02-10 15:48:24 UTC (rev 127477)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=13
+pkgrel=14
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 16:38:02
  Author: foutrelis
Revision: 231218

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

Added:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
(from rev 231217, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
(from rev 231217, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 231217, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install
(from rev 231217, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install

---+
 /PKGBUILD |   98 
 /nvidia-340xx-lts.install |   30 +
 extra-i686/PKGBUILD   |   49 
 extra-i686/nvidia-340xx-lts.install   |   15 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 15:37:52 UTC (rev 231217)
+++ extra-i686/PKGBUILD 2015-02-10 15:38:02 UTC (rev 231218)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-340xx-lts
-pkgver=340.76
-_extramodules=extramodules-3.14-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.25' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
-makedepends=('linux-lts-headers=3.14.25')
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-340xx-lts/repos/extra-i686/PKGBUILD (from rev 231217, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 15:38:02 UTC (rev 231218)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.25' nvidia-340xx-utils=$pkgver 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers=3.14.25')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:43:58
  Author: spupykin
Revision: 127475

upgpkg: roundcubemail 1.1.0-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:43:55 UTC (rev 127474)
+++ PKGBUILD2015-02-10 15:43:58 UTC (rev 127475)
@@ -3,12 +3,12 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
 license=('GPL')
-depends=('php')
+depends=('php' 'php-pear' 'pear-net-idna2')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:40:59
  Author: spupykin
Revision: 127498

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

Added:
  darkstat/repos/community-i686/PKGBUILD
(from rev 127497, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-i686/darkstat.conf
(from rev 127497, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-i686/darkstat.install
(from rev 127497, darkstat/trunk/darkstat.install)
  darkstat/repos/community-i686/darkstat.service
(from rev 127497, darkstat/trunk/darkstat.service)
  darkstat/repos/community-x86_64/PKGBUILD
(from rev 127497, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-x86_64/darkstat.conf
(from rev 127497, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-x86_64/darkstat.install
(from rev 127497, darkstat/trunk/darkstat.install)
  darkstat/repos/community-x86_64/darkstat.service
(from rev 127497, darkstat/trunk/darkstat.service)
Deleted:
  darkstat/repos/community-i686/PKGBUILD
  darkstat/repos/community-i686/darkstat.conf
  darkstat/repos/community-i686/darkstat.install
  darkstat/repos/community-i686/darkstat.service
  darkstat/repos/community-x86_64/PKGBUILD
  darkstat/repos/community-x86_64/darkstat.conf
  darkstat/repos/community-x86_64/darkstat.install
  darkstat/repos/community-x86_64/darkstat.service

---+
 /PKGBUILD |   64 
 /darkstat.conf|4 ++
 /darkstat.install |   32 ++
 /darkstat.service |   34 +++
 community-i686/PKGBUILD   |   32 --
 community-i686/darkstat.conf  |2 -
 community-i686/darkstat.install   |   20 ---
 community-i686/darkstat.service   |   17 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/darkstat.conf|2 -
 community-x86_64/darkstat.install |   20 ---
 community-x86_64/darkstat.service |   17 -
 12 files changed, 134 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:40:42 UTC (rev 127497)
+++ community-i686/PKGBUILD 2015-02-10 16:40:59 UTC (rev 127498)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=darkstat
-pkgver=3.0.718
-pkgrel=1
-pkgdesc=Network statistics gatherer (packet sniffer)
-url=http://dmr.ath.cx/net/darkstat/;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('libpcap' 'zlib' 'gcc-libs')
-backup=('etc/conf.d/darkstat.conf')
-source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
-   darkstat.service
-   darkstat.conf)
-install=darkstat.install
-md5sums=('1fb31ac01d4689493c917fa622a002e7'
- 'e28c56657502ce3e62c1fc6bf5ce59f7'
- 'aa9a9effd1e8f08860afcd6439fc94c5')
-
-build() {
-  cd $srcdir/darkstat-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/darkstat-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: darkstat/repos/community-i686/PKGBUILD (from rev 127497, 
darkstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 16:40:59 UTC (rev 127498)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=darkstat
+pkgver=3.0.718
+pkgrel=2
+pkgdesc=Network statistics gatherer (packet sniffer)
+url=http://dmr.ath.cx/net/darkstat/;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('libpcap' 'zlib' 'gcc-libs')
+backup=('etc/conf.d/darkstat.conf')
+source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
+   darkstat.service
+   darkstat.conf)
+install=darkstat.install
+md5sums=('1fb31ac01d4689493c917fa622a002e7'
+ 'e28c56657502ce3e62c1fc6bf5ce59f7'
+ 'aa9a9effd1e8f08860afcd6439fc94c5')
+
+build() {
+  cd $srcdir/darkstat-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/darkstat-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/darkstat.conf
===
--- community-i686/darkstat.conf2015-02-10 16:40:42 UTC (rev 127497)
+++ community-i686/darkstat.conf2015-02-10 16:40:59 UTC (rev 127498)
@@ -1,2 +0,0 @@
-DARKSTAT_IFACE=eth0
-DARKSTAT_ARGS=

Copied: darkstat/repos/community-i686/darkstat.conf (from rev 127497, 
darkstat/trunk/darkstat.conf)

[arch-commits] Commit in darkstat/trunk (PKGBUILD darkstat.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:40:42
  Author: spupykin
Revision: 127497

upgpkg: darkstat 3.0.718-2

upd

Modified:
  darkstat/trunk/PKGBUILD
  darkstat/trunk/darkstat.install

--+
 PKGBUILD |2 +-
 darkstat.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:40:34 UTC (rev 127496)
+++ PKGBUILD2015-02-10 16:40:42 UTC (rev 127497)
@@ -3,7 +3,7 @@
 
 pkgname=darkstat
 pkgver=3.0.718
-pkgrel=1
+pkgrel=2
 pkgdesc=Network statistics gatherer (packet sniffer)
 url=http://dmr.ath.cx/net/darkstat/;
 license=(GPL)

Modified: darkstat.install
===
--- darkstat.install2015-02-10 16:40:34 UTC (rev 127496)
+++ darkstat.install2015-02-10 16:40:42 UTC (rev 127497)
@@ -14,7 +14,3 @@
 --gid nobody $daemon_name
   chown -R $daemon_name:nobody /$daemon_chroot
 }
-
-post_remove() {
-  userdel $daemon_name
-}


[arch-commits] Commit in osec/trunk (PKGBUILD osec.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:41:03
  Author: spupykin
Revision: 127499

upgpkg: osec 1.2.5-1

upd

Modified:
  osec/trunk/PKGBUILD
  osec/trunk/osec.install

--+
 PKGBUILD |8 
 osec.install |   13 -
 2 files changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:40:59 UTC (rev 127498)
+++ PKGBUILD2015-02-10 16:41:03 UTC (rev 127499)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=osec
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
 pkgdesc=lightweight integrity checking system
 arch=(i686 x86_64)
 url=http://o-security.sourceforge.net/;
@@ -14,8 +14,8 @@
 install=osec.install
 backup=(etc/osec/dirs.conf
etc/osec/pipe.conf)
-source=(https://downloads.sourceforge.net/project/o-security/o-security/$pkgver/osec-$pkgver.tar.gz)
-md5sums=('b7f3612e58c7b0ff379a8ee6b79c725c')
+source=(http://downloads.sourceforge.net/project/o-security/o-security/$pkgver/osec-$pkgver.tar.gz)
+md5sums=('34eb5b327affee6717e9cc589e83019f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: osec.install
===
--- osec.install2015-02-10 16:40:59 UTC (rev 127498)
+++ osec.install2015-02-10 16:41:03 UTC (rev 127499)
@@ -1,16 +1,11 @@
 post_install() {
-groupadd osecgroup
-useradd -G osecgroup -d /var/lib/osec osec
-chown -R osec.osecgroup /var/lib/osec
+groupadd -r osecgroup
+useradd -r -G osecgroup -d /var/lib/osec osec
+chown -R osec:osecgroup /var/lib/osec
 echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 
/etc/osec/dirs.conf | osec_reporter
 }
 
 post_upgrade() {
-chown -R osec.osecgroup /var/lib/osec
+chown -R osec:osecgroup /var/lib/osec
 echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 
/etc/osec/dirs.conf | osec_reporter
 }
-
-post_remove() {
-userdel osec
-groupdel osecgroup
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:41:18
  Author: spupykin
Revision: 127500

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:41:03 UTC (rev 127499)
+++ community-i686/PKGBUILD 2015-02-10 16:41:18 UTC (rev 127500)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=osec
-pkgver=1.2.3
-pkgrel=3
-pkgdesc=lightweight integrity checking system
-arch=(i686 x86_64)
-url=http://o-security.sourceforge.net/;
-license=(GPL)
-makedepends=(help2man tinycdb)
-depends=(cdbxx libcap openssl perl)
-install=osec.install
-backup=(etc/osec/dirs.conf
-   etc/osec/pipe.conf)
-source=(https://downloads.sourceforge.net/project/o-security/o-security/$pkgver/osec-$pkgver.tar.gz)
-md5sums=('b7f3612e58c7b0ff379a8ee6b79c725c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/osec
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/share/pipe.conf $pkgdir/etc/osec/pipe.conf
-  mkdir -p $pkgdir/usr/share/osec
-  mv $pkgdir/usr/share/osec.cron $pkgdir/usr/share/osec/
-  install -d -m 0755 $pkgdir/var/lib/osec
-}

Copied: osec/repos/community-i686/PKGBUILD (from rev 127499, 
osec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 16:41:18 UTC (rev 127500)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=osec
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=lightweight integrity checking system
+arch=(i686 x86_64)
+url=http://o-security.sourceforge.net/;
+license=(GPL)
+makedepends=(help2man tinycdb)
+depends=(cdbxx libcap openssl perl)
+install=osec.install
+backup=(etc/osec/dirs.conf
+   etc/osec/pipe.conf)
+source=(http://downloads.sourceforge.net/project/o-security/o-security/$pkgver/osec-$pkgver.tar.gz)
+md5sums=('34eb5b327affee6717e9cc589e83019f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/osec
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/share/pipe.conf $pkgdir/etc/osec/pipe.conf
+  mkdir -p $pkgdir/usr/share/osec
+  mv $pkgdir/usr/share/osec.cron $pkgdir/usr/share/osec/
+  install -d -m 0755 $pkgdir/var/lib/osec
+}

Deleted: community-i686/osec.install
===
--- community-i686/osec.install 2015-02-10 16:41:03 UTC (rev 127499)
+++ community-i686/osec.install 2015-02-10 16:41:18 UTC (rev 127500)
@@ -1,16 +0,0 @@
-post_install() {
-groupadd osecgroup
-useradd -G osecgroup -d /var/lib/osec osec
-chown -R osec.osecgroup /var/lib/osec
-echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 
/etc/osec/dirs.conf | osec_reporter
-}
-
-post_upgrade() {
-chown -R osec.osecgroup /var/lib/osec
-echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 
/etc/osec/dirs.conf | osec_reporter
-}
-
-post_remove() {
-userdel osec
-groupdel osecgroup
-}

Copied: osec/repos/community-i686/osec.install (from rev 127499, 
osec/trunk/osec.install)
===
--- community-i686/osec.install (rev 0)
+++ community-i686/osec.install 2015-02-10 16:41:18 UTC (rev 127500)
@@ -0,0 +1,11 @@
+post_install() {
+groupadd -r osecgroup
+useradd -r -G osecgroup -d /var/lib/osec osec
+chown -R osec:osecgroup /var/lib/osec
+echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 
/etc/osec/dirs.conf | osec_reporter
+}
+
+post_upgrade() {
+chown -R osec:osecgroup /var/lib/osec
+echo -- Use osec -D /var/lib/osec -u osec -g osecgroup -f 

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 17:50:50
  Author: foutrelis
Revision: 231223

upgpkg: sudo 1.8.12-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:00:40 UTC (rev 231222)
+++ PKGBUILD2015-02-10 16:50:50 UTC (rev 231223)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.11p2
+_sudover=1.8.12
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -18,12 +18,19 @@
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.tmpfiles.conf
 sudo.pam)
-sha256sums=('8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad'
+sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
 'SKIP'
 '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
+prepare() {
+  cd $srcdir/$pkgname-$_sudover
+
+  # http://bugzilla.sudo.ws/show_bug.cgi?id=682
+  sed -i 's|\(exampledir = \).*|\1@docdir@/examples|' {examples/,}Makefile.in
+}
+
 build() {
   cd $srcdir/$pkgname-$_sudover
 


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 17:51:03
  Author: foutrelis
Revision: 231224

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 231223, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 231223, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 231223, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 231223, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 231223, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 231223, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 231223, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 231223, sudo/trunk/sudo.tmpfiles.conf)

---+
 testing-i686/PKGBUILD |   74 
 testing-i686/sudo.install |   19 +
 testing-i686/sudo.pam |4 +
 testing-i686/sudo.tmpfiles.conf   |1 
 testing-x86_64/PKGBUILD   |   74 
 testing-x86_64/sudo.install   |   19 +
 testing-x86_64/sudo.pam   |4 +
 testing-x86_64/sudo.tmpfiles.conf |1 
 8 files changed, 196 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 231223, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-10 16:51:03 UTC (rev 231224)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.12
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.tmpfiles.conf
+sudo.pam)
+sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+  cd $srcdir/$pkgname-$_sudover
+
+  # http://bugzilla.sudo.ws/show_bug.cgi?id=682
+  sed -i 's|\(exampledir = \).*|\1@docdir@/examples|' {examples/,}Makefile.in
+}
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/sudo.conf
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 231223, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2015-02-10 16:51:03 UTC (rev 231224)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles /dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 231223, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2015-02-10 16:51:03 UTC (rev 231224)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: 

[arch-commits] Commit in freeradius/trunk (PKGBUILD freeradius.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:59:44
  Author: spupykin
Revision: 127501

upgpkg: freeradius 3.0.6-3

upd

Modified:
  freeradius/trunk/PKGBUILD
  freeradius/trunk/freeradius.install

+
 PKGBUILD   |   13 +++--
 freeradius.install |3 ---
 2 files changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:41:18 UTC (rev 127500)
+++ PKGBUILD2015-02-10 16:59:44 UTC (rev 127501)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc=The premier open source RADIUS server
 arch=('i686' 'x86_64')
 url=http://www.freeradius.org/;
@@ -19,18 +19,11 @@
 install=$pkgname.install
 source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2;
freeradius.tmpfiles
-freeradius.service
-
https://github.com/FreeRADIUS/freeradius-server/commit/6d296f2c4f3c58742543cc0508642c6d06747aea.patch;)
+   freeradius.service)
 md5sums=('579d553049c53b4d4e9af88745ed367a'
  'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708'
- 'a51da2299e4bb1979ad6fc54683f173e')
+ 'e3f18e3a25df3b692e59f60605354708')
 
-prepare() {
-  cd $srcdir/freeradius-server-$pkgver
-#  patch -p1 $srcdir/6d296f2c4f3c58742543cc0508642c6d06747aea.patch
-}
-
 build() {
   cd $srcdir/freeradius-server-$pkgver
   ./configure --with-system-libtool --with-system-libltdl \

Modified: freeradius.install
===
--- freeradius.install  2015-02-10 16:41:18 UTC (rev 127500)
+++ freeradius.install  2015-02-10 16:59:44 UTC (rev 127501)
@@ -14,8 +14,5 @@
 }
 
 post_remove() {
-userdel radiusd
-grep ^radiusd: etc/group /dev/null  groupdel radiusd
-systemd-tmpfiles --create freeradius.conf
 echo -- You may want to remove /var/lib/radiusd and /etc/raddb
 }


[arch-commits] Commit in incron/trunk (PKGBUILD incron.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:00:08
  Author: spupykin
Revision: 127503

upgpkg: incron 0.5.10-7

upd

Modified:
  incron/trunk/PKGBUILD
  incron/trunk/incron.install

+
 PKGBUILD   |2 +-
 incron.install |2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:00:03 UTC (rev 127502)
+++ PKGBUILD2015-02-10 17:00:08 UTC (rev 127503)
@@ -5,7 +5,7 @@
 
 pkgname=incron
 pkgver=0.5.10
-pkgrel=6
+pkgrel=7
 pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
 arch=('i686' 'x86_64')
 url=http://incron.aiken.cz/;

Modified: incron.install
===
--- incron.install  2015-02-10 17:00:03 UTC (rev 127502)
+++ incron.install  2015-02-10 17:00:08 UTC (rev 127503)
@@ -8,6 +8,4 @@
 
 pre_remove() {
   [ -h /var/service/incron ]  rm /var/service/incron
-  userdel incron  /dev/null
-  groupdel incron  /dev/null
 }


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:00:18
  Author: spupykin
Revision: 127504

archrelease: copy trunk to community-i686

Added:
  incron/repos/community-i686/PKGBUILD
(from rev 127503, incron/trunk/PKGBUILD)
  incron/repos/community-i686/incron.install
(from rev 127503, incron/trunk/incron.install)
  incron/repos/community-i686/incrond.service
(from rev 127503, incron/trunk/incrond.service)
Deleted:
  incron/repos/community-i686/PKGBUILD
  incron/repos/community-i686/incron.install
  incron/repos/community-i686/incrond.service

-+
 PKGBUILD|   94 +++---
 incron.install  |   24 ++---
 incrond.service |   20 +--
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 17:00:08 UTC (rev 127503)
+++ PKGBUILD2015-02-10 17:00:18 UTC (rev 127504)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: scj scj(at)archlinux(dot)us
-
-pkgname=incron
-pkgver=0.5.10
-pkgrel=6
-pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
-arch=('i686' 'x86_64')
-url=http://incron.aiken.cz/;
-license=('GPL')
-depends=('gcc-libs' 'bash')
-install=incron.install
-options=('emptydirs')
-source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
-   'incrond.service')
-md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
- '4be206ba6ecacd9d2006cdc72b4604db')
-
-prepare() {
-  cd ${srcdir}/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
-  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
-  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
-  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
-}
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
-
-  make PREFIX=${pkgdir}/usr \
-MANPATH=${pkgdir}/usr/share/man \
-USERDATADIR=${pkgdir}/var/spool/incron \
-CFGDIR=${pkgdir}/etc \
-SYSDATADIR=${pkgdir}/etc/incron.d install
-
-  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
-  rmdir $pkgdir/usr/sbin
-}

Copied: incron/repos/community-i686/PKGBUILD (from rev 127503, 
incron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 17:00:18 UTC (rev 127504)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: scj scj(at)archlinux(dot)us
+
+pkgname=incron
+pkgver=0.5.10
+pkgrel=7
+pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
+arch=('i686' 'x86_64')
+url=http://incron.aiken.cz/;
+license=('GPL')
+depends=('gcc-libs' 'bash')
+install=incron.install
+options=('emptydirs')
+source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
+   'incrond.service')
+md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
+ '4be206ba6ecacd9d2006cdc72b4604db')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
+  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
+  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
+  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
+
+  make PREFIX=${pkgdir}/usr \
+MANPATH=${pkgdir}/usr/share/man \
+USERDATADIR=${pkgdir}/var/spool/incron \
+CFGDIR=${pkgdir}/etc \
+SYSDATADIR=${pkgdir}/etc/incron.d install
+
+  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
+  rmdir $pkgdir/usr/sbin
+}

Deleted: incron.install
===
--- incron.install  2015-02-10 17:00:08 UTC (rev 127503)
+++ incron.install  2015-02-10 17:00:18 UTC (rev 127504)
@@ -1,13 +0,0 @@
-post_install () {
-  # Check user/group incron exists
-  getent group incron  /dev/null || groupadd -r incron
-  getent passwd incron  /dev/null || useradd -r -c Incron system -g incron 
-s /bin/false -d /var/spool/incron incron
-  # Fix permissions
-  chown incron.incron -R /var/spool/incron
-}
-
-pre_remove() {
-  [ -h /var/service/incron ]  rm /var/service/incron
-  userdel incron  /dev/null
-  groupdel incron  /dev/null
-}

Copied: incron/repos/community-i686/incron.install (from rev 127503, 
incron/trunk/incron.install)
===
--- 

[arch-commits] Commit in opendkim/trunk (PKGBUILD opendkim.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:00:22
  Author: spupykin
Revision: 127505

upgpkg: opendkim 2.10.0-1

upd

Modified:
  opendkim/trunk/PKGBUILD
  opendkim/trunk/opendkim.install

--+
 PKGBUILD |6 +++---
 opendkim.install |4 
 2 files changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:00:18 UTC (rev 127504)
+++ PKGBUILD2015-02-10 17:00:22 UTC (rev 127505)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Jost schno...@schnouki.net
 
 pkgname=opendkim
-pkgver=2.9.2
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
 arch=(i686 x86_64)
 url=http://www.opendkim.org/;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
opendkim.conf
opendkim.service)
-md5sums=('08cc80a2aedec62b0444d8d6af24a155'
+md5sums=('6f79ff358219c7ae7f944f44bf150391'
  '3e2bb1058ac0662f01e675aa6ac7ee8f'
  '85010750a21954e2d3cf5d57fe210d3f')
 

Modified: opendkim.install
===
--- opendkim.install2015-02-10 17:00:18 UTC (rev 127504)
+++ opendkim.install2015-02-10 17:00:22 UTC (rev 127505)
@@ -5,7 +5,3 @@
   Check and modify /etc/opendkim/opendkim.conf before starting
 EOF
 }
-
-post_remove() {
-userdel opendkim
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:00:03
  Author: spupykin
Revision: 127502

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 127501, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 127501, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 127501, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 127501, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 127501, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 127501, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 127501, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 127501, freeradius/trunk/freeradius.tmpfiles)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles

--+
 /PKGBUILD|   96 +
 /freeradius.install  |   36 
 /freeradius.service  |   30 ++
 /freeradius.tmpfiles |2 
 community-i686/PKGBUILD  |   55 --
 community-i686/freeradius.install|   21 ---
 community-i686/freeradius.service|   15 -
 community-i686/freeradius.tmpfiles   |1 
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/freeradius.install  |   21 ---
 community-x86_64/freeradius.service  |   15 -
 community-x86_64/freeradius.tmpfiles |1 
 12 files changed, 164 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:59:44 UTC (rev 127501)
+++ community-i686/PKGBUILD 2015-02-10 17:00:03 UTC (rev 127502)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jason R Begley (jay...@digitalgoat.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=freeradius
-pkgver=3.0.6
-pkgrel=2
-pkgdesc=The premier open source RADIUS server
-arch=('i686' 'x86_64')
-url=http://www.freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
-makedepends=('unixodbc' 'python2' 'curl')
-optdepends=('unixodbc: for ODBC'
-   'python2: for Python'
-   'curl: for REST')
-options=('!makeflags')
-install=$pkgname.install
-source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2;
-   freeradius.tmpfiles
-freeradius.service
-
https://github.com/FreeRADIUS/freeradius-server/commit/6d296f2c4f3c58742543cc0508642c6d06747aea.patch;)
-md5sums=('579d553049c53b4d4e9af88745ed367a'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708'
- 'a51da2299e4bb1979ad6fc54683f173e')
-
-prepare() {
-  cd $srcdir/freeradius-server-$pkgver
-#  patch -p1 $srcdir/6d296f2c4f3c58742543cc0508642c6d06747aea.patch
-}
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 127501, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:00:03 UTC (rev 127502)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jason R Begley (jay...@digitalgoat.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=freeradius
+pkgver=3.0.6
+pkgrel=3
+pkgdesc=The premier open source RADIUS server
+arch=('i686' 'x86_64')

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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 17:59:47
  Author: foutrelis
Revision: 231228

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

Added:
  sudo/repos/testing-i686/PKGBUILD
(from rev 231227, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
(from rev 231227, 
sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
  sudo/repos/testing-i686/sudo.install
(from rev 231227, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 231227, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 231227, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
(from rev 231227, 
sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
  sudo/repos/testing-x86_64/sudo.install
(from rev 231227, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 231227, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
Deleted:
  sudo/repos/testing-i686/PKGBUILD
  sudo/repos/testing-i686/sudo.install
  sudo/repos/testing-i686/sudo.pam
  sudo/repos/testing-i686/sudo.tmpfiles.conf
  sudo/repos/testing-x86_64/PKGBUILD
  sudo/repos/testing-x86_64/sudo.install
  sudo/repos/testing-x86_64/sudo.pam
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf

-+
 /PKGBUILD   |  152 
++
 /sudo.install   |   38 ++
 /sudo.pam   |8 
 /sudo.tmpfiles.conf |2 
 testing-i686/PKGBUILD   |   74 
 testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch   |   41 ++
 testing-i686/sudo.install   |   19 -
 testing-i686/sudo.pam   |4 
 testing-i686/sudo.tmpfiles.conf |1 
 testing-x86_64/PKGBUILD |   74 
 testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch |   41 ++
 testing-x86_64/sudo.install |   19 -
 testing-x86_64/sudo.pam |4 
 testing-x86_64/sudo.tmpfiles.conf   |1 
 14 files changed, 282 insertions(+), 196 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-i686/PKGBUILD   2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_sudover=1.8.12
-pkgver=${_sudover/p/.p}
-pkgrel=1
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-groups=('base-devel')
-depends=('glibc' 'pam' 'libldap')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-install=$pkgname.install
-source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-sudo.tmpfiles.conf
-sudo.pam)
-sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
-'SKIP'
-'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
-
-prepare() {
-  cd $srcdir/$pkgname-$_sudover
-
-  # http://bugzilla.sudo.ws/show_bug.cgi?id=682
-  sed -i 's|\(exampledir = \).*|\1@docdir@/examples|' {examples/,}Makefile.in
-}
-
-build() {
-  cd $srcdir/$pkgname-$_sudover
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-rundir=/run/sudo \
---with-vardir=/var/db/sudo \
---with-logfac=auth \
---with-pam \
---with-ldap \
---with-ldap-conf-file=/etc/openldap/ldap.conf \
---with-env-editor \
---with-passprompt=[sudo] password for %p:  \
---with-all-insults
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_sudover
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_sudover
-  make DESTDIR=$pkgdir install
-
-  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
-  rmdir $pkgdir/run/sudo
-  rmdir $pkgdir/run
-
-  install -Dm644 $srcdir/sudo.tmpfiles.conf \
-$pkgdir/usr/lib/tmpfiles.d/sudo.conf
-
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE 

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:29
  Author: spupykin
Revision: 127518

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

Added:
  neatx/repos/community-i686/PKGBUILD
(from rev 127517, neatx/trunk/PKGBUILD)
  neatx/repos/community-i686/constants.archlinux.patch
(from rev 127517, neatx/trunk/constants.archlinux.patch)
  neatx/repos/community-i686/neatx.install
(from rev 127517, neatx/trunk/neatx.install)
  neatx/repos/community-x86_64/PKGBUILD
(from rev 127517, neatx/trunk/PKGBUILD)
  neatx/repos/community-x86_64/constants.archlinux.patch
(from rev 127517, neatx/trunk/constants.archlinux.patch)
  neatx/repos/community-x86_64/neatx.install
(from rev 127517, neatx/trunk/neatx.install)
Deleted:
  neatx/repos/community-i686/PKGBUILD
  neatx/repos/community-i686/constants.archlinux.patch
  neatx/repos/community-i686/neatx.install
  neatx/repos/community-x86_64/PKGBUILD
  neatx/repos/community-x86_64/constants.archlinux.patch
  neatx/repos/community-x86_64/neatx.install

+
 /PKGBUILD  |   78 +
 /constants.archlinux.patch |   84 +++
 /neatx.install |   34 ++
 community-i686/PKGBUILD|   39 
 community-i686/constants.archlinux.patch   |   42 -
 community-i686/neatx.install   |   18 -
 community-x86_64/PKGBUILD  |   39 
 community-x86_64/constants.archlinux.patch |   42 -
 community-x86_64/neatx.install |   18 -
 9 files changed, 196 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:36:14 UTC (rev 127517)
+++ community-i686/PKGBUILD 2015-02-10 17:36:29 UTC (rev 127518)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Nicolas Doualot packa...@slubman.info
-
-pkgname=neatx
-pkgver=0.3.1
-pkgrel=14
-pkgdesc=A free NX server by google
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/neatx/;
-license=('GPL')
-depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
-makedepends=('docutils')
-optdepends=('xorg-xdm: if you want to use KDE or GNOME session'
-   'xorg-fonts-misc: to use default font'
-   'xterm: if you want console session')
-install=neatx.install
-source=(http://neatx.googlecode.com/files/$pkgname-$pkgver.tar.gz
-constants.archlinux.patch)
-md5sums=('5748656738d5f04fef1af01b9fe5ef20'
- 'a5ca4aa399cc25fa8435280e8b03c5a3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -i $srcdir/constants.archlinux.patch -p2
-
-  ./configure --prefix=/usr --localstatedir=/var RST2HTML=/usr/bin/rst2html2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  chmod 777 $pkgdir/var/lib/neatx/sessions
-
-  install -d -m755 ${pkgdir}/etc/ld.so.conf.d/
-  echo -e '/usr/lib\n/opt/NX/lib'  ${pkgdir}/etc/ld.so.conf.d/neatx.conf
-}

Copied: neatx/repos/community-i686/PKGBUILD (from rev 127517, 
neatx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:36:29 UTC (rev 127518)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Nicolas Doualot packa...@slubman.info
+
+pkgname=neatx
+pkgver=0.3.1
+pkgrel=15
+pkgdesc=A free NX server by google
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/neatx/;
+license=('GPL')
+depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
+makedepends=('docutils')
+optdepends=('xorg-xdm: if you want to use KDE or GNOME session'
+   'xorg-fonts-misc: to use default font'
+   'xterm: if you want console session')
+install=neatx.install
+source=(http://neatx.googlecode.com/files/$pkgname-$pkgver.tar.gz
+constants.archlinux.patch)
+md5sums=('5748656738d5f04fef1af01b9fe5ef20'
+ 'a5ca4aa399cc25fa8435280e8b03c5a3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -i $srcdir/constants.archlinux.patch -p2
+
+  ./configure --prefix=/usr --localstatedir=/var RST2HTML=/usr/bin/rst2html2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  chmod 777 $pkgdir/var/lib/neatx/sessions
+
+  install -d -m755 ${pkgdir}/etc/ld.so.conf.d/
+  echo -e '/usr/lib\n/opt/NX/lib'  ${pkgdir}/etc/ld.so.conf.d/neatx.conf
+}

Deleted: community-i686/constants.archlinux.patch
===
--- community-i686/constants.archlinux.patch2015-02-10 17:36:14 UTC (rev 
127517)
+++ community-i686/constants.archlinux.patch2015-02-10 17:36:29 UTC (rev 
127518)
@@ -1,42 +0,0 @@
 a/neatx-0.3.1/lib/constants.py

[arch-commits] Commit in ushare/trunk (PKGBUILD ushare.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:33
  Author: spupykin
Revision: 127519

upgpkg: ushare 1.1a-20

upd

Modified:
  ushare/trunk/PKGBUILD
  ushare/trunk/ushare.install

+
 PKGBUILD   |   17 +++--
 ushare.install |5 -
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:36:29 UTC (rev 127518)
+++ PKGBUILD2015-02-10 17:36:33 UTC (rev 127519)
@@ -5,12 +5,12 @@
 
 pkgname=ushare
 pkgver=1.1a
-pkgrel=19
+pkgrel=20
 pkgdesc=A free UPnP A/V Media Server for Linux
 url=http://ushare.geexbox.org;
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('libupnp' 'libdlna' 'sudo')
+depends=('libupnp' 'libdlna' 'sudo' 'ffmpeg-compat')
 backup=('etc/ushare/ushare.conf'
'etc/conf.d/ushare')
 install=ushare.install
@@ -25,16 +25,21 @@
  '0b0fbf5d103f0ebb72716cbad0b28ffa'
  'db6187257b4623ef155b5575526d5d87')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e \
-s%^INSTALL=\/usr/bin/install -c\$%INSTALL=\$(which install) -c\% \
+  sed -i \
+-e s%^INSTALL=\/usr/bin/install -c\$%INSTALL=\$(which install) -c\% \
+-e s%-ldlna%-ldlna -L/usr/lib/ffmpeg-compat -lavformat% \
 configure
   patch -p1 $srcdir/upnp-build-fix.patch
   patch -p1 $srcdir/ushare-config.patch
   patch -p1 $srcdir/segfault.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc/ushare \
---enable-dlna --with-libdlna-dir=/usr/include/libavformat
+--enable-dlna
   make
 }
 

Modified: ushare.install
===
--- ushare.install  2015-02-10 17:36:29 UTC (rev 127518)
+++ ushare.install  2015-02-10 17:36:33 UTC (rev 127519)
@@ -10,8 +10,3 @@
 post_upgrade() {
 post_install $1
 }
-
-post_remove() {
-userdel ushare
-groupdel ushare
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:56
  Author: spupykin
Revision: 127520

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

Added:
  ushare/repos/community-i686/PKGBUILD
(from rev 127519, ushare/trunk/PKGBUILD)
  ushare/repos/community-i686/segfault.patch
(from rev 127519, ushare/trunk/segfault.patch)
  ushare/repos/community-i686/upnp-build-fix.patch
(from rev 127519, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-i686/ushare-config.patch
(from rev 127519, ushare/trunk/ushare-config.patch)
  ushare/repos/community-i686/ushare.install
(from rev 127519, ushare/trunk/ushare.install)
  ushare/repos/community-i686/ushare.service
(from rev 127519, ushare/trunk/ushare.service)
  ushare/repos/community-x86_64/PKGBUILD
(from rev 127519, ushare/trunk/PKGBUILD)
  ushare/repos/community-x86_64/segfault.patch
(from rev 127519, ushare/trunk/segfault.patch)
  ushare/repos/community-x86_64/upnp-build-fix.patch
(from rev 127519, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-x86_64/ushare-config.patch
(from rev 127519, ushare/trunk/ushare-config.patch)
  ushare/repos/community-x86_64/ushare.install
(from rev 127519, ushare/trunk/ushare.install)
  ushare/repos/community-x86_64/ushare.service
(from rev 127519, ushare/trunk/ushare.service)
Deleted:
  ushare/repos/community-i686/PKGBUILD
  ushare/repos/community-i686/segfault.patch
  ushare/repos/community-i686/upnp-build-fix.patch
  ushare/repos/community-i686/ushare-config.patch
  ushare/repos/community-i686/ushare.install
  ushare/repos/community-i686/ushare.service
  ushare/repos/community-x86_64/PKGBUILD
  ushare/repos/community-x86_64/segfault.patch
  ushare/repos/community-x86_64/upnp-build-fix.patch
  ushare/repos/community-x86_64/ushare-config.patch
  ushare/repos/community-x86_64/ushare.install
  ushare/repos/community-x86_64/ushare.service

---+
 /PKGBUILD |  116 +++
 /segfault.patch   |  122 
 /upnp-build-fix.patch |  312 
 /ushare-config.patch  |   44 
 /ushare.install   |   24 ++
 /ushare.service   |   22 ++
 community-i686/PKGBUILD   |   53 -
 community-i686/segfault.patch |   61 --
 community-i686/upnp-build-fix.patch   |  156 
 community-i686/ushare-config.patch|   22 --
 community-i686/ushare.install |   17 -
 community-i686/ushare.service |   11 -
 community-x86_64/PKGBUILD |   53 -
 community-x86_64/segfault.patch   |   61 --
 community-x86_64/upnp-build-fix.patch |  156 
 community-x86_64/ushare-config.patch  |   22 --
 community-x86_64/ushare.install   |   17 -
 community-x86_64/ushare.service   |   11 -
 18 files changed, 640 insertions(+), 640 deletions(-)

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


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

2015-02-10 Thread Ike Devolder
Date: Tuesday, February 10, 2015 @ 17:15:33
  Author: idevolder
Revision: 127491

upgpkg: libnfs 1.9.7-1

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:14:41 UTC (rev 127490)
+++ PKGBUILD2015-02-10 16:15:33 UTC (rev 127491)
@@ -2,7 +2,7 @@
 # Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
 
 pkgname=libnfs
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 pkgdesc=client library for accessing NFS shares
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
make DESTDIR=$pkgdir install
 }
 
-sha256sums=('75f49d967e9032e0ee4757f970f87c274c3503c968caba2be8a37df63d965f32')
+sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')


[arch-commits] Commit in opendkim/repos/community-i686 (8 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:00:33
  Author: spupykin
Revision: 127506

archrelease: copy trunk to community-i686

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 127505, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 127505, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 127505, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.service
(from rev 127505, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.service

--+
 PKGBUILD |  108 ++---
 opendkim.conf|2 
 opendkim.install |   18 +++-
 opendkim.service |   22 +-
 4 files changed, 73 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 17:00:22 UTC (rev 127505)
+++ PKGBUILD2015-02-10 17:00:33 UTC (rev 127506)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.9.2
-pkgrel=2
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl libbsd)
-makedepends=(libmilter)
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.service)
-md5sums=('08cc80a2aedec62b0444d8d6af24a155'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 127505, 
opendkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 17:00:33 UTC (rev 127506)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.10.0
+pkgrel=1
+pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
+arch=(i686 x86_64)
+url=http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=(db openssl libbsd)
+makedepends=(libmilter)
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+   opendkim.conf
+   opendkim.service)
+md5sums=('6f79ff358219c7ae7f944f44bf150391'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Sample configuration
+  mkdir -p $pkgdir/etc/opendkim
+  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
+  chmod 0700 $pkgdir/etc/opendkim
+  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
+  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
+
+  # License
+  mkdir -p $pkgdir/usr/share/licenses/opendkim
+  for f in LICENSE LICENSE.Sendmail; do
+ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
+  done
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: opendkim.conf
===
--- opendkim.conf   2015-02-10 17:00:22 UTC (rev 127505)
+++ opendkim.conf   2015-02-10 17:00:33 UTC (rev 127506)
@@ -1 +0,0 @@
-OPENDKIM_FILTER=-x /etc/opendkim/opendkim.conf

Copied: 

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:40:47
  Author: spupykin
Revision: 127522

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 127521, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/arch-fixes.patch
(from rev 127521, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 127521, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 127521, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 127521, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 127521, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/arch-fixes.patch
(from rev 127521, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 127521, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 127521, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 127521, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/arch-fixes.patch
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/arch-fixes.patch
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  152 +++
 /arch-fixes.patch  |  112 ++
 /unrealircd.install|   24 
 /unrealircd.service|   24 
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   76 ---
 community-i686/arch-fixes.patch|   56 ---
 community-i686/unrealircd.install  |   16 ---
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   76 ---
 community-x86_64/arch-fixes.patch  |   56 ---
 community-x86_64/unrealircd.install|   16 ---
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 314 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:40:25 UTC (rev 127521)
+++ community-i686/PKGBUILD 2015-02-10 17:40:47 UTC (rev 127522)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-
-pkgname=unrealircd
-pkgver=3.2.10.4
-pkgrel=1
-pkgdesc=Open Source IRC Server
-arch=('i686' 'x86_64')
-url=http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   arch-fixes.patch)
-md5sums=('ea4e303a9783f703ecf7769d4c07a124'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '5f4bf9f99f6c78bc9e6ee4ec66b021fa')
-
-prepare() {
-  cd $srcdir/Unreal$pkgver
-  patch -p1 $srcdir/arch-fixes.patch
-}
-
-build() {
-  cd $srcdir/Unreal$pkgver
-
-  ac_cv_ip6=yes ./configure --with-showlistmodes \
-  --enable-prefixaq --with-listen=5 \
-  --with-dpath=/etc/unrealircd \
-  --with-spath=/usr/bin \
-  --with-nick-history=2000 --with-sendq=300 \
-  --with-bufferpool=18 \
-  --with-permissions=0600 --with-fd-setsize=1024 \
-  --enable-dynamic-linking \
-  --enable-ziplinks \
-  --enable-ssl \
-  --enable-inet6 \
-  --enable-libcurl=/usr \
-  --with-system-cares
-
-  make
-}
-
-package() {
-  cd $srcdir/Unreal$pkgver
-
-  mkdir -p $pkgdir/etc/unrealircd
-  mkdir -p $pkgdir/usr/bin
-
-  make IRCDDIR=$pkgdir/etc/unrealircd BINDIR=$pkgdir/usr/bin install
-
-  mv $srcdir/Unreal$pkgver/src/ircd $pkgdir/usr/bin/unrealircd
-  mv $srcdir/Unreal$pkgver/doc/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  mkdir -p $pkgdir/usr/lib/unrealircd
-  mv $pkgdir/etc/unrealircd/modules $pkgdir/usr/lib/unrealircd/
-  ln -s /usr/lib/unrealircd/modules $pkgdir/etc/unrealircd/modules
-
-  # log
-  mkdir -p $pkgdir/var/log/unrealircd/
-  touch $pkgdir/var/log/unrealircd/ircd.log
-  ln -s /var/log/unrealircd/ircd.log $pkgdir/etc/unrealircd/ircd.log
-
-  find 

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

2015-02-10 Thread Jaroslav Lichtblau
Date: Tuesday, February 10, 2015 @ 18:44:10
  Author: jlichtblau
Revision: 127524

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 127523, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 17:44:00 UTC (rev 127523)
+++ PKGBUILD2015-02-10 17:44:10 UTC (rev 127524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=22.2.4
-pkgrel=2
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-
-  cd ${pkgdir}/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  ${pkgdir}/etc/profile.d/$i
-  done
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
-  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 127523, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 17:44:10 UTC (rev 127524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.4
+pkgrel=3
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+
+  cd ${pkgdir}/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i \
+  ${pkgdir}/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
+  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+#FS#43762
+  sed -i '27,31d' ${pkgdir}/etc/profile.d/$pkgname.sh
+}


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

2015-02-10 Thread Jaroslav Lichtblau
Date: Tuesday, February 10, 2015 @ 18:44:00
  Author: jlichtblau
Revision: 127523

upgpkg: autojump 22.2.4-3
FS#43762 fix - removing duplicate lines

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:40:47 UTC (rev 127522)
+++ PKGBUILD2015-02-10 17:44:00 UTC (rev 127523)
@@ -7,7 +7,7 @@
 
 pkgname=autojump
 pkgver=22.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A faster way to navigate your filesystem from the command line
 arch=('any')
 url=http://wiki.github.com/joelthelion/autojump;
@@ -34,4 +34,6 @@
 #https://github.com/joelthelion/autojump/pull/339
   sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
   sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+#FS#43762
+  sed -i '27,31d' ${pkgdir}/etc/profile.d/$pkgname.sh
 }


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:50:47
  Author: spupykin
Revision: 127528

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

Added:
  osiris/repos/community-i686/ChangeLog
(from rev 127527, osiris/trunk/ChangeLog)
  osiris/repos/community-i686/PKGBUILD
(from rev 127527, osiris/trunk/PKGBUILD)
  osiris/repos/community-i686/osiris.install
(from rev 127527, osiris/trunk/osiris.install)
  osiris/repos/community-i686/osirisd.service
(from rev 127527, osiris/trunk/osirisd.service)
  osiris/repos/community-i686/osirismd.service
(from rev 127527, osiris/trunk/osirismd.service)
  osiris/repos/community-x86_64/ChangeLog
(from rev 127527, osiris/trunk/ChangeLog)
  osiris/repos/community-x86_64/PKGBUILD
(from rev 127527, osiris/trunk/PKGBUILD)
  osiris/repos/community-x86_64/osiris.install
(from rev 127527, osiris/trunk/osiris.install)
  osiris/repos/community-x86_64/osirisd.service
(from rev 127527, osiris/trunk/osirisd.service)
  osiris/repos/community-x86_64/osirismd.service
(from rev 127527, osiris/trunk/osirismd.service)
Deleted:
  osiris/repos/community-i686/ChangeLog
  osiris/repos/community-i686/PKGBUILD
  osiris/repos/community-i686/osiris.install
  osiris/repos/community-i686/osirisd.service
  osiris/repos/community-i686/osirismd.service
  osiris/repos/community-x86_64/ChangeLog
  osiris/repos/community-x86_64/PKGBUILD
  osiris/repos/community-x86_64/osiris.install
  osiris/repos/community-x86_64/osirisd.service
  osiris/repos/community-x86_64/osirismd.service

---+
 /ChangeLog|6 ++
 /PKGBUILD |  100 
 /osiris.install   |   24 
 /osirisd.service  |   20 +++
 /osirismd.service |   20 +++
 community-i686/ChangeLog  |3 -
 community-i686/PKGBUILD   |   49 -
 community-i686/osiris.install |   17 --
 community-i686/osirisd.service|   10 ---
 community-i686/osirismd.service   |   10 ---
 community-x86_64/ChangeLog|3 -
 community-x86_64/PKGBUILD |   49 -
 community-x86_64/osiris.install   |   17 --
 community-x86_64/osirisd.service  |   10 ---
 community-x86_64/osirismd.service |   10 ---
 15 files changed, 170 insertions(+), 178 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-02-10 17:50:26 UTC (rev 127527)
+++ community-i686/ChangeLog2015-02-10 17:50:47 UTC (rev 127528)
@@ -1,3 +0,0 @@
-2007-06-28 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: osiris/repos/community-i686/ChangeLog (from rev 127527, 
osiris/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-02-10 17:50:47 UTC (rev 127528)
@@ -0,0 +1,3 @@
+2007-06-28 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:50:26 UTC (rev 127527)
+++ community-i686/PKGBUILD 2015-02-10 17:50:47 UTC (rev 127528)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: jlvsimoes
-
-pkgname=osiris
-pkgver=4.2.3
-pkgrel=7
-pkgdesc=A file integrity management system
-arch=('i686' 'x86_64')
-url=http://osiris.shmoo.com/;
-license=('custom')
-depends=('openssl' 'readline')
-install=$pkgname.install
-#source=(http://osiris.shmoo.com/data/osiris-$pkgver.tar.gz
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/osiris-$pkgver.tar.gz
-   osirismd.service
-   osirisd.service)
-md5sums=('1951c7dc0fe729af9ffaf58910340d12'
- '8398d60bcbf0c90034473365abc3ece6'
- '758d029a1ff53be11756330de595e77f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i s|/sbin|/bin|g src/install/install.sh.in
-
-  ./configure --prefix=/usr --sbindir=/usr/bin \
---enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname
-  make all
-
-  # Arch-ify install locations
-  sed -i s|^INSTALL_OSIRISM=0|INSTALL_OSIRISM=1| src/install/install.sh
-  sed -i s|^INSTALL_OSIRISD=0|INSTALL_OSIRISD=1| src/install/install.sh
-  sed -i s|^ROOT_GROUP=wheel|ROOT_GROUP=root| src/install/install.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname/
-  install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/osiris $pkgdir/etc/init.d
-
-  install -Dm0644 $srcdir/osirisd.service 
$pkgdir/usr/lib/systemd/system/osirisd.service
-  install -Dm0644 $srcdir/osirismd.service 
$pkgdir/usr/lib/systemd/system/osirismd.service
-}

Copied: osiris/repos/community-i686/PKGBUILD (from rev 127527, 
osiris/trunk/PKGBUILD)

[arch-commits] Commit in osiris/trunk (PKGBUILD osiris.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:50:26
  Author: spupykin
Revision: 127527

upgpkg: osiris 4.2.3-8

upd

Modified:
  osiris/trunk/PKGBUILD
  osiris/trunk/osiris.install

+
 PKGBUILD   |7 ---
 osiris.install |9 ++---
 2 files changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:46:22 UTC (rev 127526)
+++ PKGBUILD2015-02-10 17:50:26 UTC (rev 127527)
@@ -4,15 +4,16 @@
 
 pkgname=osiris
 pkgver=4.2.3
-pkgrel=7
+pkgrel=8
 pkgdesc=A file integrity management system
 arch=('i686' 'x86_64')
-url=http://osiris.shmoo.com/;
+url=https://launchpad.net/osiris;
 license=('custom')
 depends=('openssl' 'readline')
 install=$pkgname.install
 #source=(http://osiris.shmoo.com/data/osiris-$pkgver.tar.gz
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/osiris-$pkgver.tar.gz
+#source=(http://arch.p5n.pp.ru/~sergej/dl/2011/osiris-$pkgver.tar.gz
+source=(https://launchpad.net/osiris/main/$pkgver/+download/osiris-$pkgver.tar.gz
osirismd.service
osirisd.service)
 md5sums=('1951c7dc0fe729af9ffaf58910340d12'

Modified: osiris.install
===
--- osiris.install  2015-02-10 17:46:22 UTC (rev 127526)
+++ osiris.install  2015-02-10 17:50:26 UTC (rev 127527)
@@ -1,17 +1,12 @@
 post_install() {
   if [ ! `grep osiris etc/group` ]; then
-groupadd -g 18 osiris /dev/null;
+groupadd -r -g 18 osiris /dev/null;
   fi
 
   id osiris /dev/null || \
-useradd -u 18 -g osiris -d /var/lib/osiris -s /bin/false osiris
+useradd -r -u 18 -g osiris -d /var/lib/osiris -s /bin/false osiris
 }
 
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  userdel osiris  /dev/null
-  groupdel osiris  /dev/null
-}


[arch-commits] Commit in postgrey/repos/community-any (10 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:30:09
  Author: spupykin
Revision: 127494

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 127493, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 127493, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.service
(from rev 127493, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 127493, postgrey/trunk/postgrey.tmpfiles)
  postgrey/repos/community-any/untaint.patch
(from rev 127493, postgrey/trunk/untaint.patch)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles
  postgrey/repos/community-any/untaint.patch

---+
 PKGBUILD  |   90 ++--
 postgrey.install  |   41 +--
 postgrey.service  |   36 ++--
 postgrey.tmpfiles |2 -
 untaint.patch |   26 +++
 5 files changed, 93 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 16:29:55 UTC (rev 127493)
+++ PKGBUILD2015-02-10 16:30:09 UTC (rev 127494)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
-
-pkgname=postgrey
-pkgver=1.35
-pkgrel=1
-pkgdesc=a Postfix policy server implementing greylisting
-arch=('any')
-url=http://postgrey.schweikert.ch/;
-options=(emptydirs)
-license=(GPL)
-depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles
-   untaint.patch)
-md5sums=('995f265679c9bcc11c6c1db881003e36'
- '8ad00f3c57eaa92e1f8a0ee71e620413'
- '3236959f435c95db3a13f4c7dd235609'
- '3f6a2b415187a8a092b2a7b57f362233')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/untaint.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 127493, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 16:30:09 UTC (rev 127494)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
+
+pkgname=postgrey
+pkgver=1.35
+pkgrel=2
+pkgdesc=a Postfix policy server implementing greylisting
+arch=('any')
+url=http://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=(GPL)
+depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.tmpfiles
+   untaint.patch)
+md5sums=('995f265679c9bcc11c6c1db881003e36'
+ '8ad00f3c57eaa92e1f8a0ee71e620413'
+ '3236959f435c95db3a13f4c7dd235609'
+ '3f6a2b415187a8a092b2a7b57f362233')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/untaint.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install 

[arch-commits] Commit in postgrey/trunk (PKGBUILD postgrey.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:29:55
  Author: spupykin
Revision: 127493

upgpkg: postgrey 1.35-2

upd

Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.install

--+
 PKGBUILD |2 +-
 postgrey.install |   15 +++
 2 files changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:15:45 UTC (rev 127492)
+++ PKGBUILD2015-02-10 16:29:55 UTC (rev 127493)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.35
-pkgrel=1
+pkgrel=2
 pkgdesc=a Postfix policy server implementing greylisting
 arch=('any')
 url=http://postgrey.schweikert.ch/;

Modified: postgrey.install
===
--- postgrey.install2015-02-10 16:15:45 UTC (rev 127492)
+++ postgrey.install2015-02-10 16:29:55 UTC (rev 127493)
@@ -1,17 +1,13 @@
 post_install() {
 if [ -z `grep '^postgrey::' /etc/group` ]; then
-groupadd -g 314 postgrey  /dev/null
+groupadd -r postgrey  /dev/null
 fi
 if [ -z `grep '^postgrey:' /etc/passwd` ]; then
-useradd -u 314 -d /var/spool/postfix/postgrey -g postgrey -s 
/bin/false postgrey
-else
-# (postgrey should have no shell, but may have been added by others in 
the past)
-usermod -s /bin/false postgrey
+useradd -r -d /var/spool/postfix/postgrey -g postgrey -s /bin/false 
postgrey
 fi
 
+mkdir -p var/run/postgrey
 chown postgrey:postgrey /var/spool/postfix/postgrey
-
-mkdir -p var/run/postgrey
 chown postgrey:postgrey var/run/postgrey
 }
 
@@ -18,8 +14,3 @@
 post_upgrade() {
 post_install $1
 }
-
-pre_remove() {
-userdel postgrey  /dev/null
-groupdel postgrey  /dev/null
-}


[arch-commits] Commit in incron/repos/community-x86_64 (6 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:02:35
  Author: spupykin
Revision: 127508

archrelease: copy trunk to community-x86_64

Added:
  incron/repos/community-x86_64/PKGBUILD
(from rev 127507, incron/trunk/PKGBUILD)
  incron/repos/community-x86_64/incron.install
(from rev 127507, incron/trunk/incron.install)
  incron/repos/community-x86_64/incrond.service
(from rev 127507, incron/trunk/incrond.service)
Deleted:
  incron/repos/community-x86_64/PKGBUILD
  incron/repos/community-x86_64/incron.install
  incron/repos/community-x86_64/incrond.service

-+
 PKGBUILD|   94 +++---
 incron.install  |   24 ++---
 incrond.service |   20 +--
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 17:02:08 UTC (rev 127507)
+++ PKGBUILD2015-02-10 17:02:35 UTC (rev 127508)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: scj scj(at)archlinux(dot)us
-
-pkgname=incron
-pkgver=0.5.10
-pkgrel=6
-pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
-arch=('i686' 'x86_64')
-url=http://incron.aiken.cz/;
-license=('GPL')
-depends=('gcc-libs' 'bash')
-install=incron.install
-options=('emptydirs')
-source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
-   'incrond.service')
-md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
- '4be206ba6ecacd9d2006cdc72b4604db')
-
-prepare() {
-  cd ${srcdir}/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
-  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
-  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
-  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
-}
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
-
-  make PREFIX=${pkgdir}/usr \
-MANPATH=${pkgdir}/usr/share/man \
-USERDATADIR=${pkgdir}/var/spool/incron \
-CFGDIR=${pkgdir}/etc \
-SYSDATADIR=${pkgdir}/etc/incron.d install
-
-  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
-  rmdir $pkgdir/usr/sbin
-}

Copied: incron/repos/community-x86_64/PKGBUILD (from rev 127507, 
incron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 17:02:35 UTC (rev 127508)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: scj scj(at)archlinux(dot)us
+
+pkgname=incron
+pkgver=0.5.10
+pkgrel=7
+pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
+arch=('i686' 'x86_64')
+url=http://incron.aiken.cz/;
+license=('GPL')
+depends=('gcc-libs' 'bash')
+install=incron.install
+options=('emptydirs')
+source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
+   'incrond.service')
+md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
+ '4be206ba6ecacd9d2006cdc72b4604db')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
+  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
+  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
+  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
+
+  make PREFIX=${pkgdir}/usr \
+MANPATH=${pkgdir}/usr/share/man \
+USERDATADIR=${pkgdir}/var/spool/incron \
+CFGDIR=${pkgdir}/etc \
+SYSDATADIR=${pkgdir}/etc/incron.d install
+
+  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
+  rmdir $pkgdir/usr/sbin
+}

Deleted: incron.install
===
--- incron.install  2015-02-10 17:02:08 UTC (rev 127507)
+++ incron.install  2015-02-10 17:02:35 UTC (rev 127508)
@@ -1,13 +0,0 @@
-post_install () {
-  # Check user/group incron exists
-  getent group incron  /dev/null || groupadd -r incron
-  getent passwd incron  /dev/null || useradd -r -c Incron system -g incron 
-s /bin/false -d /var/spool/incron incron
-  # Fix permissions
-  chown incron.incron -R /var/spool/incron
-}
-
-pre_remove() {
-  [ -h /var/service/incron ]  rm /var/service/incron
-  userdel incron  /dev/null
-  groupdel incron  /dev/null
-}

Copied: incron/repos/community-x86_64/incron.install (from rev 127507, 
incron/trunk/incron.install)

[arch-commits] Commit in pdnsd/trunk (PKGBUILD pdnsd.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:18:48
  Author: spupykin
Revision: 127513

upgpkg: pdnsd 1.2.9.a-8

upd

Modified:
  pdnsd/trunk/PKGBUILD
  pdnsd/trunk/pdnsd.install

---+
 PKGBUILD  |5 +
 pdnsd.install |   10 ++
 2 files changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:18:44 UTC (rev 127512)
+++ PKGBUILD2015-02-10 17:18:48 UTC (rev 127513)
@@ -6,7 +6,7 @@
 pkgname=pdnsd
 pkgver=1.2.9.a
 _pkgver=${pkgver/.a/a}
-pkgrel=7
+pkgrel=8
 pkgdesc=Proxy DNS server with permanent caching
 arch=(i686 x86_64)
 url=http://members.home.nl/p.a.rombouts/pdnsd/;
@@ -29,11 +29,8 @@
   cd $srcdir/$pkgname-$_pkgver
   make DESTDIR=$pkgdir install
   install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
-
   # Rename the configuration file, so users get pacnew files.
   mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
-
   sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
-
   chown -R 184:184 $pkgdir/var/cache/pdnsd
 }

Modified: pdnsd.install
===
--- pdnsd.install   2015-02-10 17:18:44 UTC (rev 127512)
+++ pdnsd.install   2015-02-10 17:18:48 UTC (rev 127513)
@@ -1,6 +1,6 @@
 post_install() {
-  getent group pdnsd /dev/null || groupadd -g 184 pdnsd /dev/null
-  getent passwd pdnsd /dev/null || useradd -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd /dev/null
+  getent group pdnsd /dev/null || groupadd -r -g 184 pdnsd /dev/null
+  getent passwd pdnsd /dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd /dev/null
   true
 }
 
@@ -19,9 +19,3 @@
 echo You may now restart the pdnsd service.
   fi
 }
-
-post_remove() {
-  getent passwd pdnsd /dev/null  userdel pdnsd /dev/null
-  getent group pdnsd /dev/null  groupdel pdnsd /dev/null
-  true
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:19:03
  Author: spupykin
Revision: 127514

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

Added:
  pdnsd/repos/community-i686/PKGBUILD
(from rev 127513, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-i686/pdnsd.install
(from rev 127513, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-i686/service
(from rev 127513, pdnsd/trunk/service)
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 127513, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.install
(from rev 127513, pdnsd/trunk/pdnsd.install)
  pdnsd/repos/community-x86_64/service
(from rev 127513, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-i686/PKGBUILD
  pdnsd/repos/community-i686/pdnsd.install
  pdnsd/repos/community-i686/service
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 /PKGBUILD  |   72 +++
 /pdnsd.install |   42 ++
 /service   |   18 +
 community-i686/PKGBUILD|   39 -
 community-i686/pdnsd.install   |   27 --
 community-i686/service |9 
 community-x86_64/PKGBUILD  |   39 -
 community-x86_64/pdnsd.install |   27 --
 community-x86_64/service   |9 
 9 files changed, 132 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:18:48 UTC (rev 127513)
+++ community-i686/PKGBUILD 2015-02-10 17:19:03 UTC (rev 127514)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Henrik Nymann Jensen h...@henriknj.dk
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=7
-pkgdesc=Proxy DNS server with permanent caching
-arch=(i686 x86_64)
-url=http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-backup=(etc/pdnsd.conf)
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-   service)
-md5sums=('2f3e705d59a0f9308ad9504b24400769'
- '4f86bdbd8495b53341070d5720491996')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
-
-  # Rename the configuration file, so users get pacnew files.
-  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
-
-  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
-
-  chown -R 184:184 $pkgdir/var/cache/pdnsd
-}

Copied: pdnsd/repos/community-i686/PKGBUILD (from rev 127513, 
pdnsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:19:03 UTC (rev 127514)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Henrik Nymann Jensen h...@henriknj.dk
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=8
+pkgdesc=Proxy DNS server with permanent caching
+arch=(i686 x86_64)
+url=http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+backup=(etc/pdnsd.conf)
+install=${pkgname}.install
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
+   service)
+md5sums=('2f3e705d59a0f9308ad9504b24400769'
+ '4f86bdbd8495b53341070d5720491996')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm0644 ../service $pkgdir/usr/lib/systemd/system/pdnsd.service
+  # Rename the configuration file, so users get pacnew files.
+  mv $pkgdir/etc/pdnsd.conf.sample $pkgdir/etc/pdnsd.conf
+  sed -i 's/nobody/pdnsd/' $pkgdir/etc/pdnsd.conf
+  chown -R 184:184 $pkgdir/var/cache/pdnsd
+}

Deleted: community-i686/pdnsd.install
===
--- community-i686/pdnsd.install2015-02-10 17:18:48 UTC (rev 127513)
+++ community-i686/pdnsd.install2015-02-10 17:19:03 UTC (rev 127514)
@@ -1,27 +0,0 @@
-post_install() {
-  getent group pdnsd /dev/null || groupadd -g 184 pdnsd /dev/null
-  getent passwd pdnsd /dev/null || useradd -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd /dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo Stopping pdnsd service in order to 

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

2015-02-10 Thread Ike Devolder
Date: Tuesday, February 10, 2015 @ 17:15:45
  Author: idevolder
Revision: 127492

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:15:33 UTC (rev 127491)
+++ community-i686/PKGBUILD 2015-02-10 16:15:45 UTC (rev 127492)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-
-#prepare() {
-  #cd $pkgname-$pkgname-$pkgver
-
-#}
-
-build() {
-   cd $pkgname-$pkgname-$pkgver
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-sha256sums=('75f49d967e9032e0ee4757f970f87c274c3503c968caba2be8a37df63d965f32')

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 127491, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 16:15:45 UTC (rev 127492)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.7
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+
+#prepare() {
+  #cd $pkgname-$pkgname-$pkgver
+
+#}
+
+build() {
+   cd $pkgname-$pkgname-$pkgver
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-10 16:15:33 UTC (rev 127491)
+++ community-x86_64/PKGBUILD   2015-02-10 16:15:45 UTC (rev 127492)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-
-#prepare() {
-  #cd $pkgname-$pkgname-$pkgver
-
-#}
-
-build() {
-   cd $pkgname-$pkgname-$pkgver
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-sha256sums=('75f49d967e9032e0ee4757f970f87c274c3503c968caba2be8a37df63d965f32')

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 127491, 
libnfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-10 16:15:45 UTC (rev 127492)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.7
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+
+#prepare() {
+  #cd $pkgname-$pkgname-$pkgver
+
+#}
+
+build() {
+   cd $pkgname-$pkgname-$pkgver
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')


[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:40:16
  Author: spupykin
Revision: 127495

upgpkg: couchdb 1.6.1-3

upd

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.install

-+
 PKGBUILD|2 +-
 couchdb.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:30:09 UTC (rev 127494)
+++ PKGBUILD2015-02-10 16:40:16 UTC (rev 127495)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
 arch=('i686' 'x86_64')
 url=http://couchdb.apache.org;

Modified: couchdb.install
===
--- couchdb.install 2015-02-10 16:30:09 UTC (rev 127494)
+++ couchdb.install 2015-02-10 16:40:16 UTC (rev 127495)
@@ -16,7 +16,3 @@
chown -R couchdb.daemon /etc/couchdb
chown -R couchdb.daemon /var/{lib,log,run}/couchdb
 }
-
-post_remove() {
-   userdel couchdb /dev/null
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 17:40:34
  Author: spupykin
Revision: 127496

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 127495, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 127495, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 127495, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 127495, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 127495, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 127495, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 127495, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 127495, couchdb/trunk/couchdb.tmpfiles)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles

---+
 /PKGBUILD |  106 
 /couchdb.install  |   36 
 /couchdb.service  |   24 
 /couchdb.tmpfiles |2 
 community-i686/PKGBUILD   |   52 -
 community-i686/couchdb.install|   22 ---
 community-i686/couchdb.service|   12 
 community-i686/couchdb.tmpfiles   |1 
 community-x86_64/PKGBUILD |   52 -
 community-x86_64/couchdb.install  |   22 ---
 community-x86_64/couchdb.service  |   12 
 community-x86_64/couchdb.tmpfiles |1 
 12 files changed, 168 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 16:40:16 UTC (rev 127495)
+++ community-i686/PKGBUILD 2015-02-10 16:40:34 UTC (rev 127496)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=couchdb
-pkgver=1.6.1
-pkgrel=2
-pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
-arch=('i686' 'x86_64')
-url=http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/conf.d/couchdb'
-   'etc/logrotate.d/couchdb')
-#source=(git://github.com/apache/couchdb.git#commit=8d7ab8b18dd20f8785e69f4420c6f93a2edbfa60
-source=(http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz{,.asc}
-   couchdb.service
-   couchdb.tmpfiles)
-md5sums=('01a2c8ab4fcde457529428993901a060'
- 'SKIP'
- '8914a7ffc6745f94106d96206709acb4'
- '1e254ebe32eeb061be64193bafa35dbf')
-
-prepare() {
-  cd $srcdir/apache-couchdb-$pkgver
-  sed -i 's|-Werror||g' src/couchdb/priv/Makefile.*
-}
-
-build() {
-  cd $srcdir/apache-couchdb-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/apache-couchdb-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 etc/default/couchdb $pkgdir/etc/conf.d/couchdb
-  sed -i 's|\(COUCHDB_OPTIONS=\)|\1-p /var/run/couchdb/couchdb.pid|' 
$pkgdir/etc/conf.d/couchdb
-
-  rm -rf $pkgdir/etc/default/ $pkgdir/var/run $pkgdir/etc/init.d
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 127495, 
couchdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 16:40:34 UTC (rev 127496)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=couchdb
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
+arch=('i686' 'x86_64')
+url=http://couchdb.apache.org;
+license=('APACHE')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl')
+makedepends=('autoconf-archive' 'git')
+install=couchdb.install
+backup=('etc/couchdb/local.ini'
+   'etc/conf.d/couchdb'
+   'etc/logrotate.d/couchdb')

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

2015-02-10 Thread Pierre Schmitz
Date: Tuesday, February 10, 2015 @ 17:53:09
  Author: pierre
Revision: 231225

upgpkg: grml-zsh-config 0.11.0-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:51:03 UTC (rev 231224)
+++ PKGBUILD2015-02-10 16:53:09 UTC (rev 231225)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.10.3
+pkgver=0.11.0
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('0a9e8e5aa50fd592d9a9a667637e33872257837027123d45bbc5b5e1a57d22b7')
+sha256sums=('0ec3a71a040d87518edb9c0cd4943acfe8f37bb8b4c40ead406c2690f1d4f738')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


[arch-commits] Commit in grml-zsh-config/repos (testing-any testing-any/PKGBUILD)

2015-02-10 Thread Pierre Schmitz
Date: Tuesday, February 10, 2015 @ 17:53:22
  Author: pierre
Revision: 231226

archrelease: copy trunk to testing-any

Added:
  grml-zsh-config/repos/testing-any/
  grml-zsh-config/repos/testing-any/PKGBUILD
(from rev 231225, grml-zsh-config/trunk/PKGBUILD)

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

Copied: grml-zsh-config/repos/testing-any/PKGBUILD (from rev 231225, 
grml-zsh-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-02-10 16:53:22 UTC (rev 231226)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.11.0
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('0ec3a71a040d87518edb9c0cd4943acfe8f37bb8b4c40ead406c2690f1d4f738')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


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

2015-02-10 Thread Evangelos Foutras
Date: Tuesday, February 10, 2015 @ 17:59:07
  Author: foutrelis
Revision: 231227

Replace sed line with upstream patch

Added:
  sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
Modified:
  sudo/trunk/PKGBUILD

--+
 PKGBUILD |4 +
 sudo-1.8.12-move-example-dir-under-the-doc-dir.patch |   41 +
 2 files changed, 44 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 16:53:22 UTC (rev 231226)
+++ PKGBUILD2015-02-10 16:59:07 UTC (rev 231227)
@@ -16,10 +16,12 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
 sudo.tmpfiles.conf
 sudo.pam)
 sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
 'SKIP'
+'a6b3a6066df7fec1bd31cdff33770640bccedb3d57461f61a8b238abea8799b0'
 '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
@@ -28,7 +30,7 @@
   cd $srcdir/$pkgname-$_sudover
 
   # http://bugzilla.sudo.ws/show_bug.cgi?id=682
-  sed -i 's|\(exampledir = \).*|\1@docdir@/examples|' {examples/,}Makefile.in
+  patch -Np1 -i ../sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
 }
 
 build() {

Added: sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
===
--- sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
(rev 0)
+++ sudo-1.8.12-move-example-dir-under-the-doc-dir.patch2015-02-10 
16:59:07 UTC (rev 231227)
@@ -0,0 +1,41 @@
+# HG changeset patch
+# User Todd C. Miller todd.mil...@courtesan.com
+# Date 1423587009 25200
+#  Tue Feb 10 09:50:09 2015 -0700
+# Node ID 494d9a0484b66ab9c559d5efe2ee7bdf0803e747
+# Parent  91859f613b88b1653e59ade2330fecd823b12491
+Move example dir under the doc dir to conform to Debian guidelines.
+Bug #682.
+
+diff -r 91859f613b88 -r 494d9a0484b6 Makefile.in
+--- a/Makefile.in  Tue Feb 10 09:37:10 2015 -0700
 b/Makefile.in  Tue Feb 10 09:50:09 2015 -0700
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2010-2014 Todd C. Miller todd.mil...@courtesan.com
++# Copyright (c) 2010-2015 Todd C. Miller todd.mil...@courtesan.com
+ #
+ # Permission to use, copy, modify, and distribute this software for any
+ # purpose with or without fee is hereby granted, provided that the above
+@@ -32,7 +32,7 @@
+ localedir = @localedir@
+ localstatedir = @localstatedir@
+ docdir = @docdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++exampledir = $(docdir)/examples
+ mandir = @mandir@
+ rundir = @rundir@
+ vardir = @vardir@
+diff -r 91859f613b88 -r 494d9a0484b6 examples/Makefile.in
+--- a/examples/Makefile.in Tue Feb 10 09:37:10 2015 -0700
 b/examples/Makefile.in Tue Feb 10 09:50:09 2015 -0700
+@@ -20,7 +20,8 @@
+  Start of system configuration section. 
+ 
+ srcdir = @srcdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++docdir = @docdir@
++exampledir = $(docdir)/examples
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ 


[arch-commits] Commit in opendkim/repos/community-x86_64 (8 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:02:08
  Author: spupykin
Revision: 127507

archrelease: copy trunk to community-x86_64

Added:
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 127506, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 127506, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 127506, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 127506, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.service

--+
 PKGBUILD |  108 ++---
 opendkim.conf|2 
 opendkim.install |   18 +++-
 opendkim.service |   22 +-
 4 files changed, 73 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 17:00:33 UTC (rev 127506)
+++ PKGBUILD2015-02-10 17:02:08 UTC (rev 127507)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.9.2
-pkgrel=2
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl libbsd)
-makedepends=(libmilter)
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.service)
-md5sums=('08cc80a2aedec62b0444d8d6af24a155'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '85010750a21954e2d3cf5d57fe210d3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-x86_64/PKGBUILD (from rev 127506, 
opendkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 17:02:08 UTC (rev 127507)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.10.0
+pkgrel=1
+pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
+arch=(i686 x86_64)
+url=http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=(db openssl libbsd)
+makedepends=(libmilter)
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+   opendkim.conf
+   opendkim.service)
+md5sums=('6f79ff358219c7ae7f944f44bf150391'
+ '3e2bb1058ac0662f01e675aa6ac7ee8f'
+ '85010750a21954e2d3cf5d57fe210d3f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-db
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Sample configuration
+  mkdir -p $pkgdir/etc/opendkim
+  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
+  chmod 0700 $pkgdir/etc/opendkim
+  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
+  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
+
+  # License
+  mkdir -p $pkgdir/usr/share/licenses/opendkim
+  for f in LICENSE LICENSE.Sendmail; do
+ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
+  done
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: opendkim.conf
===
--- opendkim.conf   2015-02-10 17:00:33 UTC (rev 127506)
+++ opendkim.conf   2015-02-10 17:02:08 UTC (rev 127507)
@@ -1 +0,0 @@
-OPENDKIM_FILTER=-x /etc/opendkim/opendkim.conf

Copied: 

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:35:58
  Author: spupykin
Revision: 127515

upgpkg: cadaver 0.23.3-6

upd

Modified:
  cadaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:19:03 UTC (rev 127514)
+++ PKGBUILD2015-02-10 17:35:58 UTC (rev 127515)
@@ -4,7 +4,7 @@
 
 pkgname=cadaver
 pkgver=0.23.3
-pkgrel=5
+pkgrel=6
 pkgdesc=Command-line WebDAV client for Unix
 arch=('i686' 'x86_64')
 url=http://www.webdav.org/cadaver;


[arch-commits] Commit in neatx/trunk (PKGBUILD neatx.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:14
  Author: spupykin
Revision: 127517

upgpkg: neatx 0.3.1-15

upd

Modified:
  neatx/trunk/PKGBUILD
  neatx/trunk/neatx.install

---+
 PKGBUILD  |2 +-
 neatx.install |3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:36:11 UTC (rev 127516)
+++ PKGBUILD2015-02-10 17:36:14 UTC (rev 127517)
@@ -4,7 +4,7 @@
 
 pkgname=neatx
 pkgver=0.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc=A free NX server by google
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/neatx/;

Modified: neatx.install
===
--- neatx.install   2015-02-10 17:36:11 UTC (rev 127516)
+++ neatx.install   2015-02-10 17:36:14 UTC (rev 127517)
@@ -1,5 +1,5 @@
 post_install() {
-  useradd -d /opt/NX/home/nx -s /usr/lib/neatx/nxserver-login-wrapper nx  
/dev/null
+  useradd -r -d /opt/NX/home/nx -s /usr/lib/neatx/nxserver-login-wrapper nx  
/dev/null
   mkdir -p ~nx/.ssh
   cp /usr/share/neatx/authorized_keys.nomachine ~nx/.ssh/authorized_keys
   chmod 600 ~nx/.ssh/authorized_keys
@@ -8,7 +8,6 @@
 }
 
 pre_remove() {
-  userdel nx  /dev/null 21
   rm -rf ~nx
 }
 


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:11
  Author: spupykin
Revision: 127516

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

Added:
  cadaver/repos/community-i686/ChangeLog
(from rev 127515, cadaver/trunk/ChangeLog)
  cadaver/repos/community-i686/PKGBUILD
(from rev 127515, cadaver/trunk/PKGBUILD)
  cadaver/repos/community-x86_64/ChangeLog
(from rev 127515, cadaver/trunk/ChangeLog)
  cadaver/repos/community-x86_64/PKGBUILD
(from rev 127515, cadaver/trunk/PKGBUILD)
Deleted:
  cadaver/repos/community-i686/ChangeLog
  cadaver/repos/community-i686/PKGBUILD
  cadaver/repos/community-x86_64/ChangeLog
  cadaver/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |6 +
 /PKGBUILD  |   50 +++
 community-i686/ChangeLog   |3 --
 community-i686/PKGBUILD|   25 -
 community-x86_64/ChangeLog |3 --
 community-x86_64/PKGBUILD  |   25 -
 6 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-02-10 17:35:58 UTC (rev 127515)
+++ community-i686/ChangeLog2015-02-10 17:36:11 UTC (rev 127516)
@@ -1,3 +0,0 @@
-2007-07-02 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: cadaver/repos/community-i686/ChangeLog (from rev 127515, 
cadaver/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-02-10 17:36:11 UTC (rev 127516)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:35:58 UTC (rev 127515)
+++ community-i686/PKGBUILD 2015-02-10 17:36:11 UTC (rev 127516)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=cadaver
-pkgver=0.23.3
-pkgrel=5
-pkgdesc=Command-line WebDAV client for Unix
-arch=('i686' 'x86_64')
-url=http://www.webdav.org/cadaver;
-license=('GPL')
-depends=('neon')
-source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
-md5sums=('502ecd601e467f8b16056d2acca39a6f')
-
-build() {
-  cd $srcdir/cadaver-$pkgver
-  ./configure --prefix=/usr --with-ssl
-  make
-}
-
-package() {
-  cd $srcdir/cadaver-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: cadaver/repos/community-i686/PKGBUILD (from rev 127515, 
cadaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:36:11 UTC (rev 127516)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=cadaver
+pkgver=0.23.3
+pkgrel=6
+pkgdesc=Command-line WebDAV client for Unix
+arch=('i686' 'x86_64')
+url=http://www.webdav.org/cadaver;
+license=('GPL')
+depends=('neon')
+source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
+md5sums=('502ecd601e467f8b16056d2acca39a6f')
+
+build() {
+  cd $srcdir/cadaver-$pkgver
+  ./configure --prefix=/usr --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/cadaver-$pkgver
+  make prefix=$pkgdir/usr install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-02-10 17:35:58 UTC (rev 127515)
+++ community-x86_64/ChangeLog  2015-02-10 17:36:11 UTC (rev 127516)
@@ -1,3 +0,0 @@
-2007-07-02 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: cadaver/repos/community-x86_64/ChangeLog (from rev 127515, 
cadaver/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-02-10 17:36:11 UTC (rev 127516)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-10 17:35:58 UTC (rev 127515)
+++ community-x86_64/PKGBUILD   2015-02-10 17:36:11 UTC (rev 127516)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=cadaver
-pkgver=0.23.3
-pkgrel=5
-pkgdesc=Command-line WebDAV client for Unix
-arch=('i686' 'x86_64')
-url=http://www.webdav.org/cadaver;
-license=('GPL')
-depends=('neon')
-source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
-md5sums=('502ecd601e467f8b16056d2acca39a6f')
-
-build() {
-  cd $srcdir/cadaver-$pkgver
-  ./configure --prefix=/usr --with-ssl
-  make
-}
-
-package() {
-  cd $srcdir/cadaver-$pkgver
-  make 

[arch-commits] Commit in ultimate-ircd/trunk (PKGBUILD ircd.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:46:02
  Author: spupykin
Revision: 127525

upgpkg: ultimate-ircd 3.0.2-8

upd

Modified:
  ultimate-ircd/trunk/PKGBUILD
  ultimate-ircd/trunk/ircd.install

--+
 PKGBUILD |4 ++--
 ircd.install |   34 --
 2 files changed, 10 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:44:10 UTC (rev 127524)
+++ PKGBUILD2015-02-10 17:46:02 UTC (rev 127525)
@@ -4,7 +4,7 @@
 
 pkgname=ultimate-ircd
 pkgver=3.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc=ultimate irc server
 arch=(i686 x86_64)
 url=http://www.shadow-realm.org/;
@@ -39,7 +39,7 @@
   done
 
   cd include  patch -N ../../conf-fix.patch  cd ..
-  make || return 1
+  make
 }
 
 package() {

Modified: ircd.install
===
--- ircd.install2015-02-10 17:44:10 UTC (rev 127524)
+++ ircd.install2015-02-10 17:46:02 UTC (rev 127525)
@@ -1,31 +1,13 @@
-pre_install() {
-  /bin/true
-}
-
 post_install() {
-groupadd irc
-useradd -G irc -d /var/lib/ircd ircd
-chown -R ircd.irc /var/log/ircd
-chown -R ircd.irc /var/lib/ircd
-chown -R ircd.irc /var/run/ircd
+groupadd -r irc
+useradd -r -G irc -d /var/lib/ircd ircd
+chown -R ircd:irc var/log/ircd
+chown -R ircd:irc var/lib/ircd
+chown -R ircd:irc var/run/ircd
 }
 
-pre_upgrade() {
-  /bin/true
-}
-
 post_upgrade() {
-chown -R ircd.irc /var/log/ircd
-chown -R ircd.irc /var/lib/ircd
-chown -R ircd.irc /var/run/ircd
+chown -R ircd:irc var/log/ircd
+chown -R ircd:irc var/lib/ircd
+chown -R ircd:irc var/run/ircd
 }
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-userdel ircd
-groupdel irc
-}
-


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:04:17
  Author: spupykin
Revision: 127510

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

Added:
  dspam/repos/community-i686/PKGBUILD
(from rev 127509, dspam/trunk/PKGBUILD)
  dspam/repos/community-i686/dspam.install
(from rev 127509, dspam/trunk/dspam.install)
  dspam/repos/community-i686/dspam.logrotated
(from rev 127509, dspam/trunk/dspam.logrotated)
  dspam/repos/community-i686/dspam.service
(from rev 127509, dspam/trunk/dspam.service)
  dspam/repos/community-i686/dspam.tmpfiles
(from rev 127509, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-i686/dspam_maintenance.cron
(from rev 127509, dspam/trunk/dspam_maintenance.cron)
  dspam/repos/community-x86_64/PKGBUILD
(from rev 127509, dspam/trunk/PKGBUILD)
  dspam/repos/community-x86_64/dspam.install
(from rev 127509, dspam/trunk/dspam.install)
  dspam/repos/community-x86_64/dspam.logrotated
(from rev 127509, dspam/trunk/dspam.logrotated)
  dspam/repos/community-x86_64/dspam.service
(from rev 127509, dspam/trunk/dspam.service)
  dspam/repos/community-x86_64/dspam.tmpfiles
(from rev 127509, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-x86_64/dspam_maintenance.cron
(from rev 127509, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-i686/PKGBUILD
  dspam/repos/community-i686/dspam.install
  dspam/repos/community-i686/dspam.logrotated
  dspam/repos/community-i686/dspam.service
  dspam/repos/community-i686/dspam.tmpfiles
  dspam/repos/community-i686/dspam_maintenance.cron
  dspam/repos/community-x86_64/PKGBUILD
  dspam/repos/community-x86_64/dspam.install
  dspam/repos/community-x86_64/dspam.logrotated
  dspam/repos/community-x86_64/dspam.service
  dspam/repos/community-x86_64/dspam.tmpfiles
  dspam/repos/community-x86_64/dspam_maintenance.cron

-+
 /PKGBUILD   |  178 ++
 /dspam.install  |   80 +
 /dspam.logrotated   |   20 +++
 /dspam.service  |   22 +++
 /dspam.tmpfiles |2 
 /dspam_maintenance.cron |   12 ++
 community-i686/PKGBUILD |   89 ---
 community-i686/dspam.install|   45 ---
 community-i686/dspam.logrotated |   10 -
 community-i686/dspam.service|   11 -
 community-i686/dspam.tmpfiles   |1 
 community-i686/dspam_maintenance.cron   |6 -
 community-x86_64/PKGBUILD   |   89 ---
 community-x86_64/dspam.install  |   45 ---
 community-x86_64/dspam.logrotated   |   10 -
 community-x86_64/dspam.service  |   11 -
 community-x86_64/dspam.tmpfiles |1 
 community-x86_64/dspam_maintenance.cron |6 -
 18 files changed, 314 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:03:54 UTC (rev 127509)
+++ community-i686/PKGBUILD 2015-02-10 17:04:17 UTC (rev 127510)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=10
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmariadbclient: MariaDB support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support'
-   'clamav: ClamAV support'
-   'libldap: external lookup support')
-options=('zipman' 'docs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam.service
-   dspam.tmpfiles
-   dspam_maintenance.cron)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- 'cec7e3df4cbc6feca387fb516a5b3490'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea'
- 'ebfb0fec16a56f6e1a3a61ced2d5015d')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
-   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
-   --enable-split-configuration --enable-syslog --enable-clamav \
-   --with-dspam-home=/var/lib/dspam --with-logdir=/var/log/dspam 
--with-logfile=/var/log/dspam/dspam.log \
-   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
-   

[arch-commits] Commit in dspam/trunk (PKGBUILD dspam.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:03:54
  Author: spupykin
Revision: 127509

upgpkg: dspam 3.10.2-11

upd

Modified:
  dspam/trunk/PKGBUILD
  dspam/trunk/dspam.install

---+
 PKGBUILD  |2 +-
 dspam.install |9 ++---
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:02:35 UTC (rev 127508)
+++ PKGBUILD2015-02-10 17:03:54 UTC (rev 127509)
@@ -4,7 +4,7 @@
 
 pkgname=dspam
 pkgver=3.10.2
-pkgrel=10
+pkgrel=11
 pkgdesc=A scalable, open-source statistical anti-spam filter
 arch=('i686' 'x86_64')
 url=http://dspam.nuclearelephant.com/;

Modified: dspam.install
===
--- dspam.install   2015-02-10 17:02:35 UTC (rev 127508)
+++ dspam.install   2015-02-10 17:03:54 UTC (rev 127509)
@@ -1,8 +1,8 @@
 post_install() {
   echo -n adding dspam system group... 
-  groupadd -g 115 dspam  echo done.
+  groupadd -r dspam  echo done.
   echo -n adding dspam system user... 
-  useradd -c DSPAM Daemon -u 115 -d /var/lib/dspam -g dspam -s /bin/false 
dspam \
+  useradd -r -c DSPAM Daemon -d /var/lib/dspam -g dspam -s /bin/false dspam \
  echo done.
   passwd -l dspam /dev/null
   chown root:dspam usr/bin/dspam{,c}
@@ -38,8 +38,3 @@
   chmod g+s usr/bin/dspamc
   systemd-tmpfiles --create dspam.conf
 }
-
-post_remove() {
-  echo -n -e \nremoving dspam system user and group...
-  userdel dspam  echo done.
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:18:44
  Author: spupykin
Revision: 127512

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 127511, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 127511, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 127511, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 127511, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 127511, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 127511, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  110 ++
 /chrony.install |   64 ++
 /service|   24 
 community-i686/PKGBUILD |   55 ---
 community-i686/chrony.install   |   38 -
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   55 ---
 community-x86_64/chrony.install |   38 -
 community-x86_64/service|   12 
 9 files changed, 198 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:18:29 UTC (rev 127511)
+++ community-i686/PKGBUILD 2015-02-10 17:18:44 UTC (rev 127512)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.31
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 127511, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-10 17:18:44 UTC (rev 127512)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.31
+pkgrel=2
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd 

[arch-commits] Commit in chrony/trunk (PKGBUILD chrony.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:18:29
  Author: spupykin
Revision: 127511

upgpkg: chrony 1.31-2

upd

Modified:
  chrony/trunk/PKGBUILD
  chrony/trunk/chrony.install

+
 PKGBUILD   |2 +-
 chrony.install |   10 ++
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:04:17 UTC (rev 127510)
+++ PKGBUILD2015-02-10 17:18:29 UTC (rev 127511)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.31
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;

Modified: chrony.install
===
--- chrony.install  2015-02-10 17:04:17 UTC (rev 127510)
+++ chrony.install  2015-02-10 17:18:29 UTC (rev 127511)
@@ -13,8 +13,8 @@
 
 post_upgrade() {
   if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
-getent group chrony /dev/null || groupadd -g 183 chrony /dev/null
-getent passwd chrony /dev/null || useradd -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony /dev/null
+getent group chrony /dev/null || groupadd -r -g 183 chrony /dev/null
+getent passwd chrony /dev/null || useradd -r -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony /dev/null
 chown -R 183:183 /var/lib/chrony
   fi
 
@@ -24,12 +24,6 @@
   done
 }
 
-post_remove() {
-  getent passwd chrony /dev/null  userdel chrony /dev/null
-  getent group chrony /dev/null  groupdel chrony /dev/null
-  true
-}
-
 pre_remove() {
   [[ -x usr/bin/install-info ]] || return 0
   for file in ${filelist[@]}; do


[arch-commits] Commit in unrealircd/trunk (PKGBUILD unrealircd.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:40:25
  Author: spupykin
Revision: 127521

upgpkg: unrealircd 3.2.10.4-2

upd

Modified:
  unrealircd/trunk/PKGBUILD
  unrealircd/trunk/unrealircd.install

+
 PKGBUILD   |2 +-
 unrealircd.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:36:56 UTC (rev 127520)
+++ PKGBUILD2015-02-10 17:40:25 UTC (rev 127521)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=3.2.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source IRC Server
 arch=('i686' 'x86_64')
 url=http://unrealircd.com;

Modified: unrealircd.install
===
--- unrealircd.install  2015-02-10 17:36:56 UTC (rev 127520)
+++ unrealircd.install  2015-02-10 17:40:25 UTC (rev 127521)
@@ -10,7 +10,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  userdel ircd
-}


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:46:22
  Author: spupykin
Revision: 127526

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

Added:
  ultimate-ircd/repos/community-i686/PKGBUILD
(from rev 127525, ultimate-ircd/trunk/PKGBUILD)
  ultimate-ircd/repos/community-i686/conf-fix.patch
(from rev 127525, ultimate-ircd/trunk/conf-fix.patch)
  ultimate-ircd/repos/community-i686/ircd.install
(from rev 127525, ultimate-ircd/trunk/ircd.install)
  ultimate-ircd/repos/community-i686/ultimate-ircd.service
(from rev 127525, ultimate-ircd/trunk/ultimate-ircd.service)
  ultimate-ircd/repos/community-i686/ultimate-ircd.tmpfiles
(from rev 127525, ultimate-ircd/trunk/ultimate-ircd.tmpfiles)
  ultimate-ircd/repos/community-x86_64/PKGBUILD
(from rev 127525, ultimate-ircd/trunk/PKGBUILD)
  ultimate-ircd/repos/community-x86_64/conf-fix.patch
(from rev 127525, ultimate-ircd/trunk/conf-fix.patch)
  ultimate-ircd/repos/community-x86_64/ircd.install
(from rev 127525, ultimate-ircd/trunk/ircd.install)
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.service
(from rev 127525, ultimate-ircd/trunk/ultimate-ircd.service)
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.tmpfiles
(from rev 127525, ultimate-ircd/trunk/ultimate-ircd.tmpfiles)
Deleted:
  ultimate-ircd/repos/community-i686/PKGBUILD
  ultimate-ircd/repos/community-i686/conf-fix.patch
  ultimate-ircd/repos/community-i686/ircd.install
  ultimate-ircd/repos/community-i686/ultimate-ircd.service
  ultimate-ircd/repos/community-i686/ultimate-ircd.tmpfiles
  ultimate-ircd/repos/community-x86_64/PKGBUILD
  ultimate-ircd/repos/community-x86_64/conf-fix.patch
  ultimate-ircd/repos/community-x86_64/ircd.install
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.service
  ultimate-ircd/repos/community-x86_64/ultimate-ircd.tmpfiles

-+
 /PKGBUILD   |  122 ++
 /conf-fix.patch |   50 
 /ircd.install   |   26 ++
 /ultimate-ircd.service  |   24 +
 /ultimate-ircd.tmpfiles |2 
 community-i686/PKGBUILD |   61 ---
 community-i686/conf-fix.patch   |   25 --
 community-i686/ircd.install |   31 ---
 community-i686/ultimate-ircd.service|   12 --
 community-i686/ultimate-ircd.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   61 ---
 community-x86_64/conf-fix.patch |   25 --
 community-x86_64/ircd.install   |   31 ---
 community-x86_64/ultimate-ircd.service  |   12 --
 community-x86_64/ultimate-ircd.tmpfiles |1 
 15 files changed, 224 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 17:46:02 UTC (rev 127525)
+++ community-i686/PKGBUILD 2015-02-10 17:46:22 UTC (rev 127526)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ultimate-ircd
-pkgver=3.0.2
-pkgrel=7
-pkgdesc=ultimate irc server
-arch=(i686 x86_64)
-url=http://www.shadow-realm.org/;
-license=(GPL)
-depends=(glibc)
-makedepends=(patch)
-conflicts=(ircd)
-provides=(ircd)
-backup=()
-install=ircd.install
-source=(http://downloads.sourceforge.net/sourceforge/ultimate/Ultimate$pkgver.tar.bz2
-   ultimate-ircd.service
-   ultimate-ircd.tmpfiles
-   conf-fix.patch)
-md5sums=('8bc14b97d22a3ce3415cc0540ae459f6'
- '526fd78018b9b011787e4e9012437116'
- 'e51723ab29e7a3ddc3589846815de0c9'
- '5e0f2a02e12675ac070a148c3234e111')
-
-build() {
-  cd $srcdir/Ultimate$pkgver
-  ./configure --prefix=/usr --enable-chinese-nick
-
-  for i in `find -type f -name Makefile`; do
-echo Patching $i...
-sed -i s#prefix   = /usr#prefix   = $pkgdir/usr# $i
-sed -i s#libexecdir   = \${bindir}#libexecdir = 
$pkgdir/usr/lib/ircd# $i
-sed -i s#sysconfdir   = \${prefix}/etc#sysconfdir = 
$pkgdir/etc/ircd# $i
-sed -i s#localstatedir= \${prefix}#localstatedir  = $pkgdir/var# 
$i
-sed -i s#networksubdir   = \${prefix}/etc/networks#networksubdir   = 
$pkgdir/etc/ircd/networks# $i
-sed -i s#\$(localstatedir)/logs#\$(localstatedir)/log/ircd# $i
-  done
-
-  cd include  patch -N ../../conf-fix.patch  cd ..
-  make || return 1
-}
-
-package() {
-  cd $srcdir/Ultimate$pkgver
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/var/log/ircd
-  mkdir -p $pkgdir/etc/ircd/networks
-  make install
-  rm -f $pkgdir/usr/ircd
-  rm -f $pkgdir/usr/kill
-  rm -f $pkgdir/usr/rehash
-  cd $pkgdir/usr/bin
-  mv mkpasswd irc-mkpasswd
-  mv ssl-cert.sh irc-ssl-cert.sh
-  mv ssl-search.sh irc-ssl-search.sh
-  install -d -m 0755 $pkgdir/var/lib/ircd
-  install -Dm0644 $srcdir/$pkgname.service 

[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 12:14:51
  Author: spupykin
Revision: 127462

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 127461, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 127461, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 127461, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  108 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 11:14:41 UTC (rev 127461)
+++ PKGBUILD2015-02-10 11:14:51 UTC (rev 127462)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('b982b0ba2bad01039337ca280faa86b6'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 127461, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 11:14:51 UTC (rev 127462)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.conf

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 12:14:41
  Author: spupykin
Revision: 127461

upgpkg: roundcubemail 1.1.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 07:28:58 UTC (rev 127460)
+++ PKGBUILD2015-02-10 11:14:41 UTC (rev 127461)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('b982b0ba2bad01039337ca280faa86b6'
+md5sums=('784b001753cebb9d0db59142f22e1764'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in linux-manpages/repos/extra-any (PKGBUILD PKGBUILD)

2015-02-10 Thread Anatol Pomozov
Date: Tuesday, February 10, 2015 @ 19:55:51
  Author: anatolik
Revision: 231231

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
(from rev 231230, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 18:55:25 UTC (rev 231230)
+++ PKGBUILD2015-02-10 18:55:51 UTC (rev 231231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=linux-manpages
-pkgver=3.18
-pkgrel=1
-pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
-arch=('any')
-url=http://www.kernel.org;
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
-
-build() {
-  cd ${srcdir}/linux-$pkgver
-  make mandocs
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/man/man9/
-  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-${pkgdir}/usr/share/man/man9/
-
-  find ${pkgdir} -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 231230, 
linux-manpages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 18:55:51 UTC (rev 231231)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=linux-manpages
+pkgver=3.19
+pkgrel=1
+pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
+arch=('any')
+url=http://www.kernel.org;
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c')
+
+build() {
+  cd ${srcdir}/linux-$pkgver
+  make mandocs
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/man/man9/
+  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+${pkgdir}/usr/share/man/man9/
+
+  find ${pkgdir} -type f -exec chmod 644 {} \;
+}


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 20:28:26
  Author: bisson
Revision: 231233

rebuild against libnfs

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 19:27:56 UTC (rev 231232)
+++ PKGBUILD2015-02-10 19:28:26 UTC (rev 231233)
@@ -16,10 +16,11 @@
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
  'icu' 'libupnp' 'libnfs')
 makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60'
+sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 20:27:56
  Author: bisson
Revision: 231232

rebuild against libnfs

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 18:55:51 UTC (rev 231231)
+++ PKGBUILD2015-02-10 19:27:56 UTC (rev 231232)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -16,11 +16,10 @@
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
  'icu' 'libupnp' 'libnfs')
 makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'tmpfiles.d'
 'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
+sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-02-10 Thread Alexander Rødseth
Date: Tuesday, February 10, 2015 @ 19:29:29
  Author: arodseth
Revision: 127529

upgpkg: mod_wsgi 4.4.8-1

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:50:47 UTC (rev 127528)
+++ PKGBUILD2015-02-10 18:29:29 UTC (rev 127529)
@@ -5,7 +5,7 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.7
+pkgver=4.4.8
 pkgrel=1
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 20:30:11
  Author: bisson
Revision: 231234

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 231233, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 231233, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 231233, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 231233, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 231233, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 231233, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 231233, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 231233, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 19:28:26 UTC (rev 231233)
+++ extra-i686/PKGBUILD 2015-02-10 19:30:11 UTC (rev 231234)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 231233, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 19:30:11 UTC (rev 231234)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')

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

2015-02-10 Thread Anatol Pomozov
Date: Tuesday, February 10, 2015 @ 19:55:25
  Author: anatolik
Revision: 231230

upgpkg: linux-manpages 3.19-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:56:56 UTC (rev 231229)
+++ PKGBUILD2015-02-10 18:55:25 UTC (rev 231230)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
+sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c')
 
 build() {
   cd ${srcdir}/linux-$pkgver


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

2015-02-10 Thread Alexander Rødseth
Date: Tuesday, February 10, 2015 @ 19:29:41
  Author: arodseth
Revision: 127530

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

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

---+
 /PKGBUILD |  108 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   54 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 136 insertions(+), 136 deletions(-)

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

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

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2015-02-10 18:29:29 UTC (rev 127529)
+++ community-i686/mod_wsgi.install 2015-02-10 18:29:41 UTC (rev 127530)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

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

[arch-commits] Commit in ejabberd/trunk (PKGBUILD ejabberd.install sysuser.conf)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:22:55
  Author: spupykin
Revision: 127467

upgpkg: ejabberd 14.12-2

upd

Added:
  ejabberd/trunk/sysuser.conf
Modified:
  ejabberd/trunk/PKGBUILD
  ejabberd/trunk/ejabberd.install

--+
 PKGBUILD |9 -
 ejabberd.install |   18 +-
 sysuser.conf |3 +++
 3 files changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 14:35:44 UTC (rev 127466)
+++ PKGBUILD2015-02-10 15:22:55 UTC (rev 127467)
@@ -5,7 +5,7 @@
 
 pkgname=ejabberd
 pkgver=14.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -44,7 +44,7 @@
git://github.com/processone/p1_utils
$pkgname.logrotate
ejabberd.service
-   https://github.com/processone/ejabberd/commit/7bdc1151b.patch;)
+   sysuser.conf)
 md5sums=('afa0961e10e136664576e841b0a675df'
  'SKIP'
  'SKIP'
@@ -71,13 +71,11 @@
  'SKIP'
  'f97c8a96160f30e0aecc9526c12e6606'
  'a437aff9d7d477fb036d527205617e18'
- '1f803ad9831aa2fa55d8a307642371cc')
+ '458fc41be4adb9554a53b8f9ae05fbee')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-#  patch -p1 $srcdir/7bdc1151b.patch
-
   mkdir -p $srcdir/$pkgname-$pkgver/deps
   for i in goldrush lager p1_cache_tab p1_iconv p1_pam \
p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \
@@ -114,6 +112,7 @@
   chmod a+rx $pkgdir/usr/bin/ejabberdctl 
$pkgdir/usr/lib/ejabberd/priv/bin/captcha.sh
   rm -rf $pkgdir/var/lock $pkgdir/usr/sbin
   install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
+  install -Dm644 $srcdir/sysuser.conf 
$pkgdir/usr/lib/sysusers.d/ejabberd.conf
   # workaround
   ln -s mod_configure.beam $pkgdir/usr/lib/ejabberd/ebin/configure.beam
 }

Modified: ejabberd.install
===
--- ejabberd.install2015-02-10 14:35:44 UTC (rev 127466)
+++ ejabberd.install2015-02-10 15:22:55 UTC (rev 127467)
@@ -1,8 +1,7 @@
 post_install() {
-  groupadd -r jabber
-  useradd -r -G jabber -d /var/lib/ejabberd ejabberd
-  chown -R ejabberd.jabber var/log/ejabberd
-  chown -R ejabberd.jabber var/lib/ejabberd
+  systemd-sysusers ejabberd.conf
+  chown -R ejabberd:jabber var/log/ejabberd
+  chown -R ejabberd:jabber var/lib/ejabberd
   chown root:ejabberd \
 etc/ejabberd/ejabberd.yml \
 etc/ejabberd/ejabberdctl.cfg \
@@ -11,8 +10,8 @@
 }
 
 post_upgrade() {
-  chown -R ejabberd.jabber var/log/ejabberd
-  chown -R ejabberd.jabber var/lib/ejabberd
+  chown -R ejabberd:jabber var/log/ejabberd
+  chown -R ejabberd:jabber var/lib/ejabberd
   chown root:ejabberd \
 etc/ejabberd/ejabberd.yml \
 etc/ejabberd/ejabberdctl.cfg \
@@ -20,10 +19,3 @@
 usr/lib/ejabberd/priv/bin/epam
   echo !!! it is major update. Config must be converted to yaml format.
 }
-
-post_remove() {
-  userdel ejabberd
-  groupdel jabber
-}
-
-# vim:set ts=2 sw=2 et:

Added: sysuser.conf
===
--- sysuser.conf(rev 0)
+++ sysuser.conf2015-02-10 15:22:55 UTC (rev 127467)
@@ -0,0 +1,3 @@
+g jabber 17 --
+u ejabberd   -  -/var/lib/ejabberd
+m ejabberd   jabber


[arch-commits] Commit in prosody/trunk (PKGBUILD prosody.install sysuser.conf)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:23:30
  Author: spupykin
Revision: 127469

upgpkg: prosody 0.9.7-2

upd

Added:
  prosody/trunk/sysuser.conf
Modified:
  prosody/trunk/PKGBUILD
  prosody/trunk/prosody.install

-+
 PKGBUILD|9 ++---
 prosody.install |   17 -
 sysuser.conf|3 +++
 3 files changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:23:21 UTC (rev 127468)
+++ PKGBUILD2015-02-10 15:23:30 UTC (rev 127469)
@@ -6,7 +6,7 @@
 
 pkgname=prosody
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Lightweight and extensible Jabber/XMPP server written in Lua
 arch=('i686' 'x86_64')
 url=http://prosody.im/;
@@ -22,13 +22,15 @@
 'prosody.logrotated'
 'fix-config.patch'
 'prosody.tmpfile.d'
-'prosody.service')
+'prosody.service'
+'sysuser.conf')
 md5sums=('47de7f593279e327792df78cfa93e8a7'
  'SKIP'
  '5b44aee99f1fa9e7f055e067688cafbd'
  '01b6aa0b1e1e3067756c45b0751bee78'
  'e2f5a1df410b05696a30dcb058841084'
- 'e74045f27cb60908d535969906781f75')
+ 'e74045f27cb60908d535969906781f75'
+ 'af7005df7322c4c92cc0f5c1e56f6f4f')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -53,6 +55,7 @@
 #  install -Dm 0644 $srcdir/prosody.logrotated 
${pkgdir}/etc/logrotate.d/prosody
   install -Dm 0644 $srcdir/prosody.tmpfile.d 
${pkgdir}/usr/lib/tmpfiles.d/prosody.conf
   install -Dm 0644 $srcdir/prosody.service 
${pkgdir}/usr/lib/systemd/system/prosody.service
+  install -Dm644 $srcdir/sysuser.conf $pkgdir/usr/lib/sysusers.d/prosody.conf
 
   for i in tools/*.lua; do
 install -Dm 0644 ${i} ${pkgdir}/usr/share/prosody/${i}

Modified: prosody.install
===
--- prosody.install 2015-02-10 15:23:21 UTC (rev 127468)
+++ prosody.install 2015-02-10 15:23:30 UTC (rev 127469)
@@ -1,17 +1,11 @@
 post_install() {
-if [ -z `grep '^prosody:' /etc/group` ]; then
-groupadd -g 412 prosody
-fi
-if [ -z `grep '^prosody:' /etc/passwd` ]; then
-useradd -u 412 -d /var/lib/prosody -g prosody -s /bin/false prosody
-fi
+systemd-sysusers prosody.conf
+systemd-tmpfiles --create prosody.conf
 
-chown prosody:prosody var/lib/prosody
-[ -d var/log/prosody ]  chown prosody:prosody var/log/prosody
+chown prosody:jabber var/lib/prosody
+[ -d var/log/prosody ]  chown prosody:jabber var/log/prosody
 
 echo  Documentation: http://wiki.archlinux.org/index.php/Prosody;
-
-systemd-tmpfiles --create prosody.conf
 }
 
 post_upgrade() {
@@ -20,11 +14,8 @@
 }
 
 post_remove() {
-userdel prosody
-
 paths=(/etc/prosody /var/lib/prosody /var/log/prosody
/var/log/old/prosody)
-
 first=true
 for path in ${paths[@]}; do
 if [ -d $path ]; then

Added: sysuser.conf
===
--- sysuser.conf(rev 0)
+++ sysuser.conf2015-02-10 15:23:30 UTC (rev 127469)
@@ -0,0 +1,3 @@
+g jabber17 --
+u prosody   -  -/var/lib/prosody
+m prosody   jabber


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:23:59
  Author: spupykin
Revision: 127471

upgpkg: qcad 3.8.1.0-2

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:23:55 UTC (rev 127470)
+++ PKGBUILD2015-02-10 15:23:59 UTC (rev 127471)
@@ -6,7 +6,7 @@
 
 pkgname=qcad
 pkgver=3.8.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
 url=http://www.qcad.org;
@@ -37,7 +37,7 @@
   find . \( -name 'Makefile' -name '.gitignore' \) -delete
 
   install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp -r examples fonts libraries linetypes patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
   cp debug/* ${pkgdir}/usr/share/qcad
 
   install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt


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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:23:55
  Author: spupykin
Revision: 127470

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

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

-+
 /PKGBUILD   |  136 ++
 /fix-config.patch   |   88 ++
 /prosody.install|   58 ++
 /prosody.logrotated |   18 
 /prosody.service|   26 ++
 /prosody.tmpfile.d  |2 
 community-i686/PKGBUILD |   64 
 community-i686/fix-config.patch |   44 ---
 community-i686/prosody.install  |   38 -
 community-i686/prosody.logrotated   |9 --
 community-i686/prosody.service  |   13 ---
 community-i686/prosody.tmpfile.d|1 
 community-i686/sysuser.conf |3 
 community-x86_64/PKGBUILD   |   64 
 community-x86_64/fix-config.patch   |   44 ---
 community-x86_64/prosody.install|   38 -
 community-x86_64/prosody.logrotated |9 --
 community-x86_64/prosody.service|   13 ---
 community-x86_64/prosody.tmpfile.d  |1 
 community-x86_64/sysuser.conf   |3 
 20 files changed, 334 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:23:30 UTC (rev 127469)
+++ community-i686/PKGBUILD 2015-02-10 15:23:55 UTC (rev 127470)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Dwayne Bent d...@dbb.io
-# Contributor: Paul-Sebastian Manole brokenth...@gmail.com
-# Contributor: Timothée Ravier t...@siosm.fr
-
-pkgname=prosody
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=Lightweight and extensible Jabber/XMPP server written in Lua
-arch=('i686' 'x86_64')
-url=http://prosody.im/;
-license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
- 'openssl')
-optdepends=('lua51-sec: TLS encryption support')
-install=prosody.install
-backup=('etc/logrotate.d/prosody'
-'etc/prosody/prosody.cfg.lua')
-source=(http://prosody.im/downloads/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-'prosody.logrotated'
-'fix-config.patch'
-'prosody.tmpfile.d'
-'prosody.service')
-md5sums=('47de7f593279e327792df78cfa93e8a7'
- 'SKIP'
- '5b44aee99f1fa9e7f055e067688cafbd'
- '01b6aa0b1e1e3067756c45b0751bee78'
- 'e2f5a1df410b05696a30dcb058841084'
- 'e74045f27cb60908d535969906781f75')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1  ../fix-config.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
---cflags=${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE \
---ldflags=${LDFLAGS} -shared --no-example-certs \
- 

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

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:23:21
  Author: spupykin
Revision: 127468

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 127467, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 127467, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 127467, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 127467, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 127467, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 127467, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 127467, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 127467, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 127467, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 127467, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

-+
 /PKGBUILD   |  240 ++
 /ejabberd.install   |   42 +
 /ejabberd.logrotate |   24 +++
 /ejabberd.service   |   28 +++
 community-i686/PKGBUILD |  121 -
 community-i686/ejabberd.install |   29 
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   14 -
 community-i686/sysuser.conf |3 
 community-x86_64/PKGBUILD   |  121 -
 community-x86_64/ejabberd.install   |   29 
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   14 -
 community-x86_64/sysuser.conf   |3 
 14 files changed, 340 insertions(+), 352 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-10 15:22:55 UTC (rev 127467)
+++ community-i686/PKGBUILD 2015-02-10 15:23:21 UTC (rev 127468)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=14.12
-pkgrel=1
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   git://github.com/eproxus/meck
-   esip::git://github.com/processone/p1_sip
-   git://github.com/basho/riak_pb
-   riakc::git://github.com/basho/riak-erlang-client
-   protobuffs::git://github.com/basho/erlang_protobuffs.git
-   git://github.com/processone/p1_utils
-   $pkgname.logrotate
-   ejabberd.service
-   https://github.com/processone/ejabberd/commit/7bdc1151b.patch;)
-md5sums=('afa0961e10e136664576e841b0a675df'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 

[arch-commits] Commit in xf86-input-libinput/repos (6 files)

2015-02-10 Thread Laurent Carlier
Date: Tuesday, February 10, 2015 @ 22:22:16
  Author: lcarlier
Revision: 231244

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

Added:
  xf86-input-libinput/repos/staging-i686/
  xf86-input-libinput/repos/staging-i686/90-libinput.conf
(from rev 231243, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/staging-i686/PKGBUILD
(from rev 231243, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/staging-x86_64/
  xf86-input-libinput/repos/staging-x86_64/90-libinput.conf
(from rev 231243, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/staging-x86_64/PKGBUILD
(from rev 231243, xf86-input-libinput/trunk/PKGBUILD)

-+
 staging-i686/90-libinput.conf   |   30 +
 staging-i686/PKGBUILD   |   39 ++
 staging-x86_64/90-libinput.conf |   30 +
 staging-x86_64/PKGBUILD |   39 ++
 4 files changed, 138 insertions(+)

Copied: xf86-input-libinput/repos/staging-i686/90-libinput.conf (from rev 
231243, xf86-input-libinput/trunk/90-libinput.conf)
===
--- staging-i686/90-libinput.conf   (rev 0)
+++ staging-i686/90-libinput.conf   2015-02-10 21:22:16 UTC (rev 231244)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Copied: xf86-input-libinput/repos/staging-i686/PKGBUILD (from rev 231243, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-10 21:22:16 UTC (rev 231244)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=xf86-input-libinput
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Generic input driver for the X.Org server based on libinput
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+90-libinput.conf)
+sha256sums=('2f29be1ed7f9b9c597b6f5c6ef24c37a244a0ba87ccd1c2586ffa4d08452ad79'
+'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
+  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+

Copied: xf86-input-libinput/repos/staging-x86_64/90-libinput.conf (from rev 
231243, xf86-input-libinput/trunk/90-libinput.conf)
===
--- staging-x86_64/90-libinput.conf (rev 0)
+++ staging-x86_64/90-libinput.conf 2015-02-10 21:22:16 UTC (rev 231244)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath 

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

2015-02-10 Thread Sébastien Luttringer
Date: Tuesday, February 10, 2015 @ 22:29:14
  Author: seblu
Revision: 127540

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  108 +++
 docker.install |   36 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-10 21:28:56 UTC (rev 127539)
+++ PKGBUILD2015-02-10 21:29:14 UTC (rev 127540)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.4.1
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd $_magic/docker
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' \
-$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/docker.socket' \
-$pkgdir/usr/lib/systemd/system/docker.socket
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 127539, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-10 21:29:14 UTC (rev 127540)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.5.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' \
+$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/docker.socket' \
+$pkgdir/usr/lib/systemd/system/docker.socket
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: docker.install
===
--- docker.install  2015-02-10 21:28:56 UTC (rev 127539)

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

2015-02-10 Thread Sébastien Luttringer
Date: Tuesday, February 10, 2015 @ 22:28:56
  Author: seblu
Revision: 127539

upgpkg: docker 1:1.5.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:55:09 UTC (rev 127538)
+++ PKGBUILD2015-02-10 21:28:56 UTC (rev 127539)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 22:09:27
  Author: bisson
Revision: 231242

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

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 231241, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 231241, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 231241, postfix/trunk/install)
  postfix/repos/testing-i686/service
(from rev 231241, postfix/trunk/service)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 231241, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 231241, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 231241, postfix/trunk/install)
  postfix/repos/testing-x86_64/service
(from rev 231241, postfix/trunk/service)

--+
 testing-i686/PKGBUILD|   84 +
 testing-i686/aliases.patch   |   18 
 testing-i686/install |   18 
 testing-i686/service |   14 ++
 testing-x86_64/PKGBUILD  |   84 +
 testing-x86_64/aliases.patch |   18 
 testing-x86_64/install   |   18 
 testing-x86_64/service   |   14 ++
 8 files changed, 268 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 231241, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-10 21:09:27 UTC (rev 231242)
@@ -0,0 +1,84 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=1
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_SAMPLE_DIR=\/etc/postfix/sample\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/postfix-${pkgver}
+
+LD_PRELOAD= LD_LIBRARY_PATH=./lib \
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
+   done
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i etc/postfix/postfix-files
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 231241, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2015-02-10 21:09:27 UTC (rev 231242)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 

[arch-commits] Commit in (10 files)

2015-02-10 Thread Laurent Carlier
Date: Tuesday, February 10, 2015 @ 22:19:58
  Author: lcarlier
Revision: 231243

Initial import of xf86-input-libinput driver

Added:
  xf86-input-libinput/
  xf86-input-libinput/repos/
  xf86-input-libinput/trunk/
  xf86-input-libinput/trunk/90-libinput.conf
  xf86-input-libinput/trunk/PKGBUILD
Modified:
  xf86-video-ast/trunk/PKGBUILD
  xf86-video-ast/trunk/git-fix.diff
  xf86-video-geode/trunk/PKGBUILD
  xf86-video-sisimedia/trunk/PKGBUILD
  xf86-video-v4l/trunk/PKGBUILD

+
 xf86-input-libinput/trunk/90-libinput.conf |   30 
 xf86-input-libinput/trunk/PKGBUILD |   39 ++
 xf86-video-ast/trunk/PKGBUILD  |8 -
 xf86-video-ast/trunk/git-fix.diff  |  174 +++
 xf86-video-geode/trunk/PKGBUILD|6 
 xf86-video-sisimedia/trunk/PKGBUILD|6 
 xf86-video-v4l/trunk/PKGBUILD  |6 
 7 files changed, 256 insertions(+), 13 deletions(-)

Added: xf86-input-libinput/trunk/90-libinput.conf
===
--- xf86-input-libinput/trunk/90-libinput.conf  (rev 0)
+++ xf86-input-libinput/trunk/90-libinput.conf  2015-02-10 21:19:58 UTC (rev 
231243)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Added: xf86-input-libinput/trunk/PKGBUILD
===
--- xf86-input-libinput/trunk/PKGBUILD  (rev 0)
+++ xf86-input-libinput/trunk/PKGBUILD  2015-02-10 21:19:58 UTC (rev 231243)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=xf86-input-libinput
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Generic input driver for the X.Org server based on libinput
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+90-libinput.conf)
+sha256sums=('2f29be1ed7f9b9c597b6f5c6ef24c37a244a0ba87ccd1c2586ffa4d08452ad79'
+'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
+  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+


Property changes on: xf86-input-libinput/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: xf86-video-ast/trunk/PKGBUILD
===
--- xf86-video-ast/trunk/PKGBUILD   2015-02-10 21:09:27 UTC (rev 231242)
+++ xf86-video-ast/trunk/PKGBUILD   2015-02-10 21:19:58 UTC (rev 231243)
@@ -3,18 +3,18 @@
 
 pkgname=xf86-video-ast
 pkgver=0.97.0
-pkgrel=5
+pkgrel=6
 pkgdesc=X.org ASPEED AST Graphics video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
-conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
-'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+

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

2015-02-10 Thread Alexander Rødseth
Date: Tuesday, February 10, 2015 @ 21:55:09
  Author: arodseth
Revision: 127538

upgpkg: meteor 1.0.3.1-2

Modified:
  meteor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:35:15 UTC (rev 127537)
+++ PKGBUILD2015-02-10 20:55:09 UTC (rev 127538)
@@ -9,7 +9,7 @@
 pkgname=meteor
 pkgver=1.0.3.1
 pkgrel=2
-pkgdesc='Platform for rapidly developing mobile and web applications'
+pkgdesc='Rapidly build quality web and mobile applications'
 arch=('x86_64' 'i686')
 url='https://www.meteor.com/'
 license=('MIT')
@@ -25,8 +25,8 @@
 }
 
 package() {
-  install -d $pkgdir/{opt,usr/bin}
-  cd $pkgdir/opt
+  install -d $pkgdir/opt/$pkgname $pkgdir/usr/bin
+  cd $pkgdir/opt/$pkgname
   tar zxf $srcdir/$pkgname/dev_bundle*.tar.gz
   cd $srcdir/$pkgname
   install -Dm755 meteor $pkgdir/opt/meteor/meteor


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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 22:08:45
  Author: bisson
Revision: 231241

upstream update, use shared libs, merge postfix-tools, modernize PKGBUILD

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |  104 ++---
 install  |2 -
 2 files changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:40:38 UTC (rev 231240)
+++ PKGBUILD2015-02-10 21:08:45 UTC (rev 231241)
@@ -3,82 +3,82 @@
 # Contributor: Paul Mattal p...@archlinux.org
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
-pkgname=(postfix postfix-tools)
-pkgbase=postfix
-pkgver=2.11.3
-pkgrel=2
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=1
 url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
 arch=('i686' 'x86_64')
-_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
-'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-_postfix_tools_depends=('openssl')
-makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
+depends=('openssl' 'pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('2c0e974d7a24eb48e352c9268b5bb131e7c9debf'
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\/usr/bin\ \
-   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
-   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_SAMPLE_DIR=\/etc/postfix/sample\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
 
make
 }
 
-package_postfix() {
-   pkgdesc='Fast, easy to administer, secure mail server'
-   depends=(${_postfix_depends[@]})
-   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-   provides=('smtp-server' 'smtp-forwarder')
-   conflicts=('smtp-server' 'smtp-forwarder')
-   install=install
+package() {
cd ${srcdir}/postfix-${pkgver}
 
+LD_PRELOAD= LD_LIBRARY_PATH=./lib \
sh postfix-install -non-interactive install_root=${pkgdir}
 
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
 
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}
-
-package_postfix-tools() {
-   pkgdesc='SMTP/QMQP tools from the postfix distribution'
- 

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

2015-02-10 Thread Florian Pritz
Date: Tuesday, February 10, 2015 @ 21:24:51
  Author: bluewind
Revision: 127532

archrelease: copy trunk to community-i686

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-02-10 20:24:29 UTC (rev 127531)
+++ 30-win32-aliases.conf   2015-02-10 20:24:51 UTC (rev 127532)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

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

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

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

2015-02-10 Thread Florian Pritz
Date: Tuesday, February 10, 2015 @ 21:24:29
  Author: bluewind
Revision: 127531

upgpkg: wine 1.7.36-1

upstream update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 18:29:41 UTC (rev 127530)
+++ PKGBUILD2015-02-10 20:24:29 UTC (rev 127531)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.35
+pkgver=1.7.36
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('3dfaa07a7fcda253cb52eacd8c9a26146ef26661'
+sha1sums=('69c8bf7116572a4c1e5b1113612f461d88489663'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-02-10 Thread Florian Pritz
Date: Tuesday, February 10, 2015 @ 21:30:52
  Author: bluewind
Revision: 127534

upgpkg: lib32-libgpg-error 1.18-1

upstream update

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:26:44 UTC (rev 127533)
+++ PKGBUILD2015-02-10 20:30:52 UTC (rev 127534)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc=Support library for libgcrypt (32-bit)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256')
+sha1sums=('7ba54f939da023af8f5b3e7a421a32eb742909c4')
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in (6 files)

2015-02-10 Thread Alexander Rødseth
Date: Tuesday, February 10, 2015 @ 21:34:26
  Author: arodseth
Revision: 127536

Moving from AUR (10 votes). Switched to git.

Added:
  meteor/
  meteor/repos/
  meteor/repos/community-i686/
  meteor/repos/community-x86_64/
  meteor/trunk/
  meteor/trunk/PKGBUILD

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

Added: meteor/trunk/PKGBUILD
===
--- meteor/trunk/PKGBUILD   (rev 0)
+++ meteor/trunk/PKGBUILD   2015-02-10 20:34:26 UTC (rev 127536)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Parth Buch parthbuch115 at gmail dot com
+# Contributor: Tom Vincent http://tlvince.com/contact/
+# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
+# Contributor: Arthur Zamarin arthur...@gmail.com
+
+pkgname=meteor
+pkgver=1.0.3.1
+pkgrel=2
+pkgdesc='Platform for rapidly developing mobile and web applications'
+arch=('x86_64' 'i686')
+url='https://www.meteor.com/'
+license=('MIT')
+depends=('nodejs' 'mongodb')
+makedepends=('git' 'scons' 'mongodb' 'nodejs' 'python2') # 'kexec-tools'
+options=('!strip')
+source=(git://github.com/meteor/meteor.git#tag=release/METEOR@$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 scripts/generate-dev-bundle.sh
+}
+
+package() {
+  install -d $pkgdir/{opt,usr/bin}
+  cd $pkgdir/opt
+  tar zxf $srcdir/$pkgname/dev_bundle*.tar.gz
+  cd $srcdir/$pkgname
+  install -Dm755 meteor $pkgdir/opt/meteor/meteor
+  ln -s /opt/meteor/meteor $pkgdir/usr/bin/meteor
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-02-10 Thread Jan Steffens
Date: Tuesday, February 10, 2015 @ 21:29:29
  Author: heftig
Revision: 231235

1.12.2

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 19:30:11 UTC (rev 231234)
+++ PKGBUILD2015-02-10 20:29:29 UTC (rev 231235)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.12.0
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5b9e72d6b0a4d9e5a92b913c16426946f8f6cf60e648635306ebade44ace553')
+sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-tests
+--libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 


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

2015-02-10 Thread Jan Steffens
Date: Tuesday, February 10, 2015 @ 21:36:17
  Author: heftig
Revision: 231237

1.4.4

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 20:31:26 UTC (rev 231236)
+++ PKGBUILD2015-02-10 20:36:17 UTC (rev 231237)
@@ -4,7 +4,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.4.2
+pkgver=1.4.4
 pkgrel=1
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(systemd polkit ppp libqmi libmbim)
 makedepends=(intltool gtk-doc gobject-introspection vala)
 
source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d')
+sha256sums=('1bf88861259772dc81e864e2faccfff0590d41676451a128c5f4e73550dd14d8')
 
 build() {
   cd ModemManager-$pkgver


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

2015-02-10 Thread Jan Steffens
Date: Tuesday, February 10, 2015 @ 21:40:38
  Author: heftig
Revision: 231240

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 20:39:27 UTC (rev 231239)
+++ extra-i686/PKGBUILD 2015-02-10 20:40:38 UTC (rev 231240)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd polkit ppp libqmi libmbim)
-makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d')
-
-build() {
-  cd ModemManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C libmm-glib uninstall
-  make DESTDIR=$pkgdir -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv $pkgdir/usr/include ..
-  mv $pkgdir/usr/lib/pkgconfig ..
-}
-
-package_libmm-glib() {
-  pkgdesc=ModemManager library
-  depends=(glib2)
-
-  install -d $pkgdir/usr/lib
-  mv include $pkgdir/usr
-  mv pkgconfig $pkgdir/usr/lib
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir -C libmm-glib install
-  make DESTDIR=$pkgdir -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 231239, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 20:40:38 UTC (rev 231240)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
+sha256sums=('1bf88861259772dc81e864e2faccfff0590d41676451a128c5f4e73550dd14d8')
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C libmm-glib uninstall
+  make DESTDIR=$pkgdir -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv $pkgdir/usr/include ..
+  mv $pkgdir/usr/lib/pkgconfig ..
+}
+
+package_libmm-glib() {
+  pkgdesc=ModemManager library
+  depends=(glib2)
+
+  install -d $pkgdir/usr/lib
+  mv include $pkgdir/usr
+  mv pkgconfig $pkgdir/usr/lib
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir -C libmm-glib install
+  make DESTDIR=$pkgdir -C vapi install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-10 20:39:27 UTC (rev 231239)
+++ extra-x86_64/PKGBUILD   2015-02-10 20:40:38 UTC (rev 

  1   2   >