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

2014-03-16 Thread Jelle van der Waa
Date: Sunday, March 16, 2014 @ 10:11:57
  Author: jelle
Revision: 107281

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   34 ++--
 PKGBUILD |   74 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-16 09:11:52 UTC (rev 107280)
+++ LICENSE 2014-03-16 09:11:57 UTC (rev 107281)
@@ -1,17 +0,0 @@
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 09:11:52 UTC (rev 107280)
+++ PKGBUILD2014-03-16 09:11:57 UTC (rev 107281)
@@ -1,37 +0,0 @@
-# Contributor: Erol V. Aktay e.ak...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=python-html5lib
-pkgname=('python2-html5lib' 'python-html5lib')
-pkgver=0.999
-pkgrel=2
-arch=('any')
-url=http://code.google.com/p/html5lib/;
-license=('MIT')
-makedepends=('python2' 'python' 'unzip')
-source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
-LICENSE)
-md5sums=('f74b320f10d74df9cca8a08b42cb278c'
- '838c366f69b72c5df05c96dff79b35f2')
-
-build() {
-/bin/true
-}
-
-package_python-html5lib() {
-pkgdesc=A Python HTML parser/tokenizer based on the WHATWG HTML5 spec
-depends=('python' 'python-six')
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python3 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}
-
-package_python2-html5lib() {
-depends=('python2')
-pkgdesc=A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python2 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}

Copied: python-html5lib/repos/community-any/PKGBUILD (from rev 107280, 
python-html5lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 09:11:57 UTC (rev 107281)
@@ -0,0 +1,37 @@
+# Contributor: Erol V. Aktay e.ak...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=python-html5lib

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

2014-03-16 Thread Jelle van der Waa
Date: Sunday, March 16, 2014 @ 10:11:52
  Author: jelle
Revision: 107280

upgpkg: python-html5lib 0.999-3

fix FS#39428

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 04:05:27 UTC (rev 107279)
+++ PKGBUILD2014-03-16 09:11:52 UTC (rev 107280)
@@ -4,7 +4,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=0.999
-pkgrel=2
+pkgrel=3
 arch=('any')
 url=http://code.google.com/p/html5lib/;
 license=('MIT')
@@ -20,7 +20,7 @@
 
 package_python-html5lib() {
 pkgdesc=A Python HTML parser/tokenizer based on the WHATWG HTML5 spec
-depends=('python' 'python-six')
+depends=('python')
 cd ${srcdir}/html5lib-python-${pkgver}
 
 python3 setup.py install --root=${pkgdir}
@@ -28,7 +28,7 @@
 }
 
 package_python2-html5lib() {
-depends=('python2')
+depends=('python2' 'python2-six')
 pkgdesc=A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec
 cd ${srcdir}/html5lib-python-${pkgver}
 



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

2014-03-16 Thread Jelle van der Waa
Date: Sunday, March 16, 2014 @ 10:15:15
  Author: jelle
Revision: 107282

Fix build

Modified:
  mashup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 09:11:57 UTC (rev 107281)
+++ PKGBUILD2014-03-16 09:15:15 UTC (rev 107282)
@@ -24,7 +24,6 @@
   cd $srcdir/$pkgname-$pkgver
   install -Dm644 desktop $pkgdir/usr/share/applications/$pkgname.desktop
   make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop
   rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man
 }
 



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

2014-03-16 Thread Felix Yan
Date: Sunday, March 16, 2014 @ 10:16:39
  Author: fyan
Revision: 207973

upgpkg: python-setuptools 3.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 03:03:28 UTC (rev 207972)
+++ PKGBUILD2014-03-16 09:16:39 UTC (rev 207973)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('d354131f1bcf6fcc62b4de3d71b45189')
+md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
 
 check() {
# Check python3 module



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

2014-03-16 Thread Felix Yan
Date: Sunday, March 16, 2014 @ 10:17:25
  Author: fyan
Revision: 207974

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 09:16:39 UTC (rev 207973)
+++ PKGBUILD2014-03-16 09:17:25 UTC (rev 207974)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.2
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('d354131f1bcf6fcc62b4de3d71b45189')
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py test
-}
- 
-prepare() {
-   cd ${srcdir}
- 
-   pushd setuptools-${pkgver}
-   popd
- 
-   cp -a setuptools-${pkgver}{,-python2}
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-   # Build python 3 module
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-setuptools() {
-   depends=('python=3.3')
-   provides=('python-distribute')
-   replaces=('python-distribute')
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-   depends=('python2=2.7')
-   provides=('python2-distribute' 'setuptools')
-   replaces=('python2-distribute' 'setuptools')
- 
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-   rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 207973, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 09:17:25 UTC (rev 207974)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.3
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cd ${srcdir}
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2=2.7')
+   

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

2014-03-16 Thread Bartłomiej Piotrowski
Date: Sunday, March 16, 2014 @ 10:40:16
  Author: bpiotrowski
Revision: 207975

disable telepathy support to remove gtk2 dependency from libreoffice-common

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 09:17:25 UTC (rev 207974)
+++ PKGBUILD2014-03-16 09:40:16 UTC (rev 207975)
@@ -34,7 +34,7 @@
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=52.1
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.24.0'
- 'libvisio' 'libetonyek' 'libodfgen'  'telepathy-glib'
+ 'libvisio' 'libetonyek' 'libodfgen'
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-liberation' # to satisfy regression tests
 'git')
@@ -245,7 +245,6 @@
--enable-python=system \
--enable-scripting-beanshell \
--enable-scripting-javascript \
-   --enable-telepathy \
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver \
--without-fonts\
@@ -685,7 +684,6 @@
 }
 
 package_libreoffice-extension-wiki-publisher() {
-
  pkgdesc=This extension enables you to create Wiki articles on MediaWiki 
servers without having to know the syntax of the MediaWiki markup language
  #arch=('any')
  depends=('libreoffice-common' 'java-environment')
@@ -696,7 +694,6 @@
 }
 
 package_libreoffice-extension-nlpsolver() {
-
  pkgdesc=This extension integrates into Calc and offers new Solver engines to 
use for optimizing nonlinear programming models
  #arch=('any')
  depends=('libreoffice-common' 'java-environment')



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

2014-03-16 Thread Andreas Radke
Date: Sunday, March 16, 2014 @ 11:28:53
  Author: andyrtr
Revision: 207979

upgpkg: libreoffice 4.2.2-2

disable telepathy collaboration support for now, should fix FS#39464 and 
FS#39451

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 10:09:25 UTC (rev 207978)
+++ PKGBUILD2014-03-16 10:28:53 UTC (rev 207979)
@@ -20,12 +20,12 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.2.2.1
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' #'boost'
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc'
  'apache-ant' 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit'
  'beanshell2' 'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
  'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 
'postgresql-libs' 'doxygen'
@@ -34,7 +34,7 @@
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=52.1
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.24.0'
- 'libvisio' 'libetonyek' 'libodfgen'
+ 'libvisio' 'libetonyek' 'libodfgen' #'telepathy-glib'
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-liberation' # to satisfy regression tests
 'git')
@@ -245,6 +245,7 @@
--enable-python=system \
--enable-scripting-beanshell \
--enable-scripting-javascript \
+   --disable-telepathy \
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver \
--without-fonts\
@@ -315,7 +316,7 @@
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=libreoffice-common.install
  depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 
neon=0.28.6 'dbus-glib' 'librsvg' 'libcups'
-  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=52.1 'clucene' 
'lcms2' poppler=0.24.0 'telepathy-glib' # (calc telepathy-glib libtubeslo.so)
+  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=52.1 'clucene' 
'lcms2' poppler=0.24.0 #'telepathy-glib' # (calc telepathy-glib 
libtubeslo.so)
   'libodfgen'  'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 
'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
@@ -385,7 +386,7 @@
  cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd 
