[arch-commits] Commit in emacs-pkgbuild-mode/trunk (2 files)

2014-02-22 Thread Eric Bélanger
Date: Sunday, February 23, 2014 @ 07:00:57
  Author: eric
Revision: 106110

upgpkg: emacs-pkgbuild-mode 0.11-2

Update template

Added:
  emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode-template.patch
Modified:
  emacs-pkgbuild-mode/trunk/PKGBUILD

+
 PKGBUILD   |   12 -
 emacs-pkgbuild-mode-template.patch |   76 +++
 2 files changed, 85 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-23 02:03:01 UTC (rev 106109)
+++ PKGBUILD2014-02-23 06:00:57 UTC (rev 106110)
@@ -3,7 +3,7 @@
 
 pkgname=emacs-pkgbuild-mode
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A major mode for creating packages with emacs"
 arch=('any')
 url="http://github.com/juergenhoetzel/pkgbuild-mode";
@@ -10,9 +10,15 @@
 license=('GPL')
 depends=('emacs')
 install=emacs-pkgbuild-mode.install
-source=(https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver})
-sha1sums=('2f0a658bef68801b50faac4fb746c895ed8ea672')
+source=(https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver} 
emacs-pkgbuild-mode-template.patch)
+sha1sums=('2f0a658bef68801b50faac4fb746c895ed8ea672'
+  'a7059f87095970a8fc2b954ec7420aae72a00995')
 
