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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:10:47
  Author: andrea
Revision: 167286

upgpkg: sip 4.14-1

Python rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 02:21:52 UTC (rev 167285)
+++ PKGBUILD2012-09-30 10:10:47 UTC (rev 167286)
@@ -5,25 +5,24 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.13.3
-pkgrel=2
+pkgver=4.14
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('76192829cc42ec558db46e4f9e1d8ba9')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('9a48ad975e04ac824188840ea498ac32')
 
 build() {
-  cd ${srcdir}
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
   
   ### Python2 version ###
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+  cd ../python2-${pkgbase}-${pkgver}
   python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
 }
@@ -32,7 +31,7 @@
   pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
   depends=('glibc')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C sipgen
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -42,7 +41,7 @@
   pkgdesc=Python 3.x SIP bindings for C and C++ libraries
   depends=('sip' 'python')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
@@ -55,7 +54,7 @@
   pkgdesc=Python 2.x SIP bindings for C and C++ libraries
   depends=('sip' 'python2')
 
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+  cd python2-${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py



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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:11:12
  Author: andrea
Revision: 167287

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

Added:
  sip/repos/staging-i686/
  sip/repos/staging-i686/PKGBUILD
(from rev 167286, sip/trunk/PKGBUILD)
  sip/repos/staging-x86_64/
  sip/repos/staging-x86_64/PKGBUILD
(from rev 167286, sip/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: sip/repos/staging-i686/PKGBUILD (from rev 167286, sip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-30 10:11:12 UTC (rev 167287)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.14
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.riverbankcomputing.com/software/sip/;
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('9a48ad975e04ac824188840ea498ac32')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+  
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sip/repos/staging-x86_64/PKGBUILD (from rev 167286, sip/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-30 10:11:12 UTC (rev 167287)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.14
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.riverbankcomputing.com/software/sip/;
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('9a48ad975e04ac824188840ea498ac32')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+  
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 

[arch-commits] Commit in (5 files)

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:14:33
  Author: andrea
Revision: 167288

Move python-opengl

Added:
  pyopengl/
  pyopengl/repos/
  pyopengl/trunk/
  pyopengl/trunk/LICENSE
  pyopengl/trunk/PKGBUILD

--+
 LICENSE  |   30 ++
 PKGBUILD |   32 
 2 files changed, 62 insertions(+)

Added: pyopengl/trunk/LICENSE
===
--- pyopengl/trunk/LICENSE  (rev 0)
+++ pyopengl/trunk/LICENSE  2012-09-30 10:14:33 UTC (rev 167288)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Added: pyopengl/trunk/PKGBUILD
===
--- pyopengl/trunk/PKGBUILD (rev 0)
+++ pyopengl/trunk/PKGBUILD 2012-09-30 10:14:33 UTC (rev 167288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Josh Taylor joshtaylor.m...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyopengl
+pkgname=('python2-opengl')
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=The cross platform Python binding to OpenGL and related APIs
+url=http://pyopengl.sourceforge.net/;
+license=('BSD')
+arch=('any')
+depends=('freeglut' 'python2-distribute')
+conflicts=('python-pyopengl')
+replaces=('python-pyopengl')
+source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
+'LICENSE')
+md5sums=('221d4a6a0928fcfeef26751370ec5f52'
+ '0b53c508a63e5dbaf44cdfb0fa103b3a')
+
+package_python2-opengl() {
+   cd PyOpenGL-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# Fix the shebang
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/OpenGL/Tk/__init__.py
+}


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


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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:15:09
  Author: andrea
Revision: 167289

archrelease: copy trunk to extra-any

Added:
  pyopengl/repos/extra-any/
  pyopengl/repos/extra-any/LICENSE
(from rev 167288, pyopengl/trunk/LICENSE)
  pyopengl/repos/extra-any/PKGBUILD
(from rev 167288, pyopengl/trunk/PKGBUILD)

--+
 LICENSE  |   30 ++
 PKGBUILD |   32 
 2 files changed, 62 insertions(+)

Copied: pyopengl/repos/extra-any/LICENSE (from rev 167288, 
pyopengl/trunk/LICENSE)
===
--- extra-any/LICENSE   (rev 0)
+++ extra-any/LICENSE   2012-09-30 10:15:09 UTC (rev 167289)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/extra-any/PKGBUILD (from rev 167288, 
pyopengl/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-09-30 10:15:09 UTC (rev 167289)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Josh Taylor joshtaylor.m...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyopengl
+pkgname=('python2-opengl')
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=The cross platform Python binding to OpenGL and related APIs
+url=http://pyopengl.sourceforge.net/;
+license=('BSD')
+arch=('any')
+depends=('freeglut' 'python2-distribute')
+conflicts=('python-pyopengl')
+replaces=('python-pyopengl')
+source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
+'LICENSE')
+md5sums=('221d4a6a0928fcfeef26751370ec5f52'
+ '0b53c508a63e5dbaf44cdfb0fa103b3a')
+
+package_python2-opengl() {
+   cd PyOpenGL-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# Fix the shebang
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/OpenGL/Tk/__init__.py
+}



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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:15:48
  Author: andrea
Revision: 167290

archrelease: copy trunk to staging-any

Added:
  pyopengl/repos/staging-any/
  pyopengl/repos/staging-any/LICENSE
(from rev 167289, pyopengl/trunk/LICENSE)
  pyopengl/repos/staging-any/PKGBUILD
(from rev 167289, pyopengl/trunk/PKGBUILD)

--+
 LICENSE  |   30 ++
 PKGBUILD |   32 
 2 files changed, 62 insertions(+)

Copied: pyopengl/repos/staging-any/LICENSE (from rev 167289, 
pyopengl/trunk/LICENSE)
===
--- staging-any/LICENSE (rev 0)
+++ staging-any/LICENSE 2012-09-30 10:15:48 UTC (rev 167290)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/staging-any/PKGBUILD (from rev 167289, 
pyopengl/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-09-30 10:15:48 UTC (rev 167290)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Josh Taylor joshtaylor.m...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyopengl
+pkgname=('python2-opengl')
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=The cross platform Python binding to OpenGL and related APIs
+url=http://pyopengl.sourceforge.net/;
+license=('BSD')
+arch=('any')
+depends=('freeglut' 'python2-distribute')
+conflicts=('python-pyopengl')
+replaces=('python-pyopengl')
+source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
+'LICENSE')
+md5sums=('221d4a6a0928fcfeef26751370ec5f52'
+ '0b53c508a63e5dbaf44cdfb0fa103b3a')
+
+package_python2-opengl() {
+   cd PyOpenGL-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# Fix the shebang
+sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/OpenGL/Tk/__init__.py
+}



[arch-commits] Commit in pyopengl/repos (extra-any)

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:16:24
  Author: andrea
Revision: 167291

cleanup

Deleted:
  pyopengl/repos/extra-any/



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

2012-09-30 Thread Dan McGee
Date: Sunday, September 30, 2012 @ 11:44:50
  Author: dan
Revision: 167292

upgpkg: git 1.7.12.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 10:16:24 UTC (rev 167291)
+++ PKGBUILD2012-09-30 15:44:50 UTC (rev 167292)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.12.1
+pkgver=1.7.12.2
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -109,8 +109,8 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('1c16e94ca43c2811806567ed6e73d704'
- 'efaef000a05938971606fad472a1b9f0'
+md5sums=('5aa5d146825f74fee889ca5408e4e00b'
+ '51db657f9e8fa70f43ae56cb6bcb631b'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78'
  '042524f942785772d7bd52a1f02fe5ae'



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

2012-09-30 Thread Dan McGee
Date: Sunday, September 30, 2012 @ 11:45:48
  Author: dan
Revision: 167293

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 167292, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 167292, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 167292, git/trunk/git-daemon.conf)
  git/repos/extra-i686/git-daemon.socket
(from rev 167292, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 167292, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 167292, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 167292, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 167292, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 167292, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 167292, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 167292, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 167292, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  234 ++---
 extra-i686/git-daemon|  140 +++---
 extra-i686/git-daemon.conf   |   10 -
 extra-i686/git-daemon.socket |   18 +-
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++---
 extra-x86_64/PKGBUILD|  234 ++---
 extra-x86_64/git-daemon  |  140 +++---
 extra-x86_64/git-daemon.conf |   10 -
 extra-x86_64/git-daemon.socket   |   18 +-
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++---
 12 files changed, 464 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-30 15:44:50 UTC (rev 167292)
+++ extra-i686/PKGBUILD 2012-09-30 15:45:48 UTC (rev 167293)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.7.12.1
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 

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

2012-09-30 Thread Dave Reisner
Date: Sunday, September 30, 2012 @ 12:39:25
  Author: dreisner
Revision: 167294

upgpkg: systemd 193-2

- rebuild for python 3.3

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 15:45:48 UTC (rev 167293)
+++ PKGBUILD2012-09-30 16:39:25 UTC (rev 167294)
@@ -4,14 +4,13 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=193
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
 makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
  'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt' 'libxslt' 
'linux-api-headers'
- 'pam' 'quota-tools' 'xz')
-checkdepends=('python')
+ 'pam' 'python' 'quota-tools' 'xz')
 options=('!libtool')
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
 'initcpio-hook-udev'



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

2012-09-30 Thread Dave Reisner
Date: Sunday, September 30, 2012 @ 12:40:05
  Author: dreisner
Revision: 167295

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

Added:
  systemd/repos/staging-i686/
  systemd/repos/staging-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 167294, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  
systemd/repos/staging-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
(from rev 167294, 
systemd/trunk/0001-tmpfiles-restore-previous-behavior-for-F-f.patch)
  systemd/repos/staging-i686/PKGBUILD
(from rev 167294, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 167294, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-timestamp
(from rev 167294, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 167294, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/systemd.install
(from rev 167294, systemd/trunk/systemd.install)
  systemd/repos/staging-i686/use-split-usr-path.patch
(from rev 167294, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/staging-x86_64/
  systemd/repos/staging-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 167294, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  
systemd/repos/staging-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
(from rev 167294, 
systemd/trunk/0001-tmpfiles-restore-previous-behavior-for-F-f.patch)
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 167294, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 167294, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-timestamp
(from rev 167294, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 167294, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/systemd.install
(from rev 167294, systemd/trunk/systemd.install)
  systemd/repos/staging-x86_64/use-split-usr-path.patch
(from rev 167294, systemd/trunk/use-split-usr-path.patch)

--+
 staging-i686/0001-Reinstate-TIMEOUT-handling.patch   |  124 
+++
 staging-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch   |   30 +
 staging-i686/PKGBUILD|  161 
++
 staging-i686/initcpio-hook-udev  |   20 +
 staging-i686/initcpio-install-timestamp  |   14 
 staging-i686/initcpio-install-udev   |   28 +
 staging-i686/systemd.install |   29 +
 staging-i686/use-split-usr-path.patch|   14 
 staging-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  124 
+++
 staging-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch |   30 +
 staging-x86_64/PKGBUILD  |  161 
++
 staging-x86_64/initcpio-hook-udev|   20 +
 staging-x86_64/initcpio-install-timestamp|   14 
 staging-x86_64/initcpio-install-udev |   28 +
 staging-x86_64/systemd.install   |   29 +
 staging-x86_64/use-split-usr-path.patch  |   14 
 16 files changed, 840 insertions(+)

Copied: systemd/repos/staging-i686/0001-Reinstate-TIMEOUT-handling.patch (from 
rev 167294, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
===
--- staging-i686/0001-Reinstate-TIMEOUT-handling.patch  
(rev 0)
+++ staging-i686/0001-Reinstate-TIMEOUT-handling.patch  2012-09-30 16:40:05 UTC 
(rev 167295)
@@ -0,0 +1,124 @@
+From 2127f99fb43d2ef950e95329ce40bdd5da8b015c Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Fri, 25 May 2012 19:43:24 -0400
+Subject: [PATCH] Reinstate TIMEOUT= handling
+
+This is mostly to deal with ipw2?00 drivers which have yet to be fixed
+in the kernel.
+---
+ src/libudev/libudev-device.c  |   19 +++
+ src/libudev/libudev-private.h |1 +
+ src/udev/udevd.c  |   13 ++---
+ 3 files changed, 30 insertions(+), 3 deletions(-)
+
+diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
+index a8277d1..5966189 100644
+--- a/src/libudev/libudev-device.c
 b/src/libudev/libudev-device.c
+@@ -68,6 +68,7 @@ struct udev_device {
+ struct udev_list tags_list;
+ unsigned long long int seqnum;
+ unsigned long long int usec_initialized;
++int timeout;
+ int devlink_priority;
+ int refcount;
+ dev_t devnum;
+@@ -89,6 +90,21 @@ struct udev_device {
+ bool db_persist;
+ };
+ 
++int 

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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 12:55:55
  Author: andrea
Revision: 167296

upgpkg: sip 4.14-2

Fix python library path

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 16:40:05 UTC (rev 167295)
+++ PKGBUILD2012-09-30 16:55:55 UTC (rev 167296)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.14
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
@@ -44,8 +44,8 @@
   cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
   
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 12:56:26
  Author: andrea
Revision: 167297

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

Added:
  sip/repos/staging-i686/PKGBUILD
(from rev 167296, sip/trunk/PKGBUILD)
  sip/repos/staging-x86_64/PKGBUILD
(from rev 167296, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/staging-i686/PKGBUILD
  sip/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |  128 +++---
 staging-x86_64/PKGBUILD |  128 +++---
 2 files changed, 128 insertions(+), 128 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-09-30 16:55:55 UTC (rev 167296)
+++ staging-i686/PKGBUILD   2012-09-30 16:56:26 UTC (rev 167297)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.riverbankcomputing.com/software/sip/;
-license=('custom:sip')
-makedepends=('python' 'python2')
-source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('9a48ad975e04ac824188840ea498ac32')
-
-build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
-
-  cd ${pkgbase}-${pkgver}
-  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
-  make
-  
-  ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
-  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
-  make
-}
-
-package_sip() {
-  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
-  depends=('glibc')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C sipgen
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
-  depends=('sip' 'python')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C siplib
-  
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
-  depends=('sip' 'python2')
-
-  cd python2-${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C siplib
-  
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sip/repos/staging-i686/PKGBUILD (from rev 167296, sip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-30 16:56:26 UTC (rev 167297)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.14
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.riverbankcomputing.com/software/sip/;
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('9a48ad975e04ac824188840ea498ac32')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+  
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 

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

2012-09-30 Thread Dan McGee
Date: Sunday, September 30, 2012 @ 13:33:02
  Author: dan
Revision: 167298

upgpkg: python-nose 1.2.1-2

Rebuild for python 3.3, use python3 in #!

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 16:56:26 UTC (rev 167297)
+++ PKGBUILD2012-09-30 17:33:02 UTC (rev 167298)
@@ -7,7 +7,7 @@
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A discovery-based unittest extension
 arch=('any')
 url='http://readthedocs.org/docs/nose/'
@@ -25,7 +25,7 @@
 package_python-nose() {
   depends=('python' 'python-distribute')
   cd $srcdir/nose-$pkgver
-  python setup.py install --prefix=/usr --root=${pkgdir}
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
   mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
 }
 



[arch-commits] Commit in python-nose/repos (staging-any staging-any/PKGBUILD)

2012-09-30 Thread Dan McGee
Date: Sunday, September 30, 2012 @ 13:33:19
  Author: dan
Revision: 167299

archrelease: copy trunk to staging-any

Added:
  python-nose/repos/staging-any/
  python-nose/repos/staging-any/PKGBUILD
(from rev 167298, python-nose/trunk/PKGBUILD)

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

Copied: python-nose/repos/staging-any/PKGBUILD (from rev 167298, 
python-nose/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-09-30 17:33:19 UTC (rev 167299)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('735e3f1ce8b07e70ee1b742a8a53585a')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:25:47
  Author: tpowa
Revision: 167300

upgpkg: hdparm 9.42-1

bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 17:33:19 UTC (rev 167299)
+++ PKGBUILD2012-09-30 19:25:47 UTC (rev 167300)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=hdparm
-pkgver=9.39
+pkgver=9.42
 pkgrel=1
 pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://sourceforge.net/projects/hdparm/;
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-md5sums=('2bc17b72403885d4faf959682944243b'
+md5sums=('0af5a38b212fe08f5afbe5e37f34b40b'
  '74e368f384166a7710b447573cda120a')
 
 build() {



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:26:10
  Author: tpowa
Revision: 167301

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

Added:
  hdparm/repos/testing-i686/
  hdparm/repos/testing-i686/PKGBUILD
(from rev 167300, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch
(from rev 167300, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 167300, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch
(from rev 167300, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)

--+
 testing-i686/PKGBUILD|   42 
 testing-i686/wiper.sh.2_6.max-ranges.patch   |   84 +
 testing-x86_64/PKGBUILD  |   42 
 testing-x86_64/wiper.sh.2_6.max-ranges.patch |   84 +
 4 files changed, 252 insertions(+)

Copied: hdparm/repos/testing-i686/PKGBUILD (from rev 167300, 
hdparm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-30 19:26:10 UTC (rev 167301)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgname=hdparm
+pkgver=9.42
+pkgrel=1
+pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
+arch=(i686 x86_64)
+depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
+source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+wiper.sh.2_6.max-ranges.patch)
+license=('BSD')
+url=http://sourceforge.net/projects/hdparm/;
+optdepends=('bash: for wiper.sh script')
+options=('emptydirs')
+md5sums=('0af5a38b212fe08f5afbe5e37f34b40b'
+ '74e368f384166a7710b447573cda120a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Fix Range input/output error when wiping Intel G2 and OCZ drives
+  patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch
+  
+  # build
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # install
+  mkdir -p ${pkgdir}/{usr,sbin}
+  make DESTDIR=${pkgdir} install
+  install -m755 contrib/idectl ${pkgdir}/sbin
+  install -m755 contrib/ultrabayd ${pkgdir}/sbin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
$pkgdir/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
$pkgdir/usr/sbin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch (from rev 
167300, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
===
--- testing-i686/wiper.sh.2_6.max-ranges.patch  (rev 0)
+++ testing-i686/wiper.sh.2_6.max-ranges.patch  2012-09-30 19:26:10 UTC (rev 
167301)
@@ -0,0 +1,84 @@
+--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800
+--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700
+@@ -29,7 +29,7 @@
+ function usage_error(){
+   echo 2
+   echo Linux tune-up (TRIM) utility for SATA SSDs
+-  echo Usage:  $0 [--verbose] [--commit] mount_point|block_device 2
++  echo Usage:  $0 [--max-ranges num] [--verbose] [--commit] 
mount_point|block_device 2
+   echoEg:  $0 /dev/sda1 2
+   echo 2
+   exit 1
+@@ -44,6 +44,7 @@
+ 
+ export verbose=0
+ commit=
++max_ranges=-1
+ destroy_me=
+ argc=$#
+ arg=
+@@ -51,6 +52,10 @@
+   commit=yes
+   elif [ $1 = --verbose ]; then
+   verbose=$((verbose + 1))
++  elif [ $1 = --max-ranges -a $argc -gt 1 ]; then
++  max_ranges=$2
++  argc=$((argc - 1))
++  shift
+   elif [ $1 =  ]; then
+   usage_error
+   else
+@@ -499,6 +550,18 @@
+   fi
+ fi
+ 
++## Different SSD's have a different maximum number of ranges they'll accept
++## in a single TRIM command.
++if [ $max_ranges -le 0 ] ; then
++  model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'`
++  case $model in
++  SSDSA[12]*)  max_ranges=512 ;;  # Intel X18-M/X25-M
++  OCZ-VERTEX2) max_ranges=64 ;;   # OCZ Vertex2
++  *)   max_ranges=65535
++  esac
++fi
++[ $verbose -gt 0 ]  echo max-ranges = $max_ranges
++
+ ## All ready.  Now let the user know exactly what we intend to do:
+ ##
+ mountstatus=$fstype non-mounted
+@@ -608,7 +671,7 @@
+   nsectors += count;
+   while (count  0) {
+   this_count  = (count  65535) ? 65535 : count
+-  printf %u:%u , lba, this_count
++  printf %u:%u \n, lba, this_count
+   if (verbose  1)
+   printf %u:%u , lba, this_count  /dev/stderr
+

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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:31:32
  Author: tpowa
Revision: 167302

upgpkg: libusbx 1.0.14-1

bump to latest version

Modified:
  libusbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 19:26:10 UTC (rev 167301)
+++ PKGBUILD2012-09-30 19:31:32 UTC (rev 167302)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=libusbx
-pkgver=1.0.12
-pkgrel=2
+pkgver=1.0.14
+pkgrel=1
 depends=('glibc')
 pkgdesc=Library that provides generic access to USB device
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 replaces=('libusb1' 'libusb')
 provides=(libusb=$pkgver)
 conflicts=(libusb)
-md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:31:57
  Author: tpowa
Revision: 167303

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 167302, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 167302, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 167302, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 167302, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:42:02
  Author: tpowa
Revision: 167304

upgpkg: webmin 1.600-1

bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 19:31:57 UTC (rev 167303)
+++ PKGBUILD2012-09-30 19:42:02 UTC (rev 167304)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.590
-pkgrel=2
+pkgver=1.600
+pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
 license=('custom:webmin')
@@ -214,7 +214,7 @@
   # install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('815005ed7f208dcfbda5308b446779c2'
+md5sums=('8a9124bdd180aeec13fc16fa75fb1419'
  '43a77243acd519c4efe9577090b59912'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'c77dfcd621b417a7826d25f56a1e60ae'



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:42:57
  Author: tpowa
Revision: 167305

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 167304, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 167304, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 167304, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 167304, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.rc
(from rev 167304, webmin/trunk/webmin.rc)
  webmin/repos/extra-i686/webmin.service
(from rev 167304, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 167304, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 167304, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 167304, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 167304, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.rc
(from rev 167304, webmin/trunk/webmin.rc)
  webmin/repos/extra-x86_64/webmin.service
(from rev 167304, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.rc
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.rc
  webmin/repos/extra-x86_64/webmin.service

-+
 extra-i686/PKGBUILD |  442 +-
 extra-i686/webmin.install   |   70 +++---
 extra-i686/webmin.rc|   92 
 extra-i686/webmin.service   |   22 +-
 extra-x86_64/PKGBUILD   |  442 +-
 extra-x86_64/webmin.install |   70 +++---
 extra-x86_64/webmin.rc  |   92 
 extra-x86_64/webmin.service |   22 +-
 8 files changed, 626 insertions(+), 626 deletions(-)

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


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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 16:40:02
  Author: tpowa
Revision: 167306

upgpkg: usermin 1.520-1

bump to latest version

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 19:42:57 UTC (rev 167305)
+++ PKGBUILD2012-09-30 20:40:02 UTC (rev 167306)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=usermin
-pkgver=1.490
+pkgver=1.520
 pkgrel=1
 pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
 arch=(i686 x86_64)
@@ -124,6 +124,6 @@
   #install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/usermin/LICENCE
 }
-md5sums=('a6d87aad595ea8abbe6639ce2c08efc1'
+md5sums=('5819ba87796d9373a92116e90d1a35d4'
  'cfef4490cd1ef9517c0b39a7bd75c968'
  'ec37a79f948f778224550930d2a7ca07')



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 16:46:00
  Author: tpowa
Revision: 167307

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

Added:
  usermin/repos/extra-i686/PKGBUILD
(from rev 167306, usermin/trunk/PKGBUILD)
  usermin/repos/extra-i686/usermin-config.tar.bz2
(from rev 167306, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-i686/usermin.install
(from rev 167306, usermin/trunk/usermin.install)
  usermin/repos/extra-i686/usermin.rc
(from rev 167306, usermin/trunk/usermin.rc)
  usermin/repos/extra-x86_64/PKGBUILD
(from rev 167306, usermin/trunk/PKGBUILD)
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
(from rev 167306, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-x86_64/usermin.install
(from rev 167306, usermin/trunk/usermin.install)
  usermin/repos/extra-x86_64/usermin.rc
(from rev 167306, usermin/trunk/usermin.rc)
Deleted:
  usermin/repos/extra-i686/PKGBUILD
  usermin/repos/extra-i686/usermin-config.tar.bz2
  usermin/repos/extra-i686/usermin.install
  usermin/repos/extra-i686/usermin.rc
  usermin/repos/extra-x86_64/PKGBUILD
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
  usermin/repos/extra-x86_64/usermin.install
  usermin/repos/extra-x86_64/usermin.rc

--+
 extra-i686/PKGBUILD  |  258 -
 extra-i686/usermin.install   |   68 +-
 extra-i686/usermin.rc|   88 ++---
 extra-x86_64/PKGBUILD|  258 -
 extra-x86_64/usermin.install |   68 +-
 extra-x86_64/usermin.rc  |   88 ++---
 6 files changed, 414 insertions(+), 414 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-30 20:40:02 UTC (rev 167306)
+++ extra-i686/PKGBUILD 2012-09-30 20:46:00 UTC (rev 167307)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=usermin
-pkgver=1.490
-pkgrel=1
-pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
-arch=(i686 x86_64)
-license=('custom:usermin')
-url=http://www.webmin.com/;
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.rc 
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p $startdir/pkg/opt/usermin
-  mkdir -p $startdir/pkg/var/log/usermin
-  mkdir -p $startdir/pkg/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam $startdir/pkg/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d /etc/pacman.d'  os_list.txt
-  
-  # copy stuff to right dirs
-  cd $startdir/src/$pkgname-$pkgver
-  cp -rp * $startdir/pkg/opt/usermin
-  cd $startdir/src/usermin-config
-  cp -rfp * $startdir/pkg/opt/usermin
-
-  # define parameters for setup.sh
-  config_dir=$startdir/pkg/etc/usermin
-  var_dir=$startdir/pkg/var/log/usermin
-  perl=/usr/bin/perl
-  autoos=1
-  port=2
-  login=root
-  crypt=XXX
-  ssl=1
-  atboot=0
-  nostart=1
-  nochown=1
-  autothird=1
-  

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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:05:51
  Author: heftig
Revision: 167308

0.13.2

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 20:46:00 UTC (rev 167307)
+++ PKGBUILD2012-09-30 23:05:51 UTC (rev 167308)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgdata
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
+sha256sums=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:08:23
  Author: heftig
Revision: 167309

0.2.0

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 23:05:51 UTC (rev 167308)
+++ PKGBUILD2012-09-30 23:08:23 UTC (rev 167309)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo
-pkgver=0.1.18
+pkgver=0.2.0
 pkgrel=1
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
@@ -13,11 +13,11 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('dc5bc1ea74ed3d47c4ec2d94886234346671509bdc63ce181f98824e7178ae83')
+sha256sums=('daab3104684dd1a347aa3f3bc8e5a435f57829f594d951890692b9035c993d1f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
   make
 }
 



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:09:54
  Author: heftig
Revision: 167310

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 167309, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167309, libgdata/trunk/PKGBUILD)
Deleted:
  libgdata/repos/gnome-unstable-i686/PKGBUILD
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-30 23:08:23 UTC (rev 167309)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:09:54 UTC (rev 167310)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgdata
-pkgver=0.13.1
-pkgrel=1
-pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 167309, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:09:54 UTC (rev 167310)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.13.2
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:08:23 UTC (rev 167309)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:09:54 UTC (rev 167310)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libgdata
-pkgver=0.13.1
-pkgrel=1
-pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167309, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:09:54 UTC (rev 167310)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.13.2
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:10:51
  Author: heftig
Revision: 167311

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo/repos/gnome-unstable-i686/
  grilo/repos/gnome-unstable-i686/PKGBUILD
(from rev 167310, grilo/trunk/PKGBUILD)
  grilo/repos/gnome-unstable-x86_64/
  grilo/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167310, grilo/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 167310, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:10:51 UTC (rev 167311)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daab3104684dd1a347aa3f3bc8e5a435f57829f594d951890692b9035c993d1f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167310, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:10:51 UTC (rev 167311)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daab3104684dd1a347aa3f3bc8e5a435f57829f594d951890692b9035c993d1f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in grilo-plugins/trunk (PKGBUILD tracker-0.14.patch)

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:17:49
  Author: heftig
Revision: 167312

0.2

Modified:
  grilo-plugins/trunk/PKGBUILD
Deleted:
  grilo-plugins/trunk/tracker-0.14.patch

+
 PKGBUILD   |   21 +
 tracker-0.14.patch |   32 
 2 files changed, 9 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 23:10:51 UTC (rev 167311)
+++ PKGBUILD2012-09-30 23:17:49 UTC (rev 167312)
@@ -2,15 +2,15 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo-plugins
-pkgver=0.1.18
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite' 'gmime' 'libgcrypt'
- 'rest' 'libtracker-sparql' 'gnome-common')
+makedepends=(gupnp-av libgdata libquvi sqlite gmime libgcrypt rest 
libtracker-sparql
+ totem-plparser gnome-common)
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
 'libquvi: Youtube plugin'
@@ -20,19 +20,16 @@
 'sqlite: Metadata store plugin'
 'libgcrypt: Vimeo plugin'
 'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin')
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-tracker-0.14.patch)
-sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79'
-'c48201ed1633e2b0eb5132ef823d7b060e9c2cddb808c6981fb546133cd4ea63')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('86ecabe5b34a15e9c00285b599461e7eb590e2fff0a8b284157b789b192db4f7')
 
 build() {
   cd $pkgname-$pkgver
   
-  patch -Np1 -i ../tracker-0.14.patch
-
-  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
 --enable-shoutcast
   make
 }

Deleted: tracker-0.14.patch
===
--- tracker-0.14.patch  2012-09-30 23:10:51 UTC (rev 167311)
+++ tracker-0.14.patch  2012-09-30 23:17:49 UTC (rev 167312)
@@ -1,32 +0,0 @@
-From 9e00790f40ee498a7359b00e0b11a7523fdd1b3e Mon Sep 17 00:00:00 2001
-From: Vincent Untz vu...@gnome.org
-Date: Thu, 19 Jan 2012 09:30:28 +
-Subject: build: Support build against tracker 0.13/0.14
-
-https://bugzilla.gnome.org/show_bug.cgi?id=667855

-diff --git a/configure.ac b/configure.ac
-index 1fd6743..71aceed 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -134,11 +134,17 @@ PKG_CHECK_MODULES(GMIME, gmime-2.6,
-HAVE_GMIME=yes,
-HAVE_GMIME=no)])
- 
--PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
-+PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.14,
-   HAVE_TRACKER_SPARQL=yes,
-   HAVE_TRACKER_SPARQL=no)
- 
- if test x$HAVE_TRACKER_SPARQL = xno; then
-+   PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
-+ HAVE_TRACKER_SPARQL=yes,
-+ HAVE_TRACKER_SPARQL=no)
-+fi
-+
-+if test x$HAVE_TRACKER_SPARQL = xno; then
-PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.11,
-  HAVE_TRACKER_SPARQL=yes,
-  HAVE_TRACKER_SPARQL=no)
---
-cgit v0.9.0.2



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:18:47
  Author: heftig
Revision: 167313

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 167312, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167312, grilo-plugins/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 167312, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:18:47 UTC (rev 167313)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=(gupnp-av libgdata libquvi sqlite gmime libgcrypt rest 
libtracker-sparql
+ totem-plparser gnome-common)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite: Podcasts plugin'
+'gmime: Podcasts plugin'
+'sqlite: Bookmarks plugin'
+'sqlite: Metadata store plugin'
+'libgcrypt: Vimeo plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('86ecabe5b34a15e9c00285b599461e7eb590e2fff0a8b284157b789b192db4f7')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167312, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:18:47 UTC (rev 167313)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=(gupnp-av libgdata libquvi sqlite gmime libgcrypt rest 
libtracker-sparql
+ totem-plparser gnome-common)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite: Podcasts plugin'
+'gmime: Podcasts plugin'
+'sqlite: Bookmarks plugin'
+'sqlite: Metadata store plugin'
+'libgcrypt: Vimeo plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('86ecabe5b34a15e9c00285b599461e7eb590e2fff0a8b284157b789b192db4f7')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:20:38
  Author: heftig
Revision: 167314

1.32.1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 23:18:47 UTC (rev 167313)
+++ PKGBUILD2012-09-30 23:20:38 UTC (rev 167314)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=pango
-pkgver=1.31.1
+pkgver=1.32.1
 pkgrel=1
 pkgdesc=A library for layout and rendering of text
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81')
+sha256sums=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:21:49
  Author: heftig
Revision: 167315

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 167314, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 167314, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167314, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 167314, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 gnome-unstable-i686/PKGBUILD|   60 +-
 gnome-unstable-i686/pango.install   |   42 +++
 gnome-unstable-x86_64/PKGBUILD  |   60 +-
 gnome-unstable-x86_64/pango.install |   42 +++
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:21:49 UTC (rev 167315)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.31.1
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 167314, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:21:49 UTC (rev 167315)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.1
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-i686/pango.install   2012-09-30 23:21:49 UTC (rev 167315)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 167314, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2012-09-30 23:21:49 UTC (rev 167315)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f 

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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:25:38
  Author: heftig
Revision: 167316

2.33.13

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 23:21:49 UTC (rev 167315)
+++ PKGBUILD2012-09-30 23:25:38 UTC (rev 167316)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.33.3
+pkgver=2.33.13
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
 url=http://www.gtkmm.org/;
-sha256sums=('8dea072b06f62a61a435845ad0cfb1f5856c7be90d3f5b4880fc21c194ff1d80')
+sha256sums=('f66f62ddd63a1c10561ce73c5883c1c71499efafb363574dac94ac699804d699')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:26:12
  Author: heftig
Revision: 167317

3.6.0

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 23:25:38 UTC (rev 167316)
+++ PKGBUILD2012-09-30 23:26:12 UTC (rev 167317)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gdl
-pkgver=3.4.2
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=GNOME Docking Library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('66eeca8aa8e7205abf38911a9eadfbd288967f92388682bd62942ed4f1db4906')
+sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:29:44
  Author: heftig
Revision: 167318

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glibmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 167317, glibmm/trunk/PKGBUILD)
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167317, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/gnome-unstable-i686/PKGBUILD
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   70 +++
 gnome-unstable-x86_64/PKGBUILD |   70 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-30 23:26:12 UTC (rev 167317)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:29:44 UTC (rev 167318)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.33.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('8dea072b06f62a61a435845ad0cfb1f5856c7be90d3f5b4880fc21c194ff1d80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 167317, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:29:44 UTC (rev 167318)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.33.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('f66f62ddd63a1c10561ce73c5883c1c71499efafb363574dac94ac699804d699')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:26:12 UTC (rev 167317)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:29:44 UTC (rev 167318)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.33.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('8dea072b06f62a61a435845ad0cfb1f5856c7be90d3f5b4880fc21c194ff1d80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167317, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:29:44 UTC (rev 167318)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.33.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')

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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:30:44
  Author: heftig
Revision: 167319

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdl/repos/gnome-unstable-i686/
  gdl/repos/gnome-unstable-i686/PKGBUILD
(from rev 167318, gdl/trunk/PKGBUILD)
  gdl/repos/gnome-unstable-x86_64/
  gdl/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167318, gdl/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gdl/repos/gnome-unstable-i686/PKGBUILD (from rev 167318, 
gdl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:30:44 UTC (rev 167319)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gdl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167318, 
gdl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-30 23:30:44 UTC (rev 167319)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-30 Thread Dave Reisner
Date: Sunday, September 30, 2012 @ 21:43:55
  Author: dreisner
Revision: 167320

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

Added:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 167319, 
systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/core-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
(from rev 167319, 
systemd/repos/testing-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch)
  systemd/repos/core-i686/PKGBUILD
(from rev 167319, systemd/repos/testing-i686/PKGBUILD)
  systemd/repos/core-i686/initcpio-hook-udev
(from rev 167319, systemd/repos/testing-i686/initcpio-hook-udev)
  systemd/repos/core-i686/initcpio-install-timestamp
(from rev 167319, systemd/repos/testing-i686/initcpio-install-timestamp)
  systemd/repos/core-i686/initcpio-install-udev
(from rev 167319, systemd/repos/testing-i686/initcpio-install-udev)
  systemd/repos/core-i686/systemd.install
(from rev 167319, systemd/repos/testing-i686/systemd.install)
  systemd/repos/core-i686/use-split-usr-path.patch
(from rev 167319, systemd/repos/testing-i686/use-split-usr-path.patch)
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 167319, 
systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch)
  
systemd/repos/core-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch
(from rev 167319, 
systemd/repos/testing-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch)
  systemd/repos/core-x86_64/PKGBUILD
(from rev 167319, systemd/repos/testing-x86_64/PKGBUILD)
  systemd/repos/core-x86_64/initcpio-hook-udev
(from rev 167319, systemd/repos/testing-x86_64/initcpio-hook-udev)
  systemd/repos/core-x86_64/initcpio-install-timestamp
(from rev 167319, systemd/repos/testing-x86_64/initcpio-install-timestamp)
  systemd/repos/core-x86_64/initcpio-install-udev
(from rev 167319, systemd/repos/testing-x86_64/initcpio-install-udev)
  systemd/repos/core-x86_64/systemd.install
(from rev 167319, systemd/repos/testing-x86_64/systemd.install)
  systemd/repos/core-x86_64/use-split-usr-path.patch
(from rev 167319, systemd/repos/testing-x86_64/use-split-usr-path.patch)
Deleted:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/core-i686/PKGBUILD
  systemd/repos/core-i686/initcpio-hook-udev
  systemd/repos/core-i686/initcpio-install-timestamp
  systemd/repos/core-i686/initcpio-install-udev
  systemd/repos/core-i686/systemd.install
  systemd/repos/core-i686/use-split-usr-path.patch
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/core-x86_64/PKGBUILD
  systemd/repos/core-x86_64/initcpio-hook-udev
  systemd/repos/core-x86_64/initcpio-install-timestamp
  systemd/repos/core-x86_64/initcpio-install-udev
  systemd/repos/core-x86_64/systemd.install
  systemd/repos/core-x86_64/use-split-usr-path.patch
  systemd/repos/testing-i686/
  systemd/repos/testing-x86_64/

---+
 core-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 
+++
 core-i686/0001-tmpfiles-restore-previous-behavior-for-F-f.patch   |   30 
 core-i686/PKGBUILD|  319 
+-
 core-i686/initcpio-hook-udev  |   40 -
 core-i686/initcpio-install-timestamp  |   28 
 core-i686/initcpio-install-udev   |   56 -
 core-i686/systemd.install |   58 -
 core-i686/use-split-usr-path.patch|   28 
 core-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 
+++
 core-x86_64/0001-tmpfiles-restore-previous-behavior-for-F-f.patch |   30 
 core-x86_64/PKGBUILD  |  319 
+-
 core-x86_64/initcpio-hook-udev|   40 -
 core-x86_64/initcpio-install-timestamp|   28 
 core-x86_64/initcpio-install-udev |   56 -
 core-x86_64/systemd.install   |   58 -
 core-x86_64/use-split-usr-path.patch  |   28 
 16 files changed, 842 insertions(+), 772 deletions(-)

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


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

2012-09-30 Thread Gaetan Bisson
Date: Sunday, September 30, 2012 @ 21:51:00
  Author: bisson
Revision: 167321

upstream update

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-01 01:43:55 UTC (rev 167320)
+++ PKGBUILD2012-10-01 01:51:00 UTC (rev 167321)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=uim
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Multilingual input method library'
 url='http://code.google.com/p/uim/'
@@ -17,7 +17,7 @@
 'gnome-panel: gnome applet indicator')
 options=('!libtool')
 source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('705c785a626ac0b498547aef5b8ff9b57f08259e')
+sha1sums=('4f63836935051d52b9194572afb904892fe89595')
 
 install=install
 



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

2012-09-30 Thread Gaetan Bisson
Date: Sunday, September 30, 2012 @ 21:53:47
  Author: bisson
Revision: 167322

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

Added:
  uim/repos/extra-i686/PKGBUILD
(from rev 167321, uim/trunk/PKGBUILD)
  uim/repos/extra-i686/install
(from rev 167321, uim/trunk/install)
  uim/repos/extra-x86_64/PKGBUILD
(from rev 167321, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/install
(from rev 167321, uim/trunk/install)
Deleted:
  uim/repos/extra-i686/PKGBUILD
  uim/repos/extra-i686/install
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   82 
 extra-i686/install|   24 +++---
 extra-x86_64/PKGBUILD |   82 
 extra-x86_64/install  |   24 +++---
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-01 01:51:00 UTC (rev 167321)
+++ extra-i686/PKGBUILD 2012-10-01 01:53:47 UTC (rev 167322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=uim
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
-options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('705c785a626ac0b498547aef5b8ff9b57f08259e')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 167321, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-01 01:53:47 UTC (rev 167322)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt' 'gtk2' 'gtk3' 'gnome-panel')
+optdepends=('qt: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications'
+'gnome-panel: gnome applet indicator')
+options=('!libtool')
+source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4f63836935051d52b9194572afb904892fe89595')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-10-01 01:51:00 UTC (rev 167321)
+++ extra-i686/install  2012-10-01 01:53:47 UTC (rev 167322)
@@ -1,12 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-i686/install (from rev 167321, uim/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-10-01 01:53:47 UTC (rev 167322)
@@ -0,0 +1,12 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+