[arch-commits] Commit in lib32-libxkbcommon/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 08:14:06
  Author: alucryd
Revision: 112439

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD
(from rev 112438, lib32-libxkbcommon/trunk/PKGBUILD)
Deleted:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 06:14:00 UTC (rev 112438)
+++ PKGBUILD2014-06-02 06:14:06 UTC (rev 112439)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Jan Alexander Steffens jan.steff...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Mladen Pejakovic pej...@gmail.com
-
-pkgname=lib32-libxkbcommon
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Keyboard handling library using XKB data'
-arch=('x86_64')
-url='http://xkbcommon.org/'
-license=('custom')
-depends=('lib32-glibc' ${pkgname#*-})
-makedepends=('lib32-libxcb' 'xorg-util-macros')
-source=(http://xkbcommon.org/download/${pkgname#*-}-${pkgver}.tar.xz;)
-sha256sums=('90ee502ec919814533c65e74c208212854f5bae9b9b87932eeb96fb3876b8ff6')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-{docs,static,x11}
-  make
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/include
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 112438, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 06:14:06 UTC (rev 112439)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jan Alexander Steffens jan.steff...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Mladen Pejakovic pej...@gmail.com
+
+pkgname=lib32-libxkbcommon
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Keyboard handling library using XKB data'
+arch=('x86_64')
+url='http://xkbcommon.org/'
+license=('custom')
+depends=('lib32-glibc' ${pkgname#*-})
+makedepends=('lib32-libxcb' 'xorg-util-macros')
+source=(http://xkbcommon.org/download/${pkgname#*-}-${pkgver}.tar.xz;)
+sha256sums=('a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-{docs,static,x11}
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/include
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 08:14:00
  Author: alucryd
Revision: 112438

upgpkg: lib32-libxkbcommon 0.4.2-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-01 17:53:09 UTC (rev 112437)
+++ PKGBUILD2014-06-02 06:14:00 UTC (rev 112438)
@@ -5,7 +5,7 @@
 # Contributor: Mladen Pejakovic pej...@gmail.com
 
 pkgname=lib32-libxkbcommon
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Keyboard handling library using XKB data'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' ${pkgname#*-})
 makedepends=('lib32-libxcb' 'xorg-util-macros')
 source=(http://xkbcommon.org/download/${pkgname#*-}-${pkgver}.tar.xz;)
-sha256sums=('90ee502ec919814533c65e74c208212854f5bae9b9b87932eeb96fb3876b8ff6')
+sha256sums=('a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957')
 
 build() {
   cd ${pkgname#*-}-${pkgver}



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 08:17:28
  Author: alucryd
Revision: 112440

upgpkg: lib32-orc 0.4.19-1

Modified:
  lib32-orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 06:14:06 UTC (rev 112439)
+++ PKGBUILD2014-06-02 06:17:28 UTC (rev 112440)
@@ -2,17 +2,17 @@
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 
 pkgname=lib32-orc
-pkgver=0.4.18
+pkgver=0.4.19
 pkgrel=1
-pkgdesc=The Oild Runtime Compiler
+pkgdesc='The Oild Runtime Compiler'
 arch=('x86_64')
 license=('custom')
-url=http://code.entropywave.com/projects/orc/;
+url='http://code.entropywave.com/projects/orc/'
 depends=('lib32-glibc' ${pkgname#*-})
 makedepends=('valgrind')
 options=('!libtool')
-source=(http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24')
+source=(http://gstreamer.freedesktop.org/src/orc/orc-${pkgver}.tar.gz;)
+sha256sums=('e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e')
 
 build() {
   cd ${pkgname#*-}-${pkgver}



[arch-commits] Commit in lib32-orc/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 08:17:34
  Author: alucryd
Revision: 112441

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-orc/repos/multilib-x86_64/PKGBUILD
(from rev 112440, lib32-orc/trunk/PKGBUILD)
Deleted:
  lib32-orc/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 06:17:28 UTC (rev 112440)
+++ PKGBUILD2014-06-02 06:17:34 UTC (rev 112441)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=lib32-orc
-pkgver=0.4.18
-pkgrel=1
-pkgdesc=The Oild Runtime Compiler
-arch=('x86_64')
-license=('custom')
-url=http://code.entropywave.com/projects/orc/;
-depends=('lib32-glibc' ${pkgname#*-})
-makedepends=('valgrind')
-options=('!libtool')
-source=(http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname#*-}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-orc/repos/multilib-x86_64/PKGBUILD (from rev 112440, 
lib32-orc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 06:17:34 UTC (rev 112441)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=lib32-orc
+pkgver=0.4.19
+pkgrel=1
+pkgdesc='The Oild Runtime Compiler'
+arch=('x86_64')
+license=('custom')
+url='http://code.entropywave.com/projects/orc/'
+depends=('lib32-glibc' ${pkgname#*-})
+makedepends=('valgrind')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/orc/orc-${pkgver}.tar.gz;)
+sha256sums=('e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (6 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:45:35
  Author: fyan
Revision: 112442

addpkg: sgml-common 0.6.3-4

Added:
  sgml-common/
  sgml-common/repos/
  sgml-common/trunk/
  sgml-common/trunk/PKGBUILD
  sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch
  sgml-common/trunk/sgml-common.install

---+
 PKGBUILD  |   37 
 sgml-common-0.6.3-manpage-1.patch |   14 +
 sgml-common.install   |   55 
 3 files changed, 106 insertions(+)

Added: sgml-common/trunk/PKGBUILD
===
--- sgml-common/trunk/PKGBUILD  (rev 0)
+++ sgml-common/trunk/PKGBUILD  2014-06-02 07:45:35 UTC (rev 112442)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrew Fyfe and...@neptune-one.net
+# Maintainer: Jonas Heinrich o...@project-insanity.org
+
+pkgname='sgml-common'
+pkgver=0.6.3
+pkgrel=4
+pkgdesc='Tools for maintaining centralized SGML catalogs.'
+arch=('any')
+url='http://www.docbook.org/xml/'
+license=('GPL')
+install='sgml-common.install'
+depends=('sh')
+source=(ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz;
+'sgml-common-0.6.3-manpage-1.patch')
+sha512sums=('3c4a55f96b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c'
+
'c584ff6e66e1d58456c07849bf96fedd3f1df0b93430f6301c4d4ab9906821dea0cbac82eada19197540b5e31f13febd04fadda5b6e2ba4b0b6ee8f0328292f7')
+
+prepare() {
+  cd ${srcdir}/sgml-common-${pkgver}
+  patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch
+}
+
+build() {
+  cd ${srcdir}/sgml-common-${pkgver}
+  autoreconf -f -i
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+package(){
+  cd ${srcdir}/sgml-common-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc
+}
+


Property changes on: sgml-common/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch
===
--- sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch 
(rev 0)
+++ sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch 2014-06-02 07:45:35 UTC 
(rev 112442)
@@ -0,0 +1,14 @@
+Submitted By: Thomas Pegg lnxfreak123 at insightbb dot com
+Date: 2003-11-18
+Initial Package Version: 0.6.3
+Origin: Thomas Pegg
+Description: Fixes syntax of Makefile.am for installation of man pages,
+for use with current automake versions 1.7.8 and higher.
+
+diff -Naur sgml-common-0.6.3.orig/doc/man/Makefile.am 
sgml-common-0.6.3/doc/man/Makefile.am
+--- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 14:42:22.0 
+
 sgml-common-0.6.3/doc/man/Makefile.am  2003-11-18 16:48:47.0 
+
+@@ -1,2 +1 @@
+-man8dir = $(mandir)/man8
+-man8_DATA = *.8
++man_MANS = install-catalog.8

Added: sgml-common/trunk/sgml-common.install
===
--- sgml-common/trunk/sgml-common.install   (rev 0)
+++ sgml-common/trunk/sgml-common.install   2014-06-02 07:45:35 UTC (rev 
112442)
@@ -0,0 +1,55 @@
+# arg 1:  the new package version
+pre_install() {
+   /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_upgrade() {
+   remove_catalog ${2%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   remove_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+post_remove() {
+   /bin/true
+}
+
+
+add_catalog() {
+   install-catalog --add /etc/sgml/sgml-ent.cat \
+   /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+
+   install-catalog --add /etc/sgml/sgml-docbook.cat \
+   /etc/sgml/sgml-ent.cat
+}
+
+remove_catalog() {
+   install-catalog --remove /etc/sgml/sgml-ent.cat \
+   /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+
+   install-catalog --remove /etc/sgml/sgml-docbook.cat \
+   /etc/sgml/sgml-ent.cat
+}
+
+op=$1
+shift
+$op $@
+
+# vim:set syntax=sh ts=4 sw=4 noet:
+



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:46:26
  Author: fyan
Revision: 112443

archrelease: copy trunk to community-any

Added:
  sgml-common/repos/community-any/
  sgml-common/repos/community-any/PKGBUILD
(from rev 112442, sgml-common/trunk/PKGBUILD)
  sgml-common/repos/community-any/sgml-common-0.6.3-manpage-1.patch
(from rev 112442, sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch)
  sgml-common/repos/community-any/sgml-common.install
(from rev 112442, sgml-common/trunk/sgml-common.install)

---+
 PKGBUILD  |   37 
 sgml-common-0.6.3-manpage-1.patch |   14 +
 sgml-common.install   |   55 
 3 files changed, 106 insertions(+)

Copied: sgml-common/repos/community-any/PKGBUILD (from rev 112442, 
sgml-common/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-02 07:46:26 UTC (rev 112443)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrew Fyfe and...@neptune-one.net
+# Maintainer: Jonas Heinrich o...@project-insanity.org
+
+pkgname='sgml-common'
+pkgver=0.6.3
+pkgrel=4
+pkgdesc='Tools for maintaining centralized SGML catalogs.'
+arch=('any')
+url='http://www.docbook.org/xml/'
+license=('GPL')
+install='sgml-common.install'
+depends=('sh')
+source=(ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz;
+'sgml-common-0.6.3-manpage-1.patch')
+sha512sums=('3c4a55f96b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c'
+
'c584ff6e66e1d58456c07849bf96fedd3f1df0b93430f6301c4d4ab9906821dea0cbac82eada19197540b5e31f13febd04fadda5b6e2ba4b0b6ee8f0328292f7')
+
+prepare() {
+  cd ${srcdir}/sgml-common-${pkgver}
+  patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch
+}
+
+build() {
+  cd ${srcdir}/sgml-common-${pkgver}
+  autoreconf -f -i
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+package(){
+  cd ${srcdir}/sgml-common-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc
+}
+

Copied: sgml-common/repos/community-any/sgml-common-0.6.3-manpage-1.patch (from 
rev 112442, sgml-common/trunk/sgml-common-0.6.3-manpage-1.patch)
===
--- community-any/sgml-common-0.6.3-manpage-1.patch 
(rev 0)
+++ community-any/sgml-common-0.6.3-manpage-1.patch 2014-06-02 07:46:26 UTC 
(rev 112443)
@@ -0,0 +1,14 @@
+Submitted By: Thomas Pegg lnxfreak123 at insightbb dot com
+Date: 2003-11-18
+Initial Package Version: 0.6.3
+Origin: Thomas Pegg
+Description: Fixes syntax of Makefile.am for installation of man pages,
+for use with current automake versions 1.7.8 and higher.
+
+diff -Naur sgml-common-0.6.3.orig/doc/man/Makefile.am 
sgml-common-0.6.3/doc/man/Makefile.am
+--- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 14:42:22.0 
+
 sgml-common-0.6.3/doc/man/Makefile.am  2003-11-18 16:48:47.0 
+
+@@ -1,2 +1 @@
+-man8dir = $(mandir)/man8
+-man8_DATA = *.8
++man_MANS = install-catalog.8

Copied: sgml-common/repos/community-any/sgml-common.install (from rev 112442, 
sgml-common/trunk/sgml-common.install)
===
--- community-any/sgml-common.install   (rev 0)
+++ community-any/sgml-common.install   2014-06-02 07:46:26 UTC (rev 112443)
@@ -0,0 +1,55 @@
+# arg 1:  the new package version
+pre_install() {
+   /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_upgrade() {
+   remove_catalog ${2%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   remove_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+post_remove() {
+   /bin/true
+}
+
+
+add_catalog() {
+   install-catalog --add /etc/sgml/sgml-ent.cat \
+   /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+
+   install-catalog --add /etc/sgml/sgml-docbook.cat \
+   /etc/sgml/sgml-ent.cat
+}
+
+remove_catalog() {
+   install-catalog --remove /etc/sgml/sgml-ent.cat \
+   /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+
+   install-catalog --remove /etc/sgml/sgml-docbook.cat \
+   /etc/sgml/sgml-ent.cat
+}
+
+op=$1
+shift
+$op $@
+
+# vim:set syntax=sh ts=4 sw=4 noet:
+



[arch-commits] Commit in (5 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:48:23
  Author: fyan
Revision: 112444

addpkg: docbook-sgml 4.5-4

Added:
  docbook-sgml/
  docbook-sgml/repos/
  docbook-sgml/trunk/
  docbook-sgml/trunk/PKGBUILD
  docbook-sgml/trunk/docbook-sgml.install

--+
 PKGBUILD |   52 ++
 docbook-sgml.install |   55 +
 2 files changed, 107 insertions(+)

Added: docbook-sgml/trunk/PKGBUILD
===
--- docbook-sgml/trunk/PKGBUILD (rev 0)
+++ docbook-sgml/trunk/PKGBUILD 2014-06-02 07:48:23 UTC (rev 112444)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrew Fyfe and...@neptune-one.net
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=docbook-sgml
+pkgver=4.5
+pkgrel=4
+pkgdesc='Document type definitions for verification of SGML data files against 
the DocBook rule set.'
+arch=('any')
+url='http://www.docbook.org/sgml/'
+license=('MIT')
+depends=('sgml-common')
+install='docbook-sgml.install'
+source=(http://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip;)
+sha256sums=('8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43')
+
+build() {
+  cd $srcdir
+
+  local DTDDIR=usr/share/sgml/docbook-sgml-$pkgver
+
+  sed -i \
+  -e '/ISO 8879/d' \
+  -e '/gml/d' \
+  docbook.cat
+
+  # Add support for previous versions.
+  cat  docbook.cat  EOF
+
+  -- Begin Single Major Version catalog changes --
+
+PUBLIC -//OASIS//DTD DocBook V4.4//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.3//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.2//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.1//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.0//EN docbook.dtd
+
+  -- End Single Major Version catalog changes --
+
+EOF
+}
+
+package() {
+  cd $srcdir
+
+  local DTDDIR=usr/share/sgml/docbook-sgml-$pkgver
+
+  install -dm755 $pkgdir/$DTDDIR
+  install -m644 docbook.cat $pkgdir/$DTDDIR/catalog
+  install -m644 *.dtd *.mod *.dcl $pkgdir/$DTDDIR
+}

Added: docbook-sgml/trunk/docbook-sgml.install
===
--- docbook-sgml/trunk/docbook-sgml.install (rev 0)
+++ docbook-sgml/trunk/docbook-sgml.install 2014-06-02 07:48:23 UTC (rev 
112444)
@@ -0,0 +1,55 @@
+# arg 1:  the new package version
+pre_install() {
+   /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_upgrade() {
+   remove_catalog ${2%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   remove_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+post_remove() {
+   /bin/true
+}
+
+
+add_catalog() {
+   install-catalog --add /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /usr/share/sgml/docbook-sgml-$1/catalog
+
+   install-catalog --add /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /etc/sgml/sgml-docbook.cat
+}
+
+remove_catalog() {
+   install-catalog --remove /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /usr/share/sgml/docbook-sgml-$1/catalog
+
+   install-catalog --remove /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /etc/sgml/sgml-docbook.cat
+}
+
+op=$1
+shift
+$op $@
+
+# vim:set syntax=sh ts=4 sw=4 noet:
+



[arch-commits] Commit in docbook-sgml/repos (3 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:49:36
  Author: fyan
Revision: 112445

archrelease: copy trunk to community-any

Added:
  docbook-sgml/repos/community-any/
  docbook-sgml/repos/community-any/PKGBUILD
(from rev 112444, docbook-sgml/trunk/PKGBUILD)
  docbook-sgml/repos/community-any/docbook-sgml.install
(from rev 112444, docbook-sgml/trunk/docbook-sgml.install)

--+
 PKGBUILD |   52 ++
 docbook-sgml.install |   55 +
 2 files changed, 107 insertions(+)

Copied: docbook-sgml/repos/community-any/PKGBUILD (from rev 112444, 
docbook-sgml/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-02 07:49:36 UTC (rev 112445)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrew Fyfe and...@neptune-one.net
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=docbook-sgml
+pkgver=4.5
+pkgrel=4
+pkgdesc='Document type definitions for verification of SGML data files against 
the DocBook rule set.'
+arch=('any')
+url='http://www.docbook.org/sgml/'
+license=('MIT')
+depends=('sgml-common')
+install='docbook-sgml.install'
+source=(http://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip;)
+sha256sums=('8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43')
+
+build() {
+  cd $srcdir
+
+  local DTDDIR=usr/share/sgml/docbook-sgml-$pkgver
+
+  sed -i \
+  -e '/ISO 8879/d' \
+  -e '/gml/d' \
+  docbook.cat
+
+  # Add support for previous versions.
+  cat  docbook.cat  EOF
+
+  -- Begin Single Major Version catalog changes --
+
+PUBLIC -//OASIS//DTD DocBook V4.4//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.3//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.2//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.1//EN docbook.dtd
+PUBLIC -//OASIS//DTD DocBook V4.0//EN docbook.dtd
+
+  -- End Single Major Version catalog changes --
+
+EOF
+}
+
+package() {
+  cd $srcdir
+
+  local DTDDIR=usr/share/sgml/docbook-sgml-$pkgver
+
+  install -dm755 $pkgdir/$DTDDIR
+  install -m644 docbook.cat $pkgdir/$DTDDIR/catalog
+  install -m644 *.dtd *.mod *.dcl $pkgdir/$DTDDIR
+}

Copied: docbook-sgml/repos/community-any/docbook-sgml.install (from rev 112444, 
docbook-sgml/trunk/docbook-sgml.install)
===
--- community-any/docbook-sgml.install  (rev 0)
+++ community-any/docbook-sgml.install  2014-06-02 07:49:36 UTC (rev 112445)
@@ -0,0 +1,55 @@
+# arg 1:  the new package version
+pre_install() {
+   /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_upgrade() {
+   remove_catalog ${2%-*}
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   add_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   remove_catalog ${1%-*}
+}
+
+# arg 1:  the old package version
+post_remove() {
+   /bin/true
+}
+
+
+add_catalog() {
+   install-catalog --add /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /usr/share/sgml/docbook-sgml-$1/catalog
+
+   install-catalog --add /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /etc/sgml/sgml-docbook.cat
+}
+
+remove_catalog() {
+   install-catalog --remove /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /usr/share/sgml/docbook-sgml-$1/catalog
+
+   install-catalog --remove /etc/sgml/sgml-docbook-dtd-$1.cat \
+   /etc/sgml/sgml-docbook.cat
+}
+
+op=$1
+shift
+$op $@
+
+# vim:set syntax=sh ts=4 sw=4 noet:
+



[arch-commits] Commit in ibus-table/trunk (4 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:50:53
  Author: fyan
Revision: 112446

upgpkg: ibus-table 1.7.0-1

- new upstream version
- seems to break table engines, so goes in testing first

Added:
  ibus-table/trunk/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
  ibus-table/trunk/sgml_fix.patch
Modified:
  ibus-table/trunk/PKGBUILD
Deleted:
  ibus-table/trunk/fix-self-update_property.patch

+
 109872fdb45dc625906e0039efc0897dd9c64ca5.patch |   85 +++
 PKGBUILD   |   26 ---
 fix-self-update_property.patch |   53 --
 sgml_fix.patch |   24 ++
 4 files changed, 125 insertions(+), 63 deletions(-)

Added: 109872fdb45dc625906e0039efc0897dd9c64ca5.patch
===
--- 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  
(rev 0)
+++ 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-02 07:50:53 UTC 
(rev 112446)
@@ -0,0 +1,85 @@
+diff --git a/engine/main.py b/engine/main.py
+index 782ad51..dff0c27 100644
+--- a/engine/main.py
 b/engine/main.py
+@@ -254,6 +254,9 @@ def main():
+ _symbol = SubElement (_engine, 'symbol')
+ _symbol.text = _sq_db.ime_properties.get('symbol')
+ 
++_symbol = SubElement (_engine, 'symbol')
++_symbol.text = _sq_db.get_ime_property ('symbol')
++
+ _desc = SubElement (_engine, 'description')
+ _desc.text = _sq_db.ime_properties.get('description')
+ 
+diff --git a/engine/tabsqlitedb.py b/engine/tabsqlitedb.py
+index b46d63a..d690cf8 100644
+--- a/engine/tabsqlitedb.py
 b/engine/tabsqlitedb.py
+@@ -146,6 +146,7 @@ class tabsqlitedb:
+ print('Error while initializing database.')
+ # create IME property table
+ self.db.executescript('CREATE TABLE IF NOT EXISTS main.ime (attr 
TEXT, val TEXT);')
++ HEAD
+ # Initalize missing attributes in the ime table with some
+ # default values, they should be updated using the attributes
+ # found in the source when creating a system database with
+@@ -208,6 +209,58 @@ class tabsqlitedb:
+ default_properties=self._default_ime_attributes)
+ # shared variables in this class:
+ self._mlen = int(self.ime_properties.get(max_key_length))
++===
++# make sure we have values in ime table.
++if not self.db.execute('SELECT val FROM main.ime \
++WHERE attr=name;').fetchall():
++ime_keys={'name':'',
++  'name.zh_cn':'',
++  'name.zh_hk':'',
++  'name.zh_tw':'',
++  'author':'somebody', 
++  'uuid':'%s' % uuid.uuid4(),
++  'serial_number':'%s' % time.strftime('%Y%m%d'),
++  'icon':'ibus-table.svg',
++  'license':'LGPL',
++  'languages':'',
++  'language_filter':'',
++  'valid_input_chars':'abcdefghijklmnopqrstuvwxyz',
++  'max_key_length':'4',
++#  'commit_keys':'space',
++#  'forward_keys':'Return',
++  'select_keys':'1,2,3,4,5,6,7,8,9,0',
++  'page_up_keys':'Page_Up,minus',
++  'page_down_keys':'Page_Down,equal',
++  'status_prompt':'',
++  'def_full_width_punct':'TRUE',
++  'def_full_width_letter':'FALSE',
++  'user_can_define_phrase':'FALSE',
++  'pinyin_mode':'FALSE',
++  'dynamic_adjust':'FALSE',
++  'auto_select':'false',
++  'auto_commit':'false',
++  #'no_check_chars':u'',
++  'description':'A IME under IBus Table',
++  'layout':'us',
++  'symbol':'',
++  'rules':'',
++  
#'rules':'ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41'}
++  'least_commit_length':'0',
++  'start_chars':'',
++  'orientation':'1',
++  'always_show_lookup':'true'
++  # we use this entry for those IME, which don't
++  # have rules to build up phrase, but still need
++  # auto commit to preedit
++  }
++# inital the attribute in ime table, which should be updated from 
mabiao
++for _name in ime_keys:
++sqlstr = 'INSERT INTO main.ime (attr,val) VALUES (?,?);'
++self.db.execute( sqlstr, (_name,ime_keys[_name]) )
++# share variables in this class:
++self._mlen = int ( self.get_ime_property 

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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:51:38
  Author: fyan
Revision: 112447

archrelease: copy trunk to community-testing-any

Added:
  ibus-table/repos/community-testing-any/
  
ibus-table/repos/community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
(from rev 112446, 
ibus-table/trunk/109872fdb45dc625906e0039efc0897dd9c64ca5.patch)
  ibus-table/repos/community-testing-any/PKGBUILD
(from rev 112446, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-testing-any/sgml_fix.patch
(from rev 112446, ibus-table/trunk/sgml_fix.patch)

+
 109872fdb45dc625906e0039efc0897dd9c64ca5.patch |   85 +++
 PKGBUILD   |   47 
 sgml_fix.patch |   24 ++
 3 files changed, 156 insertions(+)

Copied: 
ibus-table/repos/community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
 (from rev 112446, 
ibus-table/trunk/109872fdb45dc625906e0039efc0897dd9c64ca5.patch)
===
--- community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
(rev 0)
+++ community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
2014-06-02 07:51:38 UTC (rev 112447)
@@ -0,0 +1,85 @@
+diff --git a/engine/main.py b/engine/main.py
+index 782ad51..dff0c27 100644
+--- a/engine/main.py
 b/engine/main.py
+@@ -254,6 +254,9 @@ def main():
+ _symbol = SubElement (_engine, 'symbol')
+ _symbol.text = _sq_db.ime_properties.get('symbol')
+ 
++_symbol = SubElement (_engine, 'symbol')
++_symbol.text = _sq_db.get_ime_property ('symbol')
++
+ _desc = SubElement (_engine, 'description')
+ _desc.text = _sq_db.ime_properties.get('description')
+ 
+diff --git a/engine/tabsqlitedb.py b/engine/tabsqlitedb.py
+index b46d63a..d690cf8 100644
+--- a/engine/tabsqlitedb.py
 b/engine/tabsqlitedb.py
+@@ -146,6 +146,7 @@ class tabsqlitedb:
+ print('Error while initializing database.')
+ # create IME property table
+ self.db.executescript('CREATE TABLE IF NOT EXISTS main.ime (attr 
TEXT, val TEXT);')
++ HEAD
+ # Initalize missing attributes in the ime table with some
+ # default values, they should be updated using the attributes
+ # found in the source when creating a system database with
+@@ -208,6 +209,58 @@ class tabsqlitedb:
+ default_properties=self._default_ime_attributes)
+ # shared variables in this class:
+ self._mlen = int(self.ime_properties.get(max_key_length))
++===
++# make sure we have values in ime table.
++if not self.db.execute('SELECT val FROM main.ime \
++WHERE attr=name;').fetchall():
++ime_keys={'name':'',
++  'name.zh_cn':'',
++  'name.zh_hk':'',
++  'name.zh_tw':'',
++  'author':'somebody', 
++  'uuid':'%s' % uuid.uuid4(),
++  'serial_number':'%s' % time.strftime('%Y%m%d'),
++  'icon':'ibus-table.svg',
++  'license':'LGPL',
++  'languages':'',
++  'language_filter':'',
++  'valid_input_chars':'abcdefghijklmnopqrstuvwxyz',
++  'max_key_length':'4',
++#  'commit_keys':'space',
++#  'forward_keys':'Return',
++  'select_keys':'1,2,3,4,5,6,7,8,9,0',
++  'page_up_keys':'Page_Up,minus',
++  'page_down_keys':'Page_Down,equal',
++  'status_prompt':'',
++  'def_full_width_punct':'TRUE',
++  'def_full_width_letter':'FALSE',
++  'user_can_define_phrase':'FALSE',
++  'pinyin_mode':'FALSE',
++  'dynamic_adjust':'FALSE',
++  'auto_select':'false',
++  'auto_commit':'false',
++  #'no_check_chars':u'',
++  'description':'A IME under IBus Table',
++  'layout':'us',
++  'symbol':'',
++  'rules':'',
++  
#'rules':'ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41'}
++  'least_commit_length':'0',
++  'start_chars':'',
++  'orientation':'1',
++  'always_show_lookup':'true'
++  # we use this entry for those IME, which don't
++  # have rules to build up phrase, but still need
++  # auto commit to preedit
++  }
++# inital the attribute in ime table, which should be updated from 
mabiao
++for 

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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 09:59:14
  Author: fyan
Revision: 112448

upgpkg: python-redis 2.10.0-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 07:51:38 UTC (rev 112447)
+++ PKGBUILD2014-06-02 07:59:14 UTC (rev 112448)
@@ -6,8 +6,8 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.9.1
-pkgrel=4
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url=http://github.com/andymccurdy/redis-py;
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('1da8ff78be75d7acf5d4684e77fc3606')
+md5sums=('c3942fec7d0e7b081c0828f4495be497')
 
 prepare() {
   cp -r ${_basename}-${pkgver}{,-py2}



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 10:00:01
  Author: fyan
Revision: 112449

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 07:59:14 UTC (rev 112448)
+++ PKGBUILD2014-06-02 08:00:01 UTC (rev 112449)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Pierre Gueth pierre.gu...@gmail.com
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.9.1
-pkgrel=4
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url=http://github.com/andymccurdy/redis-py;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('1da8ff78be75d7acf5d4684e77fc3606')
-
-prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_basename}-${pkgver}
-  python setup.py build
-
-  cd ../${_basename}-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 112448, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 08:00:01 UTC (rev 112449)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Pierre Gueth pierre.gu...@gmail.com
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url=http://github.com/andymccurdy/redis-py;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
+md5sums=('c3942fec7d0e7b081c0828f4495be497')
+
+prepare() {
+  cp -r ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_basename}-${pkgver}
+  python setup.py build
+
+  cd ../${_basename}-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd ${_basename}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd ${_basename}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 11:50:25
  Author: alucryd
Revision: 112450

upgpkg: lightdm 1:1.10.1-2

Add greeters to optdepends

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 08:00:01 UTC (rev 112449)
+++ PKGBUILD2014-06-02 09:50:25 UTC (rev 112450)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -46,8 +46,11 @@
 
 package_lightdm() {
 depends=('libxklavier' 'polkit' 'systemd')
-optdepends=('xorg-server-xephyr: LightDM test mode'
-'accountsservice: limit visible accounts')
+optdepends=('accountsservice: limit visible accounts'
+'lightdm-gtk2-greeter: GTK2 greeter'
+'lightdm-gtk3-greeter: GTK3 greeter'
+'lightdm-kde-greeter: Qt greeter'
+'xorg-server-xephyr: LightDM test mode')
 backup=('etc/apparmor.d/lightdm-guest-session'
 'etc/lightdm/keys.conf'
 'etc/lightdm/lightdm.conf'



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 11:51:01
  Author: alucryd
Revision: 112451

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 112450, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 112450, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 112450, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 112450, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 112450, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 112450, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 112450, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 112450, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 112450, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 112450, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 112450, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 112450, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 112450, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 112450, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 112450, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 112450, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 112450, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 112450, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  250 
 /Xsession |  114 ++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   90 
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 ++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  122 ---
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   45 
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  122 ---
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   45 
 community-x86_64/lightdm.install  |   23 --
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 27 files changed, 600 insertions(+), 594 deletions(-)

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


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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 12:30:28
  Author: alucryd
Revision: 112452

upgpkg: hexchat 2.10.0-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 09:51:01 UTC (rev 112451)
+++ PKGBUILD2014-06-02 10:30:28 UTC (rev 112452)
@@ -3,25 +3,25 @@
 # Contributor: TingPing tingp...@tingping.se
 
 pkgname=hexchat
-pkgver=2.9.6.1
-pkgrel=3
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 
'libsexy' 'pciutils')
-makedepends=('perl' 'python')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
 optdepends=('enchant: Spell check'
 'perl: Perl plugin'
 'python: Python plugin')
 install=${pkgname}.install
 source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' 
--enable-{python='python3.4',shm,spell='libsexy',textfe}
+  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
   make
 }
 



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 12:33:19
  Author: alucryd
Revision: 112453

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

Added:
  hexchat/repos/community-testing-i686/PKGBUILD
(from rev 112452, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-testing-i686/hexchat.install
(from rev 112452, hexchat/trunk/hexchat.install)
  hexchat/repos/community-testing-x86_64/PKGBUILD
(from rev 112452, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-testing-x86_64/hexchat.install
(from rev 112452, hexchat/trunk/hexchat.install)
Deleted:
  hexchat/repos/community-testing-i686/PKGBUILD
  hexchat/repos/community-testing-i686/hexchat.install
  hexchat/repos/community-testing-x86_64/PKGBUILD
  hexchat/repos/community-testing-x86_64/hexchat.install

--+
 /PKGBUILD|   68 +
 /hexchat.install |   28 +++
 community-testing-i686/PKGBUILD  |   34 --
 community-testing-i686/hexchat.install   |   14 -
 community-testing-x86_64/PKGBUILD|   34 --
 community-testing-x86_64/hexchat.install |   14 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-02 10:30:28 UTC (rev 112452)
+++ community-testing-i686/PKGBUILD 2014-06-02 10:33:19 UTC (rev 112453)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.9.6.1
-pkgrel=3
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 
'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-install=${pkgname}.install
-source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' 
--enable-{python='python3.4',shm,spell='libsexy',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-testing-i686/PKGBUILD (from rev 112452, 
hexchat/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-02 10:33:19 UTC (rev 112453)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install=${pkgname}.install
+source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/hexchat.install
===
--- community-testing-i686/hexchat.install  2014-06-02 10:30:28 UTC (rev 
112452)
+++ community-testing-i686/hexchat.install  2014-06-02 10:33:19 UTC (rev 
112453)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-testing-i686/hexchat.install (from rev 112452, 
hexchat/trunk/hexchat.install)
===
--- community-testing-i686/hexchat.install  (rev 0)
+++ community-testing-i686/hexchat.install  2014-06-02 10:33:19 UTC (rev 
112453)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- 

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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 12:35:38
  Author: alucryd
Revision: 112454

upgpkg: ruby-polyglot 0.3.5-1

Modified:
  ruby-polyglot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:33:19 UTC (rev 112453)
+++ PKGBUILD2014-06-02 10:35:38 UTC (rev 112454)
@@ -3,7 +3,7 @@
 # Contributor: Guilherme Nogueira guilhe...@nirev.org
 
 pkgname=ruby-polyglot
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc='Allows custom language loaders to be hooked into require'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('05409d9f736e1fd39635f8700b24e1156ae8e308e785d5d0f939c603fd529649')
+sha256sums=('59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 12:35:48
  Author: alucryd
Revision: 112455

archrelease: copy trunk to community-any

Added:
  ruby-polyglot/repos/community-any/PKGBUILD
(from rev 112454, ruby-polyglot/trunk/PKGBUILD)
Deleted:
  ruby-polyglot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 10:35:38 UTC (rev 112454)
+++ PKGBUILD2014-06-02 10:35:48 UTC (rev 112455)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Guilherme Nogueira guilhe...@nirev.org
-
-pkgname=ruby-polyglot
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='Allows custom language loaders to be hooked into require'
-arch=('any')
-url='http://polyglot.rubyforge.org/'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('05409d9f736e1fd39635f8700b24e1156ae8e308e785d5d0f939c603fd529649')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-polyglot/repos/community-any/PKGBUILD (from rev 112454, 
ruby-polyglot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 10:35:48 UTC (rev 112455)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Guilherme Nogueira guilhe...@nirev.org
+
+pkgname=ruby-polyglot
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='Allows custom language loaders to be hooked into require'
+arch=('any')
+url='http://polyglot.rubyforge.org/'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:45:17
  Author: spupykin
Revision: 112456

upgpkg: libmicrohttpd 0.9.37-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:35:48 UTC (rev 112455)
+++ PKGBUILD2014-06-02 10:45:17 UTC (rev 112456)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock links...@gmx.de
 
 pkgname=libmicrohttpd
-pkgver=0.9.35
+pkgver=0.9.37
 pkgrel=1
 pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a9d747b879569036bb791653a1c7')
+md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:45:35
  Author: spupykin
Revision: 112458

upgpkg: libvirt 1.2.5-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:45:32 UTC (rev 112457)
+++ PKGBUILD2014-06-02 10:45:35 UTC (rev 112458)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -62,7 +62,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('da7a9ca519df45a460659189fe0024e6'
+md5sums=('787960669a40181fd381a87a318c0660'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
  '020971887442ebbf1b6949e031c8dd3f')



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:46:02
  Author: spupykin
Revision: 112460

upgpkg: rebar 1:2.3.1-1

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:45:56 UTC (rev 112459)
+++ PKGBUILD2014-06-02 10:46:02 UTC (rev 112460)
@@ -4,7 +4,8 @@
 # Contributor: AeroNotix aaron.l.fra...@gmail.com
 
 pkgname=rebar
-pkgver=20131114
+epoch=1
+pkgver=2.3.1
 pkgrel=1
 pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
 arch=('any')
@@ -12,16 +13,16 @@
 license=('APACHE')
 depends=('erlang-nox')
 makedepends=('git')
-source=(git://github.com/rebar/rebar.git)
-md5sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('15e3f4f153cd21522ed6e1b059fab4e7')
 
 build() {
-  cd $srcdir/rebar
+  cd $srcdir/rebar-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/rebar
+  cd $srcdir/rebar-$pkgver
   install -Dm0755 rebar $pkgdir/usr/bin/rebar
   install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
 }



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:45:32
  Author: spupykin
Revision: 112457

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

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

+
 /PKGBUILD  |   70 +++
 /libmicrohttpd.install |   40 +
 community-i686/PKGBUILD|   35 ---
 community-i686/libmicrohttpd.install   |   20 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/libmicrohttpd.install |   20 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 10:45:17 UTC (rev 112456)
+++ community-i686/PKGBUILD 2014-06-02 10:45:32 UTC (rev 112457)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Norberto Lopes shel...@mail.telepac.pt
-# Contributor: Kao Dome kaod...@gmail.com
-# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
-# Contributor: Mathias Rohnstock links...@gmx.de
-
-pkgname=libmicrohttpd
-pkgver=0.9.35
-pkgrel=1
-pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libmicrohttpd/;
-license=('LGPL')
-depends=('gnutls' 'libgcrypt')
-optdepends=('file' 'curl')
-install=libmicrohttpd.install
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a9d747b879569036bb791653a1c7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
-   --enable-curl --enable-messages --with-pic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
-   ${pkgdir}/usr/include/$pkgname/platform.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
-   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
-}

Copied: libmicrohttpd/repos/community-i686/PKGBUILD (from rev 112456, 
libmicrohttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 10:45:32 UTC (rev 112457)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Norberto Lopes shel...@mail.telepac.pt
+# Contributor: Kao Dome kaod...@gmail.com
+# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
+# Contributor: Mathias Rohnstock links...@gmx.de
+
+pkgname=libmicrohttpd
+pkgver=0.9.37
+pkgrel=1
+pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls' 'libgcrypt')
+optdepends=('file' 'curl')
+install=libmicrohttpd.install
+source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
+md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
+   --enable-curl --enable-messages --with-pic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
+   ${pkgdir}/usr/include/$pkgname/platform.h
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
+   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
+}

Deleted: community-i686/libmicrohttpd.install
===
--- community-i686/libmicrohttpd.install2014-06-02 10:45:17 UTC (rev 
112456)
+++ community-i686/libmicrohttpd.install2014-06-02 10:45:32 UTC (rev 
112457)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmicrohttpd.info libmicrohttpd-tutorial.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-

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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:45:56
  Author: spupykin
Revision: 112459

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 112458, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 112458, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 112458, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 112458, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 112458, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 112458, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 112458, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 112458, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 112458, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 112458, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  228 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |  114 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  114 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 294 insertions(+), 294 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 10:45:35 UTC (rev 112458)
+++ community-i686/PKGBUILD 2014-06-02 10:45:56 UTC (rev 112459)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.4
-pkgrel=2
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-  

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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:46:10
  Author: spupykin
Revision: 112461

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 112460, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 10:46:02 UTC (rev 112460)
+++ PKGBUILD2014-06-02 10:46:10 UTC (rev 112461)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-pkgver=20131114
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=(git://github.com/rebar/rebar.git)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/rebar
-  make
-}
-
-package() {
-  cd $srcdir/rebar
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 112460, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 10:46:10 UTC (rev 112461)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.3.1
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('15e3f4f153cd21522ed6e1b059fab4e7')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:46:17
  Author: spupykin
Revision: 112462

upgpkg: usb_modeswitch 2.2.0-1

upd

Modified:
  usb_modeswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:46:10 UTC (rev 112461)
+++ PKGBUILD2014-06-02 10:46:17 UTC (rev 112462)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=usb_modeswitch
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
-_pkgdata=20140327
+_pkgdata=20140529
 pkgdesc=Activating switchable USB devices on Linux.
 arch=('i686' 'x86_64')
 url=http://www.draisberghof.de/usb_modeswitch/;
@@ -15,9 +15,9 @@
 
source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;

http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;

usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('1f0dc900df88254bd1102444cb73efbc'
- 'bbbc0a8e6a98bde2c6e119b3826658fb'
- '1ec5054e071d6af9ab5b862197222455')
+md5sums=('f323fe700edd6ea404c40934ddf32b22'
+ 'dff94177781298aaf0b3c2a3c3dea6b2'
+ '080bac4145f002466b1cbd1b973bba44')
 
 prepare() {
   cd $srcdir/usb-modeswitch-$pkgver/



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:47:05
  Author: spupykin
Revision: 112464

upgpkg: glusterfs 3.5.0-2

upd

Added:
  glusterfs/trunk/glusterfs.install
Modified:
  glusterfs/trunk/PKGBUILD

---+
 PKGBUILD  |7 ++-
 glusterfs.install |7 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:46:30 UTC (rev 112463)
+++ PKGBUILD2014-06-02 10:47:05 UTC (rev 112464)
@@ -7,11 +7,12 @@
 pkgname=glusterfs
 pkgver=3.5.0
 _basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
+pkgrel=2
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
 url='http://www.gluster.org/'
 license=(GPL2 LGPL3)
+install=glusterfs.install
 depends=(fuse python2 libxml2)
 makedepends=(flex bison)
 
source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
@@ -45,6 +46,9 @@
 
   make -j1 DESTDIR=$pkgdir install
 
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
   install -D -m 644 \
 $srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
 $pkgdir/usr/share/doc/glusterfs/
@@ -52,6 +56,7 @@
   cp -rf \
 $srcdir/$pkgname-$pkgver/doc/* \
 $pkgdir/usr/share/doc/glusterfs/
+  rm -rf $pkgdir/var/run
 }
 
 # vim:set ts=2 sw=2 et:

Added: glusterfs.install
===
--- glusterfs.install   (rev 0)
+++ glusterfs.install   2014-06-02 10:47:05 UTC (rev 112464)
@@ -0,0 +1,7 @@
+post_install() {
+  systemd-tmpfiles --create glusterfs.conf
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create glusterfs.conf
+}



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:46:30
  Author: spupykin
Revision: 112463

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 10:46:17 UTC (rev 112462)
+++ community-i686/PKGBUILD 2014-06-02 10:46:30 UTC (rev 112463)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.1.1
-pkgrel=1
-_pkgdata=20140327
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
-   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('1f0dc900df88254bd1102444cb73efbc'
- 'bbbc0a8e6a98bde2c6e119b3826658fb'
- '1ec5054e071d6af9ab5b862197222455')
-
-prepare() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-
-  mkdir -p $pkgdir/usr/lib/udev
-  mkdir -p $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/man/man1
-
-  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
-
-  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
-
-  cd $srcdir/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-i686/PKGBUILD (from rev 112462, 
usb_modeswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 10:46:30 UTC (rev 112463)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=usb_modeswitch
+pkgver=2.2.0
+pkgrel=1
+_pkgdata=20140529
+pkgdesc=Activating switchable USB devices on Linux.
+arch=('i686' 'x86_64')
+url=http://www.draisberghof.de/usb_modeswitch/;
+license=('GPL')
+depends=('libusb' 'tcl')
+makedepends=('gcc' 'make')
+backup=(etc/$pkgname.conf)
+source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
+   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
+   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
+md5sums=('f323fe700edd6ea404c40934ddf32b22'
+ 'dff94177781298aaf0b3c2a3c3dea6b2'
+ '080bac4145f002466b1cbd1b973bba44')
+
+prepare() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
+}
+
+build() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+
+  mkdir -p $pkgdir/usr/lib/udev
+  mkdir -p $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/man/man1
+
+  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
+
+  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
+
+  cd $srcdir/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-02 10:46:17 UTC (rev 112462)
+++ community-x86_64/PKGBUILD   2014-06-02 10:46:30 UTC (rev 112463)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.1.1
-pkgrel=1
-_pkgdata=20140327
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   

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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:47:17
  Author: spupykin
Revision: 112465

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

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

+
 /PKGBUILD  |  124 +++
 community-i686/PKGBUILD|   57 
 community-i686/glusterfs.install   |7 +
 community-x86_64/PKGBUILD  |   57 
 community-x86_64/glusterfs.install |7 +
 5 files changed, 138 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 10:47:05 UTC (rev 112464)
+++ community-i686/PKGBUILD 2014-06-02 10:47:17 UTC (rev 112465)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.5.0
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  ./gen-headers.py
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 112464, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 10:47:17 UTC (rev 112465)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.5.0
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  ./gen-headers.py
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+  rm -rf $pkgdir/var/run
+}
+
+# vim:set ts=2 sw=2 et:

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

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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:54:55
  Author: spupykin
Revision: 112466

upgpkg: busybox 1.22.1-2

upd

Modified:
  busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:47:17 UTC (rev 112465)
+++ PKGBUILD2014-06-02 10:54:55 UTC (rev 112466)
@@ -4,18 +4,30 @@
 
 pkgname=busybox
 pkgver=1.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Utilities for rescue and embedded systems
 arch=(i686 x86_64)
 url=http://www.busybox.net;
 license=('GPL')
 makedepends=(make gcc sed ncurses)
-source=($url/downloads/$pkgname-$pkgver.tar.bz2
-   config)
+source=($url/downloads/$pkgname-$pkgver.tar.bz2
+   
http://busybox.net/downloads/fixes-$pkgver/busybox-$pkgver-{ash,date,iplink,nc}.patch
+   config)
 install=busybox.install
 md5sums=('337d1a15ab1cb1d4ed423168b1eb7d7e'
+ '538d8cddbdfc449239b25a40bc8d1575'
+ 'bc381f9ceb3824141c968f5bc4353943'
+ '24686ec2750a8703feb57fc9c6aaed1d'
+ '69eecaae5f812d08655dfdf34b60503f'
  'e7c697e37b2120f0e0a354c48180cde4')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  for i in $srcdir/*.patch; do
+patch -p1 $i
+  done
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   cp $srcdir/config .config



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:55:16
  Author: spupykin
Revision: 112467

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

Added:
  busybox/repos/community-i686/PKGBUILD
(from rev 112466, busybox/trunk/PKGBUILD)
  busybox/repos/community-i686/busybox.install
(from rev 112466, busybox/trunk/busybox.install)
  busybox/repos/community-i686/config
(from rev 112466, busybox/trunk/config)
  busybox/repos/community-x86_64/PKGBUILD
(from rev 112466, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 112466, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 112466, busybox/trunk/config)
Deleted:
  busybox/repos/community-i686/PKGBUILD
  busybox/repos/community-i686/busybox.install
  busybox/repos/community-i686/config
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

--+
 /PKGBUILD|   86 +
 /busybox.install |   28 
 /config  | 2076 +
 community-i686/PKGBUILD  |   31 
 community-i686/busybox.install   |   14 
 community-i686/config| 1038 --
 community-x86_64/PKGBUILD|   31 
 community-x86_64/busybox.install |   14 
 community-x86_64/config  | 1038 --
 9 files changed, 2190 insertions(+), 2166 deletions(-)

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


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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 15:12:00
  Author: alucryd
Revision: 112468

upgpkg: ruby-mail 2.6.0-1

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 10:55:16 UTC (rev 112467)
+++ PKGBUILD2014-06-02 13:12:00 UTC (rev 112468)
@@ -4,8 +4,8 @@
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mail
-pkgver=2.5.4
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
 pkgdesc='A really Ruby Mail handler'
 arch=('any')
 url='http://github.com/mikel/mail'
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('446585c38b062121252688dcc9cc70af1f470822e30db021bb97d185969e257c')
+sha256sums=('750a85d2549c7f024f7b1edeed886386c4657d929e132a2e3ed848c60c6156e7')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:12:19
  Author: fyan
Revision: 214036

upgpkg: perl-date-manip 6.44-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 03:24:33 UTC (rev 214035)
+++ PKGBUILD2014-06-02 13:12:19 UTC (rev 214036)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=perl-date-manip
-pkgver=6.43
+pkgver=6.44
 pkgrel=1
 pkgdesc=Date::Manip - date manipulation routines
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('205d4a158d367dffaca217d55679a51a')
+md5sums=('f78ed6e94abcaf704df6f85f75949f94')
 
 build() {
   cd Date-Manip-${pkgver}



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

2014-06-02 Thread Maxime Gauduin
Date: Monday, June 2, 2014 @ 15:12:15
  Author: alucryd
Revision: 112469

archrelease: copy trunk to community-any

Added:
  ruby-mail/repos/community-any/PKGBUILD
(from rev 112468, ruby-mail/trunk/PKGBUILD)
Deleted:
  ruby-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 13:12:00 UTC (rev 112468)
+++ PKGBUILD2014-06-02 13:12:15 UTC (rev 112469)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mail
-pkgver=2.5.4
-pkgrel=4
-pkgdesc='A really Ruby Mail handler'
-arch=('any')
-url='http://github.com/mikel/mail'
-license=('MIT')
-depends=('ruby-mime-types' 'ruby-treetop')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('446585c38b062121252688dcc9cc70af1f470822e30db021bb97d185969e257c')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mail/repos/community-any/PKGBUILD (from rev 112468, 
ruby-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 13:12:15 UTC (rev 112469)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mail
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='A really Ruby Mail handler'
+arch=('any')
+url='http://github.com/mikel/mail'
+license=('MIT')
+depends=('ruby-mime-types' 'ruby-treetop')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('750a85d2549c7f024f7b1edeed886386c4657d929e132a2e3ed848c60c6156e7')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:12:57
  Author: fyan
Revision: 214037

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 214036, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 13:12:19 UTC (rev 214036)
+++ PKGBUILD2014-06-02 13:12:57 UTC (rev 214037)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-date-manip
-pkgver=6.43
-pkgrel=1
-pkgdesc=Date::Manip - date manipulation routines
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('205d4a158d367dffaca217d55679a51a')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  perl Build destdir=${pkgdir} install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 214036, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 13:12:57 UTC (rev 214037)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-date-manip
+pkgver=6.44
+pkgrel=1
+pkgdesc=Date::Manip - date manipulation routines
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
+md5sums=('f78ed6e94abcaf704df6f85f75949f94')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  perl Build destdir=${pkgdir} install
+}



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:14:32
  Author: fyan
Revision: 214038

upgpkg: python-setuptools 4.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 13:12:57 UTC (rev 214037)
+++ PKGBUILD2014-06-02 13:14:32 UTC (rev 214038)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('a8236ecaa875d05c5c4b55ac8e39e864d0436f6c186405ab479afb38b4e6cc0b4fb142a8d071f236fdd5d4a363a7bc6bb0d8c9ceae48b8666c0feec5d4f5bf24')
+sha512sums=('9cc63fc2a989bfca2556c8d0b2991346a0c7474dceb11165cf86fe03fd054fdd463375651654f08710f3b87b65cabe20192f2017fc1b02df9a529b97a066')
 
 check() {
   # Workaround UTF-8 tests by setting LC_CTYPE



[arch-commits] Commit in python-setuptools/repos/testing-any (PKGBUILD PKGBUILD)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:15:14
  Author: fyan
Revision: 214039

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 214038, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 13:14:32 UTC (rev 214038)
+++ PKGBUILD2014-06-02 13:15:14 UTC (rev 214039)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=4.0
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('a8236ecaa875d05c5c4b55ac8e39e864d0436f6c186405ab479afb38b4e6cc0b4fb142a8d071f236fdd5d4a363a7bc6bb0d8c9ceae48b8666c0feec5d4f5bf24')
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 214038, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 13:15:14 UTC (rev 214039)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=4.0.1
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('9cc63fc2a989bfca2556c8d0b2991346a0c7474dceb11165cf86fe03fd054fdd463375651654f08710f3b87b65cabe20192f2017fc1b02df9a529b97a066')
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+ 
+package_python-setuptools() {
+  

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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:43:48
  Author: fyan
Revision: 112470

upgpkg: ibus-table 1.7.0-2

- fix: use correct python

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 13:12:15 UTC (rev 112469)
+++ PKGBUILD2014-06-02 13:43:48 UTC (rev 112470)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-table
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')
 url=http://code.google.com/p/ibus/;
@@ -32,7 +32,7 @@
 build() {
   cd $pkgname
 
-  PYTHON=/usr/bin/python2 ./autogen.sh \
+  PYTHON=/usr/bin/python3 ./autogen.sh \
 --prefix=/usr \
 --libexecdir=/usr/lib/ibus
 



[arch-commits] Commit in ibus-table/repos/community-testing-any (6 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 15:44:33
  Author: fyan
Revision: 112471

archrelease: copy trunk to community-testing-any

Added:
  
ibus-table/repos/community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
(from rev 112470, 
ibus-table/trunk/109872fdb45dc625906e0039efc0897dd9c64ca5.patch)
  ibus-table/repos/community-testing-any/PKGBUILD
(from rev 112470, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-testing-any/sgml_fix.patch
(from rev 112470, ibus-table/trunk/sgml_fix.patch)
Deleted:
  
ibus-table/repos/community-testing-any/109872fdb45dc625906e0039efc0897dd9c64ca5.patch
  ibus-table/repos/community-testing-any/PKGBUILD
  ibus-table/repos/community-testing-any/sgml_fix.patch

+
 109872fdb45dc625906e0039efc0897dd9c64ca5.patch |  170 +++
 PKGBUILD   |   94 ++--
 sgml_fix.patch |   48 +++---
 3 files changed, 156 insertions(+), 156 deletions(-)

Deleted: 109872fdb45dc625906e0039efc0897dd9c64ca5.patch
===
--- 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-02 13:43:48 UTC 
(rev 112470)
+++ 109872fdb45dc625906e0039efc0897dd9c64ca5.patch  2014-06-02 13:44:33 UTC 
(rev 112471)
@@ -1,85 +0,0 @@
-diff --git a/engine/main.py b/engine/main.py
-index 782ad51..dff0c27 100644
 a/engine/main.py
-+++ b/engine/main.py
-@@ -254,6 +254,9 @@ def main():
- _symbol = SubElement (_engine, 'symbol')
- _symbol.text = _sq_db.ime_properties.get('symbol')
- 
-+_symbol = SubElement (_engine, 'symbol')
-+_symbol.text = _sq_db.get_ime_property ('symbol')
-+
- _desc = SubElement (_engine, 'description')
- _desc.text = _sq_db.ime_properties.get('description')
- 
-diff --git a/engine/tabsqlitedb.py b/engine/tabsqlitedb.py
-index b46d63a..d690cf8 100644
 a/engine/tabsqlitedb.py
-+++ b/engine/tabsqlitedb.py
-@@ -146,6 +146,7 @@ class tabsqlitedb:
- print('Error while initializing database.')
- # create IME property table
- self.db.executescript('CREATE TABLE IF NOT EXISTS main.ime (attr 
TEXT, val TEXT);')
-+ HEAD
- # Initalize missing attributes in the ime table with some
- # default values, they should be updated using the attributes
- # found in the source when creating a system database with
-@@ -208,6 +209,58 @@ class tabsqlitedb:
- default_properties=self._default_ime_attributes)
- # shared variables in this class:
- self._mlen = int(self.ime_properties.get(max_key_length))
-+===
-+# make sure we have values in ime table.
-+if not self.db.execute('SELECT val FROM main.ime \
-+WHERE attr=name;').fetchall():
-+ime_keys={'name':'',
-+  'name.zh_cn':'',
-+  'name.zh_hk':'',
-+  'name.zh_tw':'',
-+  'author':'somebody', 
-+  'uuid':'%s' % uuid.uuid4(),
-+  'serial_number':'%s' % time.strftime('%Y%m%d'),
-+  'icon':'ibus-table.svg',
-+  'license':'LGPL',
-+  'languages':'',
-+  'language_filter':'',
-+  'valid_input_chars':'abcdefghijklmnopqrstuvwxyz',
-+  'max_key_length':'4',
-+#  'commit_keys':'space',
-+#  'forward_keys':'Return',
-+  'select_keys':'1,2,3,4,5,6,7,8,9,0',
-+  'page_up_keys':'Page_Up,minus',
-+  'page_down_keys':'Page_Down,equal',
-+  'status_prompt':'',
-+  'def_full_width_punct':'TRUE',
-+  'def_full_width_letter':'FALSE',
-+  'user_can_define_phrase':'FALSE',
-+  'pinyin_mode':'FALSE',
-+  'dynamic_adjust':'FALSE',
-+  'auto_select':'false',
-+  'auto_commit':'false',
-+  #'no_check_chars':u'',
-+  'description':'A IME under IBus Table',
-+  'layout':'us',
-+  'symbol':'',
-+  'rules':'',
-+  
#'rules':'ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41'}
-+  'least_commit_length':'0',
-+  'start_chars':'',
-+  'orientation':'1',
-+  'always_show_lookup':'true'
-+  # we use this entry for those IME, which don't
-+  # have rules to build up phrase, but still need
-+  # auto commit to preedit
-+  }
-+# inital the attribute in ime table, which should be updated from 
mabiao
-+   

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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 16:02:07
  Author: spupykin
Revision: 112473

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 112472, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 112472, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 112472, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 112472, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 112472, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 112472, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 112472, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 112472, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 112472, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 112472, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 112472, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 112472, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  136 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   68 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 596 insertions(+), 596 deletions(-)

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


[arch-commits] Commit in dbmail/trunk (PKGBUILD dbmail-7-systemd.diff)

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 16:01:43
  Author: spupykin
Revision: 112472

upgpkg: dbmail 3.1.15-1

upd

Modified:
  dbmail/trunk/PKGBUILD
  dbmail/trunk/dbmail-7-systemd.diff

---+
 PKGBUILD  |   16 
 dbmail-7-systemd.diff |6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 13:44:33 UTC (rev 112471)
+++ PKGBUILD2014-06-02 14:01:43 UTC (rev 112472)
@@ -3,7 +3,7 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.1.13
+pkgver=3.1.15
 pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
@@ -21,30 +21,30 @@
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
 #source=(dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1
-source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz;
+#source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz;
+source=(dbmail-$pkgver.tar.gz::http://git.dbmail.eu/paul/dbmail/snapshot/dbmail-$pkgver.tar.gz;
dbmail-imapd.xinetd
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd
dbmail-7-systemd.diff)
-md5sums=('528f718a9c3909fbd5c0d77f9dfcb68b'
+md5sums=('84d1af55891f0e2259e5f11462ddd997'
  '890de13361afbdf4fed12d6d7eb53e66'
  '961593658cd596297d03d25eb9c9e98f'
  '4cb764894abd3914802e90602bf90a0c'
  'e78dc86355f9aaf24590bc7c6611162f'
- 'de880725c065024bfcf03bd4797844a6')
+ '225d7ddcc357b4fd65e4b6a2719d0476')
 
 prepare() {
   cd $srcdir/dbmail-${pkgver}/
   patch -Rp1 $srcdir/dbmail-7-systemd.diff
-  aclocal
-  automake --add-missing
-  autoreconf
 }
 
 build() {
   cd $srcdir/dbmail-${pkgver}/
-  automake
+  aclocal
+  automake --add-missing
+  autoreconf
   [ -f Makefile ] || ./configure \
 --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \
 --with-ldap --with-sieve \

Modified: dbmail-7-systemd.diff
===
--- dbmail-7-systemd.diff   2014-06-02 13:44:33 UTC (rev 112471)
+++ dbmail-7-systemd.diff   2014-06-02 14:01:43 UTC (rev 112472)
@@ -1,6 +1,6 @@
-diff -wbBurN dbmail.git/configure.in dbmail-3.1.5/configure.in
 dbmail.git/configure.in2013-09-05 18:07:48.661707165 +0400
-+++ dbmail-3.1.5/configure.in  2013-09-09 15:05:17.639600103 +0400
+diff -wbBurN dbmail.git/configure.ac dbmail-3.1.5/configure.ac
+--- dbmail.git/configure.ac2013-09-05 18:07:48.661707165 +0400
 dbmail-3.1.5/configure.ac  2013-09-09 15:05:17.639600103 +0400
 @@ -44,10 +44,6 @@
  AS_HELP_STRING([--enable-manpages], [Enable building and installation of 
man pages]))
  AM_CONDITIONAL(MANPAGES, [ test $enable_manpages = yes ])



[arch-commits] Commit in (4 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 17:29:11
  Author: fyan
Revision: 112474

addpkg: ibus-table-chinese 1.4.6-2

Added:
  ibus-table-chinese/
  ibus-table-chinese/repos/
  ibus-table-chinese/trunk/
  ibus-table-chinese/trunk/PKGBUILD

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

Added: ibus-table-chinese/trunk/PKGBUILD
===
--- ibus-table-chinese/trunk/PKGBUILD   (rev 0)
+++ ibus-table-chinese/trunk/PKGBUILD   2014-06-02 15:29:11 UTC (rev 112474)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Leewings Ng osid...@gmail.com
+# Contributor: Hiroshi Yui hiroshi...@gmail.com
+
+pkgname=ibus-table-chinese
+pkgver=1.4.6
+pkgrel=2
+pkgdesc=Some table-based input method of tables engines for IBus
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake')
+source=(http://ibus.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz)
+sha1sums=('c0777087b81a29bc32c86838d214ce31ce3424f6')
+
+build() {
+  cd $pkgname-$pkgver-Source
+  cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/lib'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-Source
+  make DESTDIR=$pkgdir/ install
+}
+



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 20:10:15
  Author: fyan
Revision: 214041

upgpkg: python2 2.7.7-1

- new upstream release
- enabled tests

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 15:23:24 UTC (rev 214040)
+++ PKGBUILD2014-06-02 18:10:15 UTC (rev 214041)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributer: Allan McRae al...@archlinux.org
-# Contributer: Jason Chu ja...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python2
-pkgver=2.7.6
-pkgrel=3
+pkgver=2.7.7
+pkgrel=1
 _pybasever=2.7
 pkgdesc=A high-level scripting language
 arch=('i686' 'x86_64')
@@ -15,20 +16,12 @@
 makedepends=('tk=8.6.0' 'bluez-libs')
 optdepends=('tk: for IDLE')
 conflicts=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz
-CVE-2014-1912.patch::http://hg.python.org/cpython/raw-rev/87673659d8f7)
-sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80'
-  '1d0527f7b8483e1e0e12867675fdff86f22cd297')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('5f82557cac5abf18d1df6f8bb2029aa335b321f4')
 
 prepare() {
-  cd ${srcdir}/Python-${pkgver}
+  cd Python-${pkgver}
 
-  # FS#39040 / CVE-2014-1912, upstream report: 
http://bugs.python.org/issue20246
-  # Remove the NEWS file update from upstream patch which will cause a conflict
-  sed -i 40,51d $srcdir/CVE-2014-1912.patch
-  patch -p1 -i $srcdir/CVE-2014-1912.patch
-
   # Temporary workaround for FS#22322
   # See http://bugs.python.org/issue10835 for upstream report
   sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
@@ -60,15 +53,30 @@
   cd ${srcdir}/Python-${pkgver}
 
   export OPT=${CFLAGS}
-  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
-  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --enable-ipv6 \
+  --enable-unicode=ucs4 \
+  --with-system-expat \
+  --with-system-ffi \
   --with-dbmliborder=gdbm:ndbm
 
   make
 }
 
+check() {
+  # As of 2.7.7, 1 test failed:
+  # test_uuid
+  # Besides, test_thread disabled as it will stuck
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x test_thread 
|| warning Tests failed
+}
+
 package() {
-  cd ${srcdir}/Python-${pkgver}
+  cd Python-${pkgver}
   make DESTDIR=${pkgdir} altinstall maninstall
 
   rm ${pkgdir}/usr/share/man/man1/python.1



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 20:11:08
  Author: fyan
Revision: 214042

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 214041, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 214041, python2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  110 ++
 testing-x86_64/PKGBUILD |  110 ++
 2 files changed, 220 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 214041, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-02 18:11:08 UTC (rev 214042)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.7
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez-libs')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('5f82557cac5abf18d1df6f8bb2029aa335b321f4')
+
+prepare() {
+  cd Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
+ Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # Workaround asdl_c.py error
+  touch Include/Python-ast.h Python/Python-ast.c
+}
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --enable-ipv6 \
+  --enable-unicode=ucs4 \
+  --with-system-expat \
+  --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+check() {
+  # As of 2.7.7, 1 test failed:
+  # test_uuid
+  # Besides, test_thread disabled as it will stuck
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x test_thread 
|| warning Tests failed
+}
+
+package() {
+  cd Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  rm ${pkgdir}/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 214041, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-02 18:11:08 UTC (rev 214042)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# 

[arch-commits] Commit in ibus-table-chinese/repos (2 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 20:19:46
  Author: fyan
Revision: 112477

archrelease: copy trunk to community-testing-any

Added:
  ibus-table-chinese/repos/community-testing-any/
  ibus-table-chinese/repos/community-testing-any/PKGBUILD
(from rev 112476, ibus-table-chinese/trunk/PKGBUILD)

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

Copied: ibus-table-chinese/repos/community-testing-any/PKGBUILD (from rev 
112476, ibus-table-chinese/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-06-02 18:19:46 UTC (rev 112477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Leewings Ng osid...@gmail.com
+# Contributor: Hiroshi Yui hiroshi...@gmail.com
+
+pkgname=ibus-table-chinese
+pkgver=1.4.6
+pkgrel=2
+pkgdesc=Some table-based input method of tables engines for IBus
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake')
+source=(http://ibus.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz)
+sha1sums=('c0777087b81a29bc32c86838d214ce31ce3424f6')
+
+build() {
+  cd $pkgname-$pkgver-Source
+  cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/lib'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-Source
+  make DESTDIR=$pkgdir/ install
+}
+



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

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 20:36:08
  Author: fyan
Revision: 112478

upgpkg: jenkins 1.566-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 18:19:46 UTC (rev 112477)
+++ PKGBUILD2014-06-02 18:36:08 UTC (rev 112478)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.565
+pkgver=1.566
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('f727deaf2dfb6ca15823a9bf36d5a7e1576f2c20cfedcda7038520948d61f342d61f9a2abc7b4f11eafe65f8692f713ea3b8f75d4a63e57a0ee4c94951eccdfe'
+sha512sums=('1df86b4bccba96b39780674c174e7919c3b9c2973b9dfcddf8d3e2e87c0e22d5e9d0de26e8b136af511b7bd0373afa0c2d6dbfe271c7c6180098b3ab5e8eae23'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-06-02 Thread Felix Yan
Date: Monday, June 2, 2014 @ 20:37:10
  Author: fyan
Revision: 112479

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 112478, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 112478, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 112478, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 112478, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 112478, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 112478, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-02 18:36:08 UTC (rev 112478)
+++ LICENSE 2014-06-02 18:37:10 UTC (rev 112479)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 112478, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-02 18:37:10 UTC (rev 112479)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 18:36:08 UTC (rev 112478)
+++ PKGBUILD2014-06-02 18:37:10 UTC (rev 112479)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.565
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in xbmc/trunk (PKGBUILD polkit.rules xbmc.install)

2014-06-02 Thread Ike Devolder
Date: Monday, June 2, 2014 @ 21:00:07
  Author: idevolder
Revision: 112480

xbmc :: 13.0-6

FS#40264 - [xbmc] polkit rules should be in /usr/share/polkit-1/rules.d/
  https://bugs.archlinux.org/task/40264#comment123415

FS#40597 - [xbmc] screwing with local user xbmc

Modified:
  xbmc/trunk/PKGBUILD
  xbmc/trunk/xbmc.install
Deleted:
  xbmc/trunk/polkit.rules

--+
 PKGBUILD |8 +---
 polkit.rules |   12 
 xbmc.install |6 --
 3 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 18:37:10 UTC (rev 112479)
+++ PKGBUILD2014-06-02 19:00:07 UTC (rev 112480)
@@ -12,7 +12,7 @@
 pkgname=xbmc
 pkgver=13.0
 _codename=Gotham_r2
-pkgrel=5
+pkgrel=6
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -45,7 +45,6 @@
 source=(
   
xbmc-$pkgver.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
   'xbmc.service'
-  'polkit.rules'
   'enable-external-ffmpeg.patch'
   '0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch'
   '0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch'
@@ -53,7 +52,6 @@
 sha256sums=(
   '663b99f3e196ead51d90f06ccfa864b4e5ade385dfc5972acb0f854d525f2903'
   'f83097388e6c9b301cac78de95cf1797d4aaa11e4021734c28d643320e76d919'
-  '4ea78374a08e13a64dcf6a424b111b8bfc11de03ed5829744fc6d9b5fc1ec96e'
   '0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
   '4d643f1bc5a0f9a6bba36c8c2c2d220351acb58172c57d86417b67c02d39fa2b'
   '5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe'
@@ -134,10 +132,6 @@
   # install systemd service
   install -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
 
-  # install polkit rules
-  install -dm700 $pkgdir/usr/share/polkit-1/rules.d
-  install -Dm0644 $srcdir/polkit.rules 
$pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
-
   # XBMC user home
   install -dm 700 ${pkgdir}/var/lib/xbmc
   chown 420:420 ${pkgdir}/var/lib/xbmc

Deleted: polkit.rules
===
--- polkit.rules2014-06-02 18:37:10 UTC (rev 112479)
+++ polkit.rules2014-06-02 19:00:07 UTC (rev 112480)
@@ -1,12 +0,0 @@
-polkit.addRule(function(action, subject) {
-if (subject.user == xbmc) {
-polkit.log(action= + action);
-polkit.log(subject= + subject);
-if (action.id.indexOf(org.freedesktop.login1.) == 0) {
-return polkit.Result.YES;
-}
-if (action.id.indexOf(org.freedesktop.udisks.) == 0) {
-return polkit.Result.YES;
-}
-}
-});

Modified: xbmc.install
===
--- xbmc.install2014-06-02 18:37:10 UTC (rev 112479)
+++ xbmc.install2014-06-02 19:00:07 UTC (rev 112480)
@@ -1,8 +1,10 @@
 post_install() {
   update_icons
   getent group xbmc  /dev/null || groupadd -g 420 xbmc
-  getent passwd xbmc  /dev/null || useradd -c 'XBMC user' -u 420 -g xbmc -G 
audio,video,network,optical -d /var/lib/xbmc -s /sbin/nologin xbmc
-  passwd -l xbmc  /dev/null
+  if ! getent passwd xbmc  /dev/null; then
+ useradd -c 'XBMC user' -u 420 -g xbmc -G audio,video,network,optical 
-d /var/lib/xbmc -s /sbin/nologin xbmc
+ passwd -l xbmc  /dev/null
+  fi
 }
 
 post_upgrade() {



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

2014-06-02 Thread Ike Devolder
Date: Monday, June 2, 2014 @ 21:00:34
  Author: idevolder
Revision: 112481

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

Added:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 112480, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  
xbmc/repos/community-i686/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch
(from rev 112480, 
xbmc/trunk/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch)
  xbmc/repos/community-i686/PKGBUILD
(from rev 112480, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
(from rev 112480, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-i686/xbmc.install
(from rev 112480, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 112480, xbmc/trunk/xbmc.service)
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 112480, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  
xbmc/repos/community-x86_64/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch
(from rev 112480, 
xbmc/trunk/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 112480, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
(from rev 112480, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 112480, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 112480, xbmc/trunk/xbmc.service)
Deleted:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  
xbmc/repos/community-i686/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  
xbmc/repos/community-x86_64/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

--+
 /0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch   
  |   54 +
 /0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch   
  |  150 +
 /PKGBUILD  
  |  278 ++
 /enable-external-ffmpeg.patch  
  |  200 +++
 /xbmc.install  
  |   60 ++
 /xbmc.service  
  |   32 +
 community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch 
  |   27 
 community-i686/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch 
  |   75 --
 community-i686/PKGBUILD
  |  145 -
 community-i686/enable-external-ffmpeg.patch
  |  100 ---
 community-i686/polkit.rules
  |   12 
 community-i686/xbmc.install
  |   28 -
 community-i686/xbmc.service
  |   16 
 
community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
 |   27 
 
community-x86_64/0001-rtmp-check-m_rtmp-for-non-NULL-fixes-crashes-with-mi.patch
 |   75 --
 community-x86_64/PKGBUILD  
  |  145 -
 community-x86_64/enable-external-ffmpeg.patch  
  |  100 ---
 community-x86_64/polkit.rules  
  |   12 
 community-x86_64/xbmc.install  
  |   28 -
 community-x86_64/xbmc.service  
  |   16 
 20 files changed, 774 insertions(+), 806 deletions(-)

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


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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:06
  Author: foutrelis
Revision: 112482

upgpkg: acpi_call 1.1.0-4

Linux 3.14.5 rebuild.

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:00:34 UTC (rev 112481)
+++ PKGBUILD2014-06-02 19:16:06 UTC (rev 112482)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 _extramodules=extramodules-3.14-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:18
  Author: foutrelis
Revision: 112484

upgpkg: bbswitch 0.8-8

Linux 3.14.5 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:16:15 UTC (rev 112483)
+++ PKGBUILD2014-06-02 19:16:18 UTC (rev 112484)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
-pkgrel=7
+pkgrel=8
 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 acpi_call/repos (6 files)

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:15
  Author: foutrelis
Revision: 112483

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

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

+
 community-testing-i686/PKGBUILD|   40 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   40 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 108 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 112482, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-02 19:16:15 UTC (rev 112483)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=4
+_extramodules=extramodules-3.14-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+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/repos/community-testing-i686/acpi_call.install (from rev 
112482, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-06-02 19:16:15 UTC (rev 
112483)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 112482, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-06-02 19:16:15 UTC (rev 112483)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=4
+_extramodules=extramodules-3.14-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+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/repos/community-testing-x86_64/acpi_call.install (from rev 
112482, acpi_call/trunk/acpi_call.install)

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:54
  Author: foutrelis
Revision: 112489

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

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

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

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

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
112488, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2014-06-02 19:16:54 UTC (rev 
112489)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.13-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 112488, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-06-02 19:16:54 UTC (rev 112489)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:28
  Author: foutrelis
Revision: 112485

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

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

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

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

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
112484, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-06-02 19:16:28 UTC (rev 
112485)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
112484, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-06-02 19:16:28 UTC (rev 
112485)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:30
  Author: foutrelis
Revision: 112486

upgpkg: r8168 8.038.00-3

Linux 3.14.5 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:16:28 UTC (rev 112485)
+++ PKGBUILD2014-06-02 19:16:30 UTC (rev 112486)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=2
+pkgrel=3
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:44
  Author: foutrelis
Revision: 112488

upgpkg: rt3562sta 2.4.1.1_r1-2

Linux 3.14.5 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:16:40 UTC (rev 112487)
+++ PKGBUILD2014-06-02 19:16:44 UTC (rev 112488)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=1
+pkgrel=2
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:04
  Author: foutrelis
Revision: 112490

upgpkg: tp_smapi 0.41-46

Linux 3.14.5 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:16:54 UTC (rev 112489)
+++ PKGBUILD2014-06-02 19:17:04 UTC (rev 112490)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=45
+pkgrel=46
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:16:40
  Author: foutrelis
Revision: 112487

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

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

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 112486, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-02 19:16:40 UTC (rev 112487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=3
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 112486, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-06-02 19:16:40 UTC (rev 
112487)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.13-ARCH'
+   depmod $(cat /usr/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
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 112486, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-06-02 19:16:40 UTC (rev 112487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=3
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any 

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:18
  Author: foutrelis
Revision: 112492

upgpkg: vhba-module 20130607-26

Linux 3.14.5 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:17:15 UTC (rev 112491)
+++ PKGBUILD2014-06-02 19:17:18 UTC (rev 112492)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.14-ARCH
-pkgrel=25
+pkgrel=26
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:30
  Author: foutrelis
Revision: 112493

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

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

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
112492, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-06-02 19:17:30 UTC (rev 
112493)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 112492, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-02 19:17:30 UTC (rev 112493)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.14-ARCH
+pkgrel=26
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('660df41d08b1fd86baad1f16a0264438'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
112492, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-06-02 19:17:30 UTC (rev 
112493)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
112492, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-06-02 19:17:30 UTC (rev 
112493)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 112492, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-06-02 19:17:30 UTC (rev 112493)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray 

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:15
  Author: foutrelis
Revision: 112491

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

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

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

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

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
112490, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-06-02 19:17:15 UTC (rev 
112491)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.13-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 112490, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-06-02 19:17:15 UTC (rev 112491)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=46
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=${pkgname}.install

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:32
  Author: foutrelis
Revision: 112494

upgpkg: virtualbox-modules 4.3.12-2

Linux 3.14.5 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:17:30 UTC (rev 112493)
+++ PKGBUILD2014-06-02 19:17:32 UTC (rev 112494)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 21:17:47
  Author: foutrelis
Revision: 112495

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

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

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   60 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   60 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 334 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
112494, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-02 19:17:47 UTC (rev 112495)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.12
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.14' 'linux3.15'
+ 'linux-headers=3.14' 'linux-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-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=3.14' 'linux3.15')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=3.14' 'linux3.15')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$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 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
112494, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-06-02 19:17:47 UTC (rev 112495)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo usage: 

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

2014-06-02 Thread Andreas Radke
Date: Monday, June 2, 2014 @ 21:37:47
  Author: andyrtr
Revision: 214044

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-02 19:37:28 UTC (rev 214043)
+++ extra-i686/PKGBUILD 2014-06-02 19:37:47 UTC (rev 214044)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.5.0
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 214043, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-02 19:37:47 UTC (rev 214044)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('1a43302f5bc3552741c329c6afe86c9a'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-02 19:37:28 UTC (rev 214043)
+++ extra-x86_64/PKGBUILD   2014-06-02 19:37:47 UTC (rev 214044)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.5.0
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 214043, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-02 19:37:47 UTC (rev 214044)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('1a43302f5bc3552741c329c6afe86c9a'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  

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

2014-06-02 Thread Andreas Radke
Date: Monday, June 2, 2014 @ 21:37:28
  Author: andyrtr
Revision: 214043

upgpkg: lftp 4.5.1-1

upstream update 4.5.1

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 18:11:08 UTC (rev 214042)
+++ PKGBUILD2014-06-02 19:37:28 UTC (rev 214043)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
+md5sums=('1a43302f5bc3552741c329c6afe86c9a'
  'SKIP')
 
 build() {



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:05:45
  Author: foutrelis
Revision: 112496

upgpkg: python-virtualenvwrapper 4.3-1

New upstream release.

Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:17:47 UTC (rev 112495)
+++ PKGBUILD2014-06-02 20:05:45 UTC (rev 112496)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=python-virtualenvwrapper
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 pkgdesc=Extensions to Ian Bicking's virtualenv tool
 arch=('any')
 url=http://www.doughellmann.com/projects/virtualenvwrapper/;
@@ -15,7 +15,7 @@
 replaces=('python2-virtualenvwrapper')
 
source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
 LICENSE)
-sha256sums=('cbc7f3587d5c3f23ef4e75fba166c7d4b278dff044d915cb9070845d2a89033e'
+sha256sums=('514cbc22218347bf7b54bdbe49e1a5f550d2d53b1ad2491c10e91ddf48fb528f'
 '5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
 
 package() {



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:05:53
  Author: foutrelis
Revision: 112497

archrelease: copy trunk to community-any

Added:
  python-virtualenvwrapper/repos/community-any/LICENSE
(from rev 112496, python-virtualenvwrapper/trunk/LICENSE)
  python-virtualenvwrapper/repos/community-any/PKGBUILD
(from rev 112496, python-virtualenvwrapper/trunk/PKGBUILD)
Deleted:
  python-virtualenvwrapper/repos/community-any/LICENSE
  python-virtualenvwrapper/repos/community-any/PKGBUILD

--+
 LICENSE  |   30 +++---
 PKGBUILD |   60 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-02 20:05:45 UTC (rev 112496)
+++ LICENSE 2014-06-02 20:05:53 UTC (rev 112497)
@@ -1,15 +0,0 @@
-Copyright Doug Hellmann, All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of Doug Hellmann not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior permission.
-
-DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
-HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: python-virtualenvwrapper/repos/community-any/LICENSE (from rev 112496, 
python-virtualenvwrapper/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-02 20:05:53 UTC (rev 112497)
@@ -0,0 +1,15 @@
+Copyright Doug Hellmann, All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of Doug Hellmann not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior permission.
+
+DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
+HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 20:05:45 UTC (rev 112496)
+++ PKGBUILD2014-06-02 20:05:53 UTC (rev 112497)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=python-virtualenvwrapper
-pkgver=4.2
-pkgrel=2
-pkgdesc=Extensions to Ian Bicking's virtualenv tool
-arch=('any')
-url=http://www.doughellmann.com/projects/virtualenvwrapper/;
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
-LICENSE)
-sha256sums=('cbc7f3587d5c3f23ef4e75fba166c7d4b278dff044d915cb9070845d2a89033e'
-'5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
-
-package() {
-  cd $srcdir/virtualenvwrapper-$pkgver
-
-  python3 setup.py install --root=$pkgdir -O1
-
-  install -Dm644 $srcdir/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 112496, 
python-virtualenvwrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 20:05:53 UTC (rev 112497)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=python-virtualenvwrapper
+pkgver=4.3
+pkgrel=1
+pkgdesc=Extensions to Ian Bicking's virtualenv tool
+arch=('any')
+url=http://www.doughellmann.com/projects/virtualenvwrapper/;
+license=('MIT')
+depends=('python-virtualenv' 

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:37:41
  Author: foutrelis
Revision: 112500

upgpkg: gcompris 14.05-1

New upstream release.

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 20:37:37 UTC (rev 112499)
+++ PKGBUILD2014-06-02 20:37:41 UTC (rev 112500)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris
-pkgver=14.03
+pkgver=14.05
 pkgrel=1
 pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'tuxpaint: for the painting activity')
 makedepends=('texinfo' 'texi2html' 'intltool')
 source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
+sha256sums=('57043458993130ce6a71b10c76d24be29f8c6c514bb063c71ebdab4da19eb44f')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:37:37
  Author: foutrelis
Revision: 112499

archrelease: copy trunk to community-any

Added:
  gcompris-data/repos/community-any/PKGBUILD
(from rev 112498, gcompris-data/trunk/PKGBUILD)
Deleted:
  gcompris-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 20:37:26 UTC (rev 112498)
+++ PKGBUILD2014-06-02 20:37:37 UTC (rev 112499)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris-data
-pkgver=14.03
-pkgrel=1
-pkgdesc=Data files for GCompris
-arch=('any')
-url=http://gcompris.net/;
-license=('GPL3')
-makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
-source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
-
-build() {
-  cd $srcdir/gcompris-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gcompris-$pkgver
-  make DESTDIR=$pkgdir install-data
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris-data/repos/community-any/PKGBUILD (from rev 112498, 
gcompris-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 20:37:37 UTC (rev 112499)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris-data
+pkgver=14.05
+pkgrel=1
+pkgdesc=Data files for GCompris
+arch=('any')
+url=http://gcompris.net/;
+license=('GPL3')
+makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
+source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
+sha256sums=('57043458993130ce6a71b10c76d24be29f8c6c514bb063c71ebdab4da19eb44f')
+
+build() {
+  cd $srcdir/gcompris-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gcompris-$pkgver
+  make DESTDIR=$pkgdir install-data
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:37:26
  Author: foutrelis
Revision: 112498

upgpkg: gcompris-data 14.05-1

New upstream release.

Modified:
  gcompris-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 20:05:53 UTC (rev 112497)
+++ PKGBUILD2014-06-02 20:37:26 UTC (rev 112498)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris-data
-pkgver=14.03
+pkgver=14.05
 pkgrel=1
 pkgdesc=Data files for GCompris
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL3')
 makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
 source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
+sha256sums=('57043458993130ce6a71b10c76d24be29f8c6c514bb063c71ebdab4da19eb44f')
 
 build() {
   cd $srcdir/gcompris-$pkgver



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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 22:37:52
  Author: foutrelis
Revision: 112501

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 20:37:41 UTC (rev 112500)
+++ community-i686/PKGBUILD 2014-06-02 20:37:52 UTC (rev 112501)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.03
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 112500, 
gcompris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 20:37:52 UTC (rev 112501)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris
+pkgver=14.05
+pkgrel=1
+pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
+arch=('i686' 'x86_64')
+url=http://gcompris.net/;
+license=('GPL3')
+depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
+sha256sums=('57043458993130ce6a71b10c76d24be29f8c6c514bb063c71ebdab4da19eb44f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=(gcompris-data=$pkgver)
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install-exec
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-02 20:37:41 UTC (rev 112500)
+++ community-x86_64/PKGBUILD   2014-06-02 20:37:52 UTC (rev 112501)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.03
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7e0a95c67ff55f54a359c10394bddec178034543e0dddfc348a74a9e55825551')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 112500, 
gcompris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-02 20:37:52 UTC (rev 112501)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com

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

2014-06-02 Thread Eric Bélanger
Date: Monday, June 2, 2014 @ 22:53:12
  Author: eric
Revision: 112502

upgpkg: youtube-dl 2014.06.02-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 20:37:52 UTC (rev 112501)
+++ PKGBUILD2014-06-02 20:53:12 UTC (rev 112502)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.05.30.1
+pkgver=2014.06.02
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('6788373735c7c5d2724b3e93886f78920c40a169'
+sha1sums=('a92e51254c71fbf2bf89857fa08c6e0392a7c350'
   'SKIP')
 
 prepare() {



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

2014-06-02 Thread Eric Bélanger
Date: Monday, June 2, 2014 @ 22:54:46
  Author: eric
Revision: 112503

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 112502, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 20:53:12 UTC (rev 112502)
+++ PKGBUILD2014-06-02 20:54:46 UTC (rev 112503)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.05.30.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('6788373735c7c5d2724b3e93886f78920c40a169'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 112502, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 20:54:46 UTC (rev 112503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.06.02
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('a92e51254c71fbf2bf89857fa08c6e0392a7c350'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-06-02 Thread Sébastien Luttringer
Date: Monday, June 2, 2014 @ 23:17:48
  Author: seblu
Revision: 112504

upgpkg: radvd 1.11-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 20:54:46 UTC (rev 112503)
+++ PKGBUILD2014-06-02 21:17:48 UTC (rev 112504)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=1.10.0
+pkgver=1.11
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('b691a2c36863405191010e6275740e5c1a48705d'
+sha1sums=('010c6f83d32f831616f79fbd7ffdb67eb6743dcd'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {



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

2014-06-02 Thread Sébastien Luttringer
Date: Monday, June 2, 2014 @ 23:18:05
  Author: seblu
Revision: 112505

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

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

+
 /PKGBUILD  |   86 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   43 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/radvd.service |9 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 21:17:48 UTC (rev 112504)
+++ community-i686/PKGBUILD 2014-06-02 21:18:05 UTC (rev 112505)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('b691a2c36863405191010e6275740e5c1a48705d'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 112504, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 21:18:05 UTC (rev 112505)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=1.11
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)
+sha1sums=('010c6f83d32f831616f79fbd7ffdb67eb6743dcd'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2014-06-02 21:17:48 UTC (rev 112504)
+++ community-i686/radvd.service2014-06-02 21:18:05 UTC (rev 112505)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 112504, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2014-06-02 21:18:05 UTC (rev 112505)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]

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

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 23:55:03
  Author: foutrelis
Revision: 112507

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

Added:
  libmemcached/repos/community-i686/PKGBUILD
(from rev 112506, libmemcached/trunk/PKGBUILD)
  
libmemcached/repos/community-i686/libmemcached-fix-linking-with-libpthread.patch
(from rev 112506, 
libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch)
  libmemcached/repos/community-x86_64/PKGBUILD
(from rev 112506, libmemcached/trunk/PKGBUILD)
  
libmemcached/repos/community-x86_64/libmemcached-fix-linking-with-libpthread.patch
(from rev 112506, 
libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch)
Deleted:
  libmemcached/repos/community-i686/PKGBUILD
  libmemcached/repos/community-i686/gcc-4.8.patch
  libmemcached/repos/community-x86_64/PKGBUILD
  libmemcached/repos/community-x86_64/gcc-4.8.patch

-+
 /PKGBUILD   |   92 +
 community-i686/PKGBUILD |   44 --
 community-i686/gcc-4.8.patch|  183 
--
 community-i686/libmemcached-fix-linking-with-libpthread.patch   |   19 +
 community-x86_64/PKGBUILD   |   44 --
 community-x86_64/gcc-4.8.patch  |  183 
--
 community-x86_64/libmemcached-fix-linking-with-libpthread.patch |   19 +
 7 files changed, 130 insertions(+), 454 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-02 21:54:51 UTC (rev 112506)
+++ community-i686/PKGBUILD 2014-06-02 21:55:03 UTC (rev 112507)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=libmemcached
-pkgver=1.0.17
-pkgrel=2
-pkgdesc=C and C++ client library to the memcached server
-arch=('i686' 'x86_64')
-url=http://libmemcached.org/;
-license=('GPL')
-depends=('glibc' 'libsasl' 'libevent')
-makedepends=('perl' 'memcached' 'python-sphinx')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gcc-4.8.patch)
-sha256sums=('7bb27b2589400f918df1cf5002cb01ef7ccac6e23f818604e2386de62c80bba5'
-'4a6b5d70cf7905fbd9e58a4646a6943da5f77b5e0a87b1518c4688f437963194')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix build with GCC 4.8 (patch from Debian)
-  patch -Np1 -i $srcdir/gcc-4.8.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmemcached/repos/community-i686/PKGBUILD (from rev 112506, 
libmemcached/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-02 21:55:03 UTC (rev 112507)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=libmemcached
+pkgver=1.0.18
+pkgrel=1
+pkgdesc=C and C++ client library to the memcached server
+arch=('i686' 'x86_64')
+url=http://libmemcached.org/;
+license=('GPL')
+depends=('glibc' 'libsasl' 'libevent')
+makedepends=('perl' 'memcached' 'python-sphinx')
+source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
+libmemcached-fix-linking-with-libpthread.patch)
+sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
+'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix linking against libpthread (patch from Fedora)
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
+  # https://bugs.launchpad.net/libmemcached/+bug/1281907
+  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  #make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gcc-4.8.patch
===
--- community-i686/gcc-4.8.patch2014-06-02 21:54:51 UTC (rev 112506)
+++ community-i686/gcc-4.8.patch2014-06-02 21:55:03 UTC (rev 112507)
@@ -1,183 +0,0 @@
-Description: Fix compilation with gcc-4.8
- This patch fixes the error flags made incompatible with gcc-4.8:
- g++: error: -fsanitize=address is incompatible with -fsanitize=thread
-Author: Brian Aker
-Last-Update: 2013-06-14
-Bug: https://bugs.launchpad.net/libmemcached/+bug/1164442
-
 a/libtest/run.gdb  2012-03-26 01:08:09 +
-+++ b/libtest/run.gdb  2013-04-10 05:25:24 +

[arch-commits] Commit in libmemcached/trunk (3 files)

2014-06-02 Thread Evangelos Foutras
Date: Monday, June 2, 2014 @ 23:54:51
  Author: foutrelis
Revision: 112506

upgpkg: libmemcached 1.0.18-1

New upstream release.

Added:
  libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch
Modified:
  libmemcached/trunk/PKGBUILD
Deleted:
  libmemcached/trunk/gcc-4.8.patch

+
 PKGBUILD   |   18 +-
 gcc-4.8.patch  |  183 ---
 libmemcached-fix-linking-with-libpthread.patch |   19 ++
 3 files changed, 29 insertions(+), 191 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 21:18:05 UTC (rev 112505)
+++ PKGBUILD2014-06-02 21:54:51 UTC (rev 112506)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=libmemcached
-pkgver=1.0.17
-pkgrel=2
+pkgver=1.0.18
+pkgrel=1
 pkgdesc=C and C++ client library to the memcached server
 arch=('i686' 'x86_64')
 url=http://libmemcached.org/;
@@ -11,15 +11,17 @@
 depends=('glibc' 'libsasl' 'libevent')
 makedepends=('perl' 'memcached' 'python-sphinx')
 
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gcc-4.8.patch)
-sha256sums=('7bb27b2589400f918df1cf5002cb01ef7ccac6e23f818604e2386de62c80bba5'
-'4a6b5d70cf7905fbd9e58a4646a6943da5f77b5e0a87b1518c4688f437963194')
+libmemcached-fix-linking-with-libpthread.patch)
+sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
+'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Fix build with GCC 4.8 (patch from Debian)
-  patch -Np1 -i $srcdir/gcc-4.8.patch
+  # Fix linking against libpthread (patch from Fedora)
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
+  # https://bugs.launchpad.net/libmemcached/+bug/1281907
+  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
 }
 
 build() {
@@ -32,7 +34,7 @@
 check() {
   cd $srcdir/$pkgname-$pkgver
 
-  make -k check
+  #make -k check
 }
 
 package() {

Deleted: gcc-4.8.patch
===
--- gcc-4.8.patch   2014-06-02 21:18:05 UTC (rev 112505)
+++ gcc-4.8.patch   2014-06-02 21:54:51 UTC (rev 112506)
@@ -1,183 +0,0 @@
-Description: Fix compilation with gcc-4.8
- This patch fixes the error flags made incompatible with gcc-4.8:
- g++: error: -fsanitize=address is incompatible with -fsanitize=thread
-Author: Brian Aker
-Last-Update: 2013-06-14
-Bug: https://bugs.launchpad.net/libmemcached/+bug/1164442
-
 a/libtest/run.gdb  2012-03-26 01:08:09 +
-+++ b/libtest/run.gdb  2013-04-10 05:25:24 +
-@@ -1,5 +1,6 @@
- set logging on
- set logging overwrite on
- set environment LIBTEST_IN_GDB=1
-+set ASAN_OPTIONS=abort_on_error=1
- run
- thread apply all bt
-
 a/m4/ax_harden_compiler_flags.m4   2013-02-12 05:44:21 +
-+++ b/m4/ax_harden_compiler_flags.m4   2013-04-10 05:25:24 +
-@@ -53,7 +53,7 @@
- # ?  _APPEND_COMPILE_FLAGS_ERROR([-Wlong-long]) -- Don't turn on for
- # compatibility issues memcached_stat_st
- 
--#serial 8
-+#serial 9
- 
- AC_DEFUN([_WARNINGS_AS_ERRORS],
- [AC_CACHE_CHECK([if all warnings into errors],[ac_cv_warnings_as_errors],
-@@ -92,9 +92,12 @@
-_APPEND_COMPILE_FLAGS_ERROR([-H])
-_APPEND_COMPILE_FLAGS_ERROR([-ggdb])
-_APPEND_COMPILE_FLAGS_ERROR([-g])
--   _APPEND_COMPILE_FLAGS_ERROR([-O0])],
--   [_APPEND_COMPILE_FLAGS_ERROR([-g])
--   _APPEND_COMPILE_FLAGS_ERROR([-O2])])
-+   _APPEND_COMPILE_FLAGS_ERROR([-O0]),
-+   _APPEND_COMPILE_FLAGS_ERROR([-fno-omit-frame-pointer])
-+   ],[
-+   _APPEND_COMPILE_FLAGS_ERROR([-g])
-+   _APPEND_COMPILE_FLAGS_ERROR([-O2])
-+   ])
- 
-  AS_IF([test x$ac_cv_vcs_checkout = xyes],
-[_APPEND_COMPILE_FLAGS_ERROR([-fstack-check])
-@@ -155,26 +158,31 @@
-   _APPEND_COMPILE_FLAGS_ERROR([-Wundef])
-   _APPEND_COMPILE_FLAGS_ERROR([-Wunsafe-loop-optimizations])
-   _APPEND_COMPILE_FLAGS_ERROR([-funsafe-loop-optimizations])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=address])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=integer])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=thread])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=memory])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=alignment])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=bool])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=bounds])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=enum])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=float-cast-overflow])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=float-divide-by-zero])
--  _APPEND_COMPILE_FLAGS_ERROR([-fsanitize=integer-divide-by-zero])
--  

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

2014-06-02 Thread Evangelos Foutras
Date: Tuesday, June 3, 2014 @ 00:17:26
  Author: foutrelis
Revision: 112508

upgpkg: shorewall 4.6.0.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 21:55:03 UTC (rev 112507)
+++ PKGBUILD2014-06-02 22:17:26 UTC (rev 112508)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.9
+pkgver=4.6.0.3
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('a1fc41abcba3181235e217a5da53bb25d11e6cdeef49dde82a0daeb2bb305fc6'
-'2c4606fffc49b0129ec79142493949d8efe15bdef4f6e1619af32e694cbd5aba'
-'f431edf0109641b7fd7c9568e39917b16f1d776393d58aef328f82bf5ef20656')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('4fa43f61069c6fca05b74b75a6a768bba8505a26b1a268267c7e2930f76b6652'
+'14fb40f6e264e2133741fe333dc6e7572598f9bb8af8617c5a66d7c33fa9cf17'
+'435860d92313446d5968a76fac9048e15312351e2c589cb395c9d0a190a52f68')
 
 build() {
   for product in shorewall{,6,-core}; do
@@ -28,7 +28,7 @@
 package_shorewall() {
   pkgdesc=An iptables-based firewall for Linux systems
   depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
+  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
 
   cd $srcdir/$pkgname-$pkgver
 
@@ -38,7 +38,7 @@
 package_shorewall6() {
   pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
   depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
+  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
 
   cd $srcdir/$pkgname-$pkgver
 



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

2014-06-02 Thread Evangelos Foutras
Date: Tuesday, June 3, 2014 @ 00:17:34
  Author: foutrelis
Revision: 112509

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 112508, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 22:17:26 UTC (rev 112508)
+++ PKGBUILD2014-06-02 22:17:34 UTC (rev 112509)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.9
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('a1fc41abcba3181235e217a5da53bb25d11e6cdeef49dde82a0daeb2bb305fc6'
-'2c4606fffc49b0129ec79142493949d8efe15bdef4f6e1619af32e694cbd5aba'
-'f431edf0109641b7fd7c9568e39917b16f1d776393d58aef328f82bf5ef20656')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 112508, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 22:17:34 UTC (rev 112509)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.0.3
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.0/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('4fa43f61069c6fca05b74b75a6a768bba8505a26b1a268267c7e2930f76b6652'
+'14fb40f6e264e2133741fe333dc6e7572598f9bb8af8617c5a66d7c33fa9cf17'
+'435860d92313446d5968a76fac9048e15312351e2c589cb395c9d0a190a52f68')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

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

2014-06-02 Thread Kyle Keen
Date: Tuesday, June 3, 2014 @ 01:59:54
  Author: kkeen
Revision: 112511

archrelease: copy trunk to community-any

Added:
  arch-wiki-lite/repos/community-any/PKGBUILD
(from rev 112510, arch-wiki-lite/trunk/PKGBUILD)
Deleted:
  arch-wiki-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 23:59:43 UTC (rev 112510)
+++ PKGBUILD2014-06-02 23:59:54 UTC (rev 112511)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=arch-wiki-lite
-pkgver=20140218
-_codever=20140218
-pkgrel=1
-pkgdesc=The wiki without html.  1/9 as big, easily searched and viewable on 
console.
-arch=('any')
-url=http://kmkeen.com/arch-wiki-lite/;
-_watch=http://www.archlinux.org/packages/community/any/arch-wiki-docs/;
-license=('GPL')
-depends=('bash' 'gzip')
-makedepends=('python2' 'arch-wiki-docs')
-optdepends=('arch-wiki-docs: for wiki-search-html')
-source=(http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
-md5sums=('6df41e9658854ea265d93d3976c7d1b9')
-
-build() {
-  cd $srcdir/$pkgname
-  python2 wiki_lite.py
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -d $pkgdir/usr/share/doc/arch-wiki/text/
-  install -m 0644 wiki/* $pkgdir/usr/share/doc/arch-wiki/text/
-  install -Dm 0755 wiki-search  $pkgdir/usr/bin/wiki-search
-  install -Dm 0755 wiki-search-html $pkgdir/usr/bin/wiki-search-html
-}
-

Copied: arch-wiki-lite/repos/community-any/PKGBUILD (from rev 112510, 
arch-wiki-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 23:59:54 UTC (rev 112511)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=arch-wiki-lite
+pkgver=20140321
+_codever=20140321
+pkgrel=1
+pkgdesc=The wiki without html.  1/9 as big, easily searched and viewable on 
console.
+arch=('any')
+url=http://kmkeen.com/arch-wiki-lite/;
+_watch=http://www.archlinux.org/packages/community/any/arch-wiki-docs/;
+license=('GPL')
+depends=('bash' 'gzip')
+makedepends=('python' 'arch-wiki-docs')
+optdepends=('arch-wiki-docs: for wiki-search-html')
+source=(http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
+md5sums=('ff1d2fa517e6648f97a93d2d9b41348f')
+
+build() {
+  cd $srcdir/$pkgname
+  python3 wiki_lite.py
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -d $pkgdir/usr/share/doc/arch-wiki/text/
+  install -m 0644 wiki/* $pkgdir/usr/share/doc/arch-wiki/text/
+  install -Dm 0755 wiki-search  $pkgdir/usr/bin/wiki-search
+  install -Dm 0755 wiki-search-html $pkgdir/usr/bin/wiki-search-html
+}
+



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

2014-06-02 Thread Kyle Keen
Date: Tuesday, June 3, 2014 @ 01:59:43
  Author: kkeen
Revision: 112510

upgpkg: arch-wiki-lite 20140321-1

Modified:
  arch-wiki-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 22:17:34 UTC (rev 112509)
+++ PKGBUILD2014-06-02 23:59:43 UTC (rev 112510)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Kyle Keen keen...@gmail.com
 pkgname=arch-wiki-lite
-pkgver=20140218
-_codever=20140218
+pkgver=20140321
+_codever=20140321
 pkgrel=1
 pkgdesc=The wiki without html.  1/9 as big, easily searched and viewable on 
console.
 arch=('any')
@@ -10,14 +10,14 @@
 _watch=http://www.archlinux.org/packages/community/any/arch-wiki-docs/;
 license=('GPL')
 depends=('bash' 'gzip')
-makedepends=('python2' 'arch-wiki-docs')
+makedepends=('python' 'arch-wiki-docs')
 optdepends=('arch-wiki-docs: for wiki-search-html')
 source=(http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
-md5sums=('6df41e9658854ea265d93d3976c7d1b9')
+md5sums=('ff1d2fa517e6648f97a93d2d9b41348f')
 
 build() {
   cd $srcdir/$pkgname
-  python2 wiki_lite.py
+  python3 wiki_lite.py
 }
 
 package() {



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

2014-06-02 Thread Felix Yan
Date: Tuesday, June 3, 2014 @ 02:46:13
  Author: fyan
Revision: 112512

upgpkg: python-redis 2.10.1-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 23:59:54 UTC (rev 112511)
+++ PKGBUILD2014-06-03 00:46:13 UTC (rev 112512)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('c3942fec7d0e7b081c0828f4495be497')
+md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
 
 prepare() {
   cp -r ${_basename}-${pkgver}{,-py2}



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

2014-06-02 Thread Felix Yan
Date: Tuesday, June 3, 2014 @ 02:46:51
  Author: fyan
Revision: 112513

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-03 00:46:13 UTC (rev 112512)
+++ PKGBUILD2014-06-03 00:46:51 UTC (rev 112513)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Pierre Gueth pierre.gu...@gmail.com
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.0
-pkgrel=1
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url=http://github.com/andymccurdy/redis-py;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
-md5sums=('c3942fec7d0e7b081c0828f4495be497')
-
-prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_basename}-${pkgver}
-  python setup.py build
-
-  cd ../${_basename}-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 112512, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-03 00:46:51 UTC (rev 112513)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Pierre Gueth pierre.gu...@gmail.com
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.1
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url=http://github.com/andymccurdy/redis-py;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz;)
+md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
+
+prepare() {
+  cp -r ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_basename}-${pkgver}
+  python setup.py build
+
+  cd ../${_basename}-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd ${_basename}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd ${_basename}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-02 Thread Anatol Pomozov
Date: Tuesday, June 3, 2014 @ 03:06:23
  Author: anatolik
Revision: 112514

upgpkg: cmocka 0.4.1-1

Modified:
  cmocka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-03 00:46:51 UTC (rev 112513)
+++ PKGBUILD2014-06-03 01:06:23 UTC (rev 112514)
@@ -3,7 +3,7 @@
 
 pkgname=cmocka
 url='http://cmocka.org/'
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='an elegant unit testing framework for C with support for mock objects'
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(glibc)
 makedepends=(cmake)
-source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
-sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
+sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
 
 build() {
   rm -rf build; mkdir build



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

2014-06-02 Thread Anatol Pomozov
Date: Tuesday, June 3, 2014 @ 03:07:06
  Author: anatolik
Revision: 112515

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-03 01:06:23 UTC (rev 112514)
+++ community-i686/PKGBUILD 2014-06-03 01:07:06 UTC (rev 112515)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
-sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
-
-build() {
-  rm -rf build; mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR=$pkgdir
-}

Copied: cmocka/repos/community-i686/PKGBUILD (from rev 112514, 
cmocka/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-03 01:07:06 UTC (rev 112515)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
+sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
+
+build() {
+  rm -rf build; mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-03 01:06:23 UTC (rev 112514)
+++ community-x86_64/PKGBUILD   2014-06-03 01:07:06 UTC (rev 112515)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://open.cryptomilk.org/attachments/download/37/cmocka-$pkgver.tar.xz)
-sha1sums=('7fe27a6fdcf60222cf15ae67aeee83139180a759')
-
-build() {
-  rm -rf build; mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR=$pkgdir
-}

Copied: cmocka/repos/community-x86_64/PKGBUILD (from rev 112514, 
cmocka/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-03 01:07:06 UTC (rev 112515)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
+sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
+
+build() {
+  rm -rf build; mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR=$pkgdir
+}



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

2014-06-02 Thread Felix Yan
Date: Tuesday, June 3, 2014 @ 04:36:26
  Author: fyan
Revision: 112516

upgpkg: libdaq 2.0.2-1

Modified:
  libdaq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-03 01:07:06 UTC (rev 112515)
+++ PKGBUILD2014-06-03 02:36:26 UTC (rev 112516)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libdaq
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Data Acquisition library for packet I/O.'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libpcap')
 makedepends=('ca-certificates')
 source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
-md5sums=('044aa3663d44580d005293eeb8ccf175'
+md5sums=('865bf9b750a2a2ca632591a3c70b0ea0'
  'SKIP')
 
 build() {



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

2014-06-02 Thread Felix Yan
Date: Tuesday, June 3, 2014 @ 04:37:50
  Author: fyan
Revision: 112517

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-03 02:36:26 UTC (rev 112516)
+++ community-i686/PKGBUILD 2014-06-03 02:37:50 UTC (rev 112517)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libdaq
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Data Acquisition library for packet I/O.'
-arch=('i686' 'x86_64')
-url='http://www.snort.org/'
-license=('GPL')
-depends=('libpcap')
-makedepends=('ca-certificates')
-source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
-md5sums=('044aa3663d44580d005293eeb8ccf175'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/daq-${pkgver}
-  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/daq-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdaq/repos/community-i686/PKGBUILD (from rev 112516, 
libdaq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-03 02:37:50 UTC (rev 112517)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libdaq
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Data Acquisition library for packet I/O.'
+arch=('i686' 'x86_64')
+url='http://www.snort.org/'
+license=('GPL')
+depends=('libpcap')
+makedepends=('ca-certificates')
+source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
+md5sums=('865bf9b750a2a2ca632591a3c70b0ea0'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/daq-${pkgver}
+  ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/daq-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-03 02:36:26 UTC (rev 112516)
+++ community-x86_64/PKGBUILD   2014-06-03 02:37:50 UTC (rev 112517)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libdaq
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Data Acquisition library for packet I/O.'
-arch=('i686' 'x86_64')
-url='http://www.snort.org/'
-license=('GPL')
-depends=('libpcap')
-makedepends=('ca-certificates')
-source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
-md5sums=('044aa3663d44580d005293eeb8ccf175'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/daq-${pkgver}
-  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/daq-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdaq/repos/community-x86_64/PKGBUILD (from rev 112516, 
libdaq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-03 02:37:50 UTC (rev 112517)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libdaq
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Data Acquisition library for packet I/O.'
+arch=('i686' 'x86_64')
+url='http://www.snort.org/'
+license=('GPL')
+depends=('libpcap')
+makedepends=('ca-certificates')
+source=(http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz{,.sig})
+md5sums=('865bf9b750a2a2ca632591a3c70b0ea0'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/daq-${pkgver}
+  ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/daq-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-02 Thread Thomas Dziedzic
Date: Tuesday, June 3, 2014 @ 06:11:50
  Author: td123
Revision: 214045

upgpkg: cabal-install 1.20.0.2-1

bump

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-02 19:37:47 UTC (rev 214044)
+++ PKGBUILD2014-06-03 04:11:50 UTC (rev 214045)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=cabal-install
-pkgver=1.20.0.1
+pkgver=1.20.0.2
 pkgrel=1
 pkgdesc=The command-line interface for Cabal and Hackage.
 url=http://hackage.haskell.org/package/cabal-install;
@@ -12,7 +12,7 @@
 makedepends=('ghc')
 depends=('gmp' 'zlib')
 
source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
-md5sums=('351622588b11ae799e31677666a831f6')
+md5sums=('bda72a81c22bde668244fb3a50a81f7f')
 
 build() {
   mkdir ${srcdir}/build



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

2014-06-02 Thread Thomas Dziedzic
Date: Tuesday, June 3, 2014 @ 06:12:30
  Author: td123
Revision: 214046

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

Added:
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 214045, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 214045, cabal-install/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 214045, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-03 04:12:30 UTC (rev 214046)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.20.0.2
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('bda72a81c22bde668244fb3a50a81f7f')
+
+build() {
+  mkdir ${srcdir}/build
+  export PREFIX=${srcdir}/build
+
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  install -D -m755 ${srcdir}/build/bin/cabal ${pkgdir}/usr/bin/cabal
+
+  cd cabal-install-${pkgver}
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 214045, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-03 04:12:30 UTC (rev 214046)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.20.0.2
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('bda72a81c22bde668244fb3a50a81f7f')
+
+build() {
+  mkdir ${srcdir}/build
+  export PREFIX=${srcdir}/build
+
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  install -D -m755 ${srcdir}/build/bin/cabal ${pkgdir}/usr/bin/cabal
+
+  cd cabal-install-${pkgver}
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}



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

2014-06-02 Thread Dave Reisner
Date: Tuesday, June 3, 2014 @ 06:33:18
  Author: dreisner
Revision: 214047

upgpkg: systemd 213-4

- backport fix for networkd dir ownership
- re-enable systemd-resolved on upgrade if /etc/resolv.conf is a symlink

Added:
  systemd/trunk/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-+
 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch |   29 
++
 PKGBUILD|9 ++-
 systemd.install |   15 -
 3 files changed, 49 insertions(+), 4 deletions(-)

Added: 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
===
--- 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch 
(rev 0)
+++ 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch 
2014-06-03 04:33:18 UTC (rev 214047)
@@ -0,0 +1,29 @@
+From 01501939d5f608541c1ea98fe2da84d841f9c9bc Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Mon, 2 Jun 2014 15:05:05 +0200
+Subject: [PATCH] tmpfiles: systemd.conf - fix ownership of network directories
+
+---
+ tmpfiles.d/systemd.conf | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
+index 7efab0e..1fce514 100644
+--- a/tmpfiles.d/systemd.conf
 b/tmpfiles.d/systemd.conf
+@@ -21,9 +21,9 @@ d /run/systemd/sessions 0755 root root -
+ d /run/systemd/users 0755 root root -
+ d /run/systemd/machines 0755 root root -
+ d /run/systemd/shutdown 0755 root root -
+-d /run/systemd/network 0755 root root -
+-d /run/systemd/network/links 0755 root root -
+-d /run/systemd/network/leases 0755 root root -
++d /run/systemd/network 0755 systemd-network systemd-network -
++d /run/systemd/network/links 0755 systemd-network systemd-network -
++d /run/systemd/network/leases 0755 systemd-network systemd-network -
+ 
+ m /var/log/journal 2755 root systemd-journal - -
+ Z /var/log/journal/%m 2755 root systemd-journal - -
+-- 
+2.0.0
+

Modified: PKGBUILD
===
--- PKGBUILD2014-06-03 04:12:30 UTC (rev 214046)
+++ PKGBUILD2014-06-03 04:33:18 UTC (rev 214047)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -16,17 +16,20 @@
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev'
-'0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch')
+'0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch'
+'0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch')
 md5sums=('06496edcf86ddf6d8c12d72ba78e735d'
  '29245f7a240bfba66e2b1783b63b6b40'
  '66cca7318e13eaf37c5b7db2efa69846'
  'bde43090d4ac0ef048e3eaee8202a407'
- '5f8ad7126970855614c7fa34b317728d')
+ '5f8ad7126970855614c7fa34b317728d'
+ 'd778cbbe8adb9651979da58cfe1c2dde')
 
 prepare() {
   cd $pkgname-$pkgver
 
   patch -Np1 
$srcdir/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
+  patch -Np1 
$srcdir/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
 }
 
 build() {

Modified: systemd.install
===
--- systemd.install 2014-06-03 04:12:30 UTC (rev 214046)
+++ systemd.install 2014-06-03 04:33:18 UTC (rev 214047)
@@ -38,6 +38,8 @@
 post_common() {
   systemd-machine-id-setup
 
+  # TODO: drop this for 214
+  # http://cgit.freedesktop.org/systemd/systemd/commit/?id=fdd2531170
   add_privs usr/bin/systemd-detect-virt 'cap_dac_override,cap_sys_ptrace+ep'
 
   udevadm hwdb --update
@@ -111,6 +113,16 @@
   fi
 }
 
+_213_4_changes() {
+  if sd_booted; then
+# if /etc/resolv.conf is a symlink, just assume that it was being managed
+# by systemd-networkd, and re-enable systemd-resolved.
+if [[ -L etc/resolv.conf ]]; then
+  systemctl enable systemd-resolved
+fi
+  fi
+}
+
 post_install() {
   post_common $@
 
@@ -134,7 +146,8 @@
 208-1
 208-8
 209-1
-210-1)
+210-1
+213-4)
 
   for v in ${upgrades[@]}; do
 if [[ $(vercmp $v $2) -eq 1 ]]; then



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

2014-06-02 Thread Dave Reisner
Date: Tuesday, June 3, 2014 @ 06:34:19
  Author: dreisner
Revision: 214048

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

Added:
  
systemd/repos/testing-i686/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
(from rev 214047, 
systemd/trunk/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch)
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214047, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 214047, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 214047, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 214047, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 214047, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 214047, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
(from rev 214047, 
systemd/trunk/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch)
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214047, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 214047, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 214047, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 214047, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 214047, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 214047, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

+
 /0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   52 +
 /PKGBUILD  
|  324 ++
 /initcpio-hook-udev
|   44 +
 /initcpio-install-systemd  
|  320 +
 /initcpio-install-udev 
|   58 +
 /systemd.install   
|  318 +
 testing-i686/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch   
|   29 
 testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   26 
 testing-i686/PKGBUILD  
|  159 
 testing-i686/initcpio-hook-udev
|   22 
 testing-i686/initcpio-install-systemd  
|  160 
 testing-i686/initcpio-install-udev 
|   29 
 testing-i686/systemd.install   
|  146 
 testing-x86_64/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch 
|   29 
 testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch 
|   26 
 testing-x86_64/PKGBUILD
|  159 
 testing-x86_64/initcpio-hook-udev  
|   22 
 testing-x86_64/initcpio-install-systemd
|  160 
 testing-x86_64/initcpio-install-udev   
|   29 
 testing-x86_64/systemd.install 
|  146 
 20 files changed, 1174 insertions(+), 1084 deletions(-)

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