+prepare() {
+  cd juergenhoetzel-pkgbuild-mode-*
+  patch -p1 -i "${srcdir}/emacs-pkgbuild-mode-template.patch"
+}
+
 package() {
   cd juergenhoetzel-pkgbuild-mode-*
   emacs -batch -f batch-byte-compile pkgbuild-mode.el

Added: emacs-pkgbuild-mode-template.patch
===
--- emacs-pkgbuild-mode-template.patch  (rev 0)
+++ emacs-pkgbuild-mode-template.patch  2014-02-23 06:00:57 UTC (rev 106110)
@@ -0,0 +1,76 @@
+From 64a870e1f94fd3d74c3c6af3897d52ebf4f6bdc7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Eric=20B=C3=A9langer?= 
+Date: Fri, 16 Aug 2013 03:05:52 -0400
+Subject: [PATCH] Update PKGBUILD template
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Eric Bélanger 
+---
+ pkgbuild-mode.el | 24 +++-
+ 1 file changed, 19 insertions(+), 5 deletions(-)
+
+diff --git a/pkgbuild-mode.el b/pkgbuild-mode.el
+index deef5df..5c77a64 100644
+--- a/pkgbuild-mode.el
 b/pkgbuild-mode.el
+@@ -129,6 +129,7 @@
+ pkgname=%s
+ pkgver=VERSION
+ pkgrel=1
++epoch=
+ pkgdesc=\"\"
+ arch=('i686' 'x86_64')
+ url=\"\"
+@@ -136,6 +137,7 @@ license=('GPL')
+ groups=()
+ depends=()
+ makedepends=()
++checkdepends=()
+ optdepends=()
+ provides=()
+ conflicts=()
+@@ -144,22 +146,34 @@ backup=()
+ options=()
+ install=
+ changelog=
+-source=($pkgname-$pkgver.tar.gz)
++source=($pkgname-$pkgver.tar.gz
++$pkgname-$pkgver.patch)
+ noextract=()
+ md5sums=()
+ 
++prepare() {
++  cd $pkgname-$pkgver
++
++  patch -p1 -i \"$srcdir/$pkgname-$pkgver.patch\"
++}
++
+ build() {
+-  cd $startdir/src/$pkgname-$pkgver
++  cd $pkgname-$pkgver
+ 
+   ./configure --prefix=/usr
+   make
+ }
+ 
+-package() {
++check() {
++  cd $pkgname-$pkgver
+ 
+-  cd $startdir/src/$pkgname-$pkgver
++  make -k check
++}
++
++package() {
++  cd $pkgname-$pkgver
+ 
+-  make DESTDIR=$startdir/pkg install
++  make DESTDIR=\"$pkgdir/\" install
+ }
+ 
+ # vim:set ts=2 sw=2 et:
+-- 
+1.8.5.5
+



[arch-commits] Commit in emacs-pkgbuild-mode/repos/community-any (5 files)

2014-02-22 Thread Eric Bélanger
Date: Sunday, February 23, 2014 @ 07:01:15
  Author: eric
Revision: 106111

archrelease: copy trunk to community-any

Added:
  emacs-pkgbuild-mode/repos/community-any/PKGBUILD
(from rev 106110, emacs-pkgbuild-mode/trunk/PKGBUILD)
  emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode-template.patch
(from rev 106110, 
emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode-template.patch)
  emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode.install
(from rev 106110, emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode.install)
Deleted:
  emacs-pkgbuild-mode/repos/community-any/PKGBUILD
  emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode.install

+
 PKGBUILD   |   48 --
 emacs-pkgbuild-mode-template.patch |   76 +++
 emacs-pkgbuild-mode.install|   18 
 3 files changed, 112 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-23 06:00:57 UTC (rev 106110)
+++ PKGBUILD2014-02-23 06:01:15 UTC (rev 106111)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=emacs-pkgbuild-mode
-pkgver=0.11
-pkgrel=1
-pkgdesc="A major mode for creating packages with emacs"
-arch=('any')
-url="http://github.com/juergenhoetzel/pkgbuild-mode";
-license=('GPL')
-depends=('emacs')
-install=emacs-pkgbuild-mode.install
-source=(https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver})
-sha1sums=('2f0a658bef68801b50faac4fb746c895ed8ea672')
-
-package() {
-  cd juergenhoetzel-pkgbuild-mode-*
-  emacs -batch -f batch-byte-compile pkgbuild-mode.el
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -D -m644 pkgbuild-mode.el pkgbuild-mode.elc 
"${pkgdir}/usr/share/emacs/site-lisp"
-}

Copied: emacs-pkgbuild-mode/repos/community-any/PKGBUILD (from rev 106110, 
emacs-pkgbuild-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-23 06:01:15 UTC (rev 106111)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=emacs-pkgbuild-mode
+pkgver=0.11
+pkgrel=2
+pkgdesc="A major mode for creating packages with emacs"
+arch=('any')
+url="http://github.com/juergenhoetzel/pkgbuild-mode";
+license=('GPL')
+depends=('emacs')
+install=emacs-pkgbuild-mode.install
+source=(https://github.com/juergenhoetzel/pkgbuild-mode/tarball/${pkgver} 
emacs-pkgbuild-mode-template.patch)
+sha1sums=('2f0a658bef68801b50faac4fb746c895ed8ea672'
+  'a7059f87095970a8fc2b954ec7420aae72a00995')
+
+prepare() {
+  cd juergenhoetzel-pkgbuild-mode-*
+  patch -p1 -i "${srcdir}/emacs-pkgbuild-mode-template.patch"
+}
+
+package() {
+  cd juergenhoetzel-pkgbuild-mode-*
+  emacs -batch -f batch-byte-compile pkgbuild-mode.el
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -D -m644 pkgbuild-mode.el pkgbuild-mode.elc 
"${pkgdir}/usr/share/emacs/site-lisp"
+}

Copied: 
emacs-pkgbuild-mode/repos/community-any/emacs-pkgbuild-mode-template.patch 
(from rev 106110, emacs-pkgbuild-mode/trunk/emacs-pkgbuild-mode-template.patch)
===
--- emacs-pkgbuild-mode-template.patch  (rev 0)
+++ emacs-pkgbuild-mode-template.patch  2014-02-23 06:01:15 UTC (rev 106111)
@@ -0,0 +1,76 @@
+From 64a870e1f94fd3d74c3c6af3897d52ebf4f6bdc7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Eric=20B=C3=A9langer?= 
+Date: Fri, 16 Aug 2013 03:05:52 -0400
+Subject: [PATCH] Update PKGBUILD template
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Eric Bélanger 
+---
+ pkgbuild-mode.el | 24 +++-
+ 1 file changed, 19 insertions(+), 5 deletions(-)
+
+diff --git a/pkgbuild-mode.el b/pkgbuild-mode.el
+index deef5df..5c77a64 100644
+--- a/pkgbuild-mode.el
 b/pkgbuild-mode.el
+@@ -129,6 +129,7 @@
+ pkgname=%s
+ pkgver=VERSION
+ pkgrel=1
++epoch=
+ pkgdesc=\"\"
+ arch=('i686' 'x86_64')
+ url=\"\"
+@@ -136,6 +137,7 @@ license=('GPL')
+ groups=()
+ depends=()
+ makedepends=()
++checkdepends=()
+ optdepends=()
+ provides=()
+ conflicts=()
+@@ -144,22 +146,34 @@ backup=()
+ options=()
+ install=
+ changelog=
+-source=($pkgname-$pkgver.tar.gz)
++source=($pkgname-$pkgver.tar.gz
++$pkgname-$pkgver.patch)
+ noextract=()
+ md5sums=()
+ 
++prepare() {
++  cd $pkgname-$pkgver
++
++  patch -p1 -i \"$srcdir/$pkgname-$pkgver.patch\"
++}
++
+ build() {
+-  cd $startdir/src/$pkgname-$pkgver
++  cd $pkgname-$pkgver
+ 
+   ./configure --prefix=/usr
+   make
+ }
+ 
+-package() {
++check() {
++  cd $pkgname-$pkgver
+ 
+-  cd $startdir/src/$pkgname-$pkgver
++  make -k check
++}
++
++package() {
++  cd $pkgname-$pkgver
+ 
+-  make DESTDIR=$startdir/pkg install
++  make DESTDIR=\"$pkgdir/\" install
+ }
+ 
+ # vim:set ts=2 sw=2 et:
+-- 
+1.8.5.5
+

Deleted: emacs-pkgbuild-mode

[arch-commits] Commit in gajim/repos/extra-any (6 files)

2014-02-22 Thread Eric Bélanger
Date: Sunday, February 23, 2014 @ 06:32:55
  Author: eric
Revision: 206258

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 206257, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 206257, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 206257, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   88 +-
 gajim-drill.patch | 1604 ++--
 gajim.install |   22 
 3 files changed, 858 insertions(+), 856 deletions(-)

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


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

2014-02-22 Thread Eric Bélanger
Date: Sunday, February 23, 2014 @ 06:32:28
  Author: eric
Revision: 206257

upgpkg: gajim 0.15.4-2

Remove broken and unneeded certificates (close FS#38723), Update depends and 
makedepends

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-23 00:02:57 UTC (rev 206256)
+++ PKGBUILD2014-02-23 05:32:28 UTC (rev 206257)
@@ -3,13 +3,13 @@
 
 pkgname=gajim
 pkgver=0.15.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
 url="http://www.gajim.org/";
 license=('GPL3')
-depends=('pygtk' 'python2-pyopenssl' 'hicolor-icon-theme' 'ldns' 
'python2-pyasn1')
-makedepends=('gettext' 'intltool')
+depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'ca-certificates' 'ldns')
+makedepends=('intltool')
 optdepends=('python2-dbus: dbus support'
 'farstream-0.1: for video/voice support'
 'gstreamer0.10-bad: for video/voice support'
@@ -40,4 +40,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  # FS#38723
+  rm "${pkgdir}"/usr/share/gajim/data/other/cacerts.pem
 }



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

2014-02-22 Thread Felix Yan
Date: Sunday, February 23, 2014 @ 03:03:01
  Author: fyan
Revision: 106109

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-23 02:02:20 UTC (rev 106108)
+++ PKGBUILD2014-02-23 02:03:01 UTC (rev 106109)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez   
-# Contributor: Peter Garceau 
-
-pkgbase=python-sympy
-pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.4.1
-pkgrel=1
-arch=('any')
-pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
-url='http://sympy.org/en/index.html'
-license=('BSD')
-makedepends=('python2' 'python')
-optdepends=('pyglet: plotting'
-'ipython2: user friendly interface for isympy')
-source=("https://github.com/sympy/sympy/releases/download/sympy-${pkgver}/sympy-${pkgver}.tar.gz";)
-
-prepare() {
-  cp -r sympy-${pkgver} py3-sympy-${pkgver}
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
sympy-${pkgver}/sympy/mpmath/tests/runtests.py 
sympy-${pkgver}/sympy/utilities/tests/diagnose_imports.py
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
py3-sympy-${pkgver}/sympy/mpmath/tests/runtests.py 
py3-sympy-${pkgver}/sympy/utilities/tests/diagnose_imports.py
-}
-
-build() {
-  cd sympy-${pkgver}
-  python2 setup.py build
-
-  cd ../py3-sympy-${pkgver}
-  python3 setup.py build
-}
-
-#check() {
-#  cd sympy-${pkgver}
-#  python2 setup.py test
-#
-#  cd ../py3-sympy-${pkgver}
-#  python3 setup.py test
-#}
-
-package_python2-sympy() {
-  depends=('python2>=2.7')
-  optdepends=('python2-pyglet: plotting'
-  'ipython2: user friendly interface for isympy')
-
-  cd sympy-${pkgver}
-
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sympy() {
-  depends=('python>=3.3')
-  optdepends=('ipython: user friendly interface for isympy')
-
-  cd py3-sympy-${pkgver}
-
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-
-  # rename files that exists in both 'python2-sympy' and 'python-sympy'
-  mv "${pkgdir}"/usr/bin/isympy{,-py3}
-  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-sha512sums=('8d4d87428c202407ff364ef503634529500c1656cf5ddbb4de19b838499593c58d227f0b619541ce86cdc15157e3a5b48a95c906a5d05d4606ef95f1aa8fa2dc')

Copied: python-sympy/repos/community-any/PKGBUILD (from rev 106108, 
python-sympy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-23 02:03:01 UTC (rev 106109)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: Peter Garceau 
+
+pkgbase=python-sympy
+pkgname=('python2-sympy' 'python-sympy')
+pkgver=0.7.5
+pkgrel=1
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2' 'python' 'git')
+source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver}";)
+
+prepare() {
+  cp -r sympy py3-sympy
+
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+
sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+sympy/sympy/utilities/tests/diagnose_imports.py
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python3|' \
+
py3-sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+py3-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+py3-sympy/sympy/utilities/tests/diagnose_imports.py
+}
+
+build() {
+  cd sympy
+  python2 setup.py build
+
+  cd ../py3-sympy
+  python3 setup.py build
+}
+
+#check() {
+#  cd sympy
+#  python2 setup.py test
+#
+#  cd ../py3-sympy
+#  python3 setup.py test
+#}
+
+package_python2-sympy() {
+  depends=('python2>=2.7')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
+
+  cd sympy
+
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LI

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

2014-02-22 Thread Felix Yan
Date: Sunday, February 23, 2014 @ 03:02:20
  Author: fyan
Revision: 106108

upgpkg: python-sympy 0.7.5-1

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-23 01:03:44 UTC (rev 106107)
+++ PKGBUILD2014-02-23 02:02:20 UTC (rev 106108)
@@ -7,37 +7,43 @@
 
 pkgbase=python-sympy
 pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.4.1
+pkgver=0.7.5
 pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
 url='http://sympy.org/en/index.html'
 license=('BSD')
-makedepends=('python2' 'python')
-optdepends=('pyglet: plotting'
-'ipython2: user friendly interface for isympy')
-source=("https://github.com/sympy/sympy/releases/download/sympy-${pkgver}/sympy-${pkgver}.tar.gz";)
+makedepends=('python2' 'python' 'git')
+source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver}";)
 
 prepare() {
-  cp -r sympy-${pkgver} py3-sympy-${pkgver}
+  cp -r sympy py3-sympy
 
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
sympy-${pkgver}/sympy/mpmath/tests/runtests.py 
sympy-${pkgver}/sympy/utilities/tests/diagnose_imports.py
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
py3-sympy-${pkgver}/sympy/mpmath/tests/runtests.py 
py3-sympy-${pkgver}/sympy/utilities/tests/diagnose_imports.py
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+
sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+sympy/sympy/utilities/tests/diagnose_imports.py
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python3|' \
+
py3-sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+py3-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+py3-sympy/sympy/utilities/tests/diagnose_imports.py
 }
 
 build() {
-  cd sympy-${pkgver}
+  cd sympy
   python2 setup.py build
 
-  cd ../py3-sympy-${pkgver}
+  cd ../py3-sympy
   python3 setup.py build
 }
 
 #check() {
-#  cd sympy-${pkgver}
+#  cd sympy
 #  python2 setup.py test
 #
-#  cd ../py3-sympy-${pkgver}
+#  cd ../py3-sympy
 #  python3 setup.py test
 #}
 
@@ -46,7 +52,7 @@
   optdepends=('python2-pyglet: plotting'
   'ipython2: user friendly interface for isympy')
 
-  cd sympy-${pkgver}
+  cd sympy
 
   python2 setup.py install --root "${pkgdir}" --optimize=1
 
@@ -57,7 +63,7 @@
   depends=('python>=3.3')
   optdepends=('ipython: user friendly interface for isympy')
 
-  cd py3-sympy-${pkgver}
+  cd py3-sympy
 
   python3 setup.py install --root "${pkgdir}" --optimize=1
 
@@ -68,4 +74,4 @@
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
-sha512sums=('8d4d87428c202407ff364ef503634529500c1656cf5ddbb4de19b838499593c58d227f0b619541ce86cdc15157e3a5b48a95c906a5d05d4606ef95f1aa8fa2dc')
+sha512sums=('SKIP')



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

2014-02-22 Thread Daniel Wallace
Date: Sunday, February 23, 2014 @ 02:03:44
  Author: dwallace
Revision: 106107

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

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

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

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 106106, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-23 01:03:44 UTC (rev 106107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace http://www.freedesktop.org/wiki/Software/systemd/";
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz";)
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+
+
+build() {
+   cd "$_pkgname-$pkgver"
+./configure \
+--libexecdir=/usr/lib \
+--disable-manpages \
+--with-sysvinit-path=/etc/rc.d/init.d \
+--with-rc-local-script-path-start=/etc/rc.d/rc.local \
+PYTHON=python2
+   make
+}
+
+package(){
+   cd "$_pkgname-$pkgver"
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/python2.7
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 
$pkgdir/usr/lib/python2.7
+}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
106106, python2-systemd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-23 01:03:44 UTC (rev 106107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace http://www.freedesktop.org/wiki/Software/systemd/";
+license=('GPL')
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz";)
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+
+
+build() {
+   cd "$_pkgname-$pkgver"
+./configure \
+--libexecdir=/usr/lib \
+--disable-manpages \
+--with-sysvinit-path=/etc/rc.d/init.d \
+--with-rc-local-script-path-start=/etc/rc.d/rc.local \
+PYTHON=python2
+   make
+}
+
+package(){
+   cd "$_pkgname-$pkgver"
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/python2.7
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 
$pkgdir/usr/lib/python2.7
+}



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

2014-02-22 Thread Daniel Wallace
Date: Sunday, February 23, 2014 @ 02:03:08
  Author: dwallace
Revision: 106106

upgpkg: python2-systemd 209-1

upgpkg: python2-systemd 209

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 23:13:31 UTC (rev 106105)
+++ PKGBUILD2014-02-23 01:03:08 UTC (rev 106106)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Wallace http://www.freedesktop.org/wiki/Software/systemd/";
 license=('GPL')
-depends=('python2' "systemd=$pkgver")
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz";)
-md5sums=('df64550d92afbffb4f67a434193ee165')
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
 
 
 build() {



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

2014-02-22 Thread Dave Reisner
Date: Sunday, February 23, 2014 @ 01:02:57
  Author: dreisner
Revision: 206256

avoid call to vercmp in post_install

Modified:
  systemd/trunk/systemd.install

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

Modified: systemd.install
===
--- systemd.install 2014-02-22 23:32:53 UTC (rev 206255)
+++ systemd.install 2014-02-23 00:02:57 UTC (rev 206256)
@@ -26,7 +26,7 @@
   journalctl --update-catalog
 
   # don't reexec on 209-1 upgrade
-  if [ "$(vercmp 209-1 "$2")" -eq 1 ]; then
+  if [ -n "$2" ] && [ "$(vercmp 209-1 "$2")" -eq 1 ]; then
 return
   fi
 



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

2014-02-22 Thread Thomas Bächler
Date: Sunday, February 23, 2014 @ 00:32:53
  Author: thomas
Revision: 206255

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

Added:
  linux/repos/testing-i686/
  
linux/repos/testing-i686/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch
(from rev 206254, 
linux/trunk/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch)
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 206254, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 206254, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 206254, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 206254, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 206254, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 206254, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 206254, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 206254, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 206254, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 206254, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 206254, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 206254, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/i8042-fix-aliases.patch
(from rev 206254, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-i686/linux.install
(from rev 206254, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 206254, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  
linux/repos/testing-x86_64/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch
(from rev 206254, 
linux/trunk/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch)
  
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 206254, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 206254, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 206254, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 206254, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 206254, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 206254, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 206254, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 206254, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 206254, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 206254, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 206254, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 206254, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/i8042-fix-aliases.patch
(from rev 206254, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 206254, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 206254, linux/trunk/linux.preset)

+
 testing-i686/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patc

[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

2014-02-22 Thread Anatol Pomozov
Date: Sunday, February 23, 2014 @ 00:13:31
  Author: anatolik
Revision: 106105

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

Added:
  arm-none-eabi-gdb/repos/community-i686/
  arm-none-eabi-gdb/repos/community-i686/PKGBUILD
(from rev 106104, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-x86_64/
  arm-none-eabi-gdb/repos/community-x86_64/PKGBUILD
(from rev 106104, arm-none-eabi-gdb/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   50 
 community-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: arm-none-eabi-gdb/repos/community-i686/PKGBUILD (from rev 106104, 
arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 23:13:31 UTC (rev 106105)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.7
+pkgrel=2
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2)
+makedepends=(texinfo)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2)
+sha256sums=('0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23')
+
+build() {
+  cd gdb-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-system-readline \
+  --disable-nls \
+  --with-python=/usr/bin/python2 \
+  --with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm "$pkgdir"/usr/share/man/man1/gdb*
+  rm -r "$pkgdir"/usr/share/man/man5
+}

Copied: arm-none-eabi-gdb/repos/community-x86_64/PKGBUILD (from rev 106104, 
arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-22 23:13:31 UTC (rev 106105)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.7
+pkgrel=2
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2)
+makedepends=(texinfo)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2)
+sha256sums=('0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23')
+
+build() {
+  cd gdb-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-system-readline \
+  --disable-nls \
+  --with-python=/usr/bin/python2 \
+  --with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm "$pkgdir"/usr/share/man/man1/gdb*
+  rm -r "$pkgdir"/usr/share/man/man5
+}



[arch-commits] Commit in (4 files)

2014-02-22 Thread Anatol Pomozov
Date: Sunday, February 23, 2014 @ 00:11:57
  Author: anatolik
Revision: 106104

arm-none-eabi-gdb: move arm cross-tools from from aur to community

Added:
  arm-none-eabi-gdb/
  arm-none-eabi-gdb/repos/
  arm-none-eabi-gdb/trunk/
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Added: arm-none-eabi-gdb/trunk/PKGBUILD
===
--- arm-none-eabi-gdb/trunk/PKGBUILD(rev 0)
+++ arm-none-eabi-gdb/trunk/PKGBUILD2014-02-22 23:11:57 UTC (rev 106104)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.7
+pkgrel=2
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2)
+makedepends=(texinfo)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2)
+sha256sums=('0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23')
+
+build() {
+  cd gdb-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-system-readline \
+  --disable-nls \
+  --with-python=/usr/bin/python2 \
+  --with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm "$pkgdir"/usr/share/man/man1/gdb*
+  rm -r "$pkgdir"/usr/share/man/man5
+}


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


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

2014-02-22 Thread Thomas Bächler
Date: Sunday, February 23, 2014 @ 00:05:10
  Author: thomas
Revision: 206254

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-22 23:04:56 UTC (rev 206253)
+++ PKGBUILD2014-02-22 23:05:10 UTC (rev 206254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Thomas Baechler 
-
-pkgname=linux-manpages
-pkgver=3.12
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
-arch=('any')
-url="http://www.kernel.org";
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02')
-
-build() {
-  cd "${srcdir}/linux-$pkgver"
-  make mandocs
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-"${pkgdir}/usr/share/man/man9/"
-
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
-}

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



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

2014-02-22 Thread Thomas Bächler
Date: Sunday, February 23, 2014 @ 00:04:56
  Author: thomas
Revision: 206253

upgpkg: linux-manpages 3.13-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 22:54:25 UTC (rev 206252)
+++ PKGBUILD2014-02-22 23:04:56 UTC (rev 206253)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02')
+sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
 
 build() {
   cd "${srcdir}/linux-$pkgver"



[arch-commits] Commit in arm-none-eabi-gcc/repos (10 files)

2014-02-22 Thread Anatol Pomozov
Date: Sunday, February 23, 2014 @ 00:00:36
  Author: anatolik
Revision: 106103

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

Added:
  arm-none-eabi-gcc/repos/community-i686/
  arm-none-eabi-gcc/repos/community-i686/PKGBUILD
(from rev 106102, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-i686/gcc-4.8.2-multilib.patch
(from rev 106102, arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch)
  arm-none-eabi-gcc/repos/community-i686/gcc-4.8.2-no-exceptions.patch
(from rev 106102, arm-none-eabi-gcc/trunk/gcc-4.8.2-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-i686/libgloss-configure-fix.patch
(from rev 106102, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)
  arm-none-eabi-gcc/repos/community-x86_64/
  arm-none-eabi-gcc/repos/community-x86_64/PKGBUILD
(from rev 106102, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-x86_64/gcc-4.8.2-multilib.patch
(from rev 106102, arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch)
  arm-none-eabi-gcc/repos/community-x86_64/gcc-4.8.2-no-exceptions.patch
(from rev 106102, arm-none-eabi-gcc/trunk/gcc-4.8.2-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-x86_64/libgloss-configure-fix.patch
(from rev 106102, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)

+
 community-i686/PKGBUILD|   98 +++
 community-i686/gcc-4.8.2-multilib.patch|   95 ++
 community-i686/gcc-4.8.2-no-exceptions.patch   |   20 
 community-i686/libgloss-configure-fix.patch|   11 ++
 community-x86_64/PKGBUILD  |   98 +++
 community-x86_64/gcc-4.8.2-multilib.patch  |   95 ++
 community-x86_64/gcc-4.8.2-no-exceptions.patch |   20 
 community-x86_64/libgloss-configure-fix.patch  |   11 ++
 8 files changed, 448 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-i686/PKGBUILD (from rev 106102, 
arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 23:00:36 UTC (rev 106103)
@@ -0,0 +1,98 @@
+# Maintainer: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.8.2
+pkgrel=8
+_newlibver=2.1.0
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=(cloog libmpc zlib)
+makedepends=($_target-binutils gmp mpfr)
+#checkdepends=(dejagnu)
+options=(!emptydirs !strip staticlibs)
+source=(ftp://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
+gcc-$pkgver-multilib.patch
+gcc-$pkgver-no-exceptions.patch
+libgloss-configure-fix.patch)
+sha256sums=('09dc2276c73424bbbfda1dbddc62bbbf900c9f185acf7f3e1d773ce2d7e3cdc8'
+'3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
+'4edd875c89391cbf5c2b57587a51da0dfda54ca0c711a85e9c301f03083e4189'
+'649eb3b443e975d40ca61128ba715d1e3a29716e1e45a52c661ac0dba3c2099d'
+'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
+
+prepare() {
+  # Apply configure fix from newlib CVS
+  cd "$srcdir/newlib-$_newlibver/libgloss/arm"
+  patch -Np0 -i "$srcdir/libgloss-configure-fix.patch"
+  autoreconf
+
+  cd "$srcdir"
+  patch -Np0 -i gcc-$pkgver-multilib.patch
+  patch -Np0 -i gcc-$pkgver-no-exceptions.patch
+
+  # Move newlib and libgloss to gcc source directory
+  mv newlib-$_newlibver/newlib   gcc-$pkgver
+  mv newlib-$_newlibver/libgloss gcc-$pkgver
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
gcc-$pkgver/{libiberty,gcc}/configure
+}
+
+build() {
+  cd gcc-$pkgver
+  mkdir build
+  cd build
+
+  export CFLAGS_FOR_TARGET='-O2 -g -pipe'
+  export CXXFLAGS_FOR_TARGET='-O2 -g -pipe'
+
+  ../configure --target=$_target \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --with-pkgversion='Arch Repository' \
+   --with-bugurl='https://bugs.archlinux.org/' \
+   --enable-multilib \
+   --enable-interwork \
+   --enable-languages=c,c++ \
+   --with-newlib \
+   --with-gnu-as \
+   --with-gnu-ld \
+   --disable-nls \
+   --disable-shared \
+   --disable-threads \
+   --with-headers=newlib/libc/include \
+   --disable-libssp \
+   --disable-libstdcxx-pch \
+   --disable-libmudflap \
+   --disable-libgomp \
+   --with-system-zlib \
+   --disable-newlib-supplied-syscalls
+
+  make
+}
+
+check() {
+  cd gcc-$pkgver/build
+# TODO: 

[arch-commits] Commit in (7 files)

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 23:55:36
  Author: anatolik
Revision: 106102

arm-none-eabi-gcc: move arm cross-tools from from aur to community

Added:
  arm-none-eabi-gcc/
  arm-none-eabi-gcc/repos/
  arm-none-eabi-gcc/trunk/
  arm-none-eabi-gcc/trunk/PKGBUILD
  arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch
  arm-none-eabi-gcc/trunk/gcc-4.8.2-no-exceptions.patch
  arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch

---+
 PKGBUILD  |   98 
 gcc-4.8.2-multilib.patch  |   95 ++
 gcc-4.8.2-no-exceptions.patch |   20 
 libgloss-configure-fix.patch  |   11 
 4 files changed, 224 insertions(+)

Added: arm-none-eabi-gcc/trunk/PKGBUILD
===
--- arm-none-eabi-gcc/trunk/PKGBUILD(rev 0)
+++ arm-none-eabi-gcc/trunk/PKGBUILD2014-02-22 22:55:36 UTC (rev 106102)
@@ -0,0 +1,98 @@
+# Maintainer: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.8.2
+pkgrel=8
+_newlibver=2.1.0
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=(cloog libmpc zlib)
+makedepends=($_target-binutils gmp mpfr)
+#checkdepends=(dejagnu)
+options=(!emptydirs !strip staticlibs)
+source=(ftp://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
+gcc-$pkgver-multilib.patch
+gcc-$pkgver-no-exceptions.patch
+libgloss-configure-fix.patch)
+sha256sums=('09dc2276c73424bbbfda1dbddc62bbbf900c9f185acf7f3e1d773ce2d7e3cdc8'
+'3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
+'4edd875c89391cbf5c2b57587a51da0dfda54ca0c711a85e9c301f03083e4189'
+'649eb3b443e975d40ca61128ba715d1e3a29716e1e45a52c661ac0dba3c2099d'
+'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
+
+prepare() {
+  # Apply configure fix from newlib CVS
+  cd "$srcdir/newlib-$_newlibver/libgloss/arm"
+  patch -Np0 -i "$srcdir/libgloss-configure-fix.patch"
+  autoreconf
+
+  cd "$srcdir"
+  patch -Np0 -i gcc-$pkgver-multilib.patch
+  patch -Np0 -i gcc-$pkgver-no-exceptions.patch
+
+  # Move newlib and libgloss to gcc source directory
+  mv newlib-$_newlibver/newlib   gcc-$pkgver
+  mv newlib-$_newlibver/libgloss gcc-$pkgver
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
gcc-$pkgver/{libiberty,gcc}/configure
+}
+
+build() {
+  cd gcc-$pkgver
+  mkdir build
+  cd build
+
+  export CFLAGS_FOR_TARGET='-O2 -g -pipe'
+  export CXXFLAGS_FOR_TARGET='-O2 -g -pipe'
+
+  ../configure --target=$_target \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --with-pkgversion='Arch Repository' \
+   --with-bugurl='https://bugs.archlinux.org/' \
+   --enable-multilib \
+   --enable-interwork \
+   --enable-languages=c,c++ \
+   --with-newlib \
+   --with-gnu-as \
+   --with-gnu-ld \
+   --disable-nls \
+   --disable-shared \
+   --disable-threads \
+   --with-headers=newlib/libc/include \
+   --disable-libssp \
+   --disable-libstdcxx-pch \
+   --disable-libmudflap \
+   --disable-libgomp \
+   --with-system-zlib \
+   --disable-newlib-supplied-syscalls
+
+  make
+}
+
+check() {
+  cd gcc-$pkgver/build
+# TODO: enable gcc tests for arm target
+#  make check 
RUNTESTFLAGS="--target_board=arm-sim\{-mhard-float,-msoft-float\}\{-O2,\}"
+#  ../contrib/test_summary
+}
+
+package() {
+  cd gcc-$pkgver/build
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # Strip host objects but do not touch target one
+  find "$pkgdir" -executable -type f -exec /usr/bin/strip --strip-debug '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm "$pkgdir"/usr/lib/libiberty.a
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/gcc-$pkgver
+}


Property changes on: arm-none-eabi-gcc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch
===
--- arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch
(rev 0)
+++ arm-none-eabi-gcc/trunk/gcc-4.8.2-multilib.patch2014-02-22 22:55:36 UTC 
(rev 106102)
@@ -0,0 +1,95 @@
+--- gcc-4.8.2/gcc/config/arm/t-arm-elf.orig2013-01-10 21:38:27.0 
+0100
 gcc-4.8.2/gcc/config/arm/t-arm-elf 2013-10-17 08:14:29.237001796 +0200
+@@ -18,

[arch-commits] Commit in linux/trunk (0001-quirk-asm_volatile_goto.patch PKGBUILD)

2014-02-22 Thread Thomas Bächler
Date: Saturday, February 22, 2014 @ 23:54:25
  Author: thomas
Revision: 206252

Prepare 3.13.5 update

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0001-quirk-asm_volatile_goto.patch

+
 0001-quirk-asm_volatile_goto.patch |   51 ---
 PKGBUILD   |9 +-
 2 files changed, 2 insertions(+), 58 deletions(-)

Deleted: 0001-quirk-asm_volatile_goto.patch
===
--- 0001-quirk-asm_volatile_goto.patch  2014-02-22 20:39:39 UTC (rev 206251)
+++ 0001-quirk-asm_volatile_goto.patch  2014-02-22 22:54:25 UTC (rev 206252)
@@ -1,51 +0,0 @@
-From a9f180345f5378ac87d80ed0bea55ba421d83859 Mon Sep 17 00:00:00 2001
-From: Steven Noonan 
-Date: Thu, 13 Feb 2014 07:01:07 +
-Subject: compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
-
-I started noticing problems with KVM guest destruction on Linux
-3.12+, where guest memory wasn't being cleaned up. I bisected it
-down to the commit introducing the new 'asm goto'-based atomics,
-and found this quirk was later applied to those.
-
-Unfortunately, even with GCC 4.8.2 (which ostensibly fixed the
-known 'asm goto' bug) I am still getting some kind of
-miscompilation. If I enable the asm_volatile_goto quirk for my
-compiler, KVM guests are destroyed correctly and the memory is
-cleaned up.
-
-So make the quirk unconditional for now, until bug is found
-and fixed.
-
-Suggested-by: Linus Torvalds 
-Signed-off-by: Steven Noonan 
-Cc: Peter Zijlstra 
-Cc: Steven Rostedt 
-Cc: Jakub Jelinek 
-Cc: Richard Henderson 
-Cc: Andrew Morton 
-Cc: Oleg Nesterov 
-Cc: 
-Link: 
http://lkml.kernel.org/r/1392274867-15236-1-git-send-email-ste...@uplinklabs.net
-Link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
-Signed-off-by: Ingo Molnar 

-diff --git a/include/linux/compiler-gcc4.h b/include/linux/compiler-gcc4.h
-index ded4299..2507fd2 100644
 a/include/linux/compiler-gcc4.h
-+++ b/include/linux/compiler-gcc4.h
-@@ -75,11 +75,7 @@
-  *
-  * (asm goto is automatically volatile - the naming reflects this.)
-  */
--#if GCC_VERSION <= 40801
--# define asm_volatile_goto(x...)  do { asm goto(x); asm (""); } while (0)
--#else
--# define asm_volatile_goto(x...)  do { asm goto(x); } while (0)
--#endif
-+#define asm_volatile_goto(x...)   do { asm goto(x); asm (""); } while (0)
- 
- #ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP
- #if GCC_VERSION >= 40400
---
-cgit v0.9.2

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 20:39:39 UTC (rev 206251)
+++ PKGBUILD2014-02-22 22:54:25 UTC (rev 206252)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.13
-pkgver=3.13.4
+pkgver=3.13.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -28,11 +28,10 @@
 '0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch'
 '0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch'
 '0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch'
-'0001-quirk-asm_volatile_goto.patch'
 'i8042-fix-aliases.patch'
 )
 md5sums=('0ecbaf65c00374eb4a826c2f9f37606f'
- '77ca721ea0e8373f58f596fe0d9b1b47'
+ '114c391a592131f1c12544e063173a45'
  'ba4468d313adfaf22368add7f58204aa'
  '035bb27dac306f5c028d96cad14bb249'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -46,7 +45,6 @@
  'a724515b350b29c53f20e631c6cf9a14'
  '1ae4ec847f41fa1b6d488f956e94c893'
  'e6fa278c092ad83780e2dd0568e24ca6'
- '6baa312bc166681f48e972824f3f6649'
  '93dbf73af819b77f03453a9c6de2bb47')
 
 _kernelname=${pkgbase#linux}
@@ -93,9 +91,6 @@
 
   # Fix i8042 aliases
   patch -p1 -i "${srcdir}/i8042-fix-aliases.patch"
-  # Fix compile issues
-  # 
http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/patch/?id=a9f180345f5378ac87d80ed0bea55ba421d83859
-  patch -Np1 -i "${srcdir}/0001-quirk-asm_volatile_goto.patch"
 
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config



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

2014-02-22 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 23:32:55
  Author: eric
Revision: 106101

archrelease: copy trunk to community-any

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

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

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

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



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

2014-02-22 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 23:32:26
  Author: eric
Revision: 106100

upgpkg: youtube-dl 2014.02.22-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 21:08:18 UTC (rev 106099)
+++ PKGBUILD2014-02-22 22:32:26 UTC (rev 106100)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2014.02.21.1
+pkgver=2014.02.22
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e40cd96a578c93407d2691520756115a135a443c'
+sha1sums=('1aac74fad6d32858af3bcddcf1db19624c86a5f7'
   'SKIP')
 
 prepare() {



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

2014-02-22 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 22:08:18
  Author: eric
Revision: 106099

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-22 21:07:41 UTC (rev 106098)
+++ community-i686/PKGBUILD 2014-02-22 21:08:18 UTC (rev 106099)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=14
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 106098, 
electricsheep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 21:08:18 UTC (rev 106099)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=15
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.x

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

2014-02-22 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 22:07:41
  Author: eric
Revision: 106098

upgpkg: electricsheep 2.7b33-15

Rebuild against wxgtk (close FS#38992)

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:26:13 UTC (rev 106097)
+++ PKGBUILD2014-02-22 21:07:41 UTC (rev 106098)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=14
+pkgrel=15
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/";



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

2014-02-22 Thread Dave Reisner
Date: Saturday, February 22, 2014 @ 21:39:39
  Author: dreisner
Revision: 206251

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

Added:
  
systemd/repos/testing-i686/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
(from rev 206250, 
systemd/trunk/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 206250, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 206250, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 206250, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 206250, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 206250, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
(from rev 206250, 
systemd/trunk/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 206250, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 206250, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 206250, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 206250, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 206250, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  
298 
 /initcpio-hook-udev |  
 44 +
 /initcpio-install-systemd   |  
318 +
 /initcpio-install-udev  |  
 58 +
 /systemd.install|  
332 ++
 testing-i686/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch   |  
 30 
 testing-i686/PKGBUILD   |  
143 
 testing-i686/initcpio-hook-udev |  
 22 
 testing-i686/initcpio-install-systemd   |  
159 
 testing-i686/initcpio-install-udev  |  
 29 
 testing-i686/systemd.install|  
166 -
 testing-x86_64/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch |  
 30 
 testing-x86_64/PKGBUILD |  
143 
 testing-x86_64/initcpio-hook-udev   |  
 22 
 testing-x86_64/initcpio-install-systemd |  
159 
 testing-x86_64/initcpio-install-udev|  
 29 
 testing-x86_64/systemd.install  |  
166 -
 17 files changed, 1110 insertions(+), 1038 deletions(-)

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


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

2014-02-22 Thread Dave Reisner
Date: Saturday, February 22, 2014 @ 21:38:47
  Author: dreisner
Revision: 206250

upgpkg: systemd 209-3

- backport fix for crash on bootup with timer units
- remove hackaround for manpage redirects

Added:
  systemd/trunk/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
Modified:
  systemd/trunk/PKGBUILD

--+
 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch |   30 ++
 PKGBUILD |   22 ---
 2 files changed, 44 insertions(+), 8 deletions(-)

Added: 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
===
--- 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
(rev 0)
+++ 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
2014-02-22 20:38:47 UTC (rev 206250)
@@ -0,0 +1,30 @@
+From 9ac441c0f40a10a6c498398e5876a5256b833e31 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= 
+Date: Fri, 21 Feb 2014 11:20:24 +0100
+Subject: [PATCH] sd-event: Fix systemd crash when using timer units.
+
+There was a copy-paste error introduced in commit 
c2ba3ad6604ef2e189d7e0a36d696e84d3ab
+which causes the following error when using timer units:
+
+Assertion '(x->type == SOURCE_MONOTONIC && y->type == SOURCE_MONOTONIC) || 
(x->type == SOURCE_REALTIME && y->type == SOURCE_REALTIME)'
+failed at src/libsystemd/sd-event/sd-event.c:264, function 
latest_time_prioq_compare(). Aborting.
+---
+ src/libsystemd/sd-event/sd-event.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libsystemd/sd-event/sd-event.c 
b/src/libsystemd/sd-event/sd-event.c
+index 25dfd17..1f039bc 100644
+--- a/src/libsystemd/sd-event/sd-event.c
 b/src/libsystemd/sd-event/sd-event.c
+@@ -771,7 +771,7 @@ _public_ int sd_event_add_realtime(sd_event *e,
+sd_event_time_handler_t callback,
+void *userdata) {
+ 
+-return event_add_time_internal(e, ret, SOURCE_REALTIME, 
&e->realtime_fd, CLOCK_REALTIME, &e->realtime_earliest, &e->monotonic_latest, 
usec, accuracy, callback, userdata);
++return event_add_time_internal(e, ret, SOURCE_REALTIME, 
&e->realtime_fd, CLOCK_REALTIME, &e->realtime_earliest, &e->realtime_latest, 
usec, accuracy, callback, userdata);
+ }
+ 
+ static int event_update_signal_fd(sd_event *e) {
+-- 
+1.9.0
+

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 18:40:57 UTC (rev 206249)
+++ PKGBUILD2014-02-22 20:38:47 UTC (rev 206250)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=209
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -12,14 +12,22 @@
  'linux-api-headers' 'pam' 'python' 'python-lxml' 'quota-tools' 
'xz')
 options=('strip' 'debug')
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
+'0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch'
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev')
 md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7'
+ 'bd3f3d91daf425bf76e55682a7274622'
  '29245f7a240bfba66e2b1783b63b6b40'
  '8b68b0218a3897d4d37a6ccf47914774'
  'bde43090d4ac0ef048e3eaee8202a407')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 <../0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 
@@ -40,9 +48,9 @@
   make
 }
 
-#check() {
-#  make -C "$pkgname-$pkgver" check || :
-#}
+check() {
+  make -C "$pkgname-$pkgver" check || :
+}
 
 package_systemd() {
   pkgdesc="system and service manager"
@@ -76,12 +84,10 @@
 
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 
-  # fix .so links in manpage stubs
-  find "$pkgdir/usr/share/man" -type f -name '*.[[:digit:]]' \
-  -exec sed -ri '1s|^\.so (.*)\.([0-9]+)|.so man\2/\1.\2|' {} +
-
   # don't write units to /etc by default -- we'll enable this on post_install
   # as a sane default
+  # TODO(dreisner): handle systemd-networkd in the same way in 210 since it'll
+  # have the same "auto opt-in" behavior.
   rm "$pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service"
   rmdir "$pkgdir/etc/systemd/system/getty.target.wants"
 



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

2014-02-22 Thread Giovanni Scafora
Date: Saturday, February 22, 2014 @ 19:40:57
  Author: giovanni
Revision: 206249

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 206248, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 206248, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 206248, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 206248, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 206248, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 206248, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-x86_64/vlc.install

---+
 /PKGBUILD |  210 
 /vlc-2.0.7-vaapi-compat.patch |   22 ++
 /vlc.install  |   36 
 extra-i686/PKGBUILD   |  105 --
 extra-i686/vlc-2.0.7-vaapi-compat.patch   |   11 -
 extra-i686/vlc.install|   18 --
 extra-x86_64/PKGBUILD |  105 --
 extra-x86_64/vlc-2.0.7-vaapi-compat.patch |   11 -
 extra-x86_64/vlc.install  |   18 --
 9 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-22 18:40:50 UTC (rev 206248)
+++ extra-i686/PKGBUILD 2014-02-22 18:40:57 UTC (rev 206249)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' 
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
-'vlc-2.0.7-vaapi-compat.patch')
-md5sums=('56a489d093ffef9aa29809116985adba'
- '6df10774bb7acf20e09d6139e5c7839e')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/vlc-2.0.7-vaapi-compat.patch"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  CFLAGS+="-I/usr/i

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

2014-02-22 Thread Giovanni Scafora
Date: Saturday, February 22, 2014 @ 19:40:50
  Author: giovanni
Revision: 206248

upgpkg: vlc 2.1.4-1

upstream release

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 17:30:42 UTC (rev 206247)
+++ PKGBUILD2014-02-22 18:40:50 UTC (rev 206248)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
@@ -58,7 +58,7 @@
 install=vlc.install
 
source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
 'vlc-2.0.7-vaapi-compat.patch')
-md5sums=('56a489d093ffef9aa29809116985adba'
+md5sums=('7ed67d22f7425011078772bfc62ac222'
  '6df10774bb7acf20e09d6139e5c7839e')
 
 prepare() {



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:30:40
  Author: guillaume
Revision: 206246

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

Added:
  antlr2/repos/extra-i686/
  antlr2/repos/extra-i686/PKGBUILD
(from rev 206245, antlr2/trunk/PKGBUILD)
  antlr2/repos/extra-i686/gcc4.4.patch
(from rev 206245, antlr2/trunk/gcc4.4.patch)
  antlr2/repos/extra-i686/runantlr2.sh
(from rev 206245, antlr2/trunk/runantlr2.sh)
  antlr2/repos/extra-x86_64/
  antlr2/repos/extra-x86_64/PKGBUILD
(from rev 206245, antlr2/trunk/PKGBUILD)
  antlr2/repos/extra-x86_64/gcc4.4.patch
(from rev 206245, antlr2/trunk/gcc4.4.patch)
  antlr2/repos/extra-x86_64/runantlr2.sh
(from rev 206245, antlr2/trunk/runantlr2.sh)

---+
 extra-i686/PKGBUILD   |   61 
 extra-i686/gcc4.4.patch   |   21 +++
 extra-i686/runantlr2.sh   |5 +++
 extra-x86_64/PKGBUILD |   61 
 extra-x86_64/gcc4.4.patch |   21 +++
 extra-x86_64/runantlr2.sh |5 +++
 6 files changed, 174 insertions(+)

Copied: antlr2/repos/extra-i686/PKGBUILD (from rev 206245, 
antlr2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-22 17:30:40 UTC (rev 206246)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor: George Giorgidze 
+# Contributor: Stefan Husmann 
+
+pkgbase=antlr2
+pkgname=('antlr2' 'python2-antlr2')
+pkgver=2.7.7
+pkgrel=6
+arch=('i686' 'x86_64')
+url="http://www.antlr2.org/";
+license=('custom')
+makedepends=('java-environment' 'python2' 'sh')
+options=('staticlibs')
+source=("http://www.antlr2.org/download/antlr-${pkgver}.tar.gz";
+'runantlr2.sh'
+'gcc4.4.patch')
+md5sums=('01cc9a2a454dd33dcd8c856ec89af090'
+ 'e4aa827cf78f97c4e5fae086831192d6'
+ '8574c93f40e6477e83c29f9b07de49da')
+
+prepare() {
+  cd "${srcdir}/antlr-${pkgver}"
+  patch -Np0 -i "${srcdir}"/gcc4.4.patch
+}
+
+build() {
+  cd "${srcdir}/antlr-${pkgver}"
+
+  ./configure --prefix=/usr \
+--disable-examples \
+--disable-csharp
+  make
+}
+
+package_antlr2() {
+  pkgdesc='Language recognition tool providing a framework to build 
grammatical parsers'
+  depends=('java-runtime' 'sh')
+  provides=("antlr=${pkgver}")
+
+  cd "${srcdir}"/antlr-${pkgver}/lib/cpp
+  make prefix="${pkgdir}/usr" install
+
+  install -Dm644 ../../antlr/antlr.jar "${pkgdir}"/usr/share/java/antlr2.jar
+  install -Dm755 "${srcdir}"/runantlr2.sh "${pkgdir}"/usr/bin/runantlr2
+  install -Dm644 "${srcdir}"/antlr-${pkgver}/LICENSE.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-antlr2() {
+  pkgdesc='Language recognition tool providing a framework to build 
grammatical parsers'
+  depends=('antlr2' 'python2')
+  provides=("python-antlr=${pkgver}")
+
+  cd "${srcdir}"/antlr-${pkgver}/lib/python
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s /usr/share/licenses/antlr2 "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: antlr2/repos/extra-i686/gcc4.4.patch (from rev 206245, 
antlr2/trunk/gcc4.4.patch)
===
--- extra-i686/gcc4.4.patch (rev 0)
+++ extra-i686/gcc4.4.patch 2014-02-22 17:30:40 UTC (rev 206246)
@@ -0,0 +1,21 @@
+diff -Naur antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp 
antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
+--- lib/cpp/antlr/CharScanner.hpp  2006-11-01 22:37:17.0 +0100
 lib/cpp/antlr/CharScanner.hpp  2008-03-19 20:09:21.0 +0100
+@@ -10,6 +10,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ 
+ #ifdef HAS_NOT_CCTYPE_H
+--- lib/cpp/antlr/CharScanner.hpp~  2008-11-11 21:24:02.0 +
 lib/cpp/antlr/CharScanner.hpp   2008-11-11 21:24:33.0 +
+@@ -10,6 +10,7 @@
+
+ #include 
+
++#include 
+ #include 
+ #include 
+

Copied: antlr2/repos/extra-i686/runantlr2.sh (from rev 206245, 
antlr2/trunk/runantlr2.sh)
===
--- extra-i686/runantlr2.sh (rev 0)
+++ extra-i686/runantlr2.sh 2014-02-22 17:30:40 UTC (rev 206246)
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo Running 'java antlr.Tool $*' with /usr/share/java/antlr2.jar appended to 
the CLASSPATH variable
+export CLASSPATH
+CLASSPATH=$CLASSPATH:/usr/share/java/antlr2.jar
+java antlr.Tool $*

Copied: antlr2/repos/extra-x86_64/PKGBUILD (from rev 206245, 
antlr2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-22 17:30:40 UTC (rev 206246)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrea Scarpino 
+# Contributor:

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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:30:42
  Author: guillaume
Revision: 206247

Removed extra-any for antlr2

Deleted:
  antlr2/repos/extra-any/



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:29:05
  Author: guillaume
Revision: 206245

pkgrel bump to deliver FS#38982 please ship libantlr2.a

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 17:17:40 UTC (rev 206244)
+++ PKGBUILD2014-02-22 17:29:05 UTC (rev 206245)
@@ -7,7 +7,7 @@
 pkgbase=antlr2
 pkgname=('antlr2' 'python2-antlr2')
 pkgver=2.7.7
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.antlr2.org/";
 license=('custom')



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:17:40
  Author: guillaume
Revision: 206244

Set patch to function 'prepare'

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 17:16:49 UTC (rev 206243)
+++ PKGBUILD2014-02-22 17:17:40 UTC (rev 206244)
@@ -20,11 +20,14 @@
  'e4aa827cf78f97c4e5fae086831192d6'
  '8574c93f40e6477e83c29f9b07de49da')
 
+prepare() {
+  cd "${srcdir}/antlr-${pkgver}"
+  patch -Np0 -i "${srcdir}"/gcc4.4.patch
+}
+
 build() {
   cd "${srcdir}/antlr-${pkgver}"
 
-  patch -Np0 -i "${srcdir}"/gcc4.4.patch
-
   ./configure --prefix=/usr \
 --disable-examples \
 --disable-csharp



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:16:49
  Author: guillaume
Revision: 206243

Fix arch array as included arch dependent .a file

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 17:03:07 UTC (rev 206242)
+++ PKGBUILD2014-02-22 17:16:49 UTC (rev 206243)
@@ -8,7 +8,7 @@
 pkgname=('antlr2' 'python2-antlr2')
 pkgver=2.7.7
 pkgrel=5
-arch=('any')
+arch=('i686' 'x86_64')
 url="http://www.antlr2.org/";
 license=('custom')
 makedepends=('java-environment' 'python2' 'sh')



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 18:03:07
  Author: guillaume
Revision: 206242

Added double quotes around dir variables

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:46:47 UTC (rev 206241)
+++ PKGBUILD2014-02-22 17:03:07 UTC (rev 206242)
@@ -23,7 +23,7 @@
 build() {
   cd "${srcdir}/antlr-${pkgver}"
 
-  patch -Np0 -i ${srcdir}/gcc4.4.patch
+  patch -Np0 -i "${srcdir}"/gcc4.4.patch
 
   ./configure --prefix=/usr \
 --disable-examples \
@@ -36,14 +36,13 @@
   depends=('java-runtime' 'sh')
   provides=("antlr=${pkgver}")
 
-  cd ${srcdir}/antlr-${pkgver}/lib/cpp
+  cd "${srcdir}"/antlr-${pkgver}/lib/cpp
   make prefix="${pkgdir}/usr" install
 
-  install -Dm644 ${srcdir}/antlr-${pkgver}/antlr/antlr.jar \
-"${pkgdir}/usr/share/java/antlr2.jar"
-  install -Dm755 ${srcdir}/runantlr2.sh ${pkgdir}/usr/bin/runantlr2
-  install -Dm644 ${srcdir}/antlr-${pkgver}/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 ../../antlr/antlr.jar "${pkgdir}"/usr/share/java/antlr2.jar
+  install -Dm755 "${srcdir}"/runantlr2.sh "${pkgdir}"/usr/bin/runantlr2
+  install -Dm644 "${srcdir}"/antlr-${pkgver}/LICENSE.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-antlr2() {
@@ -51,9 +50,9 @@
   depends=('antlr2' 'python2')
   provides=("python-antlr=${pkgver}")
 
-  cd ${srcdir}/antlr-${pkgver}/lib/python
+  cd "${srcdir}"/antlr-${pkgver}/lib/python
   python2 setup.py install --root="${pkgdir}" --optimize=1
 
-  install -d ${pkgdir}/usr/share/licenses
-  ln -s /usr/share/licenses/antlr2 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s /usr/share/licenses/antlr2 "${pkgdir}"/usr/share/licenses/${pkgname}
 }



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

2014-02-22 Thread Guillaume Alaux
Date: Saturday, February 22, 2014 @ 17:46:47
  Author: guillaume
Revision: 206241

FS#38982 - add libantlr2.a to package

Modified:
  antlr2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:19:00 UTC (rev 206240)
+++ PKGBUILD2014-02-22 16:46:47 UTC (rev 206241)
@@ -12,7 +12,7 @@
 url="http://www.antlr2.org/";
 license=('custom')
 makedepends=('java-environment' 'python2' 'sh')
-options=('!staticlibs')
+options=('staticlibs')
 source=("http://www.antlr2.org/download/antlr-${pkgver}.tar.gz";
 'runantlr2.sh'
 'gcc4.4.patch')



[arch-commits] Commit in arm-none-eabi-binutils/repos (4 files)

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 17:26:13
  Author: anatolik
Revision: 106097

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

Added:
  arm-none-eabi-binutils/repos/community-i686/
  arm-none-eabi-binutils/repos/community-i686/PKGBUILD
(from rev 106096, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-x86_64/
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD
(from rev 106096, arm-none-eabi-binutils/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   52 
 community-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: arm-none-eabi-binutils/repos/community-i686/PKGBUILD (from rev 106096, 
arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 16:26:13 UTC (rev 106097)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.24
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2)
+sha256sums=('e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137')
+
+build() {
+  cd binutils-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls
+
+  make configure-host
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf "$pkgdir"/usr/share/info
+}

Copied: arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD (from rev 
106096, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-22 16:26:13 UTC (rev 106097)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.24
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2)
+sha256sums=('e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137')
+
+build() {
+  cd binutils-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls
+
+  make configure-host
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf "$pkgdir"/usr/share/info
+}



[arch-commits] Commit in (4 files)

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 17:24:11
  Author: anatolik
Revision: 106096

arm-none-eabi-binutils: move arm cross-tools from from aur to community

Added:
  arm-none-eabi-binutils/
  arm-none-eabi-binutils/repos/
  arm-none-eabi-binutils/trunk/
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Added: arm-none-eabi-binutils/trunk/PKGBUILD
===
--- arm-none-eabi-binutils/trunk/PKGBUILD   (rev 0)
+++ arm-none-eabi-binutils/trunk/PKGBUILD   2014-02-22 16:24:11 UTC (rev 
106096)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.24
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2)
+sha256sums=('e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137')
+
+build() {
+  cd binutils-$pkgver
+
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls
+
+  make configure-host
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf "$pkgdir"/usr/share/info
+}


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


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

2014-02-22 Thread Andreas Radke
Date: Saturday, February 22, 2014 @ 17:19:00
  Author: andyrtr
Revision: 206240

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 206239, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 206239, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 206239, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 206239, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 206239, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 206239, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 
 /PKGBUILD 
|  288 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 --
 extra-i686/PKGBUILD   
|  144 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 --
 extra-x86_64/PKGBUILD 
|  144 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-02-22 16:18:39 UTC (rev 206239)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-02-22 16:19:00 UTC (rev 206240)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 206239, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-02-22 16:19:00

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

2014-02-22 Thread Andreas Radke
Date: Saturday, February 22, 2014 @ 17:18:39
  Author: andyrtr
Revision: 206239

upgpkg: bluez 5.15-1

upstream update 5.15

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:13:13 UTC (rev 206238)
+++ PKGBUILD2014-02-22 16:18:39 UTC (rev 206239)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.14
+pkgver=5.15
 pkgrel=1
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('5a485837c215f3093d3a98cb412dc99e1139f88a66c8809bdf183ad5e676395f'
+sha256sums=('487bd75697e565793bf5bc4fbd5fa6a602788313b0c694f7542b81689fc0aa87'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2014-02-22 Thread Andreas Radke
Date: Saturday, February 22, 2014 @ 17:13:13
  Author: andyrtr
Revision: 206238

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 206237, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 206237, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-02-22 16:13:13 UTC (rev 206238)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.60
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('6695fc40f827abbededf475a1f1ca147ebef570818bc60f95f18869f99fc9c40'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



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

2014-02-22 Thread Andreas Radke
Date: Saturday, February 22, 2014 @ 17:13:03
  Author: andyrtr
Revision: 206237

upgpkg: man-pages 3.60-1

upstream update 3.60

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:10:24 UTC (rev 206236)
+++ PKGBUILD2014-02-22 16:13:03 UTC (rev 206237)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.59
+pkgver=3.60
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('e876ca1e4222eb6909cb676d471cd3067c9f299f671a0b4b5499bc41d9c0cc01'
+sha256sums=('6695fc40f827abbededf475a1f1ca147ebef570818bc60f95f18869f99fc9c40'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



[arch-commits] Commit in perl-image-exiftool/trunk (PKGBUILD)

2014-02-22 Thread Florian Pritz
Date: Saturday, February 22, 2014 @ 17:10:21
  Author: bluewind
Revision: 206235

upgpkg: perl-image-exiftool 9.53-1

upstream update

Modified:
  perl-image-exiftool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 00:39:19 UTC (rev 206234)
+++ PKGBUILD2014-02-22 16:10:21 UTC (rev 206235)
@@ -6,7 +6,7 @@
 
 pkgname=perl-image-exiftool
 _srcname=Image-ExifTool
-pkgver=9.46
+pkgver=9.53
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=("perl-exiftool")
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('1561118c8fe9a8e8078afcf0d1650423')
+md5sums=('442921e23e812a57454190cc0c892349')
 
 build() {
   cd "${srcdir}/${_srcname}-${pkgver}"



[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-22 Thread Florian Pritz
Date: Saturday, February 22, 2014 @ 17:10:24
  Author: bluewind
Revision: 206236

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 206235, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-22 16:10:21 UTC (rev 206235)
+++ PKGBUILD2014-02-22 16:10:24 UTC (rev 206236)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
-# Maintainer: Florian Pritz 
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=9.46
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('1561118c8fe9a8e8078afcf0d1650423')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # remove *.pod, .packlist, and empty dirs:
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 206235, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-22 16:10:24 UTC (rev 206236)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=9.53
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('442921e23e812a57454190cc0c892349')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+



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

2014-02-22 Thread Florian Pritz
Date: Saturday, February 22, 2014 @ 17:07:27
  Author: bluewind
Revision: 106094

upgpkg: vimpager 1.8.6-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 12:16:01 UTC (rev 106093)
+++ PKGBUILD2014-02-22 16:07:27 UTC (rev 106094)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=vimpager
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc="A vim-based script to use as a PAGER."
 arch=('any')
@@ -14,7 +14,7 @@
 backup=(etc/vimpagerrc)
 
source=("vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver";
 
license.txt)
-md5sums=('5bd0719759f53bf88a8028c9f8addf8f'
+md5sums=('e1b4b5deaaa5497c4851641fb89e'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 build() {



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

2014-02-22 Thread Florian Pritz
Date: Saturday, February 22, 2014 @ 17:07:30
  Author: bluewind
Revision: 106095

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 106094, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 106094, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   74 +++
 license.txt |  574 +-
 2 files changed, 324 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-22 16:07:27 UTC (rev 106094)
+++ PKGBUILD2014-02-22 16:07:30 UTC (rev 106095)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgname=vimpager
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="A vim-based script to use as a PAGER."
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=1723";
-license=('custom:vim')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=("vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver";
 
-   license.txt)
-md5sums=('5bd0719759f53bf88a8028c9f8addf8f'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-build() {
-   cd "${srcdir}"
-
-   mkdir -p "$srcdir/vimpager-$pkgver"
-   bsdtar --strip-components=1 -C "$srcdir/vimpager-$pkgver" -xf 
vimpager-$pkgver.tar.gz
-
-   cd "$srcdir/vimpager-$pkgver"
-
-   sed -i "s/\r$//" vimpager
-}
-
-package() {
-   cd "${srcdir}/vimpager-$pkgver"
-
-   make SYSCONFDIR="/etc" PREFIX="/usr" DESTDIR="$pkgdir" install
-
-   install -Dm644 "$srcdir/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 106094, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-22 16:07:30 UTC (rev 106095)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgname=vimpager
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="A vim-based script to use as a PAGER."
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=1723";
+license=('custom:vim')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=("vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver";
 
+   license.txt)
+md5sums=('e1b4b5deaaa5497c4851641fb89e'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+build() {
+   cd "${srcdir}"
+
+   mkdir -p "$srcdir/vimpager-$pkgver"
+   bsdtar --strip-components=1 -C "$srcdir/vimpager-$pkgver" -xf 
vimpager-$pkgver.tar.gz
+
+   cd "$srcdir/vimpager-$pkgver"
+
+   sed -i "s/\r$//" vimpager
+}
+
+package() {
+   cd "${srcdir}/vimpager-$pkgver"
+
+   make SYSCONFDIR="/etc" PREFIX="/usr" DESTDIR="$pkgdir" install
+
+   install -Dm644 "$srcdir/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}

Deleted: license.txt
===
--- license.txt 2014-02-22 16:07:27 UTC (rev 106094)
+++ license.txt 2014-02-22 16:07:30 UTC (rev 106095)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following five w

[arch-commits] Commit in qlandkartegt (3 files)

2014-02-22 Thread Jaroslav Lichtblau
Date: Saturday, February 22, 2014 @ 13:16:01
  Author: jlichtblau
Revision: 106093

double shasum fix

Modified:
  qlandkartegt/repos/community-i686/PKGBUILD
  qlandkartegt/repos/community-x86_64/PKGBUILD
  qlandkartegt/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |4 +---
 repos/community-x86_64/PKGBUILD |4 +---
 trunk/PKGBUILD  |4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2014-02-22 12:03:39 UTC (rev 106092)
+++ repos/community-i686/PKGBUILD   2014-02-22 12:16:01 UTC (rev 106093)
@@ -18,7 +18,7 @@
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)
-sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
 
 build() {
@@ -40,5 +40,3 @@
   install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
 "${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
 }
-sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2014-02-22 12:03:39 UTC (rev 106092)
+++ repos/community-x86_64/PKGBUILD 2014-02-22 12:16:01 UTC (rev 106093)
@@ -18,7 +18,7 @@
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)
-sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
 
 build() {
@@ -40,5 +40,3 @@
   install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
 "${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
 }
-sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-02-22 12:03:39 UTC (rev 106092)
+++ trunk/PKGBUILD  2014-02-22 12:16:01 UTC (rev 106093)
@@ -18,7 +18,7 @@
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)
-sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
 
 build() {
@@ -40,5 +40,3 @@
   install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
 "${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
 }
-sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')



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

2014-02-22 Thread Jaroslav Lichtblau
Date: Saturday, February 22, 2014 @ 13:03:39
  Author: jlichtblau
Revision: 106092

archrelease: copy trunk to community-x86_64

Added:
  qlandkartegt/repos/community-x86_64/PKGBUILD
(from rev 106091, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
(from rev 106091, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
(from rev 106091, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-x86_64/qlandkartegt.install
(from rev 106091, qlandkartegt/trunk/qlandkartegt.install)
Deleted:
  qlandkartegt/repos/community-x86_64/PKGBUILD
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
  qlandkartegt/repos/community-x86_64/qlandkartegt.install

+
 PKGBUILD   |   86 +-
 qlandkartegt-mimetypes.xml |   14 ++--
 qlandkartegt.changelog |  141 +--
 qlandkartegt.install   |   14 ++--
 4 files changed, 130 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-22 11:57:51 UTC (rev 106091)
+++ PKGBUILD2014-02-22 12:03:39 UTC (rev 106092)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Matthias Maennich 
-# Contributor: 
-
-pkgname=qlandkartegt
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Use your GPS with Linux"
-arch=('i686' 'x86_64')
-url="http://www.qlandkarte.org/";
-license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
- 'shared-mime-info' 'qtwebkit')
-makedepends=('cmake' 'garmindev' 'mesa')
-optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-mimetypes.xml)
-sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
-"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
-}

Copied: qlandkartegt/repos/community-x86_64/PKGBUILD (from rev 106091, 
qlandkartegt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-22 12:03:39 UTC (rev 106092)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Matthias Maennich 
+# Contributor: 
+
+pkgname=qlandkartegt
+pkgver=1.7.6
+pkgrel=1
+pkgdesc="Use your GPS with Linux"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
+"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
+}
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')

Deleted: qlandkartegt-mimetypes.xml
===
--- qlandkartegt-mimetypes.xml  2014-02-22 11:57:51 UTC (rev 106091)
+++ qlandkartegt-mimetypes.xml  2014-02-22 12:03:39 UTC (rev 106092)
@@ -1,7 +0,0 @@
-
-
-  
-QLandkarteGT File
-
-  
-

Copied: qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml (from 
rev 106091, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- qlandkartegt-mimetypes.xml  (rev 0)
+++ qlandkartegt-mimetypes.xml  2014-02-22 12:03:39 UTC (rev 106092)
@@ -0,0 +1,7 @@
+
+
+  
+QLandkarteGT File
+
+  
+

Deleted: qlandkartegt.changelog
===
--- qlandkartegt

[arch-commits] Commit in (perl-config-ini perl-mixin-linewise)

2014-02-22 Thread Sébastien Luttringer
Date: Saturday, February 22, 2014 @ 12:57:51
  Author: seblu
Revision: 106091

Move perl-mixin-linewise and perl-config-ini to AUR

Deleted:
  perl-config-ini/
  perl-mixin-linewise/



[arch-commits] Commit in qlandkartegt/trunk (PKGBUILD qlandkartegt.changelog)

2014-02-22 Thread Jaroslav Lichtblau
Date: Saturday, February 22, 2014 @ 12:45:24
  Author: jlichtblau
Revision: 106089

upgpkg: qlandkartegt 1.7.6-1

Modified:
  qlandkartegt/trunk/PKGBUILD
  qlandkartegt/trunk/qlandkartegt.changelog

+
 PKGBUILD   |4 +++-
 qlandkartegt.changelog |3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 10:08:14 UTC (rev 106088)
+++ PKGBUILD2014-02-22 11:45:24 UTC (rev 106089)
@@ -4,7 +4,7 @@
 # Contributor: 
 
 pkgname=qlandkartegt
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc="Use your GPS with Linux"
 arch=('i686' 'x86_64')
@@ -40,3 +40,5 @@
   install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
 "${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
 }
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')

Modified: qlandkartegt.changelog
===
--- qlandkartegt.changelog  2014-02-22 10:08:14 UTC (rev 106088)
+++ qlandkartegt.changelog  2014-02-22 11:45:24 UTC (rev 106089)
@@ -1,3 +1,6 @@
+2014-02-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.6-1
+
 2013-10-16 Jaroslav Lichtblau 
* qlandkartegt 1.7.5-1
 



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

2014-02-22 Thread Jaroslav Lichtblau
Date: Saturday, February 22, 2014 @ 12:45:36
  Author: jlichtblau
Revision: 106090

archrelease: copy trunk to community-i686

Added:
  qlandkartegt/repos/community-i686/PKGBUILD
(from rev 106089, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
(from rev 106089, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
(from rev 106089, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-i686/qlandkartegt.install
(from rev 106089, qlandkartegt/trunk/qlandkartegt.install)
Deleted:
  qlandkartegt/repos/community-i686/PKGBUILD
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
  qlandkartegt/repos/community-i686/qlandkartegt.install

+
 PKGBUILD   |   86 +-
 qlandkartegt-mimetypes.xml |   14 ++--
 qlandkartegt.changelog |  141 +--
 qlandkartegt.install   |   14 ++--
 4 files changed, 130 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-22 11:45:24 UTC (rev 106089)
+++ PKGBUILD2014-02-22 11:45:36 UTC (rev 106090)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Matthias Maennich 
-# Contributor: 
-
-pkgname=qlandkartegt
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Use your GPS with Linux"
-arch=('i686' 'x86_64')
-url="http://www.qlandkarte.org/";
-license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
- 'shared-mime-info' 'qtwebkit')
-makedepends=('cmake' 'garmindev' 'mesa')
-optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-mimetypes.xml)
-sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
-"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
-}

Copied: qlandkartegt/repos/community-i686/PKGBUILD (from rev 106089, 
qlandkartegt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-22 11:45:36 UTC (rev 106090)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Matthias Maennich 
+# Contributor: 
+
+pkgname=qlandkartegt
+pkgver=1.7.6
+pkgrel=1
+pkgdesc="Use your GPS with Linux"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \
+"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml"
+}
+sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')

Deleted: qlandkartegt-mimetypes.xml
===
--- qlandkartegt-mimetypes.xml  2014-02-22 11:45:24 UTC (rev 106089)
+++ qlandkartegt-mimetypes.xml  2014-02-22 11:45:36 UTC (rev 106090)
@@ -1,7 +0,0 @@
-
-
-  
-QLandkarteGT File
-
-  
-

Copied: qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml (from rev 
106089, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- qlandkartegt-mimetypes.xml  (rev 0)
+++ qlandkartegt-mimetypes.xml  2014-02-22 11:45:36 UTC (rev 106090)
@@ -0,0 +1,7 @@
+
+
+  
+QLandkarteGT File
+
+  
+

Deleted: qlandkartegt.changelog
===
--- qlandkartegt.changelog  2014-0

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

2014-02-22 Thread Михаил Страшун
Date: Saturday, February 22, 2014 @ 11:08:14
  Author: dicebot
Revision: 106088

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-22 10:08:03 UTC (rev 106087)
+++ community-i686/PKGBUILD 2014-02-22 10:08:14 UTC (rev 106088)
@@ -1,32 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=0.9.20
-pkgrel=2
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/rejectedsoftware/dub";
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build()
-{
-  cd "${srcdir}/${pkgname}"
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > 
source/dub/version_.d
-
-  dmd -ofbin/dub -g -debug -w -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 106087, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 10:08:14 UTC (rev 106088)
@@ -0,0 +1,32 @@
+# Maintainer:  Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+pkgname=dub
+pkgver=0.9.21
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/rejectedsoftware/dub";
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build()
+{
+  cd "${srcdir}/${pkgname}"
+
+  echo Generating version file...
+  GITVER=$(git describe) || GITVER=unknown
+  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > 
source/dub/version_.d
+
+  dmd -ofbin/dub -g -debug -w -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package()
+{
+  cd "${srcdir}/${pkgname}"
+  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-22 10:08:03 UTC (rev 106087)
+++ community-x86_64/PKGBUILD   2014-02-22 10:08:14 UTC (rev 106088)
@@ -1,32 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=0.9.20
-pkgrel=2
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/rejectedsoftware/dub";
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build()
-{
-  cd "${srcdir}/${pkgname}"
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > 
source/dub/version_.d
-
-  dmd -ofbin/dub -g -debug -w -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 106087, 
dub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-22 10:08:14 UTC (rev 106088)
@@ -0,0 +1,32 @@
+# Maintainer:  Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+pkgname=dub
+pkgver=0.9.21
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/rejectedsoftware/dub";
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflic

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

2014-02-22 Thread Михаил Страшун
Date: Saturday, February 22, 2014 @ 11:08:03
  Author: dicebot
Revision: 106087

upgpkg: dub 0.9.21-1

dub upstream -> 0.9.21

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 08:03:36 UTC (rev 106086)
+++ PKGBUILD2014-02-22 10:08:03 UTC (rev 106087)
@@ -1,8 +1,8 @@
 # Maintainer:  Mihails Strasuns 
 # Contributor: Moritz Maxeiner 
 pkgname=dub
-pkgver=0.9.20
-pkgrel=2
+pkgver=0.9.21
+pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('i686' 'x86_64')
 url="https://github.com/rejectedsoftware/dub";



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

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 09:03:36
  Author: anatolik
Revision: 106086

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

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

--+
 /PKGBUILD|   76 +
 /tup.install |   60 
 community-i686/PKGBUILD  |   43 ---
 community-i686/tup.install   |   30 
 community-x86_64/PKGBUILD|   43 ---
 community-x86_64/tup.install |   30 
 6 files changed, 136 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-22 08:02:18 UTC (rev 106085)
+++ community-i686/PKGBUILD 2014-02-22 08:03:36 UTC (rev 106086)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Arvid Norlander 
-# Contributor: Patrick McCarty 
-
-pkgname=tup-git
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
-
-prepare() {
-  cd tup-$pkgver
-  sed 's/version=`git describe`/version=$pkgver/' -i Tupfile
-}
-
-build() {
-  cd tup-$pkgver
-  # We can't run tup itself here as it requires fuse, but fuse is not available
-  # in clean chroot environment. Use bootstrapped version of tup.
-  TUP_LABEL=$pkgver ./build.sh
-}
-
-check() {
-  cd tup-$pkgver/test
-  #./test.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t "$pkgdir"/usr/bin build/tup
-  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
-  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 106085, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 08:03:36 UTC (rev 106086)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Arvid Norlander 
+# Contributor: Patrick McCarty 
+
+pkgname=tup
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
+
+build() {
+  cd tup-$pkgver
+  # We can't run tup itself here as it requires fuse, but fuse is not available
+  # in clean chroot environment. Use bootstrapped version of tup.
+  TUP_LABEL=$pkgver ./build.sh
+}
+
+check() {
+  cd tup-$pkgver/test
+  #./test.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t "$pkgdir"/usr/bin build/tup
+  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
+  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2014-02-22 08:02:18 UTC (rev 106085)
+++ community-i686/tup.install  2014-02-22 08:03:36 UTC (rev 106086)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo "$binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking)."
-echo "See 'man tup' for more information."
-  else
-echo "If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking)" \
- "you need to set suid bit on tup binary: 'sudo chmod +s $binary'."
-echo "See 'man tup' for more information."
-  fi
-}
-
-pre_upgrade() {
-  [ -u $binary ] && touch $suid_set
-  return 0
-}
-
-post_install() {
-  suid_msg
-  return 0
-}
-
-po

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

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 09:02:18
  Author: anatolik
Revision: 106085

upgpkg: tup 0.7.1-1

tup: fix the package name

Modified:
  tup/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 07:51:51 UTC (rev 106084)
+++ PKGBUILD2014-02-22 08:02:18 UTC (rev 106085)
@@ -3,7 +3,7 @@
 # Contributor: Arvid Norlander 
 # Contributor: Patrick McCarty 
 
-pkgname=tup-git
+pkgname=tup
 pkgver=0.7.1
 pkgrel=1
 pkgdesc='A fast, file-based build system'
@@ -15,11 +15,6 @@
 source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
 sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
 
-prepare() {
-  cd tup-$pkgver
-  sed 's/version=`git describe`/version=$pkgver/' -i Tupfile
-}
-
 build() {
   cd tup-$pkgver
   # We can't run tup itself here as it requires fuse, but fuse is not available