${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
  # workaround lowriter depending on a lib that's part of calc
  # https://bugs.archlinux.org/task/39038 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75506
- cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so 
${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
+# cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so 
${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
 
  # add missing files from Beanshell provider
  # create directories from *list.txt file
@@ -470,7 +471,7 @@
  done
  # workaround lowriter depending on a lib that's part of calc
  # https://bugs.archlinux.org/task/39038 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75506
- rm -vf ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
+# rm -vf ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
 }
 
 package_libreoffice-draw() {
@@ -684,6 +685,7 @@
 }
 
 package_libreoffice-extension-wiki-publisher() {
+
  pkgdesc=This extension enables you to create Wiki articles on MediaWiki 
servers without having to know the syntax of the MediaWiki markup language
  #arch=('any')
  depends=('libreoffice-common' 'java-environment')
@@ -694,6 +696,7 @@
 }
 
 package_libreoffice-extension-nlpsolver() {
+
  pkgdesc=This extension integrates into Calc and offers new Solver engines to 
use for optimizing nonlinear programming models
  #arch=('any')
  depends=('libreoffice-common' 'java-environment')



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

2014-03-16 Thread Andreas Radke
Date: Sunday, March 16, 2014 @ 11:29:48
  Author: andyrtr
Revision: 207980

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

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 207979, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 207979, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 207979, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 207979, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 207979, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 207979, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 207979, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 207979, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 207979, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 207979, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 207979, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 207979, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 207979, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 207979, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 207979, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 207979, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 207979, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 207979, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 207979, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 207979, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 testing-i686/PKGBUILD   |  707 
++
 testing-i686/libreoffice-base.install   |   11 
 testing-i686/libreoffice-calc.install   |   11 
 testing-i686/libreoffice-common.csh |6 
 testing-i686/libreoffice-common.install |   47 
 testing-i686/libreoffice-common.sh  |6 
 testing-i686/libreoffice-draw.install   |   11 
 testing-i686/libreoffice-impress.install|   11 
 testing-i686/libreoffice-writer.install |   11 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 testing-x86_64/PKGBUILD |  707 
++
 testing-x86_64/libreoffice-base.install |   11 
 testing-x86_64/libreoffice-calc.install |   11 
 testing-x86_64/libreoffice-common.csh   |6 
 testing-x86_64/libreoffice-common.install   |   47 
 testing-x86_64/libreoffice-common.sh|6 
 testing-x86_64/libreoffice-draw.install |   11 
 testing-x86_64/libreoffice-impress.install  |   11 
 testing-x86_64/libreoffice-writer.install   |   11 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 20 files changed, 1730 insertions(+)

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


[arch-commits] Commit in mariadb/trunk (PKGBUILD.10)

2014-03-16 Thread Bartłomiej Piotrowski
Date: Sunday, March 16, 2014 @ 11:52:46
  Author: bpiotrowski
Revision: 207981

Prepare next major release.

Added:
  mariadb/trunk/PKGBUILD.10

-+
 PKGBUILD.10 |  148 ++
 1 file changed, 148 insertions(+)

Added: PKGBUILD.10
===
--- PKGBUILD.10 (rev 0)
+++ PKGBUILD.10 2014-03-16 10:52:46 UTC (rev 207981)
@@ -0,0 +1,148 @@
+# $Id: PKGBUILD 206433 2014-02-26 06:33:34Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgbase=mariadb
+pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
+pkgver=10.0.9
+_pkgver=${pkgver/.a/a}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mariadb.org/'
+makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl')
+source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
+mariadb.service
+mariadb-post.sh
+mariadb-tmpfile.conf)
+md5sums=('36363eaaeace9e81a64ac94d9d53bffe'
+ 'd488fffa9f62f9949c4aa1bb6e6db692'
+ 'b79e65a5aa536e6b5bc60988eb0b78a2'
+ '2fa6e456964d4ff5e6d4f9ff0126aed6')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgbase-$_pkgver \
+-DBUILD_CONFIG=mysql_release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/mysql \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8 \
+-DDEFAULT_COLLATION=utf8_general_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_INFODIR=share/mysql/docs \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_DOCREADMEDIR=share/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_DOCDIR=share/mysql/docs \
+-DINSTALL_SHAREDIR=share/mysql \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITH_TOKUDB_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
+-DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
+-DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
+-DWITH_MYSQLD_LDFLAGS=$LDFLAGS
+
+
+  make
+}
+
+package_libmariadbclient() {
+  pkgdesc='MariaDB client libraries'
+  depends=('openssl' 'libaio' 'zlib')
+  conflicts=('libmysqlclient')
+  provides=(libmysqlclient=$pkgver)
+  options=('staticlibs')
+
+  cd build
+  for dir in include libmysql libmysqld libservices; do
+make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -Dm755 scripts/mysql_config $pkgdir/usr/bin/mysql_config
+  install -d $pkgdir/usr/share/man/man1
+  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
+install -m644 $srcdir/$pkgbase-$_pkgver/man/$man.1 
$pkgdir/usr/share/man/man1/$man.1
+  done
+}
+
+package_mariadb-clients() {
+  pkgdesc='MariaDB client tools'
+  depends=('libmariadbclient' 'zlib' 'openssl')
+  conflicts=('mysql-clients')
+  provides=(mysql-clients=$pkgver)
+
+  cd build
+  make -C client DESTDIR=$pkgdir install
+
+  # install man pages
+  install -d $pkgdir/usr/share/man/man1
+  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
+install -m644 $srcdir/$pkgbase-$_pkgver/man/$man.1 
$pkgdir/usr/share/man/man1/$man.1
+  done
+
+  # provided by mariadb
+  rm $pkgdir/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
+
+}
+
+package_mytop() {
+  pkgdesc='Top clone for MariaDB'
+  depends=('perl' 'perl-dbd-mysql' 'perl-term-readkey')
+
+  cd build
+  install -Dm755 scripts/mytop $pkgdir/usr/bin/mytop
+}
+
+package_mariadb() {
+  pkgdesc='Fast SQL database server, drop-in replacement for MySQL'
+  backup=('etc/mysql/my.cnf')
+  install=mariadb.install
+  depends=('mariadb-clients' 'inetutils' 'libaio' 'libxml2')
+  conflicts=('mysql')
+  provides=(mysql=$pkgver)
+  options=('emptydirs')
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $pkgdir/usr/share/mysql/my-medium.cnf 
$pkgdir/etc/mysql/my.cnf
+  install -Dm755 ../mariadb-post.sh $pkgdir/usr/bin/mysqld-post
+  install -Dm644 ../mariadb.service 
$pkgdir/usr/lib/systemd/system/mysqld.service
+  install -Dm644 ../mariadb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/mysql.conf
+
+  # provided by libmariadbclient
+  cd $pkgdir
+  rm usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
+  rm usr/lib/libmysql*
+  rm -r usr/include/
+  rm 

[arch-commits] Commit in (4 files)

2014-03-16 Thread Bartłomiej Piotrowski
Date: Sunday, March 16, 2014 @ 13:44:23
  Author: bpiotrowski
Revision: 107283

newpkg: gimp-help 2.8.1-3

Added:
  gimp-help/
  gimp-help/repos/
  gimp-help/trunk/
  gimp-help/trunk/PKGBUILD

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

Added: gimp-help/trunk/PKGBUILD
===
--- gimp-help/trunk/PKGBUILD(rev 0)
+++ gimp-help/trunk/PKGBUILD2014-03-16 12:44:23 UTC (rev 107283)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.1
+pkgrel=3
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+options=(!strip !zipman)
+source=(ftp://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+md5sums=('7f48c64bcadab9611ce8d3d89d990bb4')
+
+_languages=(
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
+)
+
+_package() {
+  pkgdesc=$2 help files for Gimp
+  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
+  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
+$pkgdir/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for _lang in ${_languages[@]}; do
+  _locale=${_lang%% *}
+  _pkgname=gimp-help-${_locale,,}
+
+  pkgname+=($_pkgname)
+  eval package_$_pkgname() {
+_package $_lang
+  }
+done


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


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

2014-03-16 Thread Bartłomiej Piotrowski
Date: Sunday, March 16, 2014 @ 14:21:07
  Author: bpiotrowski
Revision: 107284

archrelease: copy trunk to community-any

Added:
  gimp-help/repos/community-any/
  gimp-help/repos/community-any/PKGBUILD
(from rev 107283, gimp-help/trunk/PKGBUILD)

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

Copied: gimp-help/repos/community-any/PKGBUILD (from rev 107283, 
gimp-help/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-03-16 13:21:07 UTC (rev 107284)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.1
+pkgrel=3
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+options=(!strip !zipman)
+source=(ftp://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+md5sums=('7f48c64bcadab9611ce8d3d89d990bb4')
+
+_languages=(
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
+)
+
+_package() {
+  pkgdesc=$2 help files for Gimp
+  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
+  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
+$pkgdir/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for _lang in ${_languages[@]}; do
+  _locale=${_lang%% *}
+  _pkgname=gimp-help-${_locale,,}
+
+  pkgname+=($_pkgname)
+  eval package_$_pkgname() {
+_package $_lang
+  }
+done



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

2014-03-16 Thread Thomas Bächler
Date: Sunday, March 16, 2014 @ 15:21:28
  Author: thomas
Revision: 207985

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

Added:
  e2fsprogs/repos/core-i686/MIT-LICENSE
(from rev 207984, e2fsprogs/repos/testing-i686/MIT-LICENSE)
  e2fsprogs/repos/core-i686/PKGBUILD
(from rev 207984, e2fsprogs/repos/testing-i686/PKGBUILD)
  e2fsprogs/repos/core-i686/e2fsprogs.install
(from rev 207984, e2fsprogs/repos/testing-i686/e2fsprogs.install)
  e2fsprogs/repos/core-i686/mke2fs.conf
(from rev 207984, e2fsprogs/repos/testing-i686/mke2fs.conf)
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
(from rev 207984, e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
  e2fsprogs/repos/core-x86_64/PKGBUILD
(from rev 207984, e2fsprogs/repos/testing-x86_64/PKGBUILD)
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
(from rev 207984, e2fsprogs/repos/testing-x86_64/e2fsprogs.install)
  e2fsprogs/repos/core-x86_64/mke2fs.conf
(from rev 207984, e2fsprogs/repos/testing-x86_64/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-i686/MIT-LICENSE
  e2fsprogs/repos/core-i686/PKGBUILD
  e2fsprogs/repos/core-i686/e2fsprogs.install
  e2fsprogs/repos/core-i686/mke2fs.conf
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
  e2fsprogs/repos/core-x86_64/PKGBUILD
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
  e2fsprogs/repos/core-x86_64/mke2fs.conf
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-x86_64/

---+
 /MIT-LICENSE  |   50 ++
 /PKGBUILD |  108 
 /e2fsprogs.install|   40 ++
 /mke2fs.conf  |   52 +++
 core-i686/MIT-LICENSE |   25 -
 core-i686/PKGBUILD|   52 ---
 core-i686/e2fsprogs.install   |   20 ---
 core-i686/mke2fs.conf |   26 -
 core-x86_64/MIT-LICENSE   |   25 -
 core-x86_64/PKGBUILD  |   52 ---
 core-x86_64/e2fsprogs.install |   20 ---
 core-x86_64/mke2fs.conf   |   26 -
 12 files changed, 250 insertions(+), 246 deletions(-)

Deleted: core-i686/MIT-LICENSE
===
--- core-i686/MIT-LICENSE   2014-03-16 14:08:41 UTC (rev 207984)
+++ core-i686/MIT-LICENSE   2014-03-16 14:21:28 UTC (rev 207985)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-i686/MIT-LICENSE (from rev 207984, 
e2fsprogs/repos/testing-i686/MIT-LICENSE)
===
--- core-i686/MIT-LICENSE   (rev 0)
+++ core-i686/MIT-LICENSE   2014-03-16 14:21:28 UTC (rev 207985)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, 

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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 16:50:19
  Author: lfleischer
Revision: 107285

upgpkg: opensmtpd 5.4.2p1-1

* Upstream update.
* PKGBUILD cleanups.

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 13:21:07 UTC (rev 107284)
+++ PKGBUILD2014-03-16 15:50:19 UTC (rev 107285)
@@ -1,9 +1,9 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Sébastien Luttringer
 
 pkgname=opensmtpd
-pkgver=5.4.1p1
-pkgrel=2
+pkgver=5.4.2p1
+pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
@@ -17,16 +17,17 @@
 source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
 'smtpd.service'
 'smtpd.socket')
-md5sums=('74551342985b78eb687995f7953d1790'
+md5sums=('c76b39a5fcc0ad05eea541e74b16e62a'
  'a278f272d97a9fe5a8aac784a7c98d67'
  'c2c01e9ca78df3f65efe40a7c0e17ee0')
 
 prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' $pkgname-$pkgver/smtpd/smtpd.conf
+  sed -ri 's,/etc/mail,/etc/smtpd,g' $pkgname-$pkgver/smtpd/smtpd.conf
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
+
   # Remove _FORTIFY_SOURCES: FS#38124
   export CPPFLAGS=''
   ./configure \
@@ -45,17 +46,15 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
+
   make DESTDIR=$pkgdir/ install
-  # license
+
+  # install license and systemd unit files
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # working directory
-  cd $pkgdir
-  # install systemd units
-  install -Dm644 $srcdir/smtpd.service usr/lib/systemd/system/smtpd.service
-  install -Dm644 $srcdir/smtpd.socket usr/lib/systemd/system/smtpd.socket
-  # empty aliases file (used by default config)
-  install -Dm644 /dev/null etc/smtpd/aliases
+  install -Dm644 $srcdir/smtpd.service 
$pkgdir/usr/lib/systemd/system/smtpd.service
+  install -Dm644 $srcdir/smtpd.socket 
$pkgdir/usr/lib/systemd/system/smtpd.socket
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null $pkgdir/etc/smtpd/aliases
 }
-
-# vim:set ts=2 sw=2 et:



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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 16:51:05
  Author: lfleischer
Revision: 107286

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

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 107285, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 107285, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 107285, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 107285, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 107285, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 107285, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 107285, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 107285, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  120 +++
 /opensmtpd.install |   70 
 /smtpd.service |   20 +
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   61 -
 community-i686/opensmtpd.install   |   35 --
 community-i686/smtpd.service   |   10 --
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   61 -
 community-x86_64/opensmtpd.install |   35 --
 community-x86_64/smtpd.service |   10 --
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 226 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 15:50:19 UTC (rev 107285)
+++ community-i686/PKGBUILD 2014-03-16 15:51:05 UTC (rev 107286)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.4.1p1
-pkgrel=2
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libevent' 'openssl')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'smtpd.service'
-'smtpd.socket')
-md5sums=('74551342985b78eb687995f7953d1790'
- 'a278f272d97a9fe5a8aac784a7c98d67'
- 'c2c01e9ca78df3f65efe40a7c0e17ee0')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' $pkgname-$pkgver/smtpd/smtpd.conf
-}
-
-build() {
-  cd $pkgname-$pkgver
-  # Remove _FORTIFY_SOURCES: FS#38124
-  export CPPFLAGS=''
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-ca-file=/etc/ssl/certs/ca-certificates.crt \
---with-privsep-user=smtpd \
---with-queue-user=smtpq \
---with-pam
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  # license
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # working directory
-  cd $pkgdir
-  # install systemd units
-  install -Dm644 $srcdir/smtpd.service usr/lib/systemd/system/smtpd.service
-  install -Dm644 $srcdir/smtpd.socket usr/lib/systemd/system/smtpd.socket
-  # empty aliases file (used by default config)
-  install -Dm644 /dev/null etc/smtpd/aliases
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 107285, 
opensmtpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-16 15:51:05 UTC (rev 107286)
@@ -0,0 +1,60 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.4.2p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libevent' 'openssl')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install

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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 16:53:46
  Author: lfleischer
Revision: 107288

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

Added:
  dvtm/repos/community-i686/PKGBUILD
(from rev 107287, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-i686/config.h
(from rev 107287, dvtm/trunk/config.h)
  dvtm/repos/community-x86_64/PKGBUILD
(from rev 107287, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-x86_64/config.h
(from rev 107287, dvtm/trunk/config.h)
Deleted:
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-i686/config.h
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/repos/community-x86_64/config.h

---+
 /PKGBUILD |   76 ++
 /config.h |  318 
 community-i686/PKGBUILD   |   38 -
 community-i686/config.h   |  157 -
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/config.h |  157 -
 6 files changed, 394 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 15:53:33 UTC (rev 107287)
+++ community-i686/PKGBUILD 2014-03-16 15:53:46 UTC (rev 107288)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Giorgio Lando patroc...@gmail.com
-# Contributor: bender02 at gmx dot com
-
-pkgname=dvtm
-pkgver=0.10
-pkgrel=1
-pkgdesc='Dynamic virtual terminal manager.'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/dvtm/'
-license=('MIT')
-depends=('ncurses')
-source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h')
-md5sums=('0c7167dc898df1693c20e2a34ba3e947'
- '15dd5c17d39fca0e043577985ee1c6a6')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cp ${srcdir}/config.h .
-   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make clean
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dvtm/repos/community-i686/PKGBUILD (from rev 107287, 
dvtm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-16 15:53:46 UTC (rev 107288)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Giorgio Lando patroc...@gmail.com
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.11
+pkgrel=1
+pkgdesc='Dynamic virtual terminal manager.'
+arch=('i686' 'x86_64')
+url='http://www.brain-dump.org/projects/dvtm/'
+license=('MIT')
+depends=('ncurses')
+source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'config.h')
+md5sums=('cd61476851b6fd121ebf0c0b9739ad2b'
+ '492d9162182eadf4563aed842d682acd')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   cp ${srcdir}/config.h .
+   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make clean
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2014-03-16 15:53:33 UTC (rev 107287)
+++ community-i686/config.h 2014-03-16 15:53:46 UTC (rev 107288)
@@ -1,157 +0,0 @@
-/* valid curses attributes are listed below they can be ORed
- *
- * A_NORMALNormal display (no highlight)
- * A_STANDOUT  Best highlighting mode of the terminal.
- * A_UNDERLINE Underlining
- * A_REVERSE   Reverse video
- * A_BLINK Blinking
- * A_DIM   Half bright
- * A_BOLD  Extra bright or bold
- * A_PROTECT   Protected mode
- * A_INVIS Invisible or blank mode
- */
-#define BLUE(COLORS==256 ? 68 : COLOR_BLUE)
-/* curses attributes for the currently focused window */
-#define SELECTED_ATTR   COLOR(BLUE, -1) | A_NORMAL
-/* curses attributes for normal (not selected) windows */
-#define NORMAL_ATTR COLOR(-1, -1) | A_NORMAL
-/* curses attributes for the status bar */
-#define BAR_ATTRCOLOR(BLUE, -1) | A_NORMAL
-/* status bar (command line option -s) position */
-#define BAR_POSBAR_TOP /* BAR_BOTTOM, BAR_OFF */
-/* determines whether the statusbar text should be right or left aligned */
-#define BAR_ALIGN   ALIGN_RIGHT
-/* separator between window title and window number */
-#define SEPARATOR  | 
-/* printf format string for the window title, first %s
- * is replaced by 

[arch-commits] Commit in dvtm/trunk (PKGBUILD config.h)

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 16:53:33
  Author: lfleischer
Revision: 107287

upgpkg: dvtm 0.11-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD
  dvtm/trunk/config.h

--+
 PKGBUILD |6 ++--
 config.h |   82 +++--
 2 files changed, 45 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 15:51:05 UTC (rev 107286)
+++ PKGBUILD2014-03-16 15:53:33 UTC (rev 107287)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('ncurses')
 
source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'config.h')
-md5sums=('0c7167dc898df1693c20e2a34ba3e947'
- '15dd5c17d39fca0e043577985ee1c6a6')
+md5sums=('cd61476851b6fd121ebf0c0b9739ad2b'
+ '492d9162182eadf4563aed842d682acd')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: config.h
===
--- config.h2014-03-16 15:51:05 UTC (rev 107286)
+++ config.h2014-03-16 15:53:33 UTC (rev 107287)
@@ -49,46 +49,48 @@
 
 /* you can at most specifiy MAX_ARGS (3) number of arguments */
 static Key keys[] = {
-   { MOD, 'c',   { create, { NULL }} },
-   { MOD, 'C',   { create, { NULL, NULL, $CWD }  } },
-   { MOD, 'x',   { killclient, { NULL }} },
-   { MOD, 'j',   { focusnext,  { NULL }} },
-   { MOD, 'u',   { focusnextnm,{ NULL }} },
-   { MOD, 'i',   { focusprevnm,{ NULL }} },
-   { MOD, 'k',   { focusprev,  { NULL }} },
-   { MOD, 't',   { setlayout,  { []= }   } },
-   { MOD, 'g',   { setlayout,  { +++ }   } },
-   { MOD, 'b',   { setlayout,  { TTT }   } },
-   { MOD, 'm',   { setlayout,  { [ ] }   } },
-   { MOD, ' ',   { setlayout,  { NULL }} },
-   { MOD, 'h',   { setmfact,   { -0.05 } } },
-   { MOD, 'l',   { setmfact,   { +0.05 } } },
-   { MOD, '.',   { toggleminimize, { NULL }} },
-   { MOD, 's',   { togglebar,  { NULL }} },
-   { MOD, 'M',   { togglemouse,{ NULL }} },
-   { MOD, '\n',  { zoom ,  { NULL }} },
-   { MOD, '1',   { focusn, { 1 } } },
-   { MOD, '2',   { focusn, { 2 } } },
-   { MOD, '3',   { focusn, { 3 } } },
-   { MOD, '4',   { focusn, { 4 } } },
-   { MOD, '5',   { focusn, { 5 } } },
-   { MOD, '6',   { focusn, { 6 } } },
-   { MOD, '7',   { focusn, { 7 } } },
-   { MOD, '8',   { focusn, { 8 } } },
-   { MOD, '9',   { focusn, { 9 } } },
-   { MOD, 'q',   { quit,   { NULL }} },
-   { MOD, 'a',   { togglerunall,   { NULL }} },
-   { MOD, 'r',   { redraw, { NULL }} },
-   { MOD, 'X',   { lock,   { NULL }} },
-   { MOD, 'B',   { togglebell, { NULL }} },
-   { MOD, 'v',   { copymode,   { NULL }} },
-   { MOD, '/',   { copymode,   { / } } },
-   { MOD, '?',   { copymode,   { ? } } },
-   { MOD, 'p',   { paste,  { NULL }} },
-   { MOD, KEY_PPAGE, { scrollback, { -1 }} },
-   { MOD, KEY_NPAGE, { scrollback, { 1  }} },
-   { MOD, KEY_F(1),  { create, { man dvtm, dvtm help } } },
-   { MOD, MOD,   { send,   { (const char []){MOD, 0} } } },
+   { MOD,   'c',   { create, { NULL }} 
},
+   { MOD,   'C',   { create, { NULL, NULL, $CWD }  } 
},
+   { MOD,   'x',   { killclient, { NULL }} 
},
+   { MOD,   'j',   { focusnext,  { NULL }} 
},
+   { MOD,   'u',   { focusnextnm,{ NULL }} 
},
+   { MOD,   'i',   { focusprevnm,{ NULL }} 
},
+   { MOD,   'k',   { focusprev,  { NULL }  

[arch-commits] Commit in stunnel/trunk (Makefile.patch PKGBUILD)

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:03:10
  Author: lfleischer
Revision: 107289

upgpkg: stunnel 5.00-1

* Upstream update.
* PKGBUILD cleanups.

Modified:
  stunnel/trunk/Makefile.patch
  stunnel/trunk/PKGBUILD

+
 Makefile.patch |9 -
 PKGBUILD   |   19 +--
 2 files changed, 9 insertions(+), 19 deletions(-)

Modified: Makefile.patch
===
--- Makefile.patch  2014-03-16 15:53:46 UTC (rev 107288)
+++ Makefile.patch  2014-03-16 16:03:10 UTC (rev 107289)
@@ -10,12 +10,3 @@
  
  install-dvi: install-dvi-am
  
-@@ -377,7 +376,7 @@
-   clean-local distclean distclean-generic distclean-libtool \
-   distdir dvi dvi-am html html-am info info-am install \
-   install-am install-confDATA install-data install-data-am \
--  install-data-local install-dvi install-dvi-am \
-+  install-dvi install-dvi-am \
-   install-examplesDATA install-exec install-exec-am install-html \
-   install-html-am install-info install-info-am install-man \
-   install-pdf install-pdf-am install-ps install-ps-am \

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 15:53:46 UTC (rev 107288)
+++ PKGBUILD2014-03-16 16:03:10 UTC (rev 107289)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=stunnel
-pkgver=4.56
-pkgrel=4
+pkgver=5.00
+pkgrel=1
 pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
 arch=('i686' 'x86_64')
 url=http://www.stunnel.org;
@@ -13,13 +13,12 @@
 license=('GPL')
 depends=('openssl')
 install=$pkgname.install
-source=(ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz{,.asc}
+source=(https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-
-md5sums=('ac4c4a30bd7a55b6687cbd62d864054c'
- 'd68c7dd65d515c678cdde15bbf0ce344'
- 'f15398497e10e080c2406d2fc541660c'
+md5sums=('4f00fd0faf99e3c9cf258a19dd83d14a'
+ 'SKIP'
+ '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')
 
 build() {
@@ -26,14 +25,13 @@
   cd $srcdir/$pkgname-$pkgver
 
   # don't create a certificate...
-  patch -p0  $srcdir/Makefile.patch
+  patch -p0 $srcdir/Makefile.patch
 
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --enable-ipv6 \
---disable-libwrap \
---disable-fips
+--disable-libwrap
 
   make
 }
@@ -40,6 +38,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
+
   make DESTDIR=$pkgdir install
 
   install -Dm644 tools/stunnel.cnf 
$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample



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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:03:43
  Author: lfleischer
Revision: 107290

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 107289, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 107289, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 107289, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 107289, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 107289, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 107289, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 107289, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 107289, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 --
 community-i686/PKGBUILD|   53 ---
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 --
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 192 insertions(+), 212 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-03-16 16:03:10 UTC (rev 107289)
+++ community-i686/Makefile.patch   2014-03-16 16:03:43 UTC (rev 107290)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 
-@@ -377,7 +376,7 @@
-   clean-local distclean distclean-generic distclean-libtool \
-   distdir dvi dvi-am html html-am info info-am install \
-   install-am install-confDATA install-data install-data-am \
--  install-data-local install-dvi install-dvi-am \
-+  install-dvi install-dvi-am \
-   install-examplesDATA install-exec install-exec-am install-html \
-   install-html-am install-info install-info-am install-man \
-   install-pdf install-pdf-am install-ps install-ps-am \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 107289, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-03-16 16:03:43 UTC (rev 107290)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 16:03:10 UTC (rev 107289)
+++ community-i686/PKGBUILD 2014-03-16 16:03:43 UTC (rev 107290)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=stunnel
-pkgver=4.56
-pkgrel=4
-pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
-arch=('i686' 'x86_64')
-url=http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=(ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-
-md5sums=('ac4c4a30bd7a55b6687cbd62d864054c'
- 'd68c7dd65d515c678cdde15bbf0ce344'
- 'f15398497e10e080c2406d2fc541660c'
- '2e065a39998e57727ee79887bbd1751e')
-
-build() {
-  cd 

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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:05:59
  Author: lfleischer
Revision: 107291

upgpkg: winetricks 20140302-1

Upstream update.

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 16:03:43 UTC (rev 107290)
+++ PKGBUILD2014-03-16 16:05:59 UTC (rev 107291)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20130707
+pkgver=20140302
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 'kdebase-kdialog: GUI for KDE desktop')
 source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;

http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('153383a6d1a0eb1ad9f070696ee9fd0b'
+md5sums=('1cab467dbc7f7937c08d00383db6e310'
  '0a2456fcacbca4c9db1e700d7b42207e')
 
 package() {



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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:06:11
  Author: lfleischer
Revision: 107292

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 107291, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 16:05:59 UTC (rev 107291)
+++ PKGBUILD2014-03-16 16:06:11 UTC (rev 107292)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: DsTr d...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=winetricks
-pkgver=20130707
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
-   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('153383a6d1a0eb1ad9f070696ee9fd0b'
- '0a2456fcacbca4c9db1e700d7b42207e')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
-  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 107291, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 16:06:11 UTC (rev 107292)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: DsTr d...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=winetricks
+pkgver=20140302
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
+   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
+md5sums=('1cab467dbc7f7937c08d00383db6e310'
+ '0a2456fcacbca4c9db1e700d7b42207e')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
+  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
+}



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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:25:55
  Author: lfleischer
Revision: 107293

upgpkg: tor 0.2.4.21-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 16:06:11 UTC (rev 107292)
+++ PKGBUILD2014-03-16 16:25:55 UTC (rev 107293)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.4.20
+pkgver=0.2.4.21
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 source=(http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
-md5sums=('a8cd8e3b3a3f6a7770f2c22d280f19b8'
+md5sums=('bde981d10e8faf1e171ef1ebbb7b398a'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '51c81cd06b75edd87aafff5a7941822c')



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

2014-03-16 Thread Lukas Fleischer
Date: Sunday, March 16, 2014 @ 17:26:12
  Author: lfleischer
Revision: 107294

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 107293, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 107293, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 107293, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 107293, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 107293, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 107293, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 107293, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 107293, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   96 ++
 /tor.install |   34 +++
 /tor.service |   28 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |   17 -
 community-i686/tor.service   |   14 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |   17 -
 community-x86_64/tor.service |   14 -
 community-x86_64/torrc   |  189 
 12 files changed, 536 insertions(+), 536 deletions(-)

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


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

2014-03-16 Thread Dave Reisner
Date: Sunday, March 16, 2014 @ 20:01:50
  Author: dreisner
Revision: 207988

fix reference to net setup link documentation

Modified:
  systemd/trunk/systemd.install

-+
 systemd.install |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: systemd.install
===
--- systemd.install 2014-03-16 16:42:29 UTC (rev 207987)
+++ systemd.install 2014-03-16 19:01:50 UTC (rev 207988)
@@ -64,8 +64,7 @@
   local new_rule=etc/udev/rules.d/80-net-setup-link.rules
 
   echo :: Network device naming is now controlled by udev's net_setup_link
-  echobuiltin. Refer to the NETWORK LINK CONFIGURATION section of the
-  echoudev manpage for a full description.
+  echobuiltin. Refer to the systemd.link manpage for a full description.
 
   # not clear what action we can take here, so don't do anything
   [[ -e $new_rule ]]  return 0



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

2014-03-16 Thread Anatol Pomozov
Date: Sunday, March 16, 2014 @ 20:56:14
  Author: anatolik
Revision: 207990

upgpkg: apache 2.4.9-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 19:05:38 UTC (rev 207989)
+++ PKGBUILD2014-03-16 19:56:14 UTC (rev 207990)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apache
-pkgver=2.4.7
-pkgrel=2
+pkgver=2.4.9
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -22,9 +22,9 @@
 depends=('zlib' 'apr-util' 'pcre')
 makedepends=('libxml2' 'lua' 'openssl')
 optdepends=(
-'lua: for mod_lua support'
-'openssl: for mod_ssl support'
-'libxml2: for mod_xml2enc support' 
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules' 
 'lynx: apachectl status'
 )
 install=apache.install
@@ -35,7 +35,7 @@
 httpd.service
 arch.layout
 )
-sha256sums=('64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b'
+sha256sums=('f78cc90dfa47caf3d83ad18fd6b4e85f23c1733fc9088594b70ce2847603'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'



[arch-commits] Commit in apache/repos (14 files)

2014-03-16 Thread Anatol Pomozov
Date: Sunday, March 16, 2014 @ 20:57:22
  Author: anatolik
Revision: 207991

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 207990, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 207990, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 207990, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 207990, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 207990, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 207990, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 207990, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 207990, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 207990, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 207990, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 207990, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 207990, apache/trunk/httpd.service)

-+
 testing-i686/PKGBUILD   |  117 ++
 testing-i686/apache.install |   16 
 testing-i686/apache.tmpfiles.conf   |1 
 testing-i686/arch.layout|   22 ++
 testing-i686/httpd.logrotate|6 +
 testing-i686/httpd.service  |   15 
 testing-x86_64/PKGBUILD |  117 ++
 testing-x86_64/apache.install   |   16 
 testing-x86_64/apache.tmpfiles.conf |1 
 testing-x86_64/arch.layout  |   22 ++
 testing-x86_64/httpd.logrotate  |6 +
 testing-x86_64/httpd.service|   15 
 12 files changed, 354 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 207990, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-16 19:57:22 UTC (rev 207991)
@@ -0,0 +1,117 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apache
+pkgver=2.4.9
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre')
+makedepends=('libxml2' 'lua' 'openssl')
+optdepends=(
+'lua: for mod_lua module'
+'openssl: for mod_ssl module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules' 
+'lynx: apachectl status'
+)
+install=apache.install
+source=(
+http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('f78cc90dfa47caf3d83ad18fd6b4e85f23c1733fc9088594b70ce2847603'
+'SKIP'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
+'14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+
+build() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat ${srcdir}/arch.layout  config.layout
+   
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  --enable-deflate --enable-cgi --enable-cgid \
+  --enable-proxy --enable-proxy-connect \
+  --enable-proxy-http --enable-proxy-ftp \
+  --enable-dbd --enable-imagemap --enable-ident --enable-cern-meta \
+  --enable-lua --enable-xml2enc \
+  

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

2014-03-16 Thread Alexander Rødseth
Date: Sunday, March 16, 2014 @ 21:11:08
  Author: arodseth
Revision: 107296

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

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

-+
 /PKGBUILD   |   78 ++
 /grafx2.install |   28 +
 community-i686/PKGBUILD |   42 
 community-i686/grafx2.install   |   14 --
 community-x86_64/PKGBUILD   |   42 
 community-x86_64/grafx2.install |   14 --
 6 files changed, 106 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 20:10:58 UTC (rev 107295)
+++ community-i686/PKGBUILD 2014-03-16 20:11:08 UTC (rev 107296)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Simon Parzer simon.par...@gmail.com
-pkgname=grafx2
-pkgver=2.4
-pkgrel=3
-_pkgrev=2035
-pkgdesc='Pixelart-oriented painting program'
-arch=('x86_64' 'i686')
-url='http://code.google.com/p/grafx2/'
-license=('GPL2')
-install=grafx2.install
-depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
-makedepends=('gendesk')
-options=('!emptydirs')
-source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
-sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
-_name=('GrafX2')
-_genericname=('Drawing program')
-_exec=('grafx2 %U')
-_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
-_categories=('Graphics;2DGraphics;RasterGraphics')
-
-build() {
-  cd $srcdir
-
-  gendesk -n
-  cd $pkgname/src
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/src
-
-  make prefix=/usr DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname/doc/README.txt \
-$pkgdir/usr/share/doc/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-i686/PKGBUILD (from rev 107295, 
grafx2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-16 20:11:08 UTC (rev 107296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Simon Parzer simon.par...@gmail.com
+
+pkgname=grafx2
+pkgver=2.4
+pkgrel=5
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://code.google.com/p/grafx2/'
+license=('GPL2')
+install=grafx2.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'GrafX2' \
+--genericname 'Drawing program' --exec 'grafx %U' \
+--mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
+--categories 'Graphics;2DGraphics;RasterGraphics'
+}
+
+build() {
+  make -C $pkgname/src
+}
+
+package() {
+  make -C $pkgname/src prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname/doc/README.txt \
+$pkgdir/usr/share/doc/$pkgname/readme.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/grafx2.install
===
--- community-i686/grafx2.install   2014-03-16 20:10:58 UTC (rev 107295)
+++ community-i686/grafx2.install   2014-03-16 20:11:08 UTC (rev 107296)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-i686/grafx2.install (from rev 107295, 
grafx2/trunk/grafx2.install)
===
--- community-i686/grafx2.install   (rev 0)
+++ community-i686/grafx2.install   2014-03-16 20:11:08 UTC (rev 107296)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t 

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

2014-03-16 Thread Alexander Rødseth
Date: Sunday, March 16, 2014 @ 21:10:58
  Author: arodseth
Revision: 107295

upgpkg: grafx2 2.4-5

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 16:26:12 UTC (rev 107294)
+++ PKGBUILD2014-03-16 20:10:58 UTC (rev 107295)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Simon Parzer simon.par...@gmail.com
+
 pkgname=grafx2
 pkgver=2.4
-pkgrel=4
+pkgrel=5
 _pkgrev=2035
 pkgdesc='Pixelart-oriented painting program'
 arch=('x86_64' 'i686')
@@ -15,31 +16,23 @@
 options=('!emptydirs')
 source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
 sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
-_name=('GrafX2')
-_genericname=('Drawing program')
-_exec=('grafx2 %U')
-_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
-_categories=('Graphics;2DGraphics;RasterGraphics')
 
 prepare() {
-  cd $srcdir
-
-  gendesk -n
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'GrafX2' \
+--genericname 'Drawing program' --exec 'grafx %U' \
+--mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
+--categories 'Graphics;2DGraphics;RasterGraphics'
 }
 
 build() {
-  cd $srcdir/$pkgname/src
-
-  make
+  make -C $pkgname/src
 }
 
 package() {
-  cd $srcdir/$pkgname/src
-
-  make prefix=/usr DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname.desktop \
+  make -C $pkgname/src prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname/doc/README.txt \
+  install -Dm644 $pkgname/doc/README.txt \
 $pkgdir/usr/share/doc/$pkgname/readme.txt
 }
 



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:21:02
  Author: dwallace
Revision: 107297

upgpkg: ansible 1.5.3-1

upgpkg: ansible 1.5.3-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 20:11:08 UTC (rev 107296)
+++ PKGBUILD2014-03-16 22:21:02 UTC (rev 107297)
@@ -5,8 +5,8 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.5
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -19,7 +19,7 @@
 
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('37c46b84a5525ad027e3828cd862089a20783944603c504630d0c9c84e62df45')
+sha256sums=('25bfecb468616ae7117fce1036de663e9fc8d2a96d71cbfabe6153ca3c781a4e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:21:28
  Author: dwallace
Revision: 107298

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 107297, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 22:21:02 UTC (rev 107297)
+++ PKGBUILD2014-03-16 22:21:28 UTC (rev 107298)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.5
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('37c46b84a5525ad027e3828cd862089a20783944603c504630d0c9c84e62df45')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-
-  python2 setup.py install -O1 --root=$pkgdir
-
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-
-  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 107297, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 22:21:28 UTC (rev 107298)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('25bfecb468616ae7117fce1036de663e9fc8d2a96d71cbfabe6153ca3c781a4e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/ansible
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
+
+  python2 setup.py install -O1 --root=$pkgdir
+
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+
+  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:23:43
  Author: dwallace
Revision: 107299

upgpkg: udiskie 0.6.4-1

upgpkg: udiskie 0.6.4-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:21:28 UTC (rev 107298)
+++ PKGBUILD2014-03-16 22:23:43 UTC (rev 107299)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 replaces=('python2-udiskie')
 
source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('7dd7b44b7c87a267a6ae2cdcf787d9a7')
+md5sums=('83f491ffd311e141dba264aadf888a9b')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:24:10
  Author: dwallace
Revision: 107300

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 107299, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 22:23:43 UTC (rev 107299)
+++ PKGBUILD2014-03-16 22:24:10 UTC (rev 107300)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=0.6.3
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption')
-options=(!emptydirs)
-replaces=('python2-udiskie')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('7dd7b44b7c87a267a6ae2cdcf787d9a7')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 107299, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 22:24:10 UTC (rev 107300)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=0.6.4
+pkgrel=1
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption')
+options=(!emptydirs)
+replaces=('python2-udiskie')
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('83f491ffd311e141dba264aadf888a9b')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:24:35
  Author: dwallace
Revision: 107301

upgpkg: connman 1.22-1

upgpkg: connman 1.22

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:24:10 UTC (rev 107300)
+++ PKGBUILD2014-03-16 22:24:35 UTC (rev 107301)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
@@ -17,7 +17,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'allow_group_network.diff')
-md5sums=('483633162b819c8b99fec970f92e311d'
+md5sums=('4f45ab2035d1028a287d14427ce61774'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:25:15
  Author: dwallace
Revision: 107302

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 107301, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 107301, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 107301, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 107301, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |  100 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   50 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 22:24:35 UTC (rev 107301)
+++ community-i686/PKGBUILD 2014-03-16 22:25:15 UTC (rev 107302)
@@ -1,50 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.21
-pkgrel=1
-pkgdesc=Wireless LAN network manager
-url=http://connman.net/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'allow_group_network.diff')
-md5sums=('483633162b819c8b99fec970f92e311d'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
-  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 107301, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-16 22:25:15 UTC (rev 107302)
@@ -0,0 +1,50 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.22
+pkgrel=1
+pkgdesc=Wireless LAN network manager
+url=http://connman.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'allow_group_network.diff')
+md5sums=('4f45ab2035d1028a287d14427ce61774'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
+  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff

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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:27:09
  Author: dwallace
Revision: 107303

upgpkg: dwb 2014.03.07-1

upgpkg: dwb 2014.03.07

Modified:
  dwb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:25:15 UTC (rev 107302)
+++ PKGBUILD2014-03-16 22:27:09 UTC (rev 107303)
@@ -3,8 +3,8 @@
 # Contributor: portix portix at gmx.net
 
 pkgname=dwb
-pkgver=2013.03.30
-pkgrel=2
+pkgver=2014.03.07
+pkgrel=1
 pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
 url=http://portix.bitbucket.org/dwb/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('webkitgtk2' 'desktop-file-utils')
 makedepends=('json-c')
 
source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
+sha1sums=('006e9df0c52219b9f022c1b4a3aa0518ff96295d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:27:48
  Author: dwallace
Revision: 107304

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

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

--+
 /PKGBUILD|   52 +
 /dwb.install |   26 
 community-i686/PKGBUILD  |   26 
 community-i686/dwb.install   |   13 --
 community-x86_64/PKGBUILD|   26 
 community-x86_64/dwb.install |   13 --
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-16 22:27:09 UTC (rev 107303)
+++ community-i686/PKGBUILD 2014-03-16 22:27:48 UTC (rev 107304)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=2
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export BASHCOMPLETION=/usr/share/bash-completion/completions
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 107303, dwb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-16 22:27:48 UTC (rev 107304)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: portix portix at gmx.net
+
+pkgname=dwb
+pkgver=2014.03.07
+pkgrel=1
+pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
+url=http://portix.bitbucket.org/dwb/;
+arch=('i686' 'x86_64')
+install=dwb.install
+license=('GPL')
+depends=('webkitgtk2' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('006e9df0c52219b9f022c1b4a3aa0518ff96295d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/dwb.install
===
--- community-i686/dwb.install  2014-03-16 22:27:09 UTC (rev 107303)
+++ community-i686/dwb.install  2014-03-16 22:27:48 UTC (rev 107304)
@@ -1,13 +0,0 @@
-post_install(){
-update-desktop-database -q
-echo == If you are using extensions you should update the extensions 
with 
-echo == dwbem -u or dwbem -Nu
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 107303, 
dwb/trunk/dwb.install)
===
--- community-i686/dwb.install  (rev 0)
+++ community-i686/dwb.install  2014-03-16 22:27:48 UTC (rev 107304)
@@ -0,0 +1,13 @@
+post_install(){
+update-desktop-database -q
+echo == If you are using extensions you should update the extensions 
with 
+echo == dwbem -u or dwbem -Nu
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove(){
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-16 22:27:09 UTC (rev 107303)
+++ community-x86_64/PKGBUILD   2014-03-16 22:27:48 UTC (rev 107304)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=2
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)

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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:28:14
  Author: dwallace
Revision: 107305

upgpkg: lib32-nspr 4.10.4-1

upgpkg: lib32-nspr 4.10.4

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:27:48 UTC (rev 107304)
+++ PKGBUILD2014-03-16 22:28:14 UTC (rev 107305)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 pkgdesc=Netscape Portable Runtime (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('bf298e874cf454a3c2f8fe7e671c5d2e')
+md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
 
 
 build() {



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:28:33
  Author: dwallace
Revision: 107306

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nspr/repos/multilib-testing-x86_64/
  lib32-nspr/repos/multilib-testing-x86_64/PKGBUILD
(from rev 107305, lib32-nspr/trunk/PKGBUILD)

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

Copied: lib32-nspr/repos/multilib-testing-x86_64/PKGBUILD (from rev 107305, 
lib32-nspr/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-03-16 22:28:33 UTC (rev 107306)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Netscape Portable Runtime (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
+
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  --enable-32bit
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  chmod 644 $pkgdir/usr/lib32/*.a
+  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+$pkgdir/usr/include/nspr/md
+  rm -rf ${pkgdir}/usr/{bin,share,include}
+}



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:32:20
  Author: dwallace
Revision: 107307

upgpkg: lib32-nss 3.15.5-1

upgpkg: lib32-nss 3.15.5

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:28:33 UTC (rev 107306)
+++ PKGBUILD2014-03-16 22:32:20 UTC (rev 107307)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.15.4
+pkgver=3.15.5
 pkgrel=1
 pkgdesc=Mozilla Network Security Services (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 
 license=('MPL' 'GPL')
-_nsprver=4.10.2
+_nsprver=4.10.4
 depends=(lib32-nspr=${_nsprver} 'lib32-sqlite=3.6.17' ${_pkgbasename} 
'lib32-zlib')
 makedepends=('gcc-multilib' 'perl')
 options=('!strip' '!makeflags' staticlibs)
@@ -24,7 +24,7 @@
 nss.pc.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('c164fac83fcbaff010786767e2a858ca23a89a5b'
+sha1sums=('c8d34a33cf5782d35df1aa78cdb38707d7bfc5fe'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   '8a964a744ba098711b80c0d279a2993524e8eb92'
   'be6ef0f124f188ebb76f4d83e13466bdcfb27dd3')



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

2014-03-16 Thread Daniel Wallace
Date: Sunday, March 16, 2014 @ 23:32:45
  Author: dwallace
Revision: 107308

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 107307, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-testing-x86_64/add_spi+cacert_ca_certs.patch
(from rev 107307, lib32-nss/trunk/add_spi+cacert_ca_certs.patch)
  lib32-nss/repos/multilib-testing-x86_64/nss.pc.in
(from rev 107307, lib32-nss/trunk/nss.pc.in)
  lib32-nss/repos/multilib-testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 107307, lib32-nss/trunk/ssl-renegotiate-transitional.patch)

+
 PKGBUILD   |   85 
 add_spi+cacert_ca_certs.patch  |  624 +++
 nss.pc.in  |   11 
 ssl-renegotiate-transitional.patch |   21 +
 4 files changed, 741 insertions(+)

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


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

2014-03-16 Thread Sven-Hendrik Haase
Date: Sunday, March 16, 2014 @ 23:37:02
  Author: svenstaro
Revision: 207993

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-16 22:36:48 UTC (rev 207992)
+++ extra-i686/PKGBUILD 2014-03-16 22:37:02 UTC (rev 207993)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 207992, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-16 22:37:02 UTC (rev 207993)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-16 22:36:48 UTC (rev 207992)
+++ extra-x86_64/PKGBUILD   2014-03-16 22:37:02 UTC (rev 207993)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 207992, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-16 22:37:02 UTC (rev 207993)
@@ -0,0 +1,35 @@
+# 

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

2014-03-16 Thread Sven-Hendrik Haase
Date: Sunday, March 16, 2014 @ 23:36:48
  Author: svenstaro
Revision: 207992

upgpkg: sdl2 2.0.3-1

upstream release 2.0.3

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 19:57:22 UTC (rev 207991)
+++ PKGBUILD2014-03-16 22:36:48 UTC (rev 207992)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=sdl2
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
 arch=('i686' 'x86_64')
 url=http://www.libsdl.org;
@@ -11,7 +11,7 @@
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
 source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
+md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
 
 prepare() {
   mkdir build



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

2014-03-16 Thread Maxime Gauduin
Date: Monday, March 17, 2014 @ 00:55:04
  Author: alucryd
Revision: 107311

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   89 -
 1 file changed, 41 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 23:54:55 UTC (rev 107310)
+++ PKGBUILD2014-03-16 23:55:04 UTC (rev 107311)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: J0k3r moebius...@gmail.com
-
-pkgname=lib32-sdl2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
-arch=('x86_64')
-url='http://www.libsdl.org'
-license=('MIT')
-depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
-makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-wayland')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-source=(${url}/release/SDL2-${pkgver}.tar.gz)
-sha256sums=('590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} 
--disable-{arts,esd,nas,rpath}
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 107310, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-16 23:55:04 UTC (rev 107311)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: J0k3r moebius...@gmail.com
+
+pkgname=lib32-sdl2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
+makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-wayland')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=(${url}/release/SDL2-${pkgver}.tar.gz)
+sha256sums=('a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c')
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} 
--disable-{arts,esd,nas,rpath}
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-03-16 Thread Maxime Gauduin
Date: Monday, March 17, 2014 @ 00:54:55
  Author: alucryd
Revision: 107310

upgpkg: lib32-sdl2 2.0.3-1

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 23:42:56 UTC (rev 107309)
+++ PKGBUILD2014-03-16 23:54:55 UTC (rev 107310)
@@ -4,8 +4,8 @@
 # Contributor: J0k3r moebius...@gmail.com
 
 pkgname=lib32-sdl2
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
 arch=('x86_64')
 url='http://www.libsdl.org'
@@ -15,28 +15,21 @@
 optdepends=('lib32-alsa-lib: ALSA audio driver'
 'lib32-libpulse: PulseAudio audio driver')
 source=(${url}/release/SDL2-${pkgver}.tar.gz)
-sha256sums=('590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850')
+sha256sums=('a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c')
 
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
 build() {
-  cd build
+  cd SDL2-${pkgver}
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} 
--disable-{arts,esd,nas,rpath}
+  ./configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} 
--disable-{arts,esd,nas,rpath}
   make
 }
 
 package() {
-  cd build
+  cd SDL2-${pkgver}
 
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/{bin,include,share}



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

2014-03-16 Thread Sven-Hendrik Haase
Date: Monday, March 17, 2014 @ 00:56:49
  Author: svenstaro
Revision: 107312

upgpkg: cuda 6.0.26_rc-3

Fix FS#39246

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 23:55:04 UTC (rev 107311)
+++ PKGBUILD2014-03-16 23:56:49 UTC (rev 107312)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=cuda
 pkgver=6.0.26_rc
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA's GPU programming toolkit
 arch=('x86_64')
 url=http://www.nvidia.com/object/cuda_home.html;
@@ -30,7 +30,7 @@
   # 1rd sed line: sets right path to install man files
   # 2rd sed line: hack to lie installer, now detect launch script by root
   # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${pkgdir}/${pkgname}/usr/share|g \
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
   -e 's|can_add_for_all_users;|1;|g' \
   -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
   -i pkg/install-linux.pl



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

2014-03-16 Thread Sven-Hendrik Haase
Date: Monday, March 17, 2014 @ 01:00:13
  Author: svenstaro
Revision: 107313

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 107312, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 107312, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 107312, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 107312, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  118 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 23:56:49 UTC (rev 107312)
+++ PKGBUILD2014-03-17 00:00:13 UTC (rev 107313)
@@ -1,59 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.26_rc
-pkgrel=2
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rc/installers/cuda_${pkgver}_linux64.run
-cuda.sh
-cuda.conf)
-md5sums=('ea1e1235ebc17dc8e2ca2bec3febde52'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${pkgdir}/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 107312, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 00:00:13 UTC (rev 107313)
@@ -0,0 +1,59 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.0.26_rc
+pkgrel=3
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_0/rc/installers/cuda_${pkgver}_linux64.run
+cuda.sh
+cuda.conf)
+md5sums=('ea1e1235ebc17dc8e2ca2bec3febde52'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  -e 's|can_add_for_all_users;|1;|g' \
+  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 

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

2014-03-16 Thread Sven-Hendrik Haase
Date: Monday, March 17, 2014 @ 01:10:50
  Author: svenstaro
Revision: 107314

upgpkg: openmw 0.29.0-1

upstream release 0.29.0

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 00:00:13 UTC (rev 107313)
+++ PKGBUILD2014-03-17 00:10:50 UTC (rev 107314)
@@ -2,7 +2,7 @@
 # Contributor: Sandy Carter bwrsand...@gmail.com
 
 pkgname=openmw
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
 makedepends=('cmake' 'boost')
 
source=(https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2686b0a588571b9196e691b0ac484c59d8c49bce')
+sha1sums=('2a391a4f16bf6305746aee241c1f1a7771bc692c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}



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

2014-03-16 Thread Sven-Hendrik Haase
Date: Monday, March 17, 2014 @ 01:11:01
  Author: svenstaro
Revision: 107315

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-17 00:10:50 UTC (rev 107314)
+++ community-i686/PKGBUILD 2014-03-17 00:11:01 UTC (rev 107315)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.28.0
-pkgrel=1
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2686b0a588571b9196e691b0ac484c59d8c49bce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 107314, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-17 00:11:01 UTC (rev 107315)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.29.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('2a391a4f16bf6305746aee241c1f1a7771bc692c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-17 00:10:50 UTC (rev 107314)
+++ community-x86_64/PKGBUILD   2014-03-17 00:11:01 UTC (rev 107315)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.28.0
-pkgrel=1
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2686b0a588571b9196e691b0ac484c59d8c49bce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 107314, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-17 00:11:01 UTC (rev 107315)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.29.0
+pkgrel=1
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('2a391a4f16bf6305746aee241c1f1a7771bc692c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+

[arch-commits] Commit in (4 files)

2014-03-16 Thread Anatol Pomozov
Date: Monday, March 17, 2014 @ 03:11:19
  Author: anatolik
Revision: 107316

Add libnatpmp (mldonkey wants this dependency)

Added:
  libnatpmp/
  libnatpmp/repos/
  libnatpmp/trunk/
  libnatpmp/trunk/PKGBUILD

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

Added: libnatpmp/trunk/PKGBUILD
===
--- libnatpmp/trunk/PKGBUILD(rev 0)
+++ libnatpmp/trunk/PKGBUILD2014-03-17 02:11:19 UTC (rev 107316)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20131126
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-03-16 Thread Anatol Pomozov
Date: Monday, March 17, 2014 @ 03:13:36
  Author: anatolik
Revision: 107317

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

Added:
  libnatpmp/repos/community-testing-i686/
  libnatpmp/repos/community-testing-i686/PKGBUILD
(from rev 107316, libnatpmp/trunk/PKGBUILD)
  libnatpmp/repos/community-testing-x86_64/
  libnatpmp/repos/community-testing-x86_64/PKGBUILD
(from rev 107316, libnatpmp/trunk/PKGBUILD)

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

Copied: libnatpmp/repos/community-testing-i686/PKGBUILD (from rev 107316, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-17 02:13:36 UTC (rev 107317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20131126
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libnatpmp/repos/community-testing-x86_64/PKGBUILD (from rev 107316, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-17 02:13:36 UTC (rev 107317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20131126
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-16 Thread Anatol Pomozov
Date: Monday, March 17, 2014 @ 03:25:22
  Author: anatolik
Revision: 107319

libnatpmp: add man page for natpmpc binary

Modified:
  libnatpmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 02:18:37 UTC (rev 107318)
+++ PKGBUILD2014-03-17 02:25:22 UTC (rev 107319)
@@ -28,4 +28,5 @@
   cd $pkgname-$pkgver
   make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 natpmpc.1 $pkgdir/usr/share/man/man1/natpmpc.1
 }



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 03:33:28
  Author: fyan
Revision: 107320

upgpkg: libtaginfo 0.2.1-1

Modified:
  libtaginfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 02:25:22 UTC (rev 107319)
+++ PKGBUILD2014-03-17 02:33:28 UTC (rev 107320)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=libtaginfo
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc=Library for reading media metadata
 arch=('i686' 'x86_64')
@@ -10,6 +10,7 @@
 depends=('taglib' 'gcc-libs')
 license=('GPL2')
 
source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f1a79b1f7ea12bce10c82c0a4106f855c95b6efeef25e7548fc629d4f8977f50fe62637426a53ec0333902d5e2a81980c189719d030d7f85897ecfa8cbb1ba41')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,4 +23,3 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('db4358e6328609e262c291f365ec8e81')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 03:34:57
  Author: fyan
Revision: 107321

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-17 02:33:28 UTC (rev 107320)
+++ community-i686/PKGBUILD 2014-03-17 02:34:57 UTC (rev 107321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=libtaginfo
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=Library for reading media metadata
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/shuerhaaken/libtaginfo;
-depends=('taglib' 'gcc-libs')
-license=('GPL2')
-source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('db4358e6328609e262c291f365ec8e81')

Copied: libtaginfo/repos/community-i686/PKGBUILD (from rev 107320, 
libtaginfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-17 02:34:57 UTC (rev 107321)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f1a79b1f7ea12bce10c82c0a4106f855c95b6efeef25e7548fc629d4f8977f50fe62637426a53ec0333902d5e2a81980c189719d030d7f85897ecfa8cbb1ba41')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-17 02:33:28 UTC (rev 107320)
+++ community-x86_64/PKGBUILD   2014-03-17 02:34:57 UTC (rev 107321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=libtaginfo
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=Library for reading media metadata
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/shuerhaaken/libtaginfo;
-depends=('taglib' 'gcc-libs')
-license=('GPL2')
-source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('db4358e6328609e262c291f365ec8e81')

Copied: libtaginfo/repos/community-x86_64/PKGBUILD (from rev 107320, 
libtaginfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-17 02:34:57 UTC (rev 107321)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f1a79b1f7ea12bce10c82c0a4106f855c95b6efeef25e7548fc629d4f8977f50fe62637426a53ec0333902d5e2a81980c189719d030d7f85897ecfa8cbb1ba41')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:37:12
  Author: fyan
Revision: 207994

upgpkg: python-setuptools 3.3-2

- python 3.4 rebuild
- disable check (there is an error)

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:37:02 UTC (rev 207993)
+++ PKGBUILD2014-03-17 03:37:12 UTC (rev 207994)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
 license=('PSF')
@@ -14,6 +14,7 @@
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
 md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
 
+EOF
 check() {
# Check python3 module
cd ${srcdir}/setuptools-${pkgver}
@@ -23,6 +24,7 @@
cd ${srcdir}/setuptools-${pkgver}-python2
python2 setup.py test
 }
+EOF
  
 prepare() {
cd ${srcdir}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:37:58
  Author: fyan
Revision: 207995

archrelease: copy trunk to staging-any

Added:
  python-setuptools/repos/staging-any/
  python-setuptools/repos/staging-any/PKGBUILD
(from rev 207994, python-setuptools/trunk/PKGBUILD)

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

Copied: python-setuptools/repos/staging-any/PKGBUILD (from rev 207994, 
python-setuptools/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 03:37:58 UTC (rev 207995)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.3
+pkgrel=2
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
+
+EOF
+check() {
+   # Check python3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py test
+}
+EOF
+ 
+prepare() {
+   cd ${srcdir}
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2=2.7')
+   provides=('python2-distribute' 'setuptools')
+   replaces=('python2-distribute' 'setuptools')
+ 
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+   rm ${pkgdir}/usr/bin/easy_install
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:38:23
  Author: fyan
Revision: 207996

upgpkg: python 3.4.0-1

- upstream new release
- disable check (there is an error)

Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/PKGBUILD.3.4

--+
 PKGBUILD |   21 -
 PKGBUILD.3.4 |   89 -
 2 files changed, 13 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 03:37:58 UTC (rev 207995)
+++ PKGBUILD2014-03-17 03:38:23 UTC (rev 207996)
@@ -1,14 +1,13 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Angel Velasquez an...@archlinux.org 
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.3.5
+pkgver=3.4.0
 pkgrel=1
-_pybasever=3.3
+_pybasever=3.4
 pkgdesc=Next generation of the python high-level scripting language
 arch=('i686' 'x86_64')
 license=('custom')
@@ -15,7 +14,9 @@
 url=http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
-optdepends=('sqlite'
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
 'mpdecimal: for decimal'
 'xz: for lzma'
 'tk: for tkinter')
@@ -23,7 +24,7 @@
 provides=('python3')
 replaces=('python3')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('6683b26dd2cfd23af852abfcf1aedf25bbd44839')
+sha1sums=('f54d7cf6af5dbd9bddbe31cf4772f39711381dbe')
 
 prepare() {
   cd ${srcdir}/Python-${pkgver}
@@ -31,7 +32,7 @@
   # FS#23997
   sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
 
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
   # rather than copies shipped in the tarball
   rm -r Modules/expat
   rm -r Modules/zlib
@@ -42,6 +43,7 @@
 build() {
   cd ${srcdir}/Python-${pkgver}
 
+  # Disable bundled pip  setuptools
   ./configure --prefix=/usr \
   --enable-shared \
   --with-threads \
@@ -51,16 +53,19 @@
   --with-system-expat \
   --with-dbmliborder=gdbm:ndbm \
   --with-system-ffi \
-  --with-system-libmpdec
+  --with-system-libmpdec \
+  --without-ensurepip
 
   make
 }
 
+EOF
 check() {
   cd ${srcdir}/Python-${pkgver}
   LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
  ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
 }
+EOF
 
 package() {
   cd ${srcdir}/Python-${pkgver}

Deleted: PKGBUILD.3.4
===
--- PKGBUILD.3.42014-03-17 03:37:58 UTC (rev 207995)
+++ PKGBUILD.3.42014-03-17 03:38:23 UTC (rev 207996)
@@ -1,89 +0,0 @@
-# $Id: PKGBUILD 205852 2014-02-11 19:50:22Z angvp $
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=python
-pkgver=3.4.0rc3
-pkgrel=1
-_pybasever=3.4
-pkgdesc=Next generation of the python high-level scripting language
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
-optdepends=('python-setuptools'
-'python-pip'
-'sqlite'
-'mpdecimal: for decimal'
-'xz: for lzma'
-'tk: for tkinter')
-options=('!makeflags')
-provides=('python3')
-replaces=('python3')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('3e5893a8a3a066876acc06eb3656be2cd29ed18c')
-
-prepare() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # FS#23997
-  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-  rm -r Modules/_decimal/libmpdec
-}
-
-build() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # Disable bundled pip  setuptools
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --with-computed-gotos \
-  --enable-ipv6 \
-  --with-valgrind \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi \
-  

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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:39:38
  Author: fyan
Revision: 207997

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

Added:
  python/repos/staging-i686/
  python/repos/staging-i686/PKGBUILD
(from rev 207996, python/trunk/PKGBUILD)
  python/repos/staging-x86_64/
  python/repos/staging-x86_64/PKGBUILD
(from rev 207996, python/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   91 ++
 staging-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: python/repos/staging-i686/PKGBUILD (from rev 207996, 
python/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 03:39:38 UTC (rev 207997)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.0
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('f54d7cf6af5dbd9bddbe31cf4772f39711381dbe')
+
+prepare() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Disable bundled pip  setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --without-ensurepip
+
+  make
+}
+
+EOF
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
+}
+EOF
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/staging-x86_64/PKGBUILD (from rev 207996, 
python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 03:39:38 UTC (rev 207997)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.0
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')

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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:41:03
  Author: fyan
Revision: 207998

upgpkg: python-pyelftools 0.21-2

- python 3.4 rebuild

Modified:
  python-pyelftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 03:39:38 UTC (rev 207997)
+++ PKGBUILD2014-03-17 03:41:03 UTC (rev 207998)
@@ -4,7 +4,7 @@
 pkgname=python-pyelftools
 _pypiname=pyelftools
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc=Python library for analyzing ELF files and DWARF debugging 
information
 arch=('any')
 url=http://pypi.python.org/pypi/pyelftools;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:42:58
  Author: fyan
Revision: 207999

archrelease: copy trunk to staging-any

Added:
  python-pyelftools/repos/staging-any/
  python-pyelftools/repos/staging-any/PKGBUILD
(from rev 207998, python-pyelftools/trunk/PKGBUILD)

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

Copied: python-pyelftools/repos/staging-any/PKGBUILD (from rev 207998, 
python-pyelftools/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 03:42:58 UTC (rev 207999)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=python-pyelftools
+_pypiname=pyelftools
+pkgver=0.21
+pkgrel=2
+pkgdesc=Python library for analyzing ELF files and DWARF debugging 
information
+arch=('any')
+url=http://pypi.python.org/pypi/pyelftools;
+license=('custom')
+depends=('python')
+source=(http://pypi.python.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
+md5sums=(fe1039193675cb9d0ddf60d1431fbea3)
+
+build() {
+  cd ${srcdir}/${_pypiname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${_pypiname}-${pkgver}
+  python test/run_all_unittests.py
+}
+
+package() {
+  cd ${srcdir}/${_pypiname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:45:42
  Author: fyan
Revision: 208000

upgpkg: pyalpm 0.6.2-2

- python 3.4 rebuild

Modified:
  pyalpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 03:42:58 UTC (rev 207999)
+++ PKGBUILD2014-03-17 03:45:42 UTC (rev 208000)
@@ -2,12 +2,12 @@
 
 pkgname=pyalpm
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Libalpm bindings for Python 3
 arch=('i686' 'x86_64')
 url=http://projects.archlinux.org/users/remy/pyalpm.git/;
 license=('GPL')
-depends=('python=3.2' 'pacman=4.1')
+depends=('python=3.4' 'pacman=4.1')
 source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
 sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
 



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:49:02
  Author: fyan
Revision: 208001

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

Added:
  pyalpm/repos/staging-i686/
  pyalpm/repos/staging-i686/PKGBUILD
(from rev 208000, pyalpm/trunk/PKGBUILD)
  pyalpm/repos/staging-x86_64/
  pyalpm/repos/staging-x86_64/PKGBUILD
(from rev 208000, pyalpm/trunk/PKGBUILD)

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

Copied: pyalpm/repos/staging-i686/PKGBUILD (from rev 208000, 
pyalpm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 03:49:02 UTC (rev 208001)
@@ -0,0 +1,27 @@
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=pyalpm
+pkgver=0.6.2
+pkgrel=2
+pkgdesc=Libalpm bindings for Python 3
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/users/remy/pyalpm.git/;
+license=('GPL')
+depends=('python=3.4' 'pacman=4.1')
+source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
+sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # workaround Python packaging issue (FS#34658)
+  export CFLAGS=$CFLAGS -Wno-format
+
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+

Copied: pyalpm/repos/staging-x86_64/PKGBUILD (from rev 208000, 
pyalpm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 03:49:02 UTC (rev 208001)
@@ -0,0 +1,27 @@
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=pyalpm
+pkgver=0.6.2
+pkgrel=2
+pkgdesc=Libalpm bindings for Python 3
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/users/remy/pyalpm.git/;
+license=('GPL')
+depends=('python=3.4' 'pacman=4.1')
+source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
+sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # workaround Python packaging issue (FS#34658)
+  export CFLAGS=$CFLAGS -Wno-format
+
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:09:30
  Author: fyan
Revision: 208002

upgpkg: namcap 3.2.5-2

- python 3.4 rebuild

Modified:
  namcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 03:49:02 UTC (rev 208001)
+++ PKGBUILD2014-03-17 04:09:30 UTC (rev 208002)
@@ -4,7 +4,7 @@
 
 pkgname=namcap
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A Pacman package analyzer
 arch=('any')
 url=http://projects.archlinux.org/namcap.git/;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('python' 'pyalpm=0.5' 'licenses'
  'binutils' 'elfutils' 'python-pyelftools')
-makedepends=('python-distribute')
+makedepends=('python-setuptools')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('5fb93f267766aaf9b399387af374f624849caf25')
 



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:10:20
  Author: fyan
Revision: 208003

archrelease: copy trunk to staging-any

Added:
  namcap/repos/staging-any/
  namcap/repos/staging-any/PKGBUILD
(from rev 208002, namcap/trunk/PKGBUILD)

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

Copied: namcap/repos/staging-any/PKGBUILD (from rev 208002, 
namcap/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 04:10:20 UTC (rev 208003)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=namcap
+pkgver=3.2.5
+pkgrel=2
+pkgdesc=A Pacman package analyzer
+arch=('any')
+url=http://projects.archlinux.org/namcap.git/;
+license=('GPL')
+depends=('python' 'pyalpm=0.5' 'licenses'
+ 'binutils' 'elfutils' 'python-pyelftools')
+makedepends=('python-setuptools')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5fb93f267766aaf9b399387af374f624849caf25')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:19:59
  Author: fyan
Revision: 107322

upgpkg: pep8 1.4.6-4

- python 3.4 rebuild

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 02:34:57 UTC (rev 107321)
+++ PKGBUILD2014-03-17 04:19:59 UTC (rev 107322)
@@ -6,7 +6,7 @@
 pkgbase=pep8
 pkgname=($pkgbase-python2 $pkgbase-python3)
 pkgver=1.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Python style guide checker
 arch=('any')
 url=http://github.com/jcrocholl/pep8/;
@@ -16,8 +16,7 @@
 sha256sums=('723ec96fc01a1c2d8f9e7d4239a769cd5b499951a1d6c4edc3eb28c6801ed0f8')
 
 build() {
-  cd $srcdir
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-python2
+  cp -r $pkgbase-$pkgver{,-python2}
 }
 
 package_pep8-python2() {
@@ -26,7 +25,7 @@
   conflicts=('pep8')
   replaces=('pep8')
   
-  cd $srcdir/$pkgbase-$pkgver-python2
+  cd $pkgbase-$pkgver-python2
   python2 setup.py install --prefix=/usr --root=$pkgdir/
   mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
 
@@ -36,7 +35,7 @@
 package_pep8-python3() {
   depends=('python3' 'python-setuptools')
   
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   python3 setup.py install --prefix=/usr --root=$pkgdir/
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:20:50
  Author: fyan
Revision: 107323

archrelease: copy trunk to community-staging-any

Added:
  pep8/repos/community-staging-any/
  pep8/repos/community-staging-any/PKGBUILD
(from rev 107322, pep8/trunk/PKGBUILD)

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

Copied: pep8/repos/community-staging-any/PKGBUILD (from rev 107322, 
pep8/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 04:20:50 UTC (rev 107323)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ismael Carnales icarnales at gmail dot com
+# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
+
+pkgbase=pep8
+pkgname=($pkgbase-python2 $pkgbase-python3)
+pkgver=1.4.6
+pkgrel=4
+pkgdesc=Python style guide checker
+arch=('any')
+url=http://github.com/jcrocholl/pep8/;
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://github.com/jcrocholl/$pkgbase/archive/${pkgver}.tar.gz;)
+sha256sums=('723ec96fc01a1c2d8f9e7d4239a769cd5b499951a1d6c4edc3eb28c6801ed0f8')
+
+build() {
+  cp -r $pkgbase-$pkgver{,-python2}
+}
+
+package_pep8-python2() {
+  depends=('python2' 'python2-setuptools')
+  provides=('pep8')
+  conflicts=('pep8')
+  replaces=('pep8')
+  
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root=$pkgdir/
+  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_pep8-python3() {
+  depends=('python3' 'python-setuptools')
+  
+  cd $pkgbase-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:24:40
  Author: fyan
Revision: 208004

upgpkg: accerciser 3.8.2-2

- python 3.4 rebuild

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:10:20 UTC (rev 208003)
+++ PKGBUILD2014-03-17 04:24:40 UTC (rev 208004)
@@ -5,7 +5,7 @@
 
 pkgname=accerciser
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive Python accessibility explorer for the GNOME desktop
 arch=('any')
 url=http://live.gnome.org/Accerciser;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:25:28
  Author: fyan
Revision: 208005

archrelease: copy trunk to staging-any

Added:
  accerciser/repos/staging-any/
  accerciser/repos/staging-any/PKGBUILD
(from rev 208004, accerciser/trunk/PKGBUILD)
  accerciser/repos/staging-any/accerciser.install
(from rev 208004, accerciser/trunk/accerciser.install)

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/staging-any/PKGBUILD (from rev 208004, 
accerciser/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 04:25:28 UTC (rev 208005)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.8.2
+pkgrel=2
+pkgdesc=Interactive Python accessibility explorer for the GNOME desktop
+arch=('any')
+url=http://live.gnome.org/Accerciser;
+license=('BSD')
+depends=('python' 'gtk3' 'python-atspi' 'ipython' 'hicolor-icon-theme')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4fef2bfa23a9344b613c39dfa128e4d07d98f87cd5011d7d649b2a9c0a6aadd')
+
+build () {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: accerciser/repos/staging-any/accerciser.install (from rev 208004, 
accerciser/trunk/accerciser.install)
===
--- staging-any/accerciser.install  (rev 0)
+++ staging-any/accerciser.install  2014-03-17 04:25:28 UTC (rev 208005)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:27:54
  Author: fyan
Revision: 107324

upgpkg: python-bottle 0.12.5-2

- python 3.4 rebuild

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:20:50 UTC (rev 107323)
+++ PKGBUILD2014-03-17 04:27:54 UTC (rev 107324)
@@ -7,7 +7,7 @@
 pkgbase=python-bottle
 pkgname=(python-bottle python2-bottle)
 pkgver=0.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast and simple micro-framework for small web-applications
 arch=(any)
 url=http://bottlepy.org;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:28:48
  Author: fyan
Revision: 107325

archrelease: copy trunk to community-staging-any

Added:
  python-bottle/repos/community-staging-any/
  python-bottle/repos/community-staging-any/PKGBUILD
(from rev 107324, python-bottle/trunk/PKGBUILD)

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

Copied: python-bottle/repos/community-staging-any/PKGBUILD (from rev 107324, 
python-bottle/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 04:28:48 UTC (rev 107325)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.5
+pkgrel=2
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+prepare() {
+  cp -r bottle python2-bottle
+  sed -i 1s/python/python2/ python2-bottle/bottle.py
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+
+sha512sums=('SKIP')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:31:52
  Author: fyan
Revision: 208006

upgpkg: python-beaker 1.6.4-2

- python 3.4 rebuild

Modified:
  python-beaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:25:28 UTC (rev 208005)
+++ PKGBUILD2014-03-17 04:31:52 UTC (rev 208006)
@@ -4,12 +4,12 @@
 
 pkgname=('python-beaker' 'python2-beaker')
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 arch=('any')
 license=('custom')
 pkgdesc=Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications
 url=http://beaker.groovie.org/;
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://cheeseshop.python.org/packages/source/B/Beaker/Beaker-${pkgver}.tar.gz;)
 md5sums=('c2e102870ed4c53104dec48ceadf8e9d')
 



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:32:47
  Author: fyan
Revision: 208007

archrelease: copy trunk to staging-any

Added:
  python-beaker/repos/staging-any/
  python-beaker/repos/staging-any/PKGBUILD
(from rev 208006, python-beaker/trunk/PKGBUILD)

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

Copied: python-beaker/repos/staging-any/PKGBUILD (from rev 208006, 
python-beaker/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 04:32:47 UTC (rev 208007)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Massimiliano Torromeo  massimiliano DOT torromeo AT gmail DOT 
com 
+
+pkgname=('python-beaker' 'python2-beaker')
+pkgver=1.6.4
+pkgrel=2
+arch=('any')
+license=('custom')
+pkgdesc=Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications
+url=http://beaker.groovie.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://cheeseshop.python.org/packages/source/B/Beaker/Beaker-${pkgver}.tar.gz;)
+md5sums=('c2e102870ed4c53104dec48ceadf8e9d')
+
+build() {
+cp -r Beaker-${pkgver} python2-Beaker-${pkgver}
+
+cd ${srcdir}/Beaker-${pkgver}
+sed -i s#/usr/bin/python#/usr/bin/python3# beaker/crypto/pbkdf2.py
+python3 setup.py build
+
+cd ${srcdir}/python2-Beaker-${pkgver}
+sed -i s#/usr/bin/python#/usr/bin/python2# beaker/crypto/pbkdf2.py
+python2 setup.py build
+}
+
+package_python-beaker() {
+depends=('python')
+
+cd ${srcdir}/Beaker-${pkgver}
+python3 setup.py install --root=${pkgdir} --optimize=1
+install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-beaker/LICENSE
+}
+
+package_python2-beaker() {
+depends=('python2')
+
+cd ${srcdir}/python2-Beaker-${pkgver}
+python2 setup.py install --root=${pkgdir} --optimize=1
+install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-beaker/LICENSE
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:32:46
  Author: fyan
Revision: 107326

upgpkg: python-anyjson 0.3.3-6

- python 3.4 rebuild

Modified:
  python-anyjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:28:48 UTC (rev 107325)
+++ PKGBUILD2014-03-17 04:32:46 UTC (rev 107326)
@@ -7,7 +7,7 @@
 pkgbase=python-$_pypiname
 pkgname=(python-$_pypiname python2-$_pypiname)
 pkgver=0.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc=Wraps the best available JSON implementation available in a common 
interface
 arch=(any)
 url=http://pypi.python.org/pypi/$_pypiname;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:33:37
  Author: fyan
Revision: 107327

archrelease: copy trunk to community-staging-any

Added:
  python-anyjson/repos/community-staging-any/
  python-anyjson/repos/community-staging-any/PKGBUILD
(from rev 107326, python-anyjson/trunk/PKGBUILD)

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

Copied: python-anyjson/repos/community-staging-any/PKGBUILD (from rev 107326, 
python-anyjson/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 04:33:37 UTC (rev 107327)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Benjamin A. Shelton zancar...@gmail.com
+# Contributor: p2k patrick.schnei...@uni-ulm.de
+
+_pypiname=anyjson
+pkgbase=python-$_pypiname
+pkgname=(python-$_pypiname python2-$_pypiname)
+pkgver=0.3.3
+pkgrel=6
+pkgdesc=Wraps the best available JSON implementation available in a common 
interface
+arch=(any)
+url=http://pypi.python.org/pypi/$_pypiname;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/a/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
+md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
+
+prepare() {
+  cp -r $_pypiname-${pkgver} python2-$_pypiname-${pkgver}
+}
+
+package_python-anyjson() {
+  depends=('python')
+
+  cd $_pypiname-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-anyjson() {
+  depends=('python2')
+
+  cd python2-$_pypiname-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:45:51
  Author: fyan
Revision: 208008

upgpkg: python-mako 0.9.1-2

- python 3.4 rebuild

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:32:47 UTC (rev 208007)
+++ PKGBUILD2014-03-17 04:45:51 UTC (rev 208008)
@@ -3,7 +3,7 @@
 
 pkgname=('python-mako' 'python2-mako')
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Hyperfast and lightweight templating for the Python2 platform
 arch=('any')
 url=http://www.makotemplates.org/;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:46:44
  Author: fyan
Revision: 208009

archrelease: copy trunk to staging-any

Added:
  python-mako/repos/staging-any/
  python-mako/repos/staging-any/PKGBUILD
(from rev 208008, python-mako/trunk/PKGBUILD)

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

Copied: python-mako/repos/staging-any/PKGBUILD (from rev 208008, 
python-mako/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 04:46:44 UTC (rev 208009)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('aa01bafca5a835eb92a9048be92414fa83da102b'
+  'SKIP')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:47:47
  Author: fyan
Revision: 107328

upgpkg: python-passlib 1.6.2-3

- python 3.4 rebuild

Modified:
  python-passlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:33:37 UTC (rev 107327)
+++ PKGBUILD2014-03-17 04:47:47 UTC (rev 107328)
@@ -6,7 +6,7 @@
 pkgbase=python-$_pypiname
 pkgname=(python-$_pypiname python2-$_pypiname)
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A password hashing library for Python
 arch=('any')
 url=(https://code.google.com/p/passlib/;)



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:48:38
  Author: fyan
Revision: 107329

archrelease: copy trunk to community-staging-any

Added:
  python-passlib/repos/community-staging-any/
  python-passlib/repos/community-staging-any/PKGBUILD
(from rev 107328, python-passlib/trunk/PKGBUILD)

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

Copied: python-passlib/repos/community-staging-any/PKGBUILD (from rev 107328, 
python-passlib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 04:48:38 UTC (rev 107329)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: onny o...@project-insanity.org
+
+_pypiname=passlib
+pkgbase=python-$_pypiname
+pkgname=(python-$_pypiname python2-$_pypiname)
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=A password hashing library for Python
+arch=('any')
+url=(https://code.google.com/p/passlib/;)
+license=('custom:BSD')
+makedepends=('python' 'python2')
+source=(https://${_pypiname}.googlecode.com/files/$_pypiname-${pkgver}.tar.gz;)
+sha512sums=('783fe4fbfd4dca9d5cd39c49140976fb91efe41303ae31fec0f6f47101071600ae1709f3c4950bfac0bc9cbe65a2508781153aa3788b6451794f2acc9a1dfc58')
+
+prepare() {
+  cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
+}
+
+package_python-passlib() {
+  depends=(python)
+
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root=${pkgdir}
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-passlib() {
+  depends=(python2)
+  optdepends=(python2-m2crypto: accelerate PBKDF2-based hashes)
+
+  cd python2-${_pypiname}-${pkgver}
+  python2 setup.py install -O1 --root=${pkgdir}
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:49:40
  Author: fyan
Revision: 208010

upgpkg: python-markupsafe 0.18-3

- python 3.4 rebuild

Modified:
  python-markupsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:46:44 UTC (rev 208009)
+++ PKGBUILD2014-03-17 04:49:40 UTC (rev 208010)
@@ -4,7 +4,7 @@
 
 pkgname=('python-markupsafe' 'python2-markupsafe')
 pkgver=0.18
-pkgrel=2
+pkgrel=3
 pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/MarkupSafe;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:51:40
  Author: fyan
Revision: 107330

upgpkg: python-pyquery 1.2.8-3

- python 3.4 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:48:38 UTC (rev 107329)
+++ PKGBUILD2014-03-17 04:51:40 UTC (rev 107330)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc=A jquery-like library for python.
 arch=('any')
 url=https://github.com/gawel/pyquery/;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:52:33
  Author: fyan
Revision: 107331

archrelease: copy trunk to community-staging-any

Added:
  python-pyquery/repos/community-staging-any/
  python-pyquery/repos/community-staging-any/PKGBUILD
(from rev 107330, python-pyquery/trunk/PKGBUILD)

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

Copied: python-pyquery/repos/community-staging-any/PKGBUILD (from rev 107330, 
python-pyquery/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 04:52:33 UTC (rev 107331)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: speps speps at aur dot archlinux dot org
+# Contributor: Arnau Sanchez tokland {at} gmail {dot} com
+
+_name=pyquery
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.8
+pkgrel=3
+pkgdesc=A jquery-like library for python.
+arch=('any')
+url=https://github.com/gawel/pyquery/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
+https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
+ 
+build() {
+  cp -r $_name-$pkgver $_name-$pkgver-python2
+
+  cd $_name-$pkgver
+  python3 setup.py build
+
+  cd ../$_name-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  cd $_name-$pkgver
+  python3 setup.py install -O1 --root=$pkgdir/
+
+  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  cd $_name-$pkgver-python2
+  python2 setup.py install -O1 --root=$pkgdir/
+
+  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
+}
+
+sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:52:36
  Author: fyan
Revision: 208011

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

Added:
  python-markupsafe/repos/staging-i686/
  python-markupsafe/repos/staging-i686/PKGBUILD
(from rev 208010, python-markupsafe/trunk/PKGBUILD)
  python-markupsafe/repos/staging-x86_64/
  python-markupsafe/repos/staging-x86_64/PKGBUILD
(from rev 208010, python-markupsafe/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: python-markupsafe/repos/staging-i686/PKGBUILD (from rev 208010, 
python-markupsafe/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 04:52:36 UTC (rev 208011)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.18
+pkgrel=3
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+md5sums=('f8d252fd05371e51dec2fe9a36890687')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}

Copied: python-markupsafe/repos/staging-x86_64/PKGBUILD (from rev 208010, 
python-markupsafe/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 04:52:36 UTC (rev 208011)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.18
+pkgrel=3
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+md5sums=('f8d252fd05371e51dec2fe9a36890687')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:44:03
  Author: fyan
Revision: 107332

upgpkg: python-pretend 1.0.8-2

- python 3.4 rebuild

Modified:
  python-pretend/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:52:33 UTC (rev 107331)
+++ PKGBUILD2014-03-17 05:44:03 UTC (rev 107332)
@@ -4,7 +4,7 @@
 pkgbase=python-pretend
 pkgname=('python-pretend' 'python2-pretend')
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for stubbing in Python
 arch=('any')
 license=('BSD')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:45:04
  Author: fyan
Revision: 208012

upgpkg: python2-rdflib 4.1.0-2

- python 3.4 rebuild

Modified:
  python2-rdflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:52:36 UTC (rev 208011)
+++ PKGBUILD2014-03-17 05:45:04 UTC (rev 208012)
@@ -6,12 +6,12 @@
 pkgbase=python2-rdflib
 pkgname=('python2-rdflib' 'python-rdflib')
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
 arch=('any')
 url=http://rdflib.net/;
 license=('BSD')
-makedepends=('python2-isodate' 'python-isodate' 'python2-distribute' 
'python-distribute')
+makedepends=('python2-isodate' 'python-isodate' 'python2-setuptools' 
'python-setuptools')
 checkdepends=('python2-nose' 'python-nose' 'python2-pyparsing' 
'python-pyparsing' 
   'python2-six' 'python-six')
 
source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:45:10
  Author: fyan
Revision: 107333

archrelease: copy trunk to community-staging-any

Added:
  python-pretend/repos/community-staging-any/
  python-pretend/repos/community-staging-any/PKGBUILD
(from rev 107332, python-pretend/trunk/PKGBUILD)

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

Copied: python-pretend/repos/community-staging-any/PKGBUILD (from rev 107332, 
python-pretend/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 05:45:10 UTC (rev 107333)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-pretend
+pkgname=('python-pretend' 'python2-pretend')
+pkgver=1.0.8
+pkgrel=2
+pkgdesc=A library for stubbing in Python
+arch=('any')
+license=('BSD')
+url=https://github.com/alex/pretend;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pretend/pretend-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r pretend-${pkgver}{,-py2}
+}
+
+package_python-pretend() {
+  depends=('python')
+
+  cd pretend-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.rst 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst
+}
+
+package_python2-pretend() {
+  depends=('python2')
+
+  cd pretend-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.rst 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst
+}
+
+sha512sums=('25011216947289d340fb979ebc9e2c7f000571f006cf5ce15f10ff0e013164e4329a3a66933d202acf8ced498929cf9e5a2a3666aafa00f78348400615c5cec8')



[arch-commits] Commit in python2-rdflib/repos (staging-any staging-any/PKGBUILD)

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:46:08
  Author: fyan
Revision: 208013

archrelease: copy trunk to staging-any

Added:
  python2-rdflib/repos/staging-any/
  python2-rdflib/repos/staging-any/PKGBUILD
(from rev 208012, python2-rdflib/trunk/PKGBUILD)

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

Copied: python2-rdflib/repos/staging-any/PKGBUILD (from rev 208012, 
python2-rdflib/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 05:46:08 UTC (rev 208013)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Leif Warner abimel...@gmail.com
+
+pkgbase=python2-rdflib
+pkgname=('python2-rdflib' 'python-rdflib')
+pkgver=4.1.0
+pkgrel=2
+pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
+arch=('any')
+url=http://rdflib.net/;
+license=('BSD')
+makedepends=('python2-isodate' 'python-isodate' 'python2-setuptools' 
'python-setuptools')
+checkdepends=('python2-nose' 'python-nose' 'python2-pyparsing' 
'python-pyparsing' 
+  'python2-six' 'python-six')
+source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
+sha1sums=('5d7922ea3de794721bc70d3eb0618bcb4fdce9fc')
+
+prepare() {
+  cp -r RDFLib-rdflib-* python2-rdflib
+  cd python2-rdflib
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
rdflib/extras/{describer.py,infixowl.py} \
+
rdflib/plugins/parsers/{ntriples.py,notation3.py,structureddata.py,pyRdfa/extras/httpheader.py}
 \
+rdflib/tools/rdfpipe.py
+}
+
+check() {
+  cd RDFLib-rdflib-*
+  python setup.py test
+  cd ../python2-rdflib
+  python2 setup.py test
+}
+
+package_python2-rdflib() {
+  depends=('python2-isodate')
+
+  cd python2-rdflib
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  cd $pkgdir/usr/bin
+  for i in * ; do 
+mv $i $i-py2
+  done
+}
+
+package_python-rdflib() {
+  depends=('python-isodate')
+
+  cd RDFLib-rdflib-*
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:46:51
  Author: fyan
Revision: 107334

upgpkg: python-py 1.4.20-2

- python 3.4 rebuild

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:45:10 UTC (rev 107333)
+++ PKGBUILD2014-03-17 05:46:51 UTC (rev 107334)
@@ -9,7 +9,7 @@
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
 pkgver=1.4.20
-pkgrel=1
+pkgrel=2
 pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
 arch=('any')
 license=('MIT')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:47:46
  Author: fyan
Revision: 107335

archrelease: copy trunk to community-staging-any

Added:
  python-py/repos/community-staging-any/
  python-py/repos/community-staging-any/PKGBUILD
(from rev 107334, python-py/trunk/PKGBUILD)

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

Copied: python-py/repos/community-staging-any/PKGBUILD (from rev 107334, 
python-py/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 05:47:46 UTC (rev 107335)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
+# Contributor: Wieland Hoffmann themineo+...@gmail.com
+# Contributor: Hervé Cauwelier herve ¤ oursours.net
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.20
+pkgrel=2
+pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
+arch=('any')
+license=('MIT')
+url=http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r py-${pkgver} python2-py-${pkgver}
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd python2-py-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+sha512sums=('db392bd8d52ac2bf7b4785e18aaf58564596f66f15d355ee6f6e4169f6da7847331096ac7118c758ee5ce3f1865502a45f92ca2c99f411c12ee316760ca2b212')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:48:49
  Author: fyan
Revision: 208014

upgpkg: pyxdg 0.25-2

- python 3.4 rebuild

Modified:
  pyxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:46:08 UTC (rev 208013)
+++ PKGBUILD2014-03-17 05:48:49 UTC (rev 208014)
@@ -5,7 +5,7 @@
 pkgbase=pyxdg
 pkgname=('python2-xdg' 'python-xdg')
 pkgver=0.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Python library to access freedesktop.org standards
 arch=('any')
 url=http://freedesktop.org/Software/pyxdg;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:50:00
  Author: fyan
Revision: 107336

upgpkg: python-pytest 2.5.2-2

- python 3.4 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:47:46 UTC (rev 107335)
+++ PKGBUILD2014-03-17 05:50:00 UTC (rev 107336)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple powerful testing with Python
 arch=('any')
 license=('MIT')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:49:50
  Author: fyan
Revision: 208015

archrelease: copy trunk to staging-any

Added:
  pyxdg/repos/staging-any/
  pyxdg/repos/staging-any/PKGBUILD
(from rev 208014, pyxdg/trunk/PKGBUILD)

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

Copied: pyxdg/repos/staging-any/PKGBUILD (from rev 208014, pyxdg/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2014-03-17 05:49:50 UTC (rev 208015)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Mario A. Vazquez mario_v...@hotmail.com
+
+pkgbase=pyxdg
+pkgname=('python2-xdg' 'python-xdg')
+pkgver=0.25
+pkgrel=2
+pkgdesc=Python library to access freedesktop.org standards
+arch=('any')
+url=http://freedesktop.org/Software/pyxdg;
+license=(LGPL)
+makedepends=('python2' 'python')
+source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha1sums=('1272ee62b8c3909ac4844a34a95f8b1fb3398af2'
+  'b5ec82567cc4d7bcf3a151eaf70c42dd3ed5b194')
+
+package_python2-xdg() {
+  depends=('python2')
+  conflicts=('pyxdg')
+  provides=('pyxdg')
+  replaces=('pyxdg')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+package_python-xdg() {
+  depends=('python')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:50:59
  Author: fyan
Revision: 107337

archrelease: copy trunk to community-staging-any

Added:
  python-pytest/repos/community-staging-any/
  python-pytest/repos/community-staging-any/PKGBUILD
(from rev 107336, python-pytest/trunk/PKGBUILD)

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

Copied: python-pytest/repos/community-staging-any/PKGBUILD (from rev 107336, 
python-pytest/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 05:50:59 UTC (rev 107337)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.5.2
+pkgrel=2
+pkgdesc=Simple powerful testing with Python
+arch=('any')
+license=('MIT')
+url=http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
+source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r pytest-${pkgver} python2-pytest-${pkgver}
+}
+
+package_python-pytest() {
+  depends=('python' 'python-py')
+
+  cd pytest-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2' 'python2-py')
+
+  cd python2-pytest-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
+}
+
+sha512sums=('d291f229f4c0a2132c437dde6ca04bf87701fe270c2fa314104badad9221ab866251890c66387d23fefd3ab1f928ee3b290dac21e3d62e7660af8903e85a2f36')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:53:04
  Author: fyan
Revision: 107338

upgpkg: python-pytools 2014.1.2-2

- python 3.4 rebuild

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:50:59 UTC (rev 107337)
+++ PKGBUILD2014-03-17 05:53:04 UTC (rev 107338)
@@ -5,7 +5,7 @@
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
 pkgver=2014.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A collection of tools for Python
 arch=('any')
 url=http://mathema.tician.de/software/pytools;



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:54:14
  Author: fyan
Revision: 107339

archrelease: copy trunk to community-staging-any

Added:
  python-pytools/repos/community-staging-any/
  python-pytools/repos/community-staging-any/PKGBUILD
(from rev 107338, python-pytools/trunk/PKGBUILD)

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

Copied: python-pytools/repos/community-staging-any/PKGBUILD (from rev 107338, 
python-pytools/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 05:54:14 UTC (rev 107339)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.1.2
+pkgrel=2
+pkgdesc=A collection of tools for Python
+arch=('any')
+url=http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-${pkgver}.tar.gz)
+
+build() {
+   cp -a pytools-${pkgver}{,-python2}
+
+   cd $srcdir/pytools-${pkgver}
+   python setup.py build
+
+   cd ${srcdir}/pytools-${pkgver}-python2
+   python2 setup.py build
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd ${srcdir}/pytools-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd ${srcdir}/pytools-${pkgver}
+   python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+}
+
+sha512sums=('4c849518223a8257282a448554d38fee44b9583b1567b8f606a7903994d32274c5f67addfe629ea45a73587efaf9a826604c3688147b10914657d692ed9039e6')



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:54:44
  Author: fyan
Revision: 208016

upgpkg: python-zope-interface 4.1.0-2

- python 3.4 rebuild

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:49:50 UTC (rev 208015)
+++ PKGBUILD2014-03-17 05:54:44 UTC (rev 208016)
@@ -6,7 +6,7 @@
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 license=('ZPL')
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/zope.interface;
@@ -41,7 +41,7 @@
   depends=('python')
   cd ${srcdir}/zope.interface-${pkgver}
   python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.3/site-packages/zope/
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.4/site-packages/zope/
 }
 
 package_python2-zope-interface(){



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:56:07
  Author: fyan
Revision: 107340

upgpkg: python-sh 1.09-3

- python 3.4 rebuild

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 05:54:14 UTC (rev 107339)
+++ PKGBUILD2014-03-17 05:56:07 UTC (rev 107340)
@@ -6,7 +6,7 @@
 _pkgname=sh
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=1.09
-pkgrel=2
+pkgrel=3
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
 url='http://pypi.python.org/pypi/sh'



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:56:18
  Author: fyan
Revision: 208017

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

Added:
  python-zope-interface/repos/staging-i686/
  python-zope-interface/repos/staging-i686/PKGBUILD
(from rev 208016, python-zope-interface/trunk/PKGBUILD)
  python-zope-interface/repos/staging-x86_64/
  python-zope-interface/repos/staging-x86_64/PKGBUILD
(from rev 208016, python-zope-interface/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: python-zope-interface/repos/staging-i686/PKGBUILD (from rev 208016, 
python-zope-interface/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-17 05:56:18 UTC (rev 208017)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.1.0
+pkgrel=2
+license=('ZPL')
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/zope.interface;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz;)
+md5sums=('ac63de1784ea0327db876c908af07a94')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-python2}
+}
+
+build() {
+  #build python3 module
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py build
+
+  #build python2 module
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc=('Zope Interfaces for Python3')
+  depends=('python')
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.4/site-packages/zope/
+}
+
+package_python2-zope-interface(){
+  pkgdesc=('Zope Interfaces for Python2')
+  depends=('python2')
+  replaces=('zope-interface')
+  provides=('zope-interface')
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python2.7/site-packages/zope/
+}

Copied: python-zope-interface/repos/staging-x86_64/PKGBUILD (from rev 208016, 
python-zope-interface/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-17 05:56:18 UTC (rev 208017)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.1.0
+pkgrel=2
+license=('ZPL')
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/zope.interface;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz;)
+md5sums=('ac63de1784ea0327db876c908af07a94')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-python2}
+}
+
+build() {
+  #build python3 module
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py build
+
+  #build python2 module
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc=('Zope Interfaces for Python3')
+  depends=('python')
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.4/site-packages/zope/
+}
+
+package_python2-zope-interface(){
+  pkgdesc=('Zope Interfaces for Python2')
+  depends=('python2')
+  replaces=('zope-interface')
+  provides=('zope-interface')
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python2.7/site-packages/zope/
+}



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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 06:57:13
  Author: fyan
Revision: 107341

archrelease: copy trunk to community-staging-any

Added:
  python-sh/repos/community-staging-any/
  python-sh/repos/community-staging-any/PKGBUILD
(from rev 107340, python-sh/trunk/PKGBUILD)

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

Copied: python-sh/repos/community-staging-any/PKGBUILD (from rev 107340, 
python-sh/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 05:57:13 UTC (rev 107341)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.09
+pkgrel=3
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+
+build() {
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')