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

2014-07-05 Thread Giovanni Scafora
Date: Sunday, July 6, 2014 @ 08:22:32
  Author: giovanni
Revision: 216559

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 216558, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 216558, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 216558, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 216558, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  100 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   50 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 06:22:20 UTC (rev 216558)
+++ extra-i686/PKGBUILD 2014-07-06 06:22:32 UTC (rev 216559)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('15de301a673b77f839325dba10ed4fc0'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-  
-  # FS#38825 - Add certs config to package 
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 216558, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 06:22:32 UTC (rev 216559)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('c5be4265745a8140fec777a4dfc40e0e'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+

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

2014-07-05 Thread Giovanni Scafora
Date: Sunday, July 6, 2014 @ 08:22:20
  Author: giovanni
Revision: 216558

upgpkg: mercurial 3.0.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 05:48:13 UTC (rev 216557)
+++ PKGBUILD2014-07-06 06:22:20 UTC (rev 216558)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('15de301a673b77f839325dba10ed4fc0'
+md5sums=('c5be4265745a8140fec777a4dfc40e0e'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-07-05 Thread Gaetan Bisson
Date: Sunday, July 6, 2014 @ 07:48:13
  Author: bisson
Revision: 216557

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

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

---+
 /PKGBUILD |   80 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   40 
 extra-i686/install|   13 ---
 extra-x86_64/PKGBUILD |   40 
 extra-x86_64/install  |   13 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 05:47:38 UTC (rev 216556)
+++ extra-i686/PKGBUILD 2014-07-06 05:48:13 UTC (rev 216557)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=2
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 216556, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 05:48:13 UTC (rev 216557)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=3
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-07-06 05:47:38 UTC (rev 216556)
+++ extra-i686/install  2014-07-06 05:48:13 UTC (rev 216557)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 > usr/lib/gtk-3.0/3.0.0/immodules.cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-i686/install (from rev 216556, uim/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-07-06 05:48:13 UTC (rev 216557)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 > usr/lib/gtk-3.0/3.0.0/immodules.cache
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+  

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

2014-07-05 Thread Gaetan Bisson
Date: Sunday, July 6, 2014 @ 07:47:38
  Author: bisson
Revision: 216556

move anthy to makedepends

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 19:54:08 UTC (rev 216555)
+++ PKGBUILD2014-07-06 05:47:38 UTC (rev 216556)
@@ -4,13 +4,13 @@
 
 pkgname=uim
 pkgver=1.8.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Multilingual input method library'
 url='http://code.google.com/p/uim/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
 'gtk3: immodules and helper applications')



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

2014-07-05 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 04:50:29
  Author: fyan
Revision: 115153

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

Added:
  python-salsa20/repos/community-i686/PKGBUILD
(from rev 115152, python-salsa20/trunk/PKGBUILD)
  python-salsa20/repos/community-x86_64/PKGBUILD
(from rev 115152, python-salsa20/trunk/PKGBUILD)
Deleted:
  python-salsa20/repos/community-i686/PKGBUILD
  python-salsa20/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   45 ---
 community-x86_64/PKGBUILD |   45 ---
 3 files changed, 102 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 02:49:59 UTC (rev 115152)
+++ community-i686/PKGBUILD 2014-07-06 02:50:29 UTC (rev 115153)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-salsa20
-pkgname=("python-salsa20" "python2-salsa20")
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
-arch=('i686' 'x86_64')
-url="http://github.com/keybase/python-salsa20";
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz";)
-md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
-
-prepare() {
-  cp -r "salsa20-$pkgver"{,-py2}
-}
-
-check() {
-  # Tests has to be ran after installation
-
-  cd salsa20-$pkgver
-  #python -m doctest -v README.rst
-
-  cd ../salsa20-$pkgver-py2
-  #python2 -m doctest -v README.rst
-}
-
-package_python-salsa20() {
-  depends=('python')
-
-  cd salsa20-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-salsa20() {
-  depends=('python2')
-
-  cd salsa20-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-salsa20/repos/community-i686/PKGBUILD (from rev 115152, 
python-salsa20/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 02:50:29 UTC (rev 115153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-salsa20
+pkgname=("python-salsa20" "python2-salsa20")
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
+arch=('i686' 'x86_64')
+url="http://github.com/keybase/python-salsa20";
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz";)
+md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
+
+prepare() {
+  cp -r "salsa20-$pkgver"{,-py2}
+}
+
+build() {
+  cd salsa20-$pkgver
+  python setup.py build
+
+  cd ../salsa20-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd salsa20-$pkgver
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python -m doctest 
-v README.rst
+
+  cd ../salsa20-$pkgver-py2
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
doctest -v README.rst
+}
+
+package_python-salsa20() {
+  depends=('python')
+
+  cd salsa20-$pkgver
+  python3 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-salsa20() {
+  depends=('python2')
+
+  cd salsa20-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 02:49:59 UTC (rev 115152)
+++ community-x86_64/PKGBUILD   2014-07-06 02:50:29 UTC (rev 115153)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-salsa20
-pkgname=("python-salsa20" "python2-salsa20")
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
-arch=('i686' 'x86_64')
-url="http://github.com/keybase/python-salsa20";
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz";)
-md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
-
-prepare() {
-  cp -r "salsa20-$pkgver"{,-py2}
-}
-
-check() {
-  # Tests has to be ran after installation
-
-  cd salsa20-$pkgver
-  #python -m doctest -v README.rst
-
-  cd ../salsa20-$pkgver-py2
-  #python2 -m doctest -v README.rst
-}
-
-package_python-salsa20() {
-  depends=('python')
-
-  cd salsa20-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-

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

2014-07-05 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 04:49:59
  Author: fyan
Revision: 115152

upgpkg: python-salsa20 0.3.0-2

- enabled tests

Modified:
  python-salsa20/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 22:15:37 UTC (rev 115151)
+++ PKGBUILD2014-07-06 02:49:59 UTC (rev 115152)
@@ -4,7 +4,7 @@
 pkgbase=python-salsa20
 pkgname=("python-salsa20" "python2-salsa20")
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
 arch=('i686' 'x86_64')
 url="http://github.com/keybase/python-salsa20";
@@ -17,14 +17,20 @@
   cp -r "salsa20-$pkgver"{,-py2}
 }
 
+build() {
+  cd salsa20-$pkgver
+  python setup.py build
+
+  cd ../salsa20-$pkgver-py2
+  python2 setup.py build
+}
+
 check() {
-  # Tests has to be ran after installation
-
   cd salsa20-$pkgver
-  #python -m doctest -v README.rst
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python -m doctest 
-v README.rst
 
   cd ../salsa20-$pkgver-py2
-  #python2 -m doctest -v README.rst
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
doctest -v README.rst
 }
 
 package_python-salsa20() {
@@ -31,7 +37,7 @@
   depends=('python')
 
   cd salsa20-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
+  python3 setup.py install --root="${pkgdir}" --skip-build --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -39,7 +45,7 @@
   depends=('python2')
 
   cd salsa20-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



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

2014-07-05 Thread Sébastien Luttringer
Date: Sunday, July 6, 2014 @ 00:15:37
  Author: seblu
Revision: 115151

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: docker.install
===
--- docker.install  2014-07-05 22:15:24 UTC (rev 115150)
+++ docker.install  2014-07-05 22:15:37 UTC (rev 115151)
@@ -1,18 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  # create docker group (FS#38029)
-  getent group docker >/dev/null || groupadd -g 142 docker
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  (( $(vercmp $2 '1:0.7.1-1') < 0 )) &&  post_install "$1" || true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  groupdel docker >/dev/null 2>&1 || true
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/docker.install (from rev 115150, 
docker/trunk/docker.install)
===
--- docker.install  (rev 0)
+++ docker.install  2014-07-05 22:15:37 UTC (rev 115151)
@@ -0,0 +1,18 @@
+# arg 1:  the new package version
+post_install() {
+  # create docker group (FS#38029)
+  gete

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

2014-07-05 Thread Sébastien Luttringer
Date: Sunday, July 6, 2014 @ 00:15:24
  Author: seblu
Revision: 115150

upgpkg: docker 1:1.1.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 20:26:18 UTC (rev 115149)
+++ PKGBUILD2014-07-05 22:15:24 UTC (rev 115150)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'



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

2014-07-05 Thread Lukas Jirkovsky
Date: Saturday, July 5, 2014 @ 22:26:18
  Author: stativ
Revision: 115149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 19:03:45 UTC (rev 115148)
+++ PKGBUILD2014-07-05 20:26:18 UTC (rev 115149)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-pkgname=ufoai-data
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
-arch=('any')
-url="http://ufoai.ninex.info/";
-license=('GPL')
-depends=()
-makedepends=('git')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd ufoai-${pkgver}
-
-  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
-  make lang
-}
-
-package() {
-  cd ufoai-${pkgver}
-
-  install -d -m755 "$pkgdir"/usr/share/ufoai
-  cp -r base "$pkgdir"/usr/share/ufoai
-}
-
-# vim: sw=2:ts=2 et:

Copied: ufoai-data/repos/community-any/PKGBUILD (from rev 115148, 
ufoai-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 20:26:18 UTC (rev 115149)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+pkgname=ufoai-data
+pkgver=2.5.0
+pkgrel=3
+pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
+arch=('any')
+url="http://ufoai.ninex.info/";
+license=('GPL')
+depends=()
+makedepends=('git' 'python2')
+source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd ufoai-${pkgver}
+
+  #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
+  make lang
+  python2 ./contrib/map-get/update.py
+}
+
+package() {
+  cd ufoai-${pkgver}
+
+  install -d -m755 "$pkgdir"/usr/share/ufoai
+  cp -r base "$pkgdir"/usr/share/ufoai
+}
+
+# vim: sw=2:ts=2 et:



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

2014-07-05 Thread Tobias Powalowski
Date: Saturday, July 5, 2014 @ 21:54:08
  Author: tpowa
Revision: 216555

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

Added:
  efivar/repos/testing-i686/
  efivar/repos/testing-i686/PKGBUILD
(from rev 216554, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 216554, efivar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 216554, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-05 19:54:08 UTC (rev 216555)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.10.8.g81d0146
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/vathpela/efivar";
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+
+# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Copied: efivar/repos/testing-x86_64/PKGBUILD (from rev 216554, 
efivar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-05 19:54:08 UTC (rev 216555)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.10.8.g81d0146
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/vathpela/efivar";
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+
+# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}



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

2014-07-05 Thread Tobias Powalowski
Date: Saturday, July 5, 2014 @ 21:53:51
  Author: tpowa
Revision: 216554

upgpkg: efivar 0.10.8.g81d0146-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 18:22:30 UTC (rev 216553)
+++ PKGBUILD2014-07-05 19:53:51 UTC (rev 216554)
@@ -4,8 +4,8 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver="0.10"
-pkgrel="1"
+pkgver=0.10.8.g81d0146
+pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
@@ -15,10 +15,11 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 
-source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
 sha1sums=('SKIP')
 
-_pkgver() {
+pkgver() {
cd "${srcdir}/efivar/"
echo "$(git describe --tags)" | sed -e 's|-|\.|g'
 }
@@ -30,8 +31,8 @@
git clean -x -d -f
echo

+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true

 }
 



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

2014-07-05 Thread Lukas Jirkovsky
Date: Saturday, July 5, 2014 @ 21:03:45
  Author: stativ
Revision: 115148

ufoai-data: fix the FS#41076, download the missing map data.

Modified:
  ufoai-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:58:00 UTC (rev 115147)
+++ PKGBUILD2014-07-05 19:03:45 UTC (rev 115148)
@@ -3,13 +3,13 @@
 # Contributor: Lukas Jirkovsky 
 pkgname=ufoai-data
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data 
files)"
 arch=('any')
 url="http://ufoai.ninex.info/";
 license=('GPL')
 depends=()
-makedepends=('git')
+makedepends=('git' 'python2')
 
source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
 md5sums=('SKIP')
 
@@ -18,6 +18,7 @@
 
   #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release
   make lang
+  python2 ./contrib/map-get/update.py
 }
 
 package() {



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

2014-07-05 Thread Tobias Powalowski
Date: Saturday, July 5, 2014 @ 20:22:30
  Author: tpowa
Revision: 216553

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

Added:
  sysfsutils/repos/core-i686/PKGBUILD
(from rev 216551, sysfsutils/repos/testing-i686/PKGBUILD)
  sysfsutils/repos/core-x86_64/PKGBUILD
(from rev 216551, sysfsutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  sysfsutils/repos/core-i686/PKGBUILD
  sysfsutils/repos/core-x86_64/PKGBUILD
  sysfsutils/repos/testing-i686/
  sysfsutils/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-07-05 18:22:29 UTC (rev 216552)
+++ core-i686/PKGBUILD  2014-07-05 18:22:30 UTC (rev 216553)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=sysfsutils
-pkgver=2.1.0
-pkgrel=8
-pkgdesc="System Utilities Based on Sysfs"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-url="http://linux-diag.sourceforge.net/Sysfsutils.html";
-groups=('base')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/lib/libsysfs.a"
-}

Copied: sysfsutils/repos/core-i686/PKGBUILD (from rev 216551, 
sysfsutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-07-05 18:22:30 UTC (rev 216553)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc="System Utilities Based on Sysfs"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url="http://linux-diag.sourceforge.net/Sysfsutils.html";
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/lib/libsysfs.a"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-07-05 18:22:29 UTC (rev 216552)
+++ core-x86_64/PKGBUILD2014-07-05 18:22:30 UTC (rev 216553)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=sysfsutils
-pkgver=2.1.0
-pkgrel=8
-pkgdesc="System Utilities Based on Sysfs"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-url="http://linux-diag.sourceforge.net/Sysfsutils.html";
-groups=('base')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/lib/libsysfs.a"
-}

Copied: sysfsutils/repos/core-x86_64/PKGBUILD (from rev 216551, 
sysfsutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-07-05 18:22:30 UTC (rev 216553)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc="System Utilities Based on Sysfs"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url="http://linux-diag.sourceforge.net/Sysfsutils.html";
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/lib/libsysfs.a"
+}



[arch-commits] Commit in nfs-utils/repos (46 files)

2014-07-05 Thread Tobias Powalowski
Date: Saturday, July 5, 2014 @ 20:22:29
  Author: tpowa
Revision: 216552

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

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 216551, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 216551, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/id_resolver.conf
(from rev 216551, nfs-utils/repos/testing-i686/id_resolver.conf)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 216551, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 216551, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 216551, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 216551, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
(from rev 216551, nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-i686/nfs-utils.conf
(from rev 216551, nfs-utils/repos/testing-i686/nfs-utils.conf)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 216551, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/nfs-utils_env.sh
(from rev 216551, nfs-utils/repos/testing-i686/nfs-utils_env.sh)
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 216551, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 216551, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/id_resolver.conf
(from rev 216551, nfs-utils/repos/testing-x86_64/id_resolver.conf)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 216551, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 216551, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.conf
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-utils.conf)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
(from rev 216551, nfs-utils/repos/testing-x86_64/nfs-utils_env.sh)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/id_resolver.conf
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-i686/nfs-utils.conf
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/nfs-utils_env.sh
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/id_resolver.conf
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-x86_64/nfs-utils.conf
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-x86_64/

+
 /PKGBUILD  |  174 +++
 /exports   |   24 
 /id_resolver.conf  |4 
 /idmapd.conf   |   28 
 /nfs-common.conf   |   44 
 /nfs-server.conf   |   32 
 /nfs-utils-1.1.4-mtab-sym.patch|   78 +
 /nfs-utils-1.3.1-rc2.patch | 1348 +++
 /nfs-utils.conf|2 
 /nfs-utils.install |   64 +
 /nfs-utils_env.sh  |   40 
 core-i686/PKGBUILD |   87 -
 core-i686/exports  |   12 
 core-i686/id_resolver.conf |2 
 core-i686/idmapd.conf  |   14 
 core-i686/nfs-common.conf  |   22 
 core-i686/nfs-server.conf  |   16 
 core-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 
 core-i686/nfs-utils-1.3.1-rc2.patch|  674 -
 core-i686/nfs-utils.conf   |1 
 core-i686/nfs-utils.install|   32 
 core-i686/nfs-utils_env.sh   

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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:58:00
  Author: jlichtblau
Revision: 115147

archrelease: copy trunk to community-any

Added:
  atool/repos/community-any/PKGBUILD
(from rev 115146, atool/trunk/PKGBUILD)
  atool/repos/community-any/atool.changelog
(from rev 115146, atool/trunk/atool.changelog)
Deleted:
  atool/repos/community-any/PKGBUILD
  atool/repos/community-any/atool.changelog

-+
 PKGBUILD|   80 +++---
 atool.changelog |   39 ++
 2 files changed, 61 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:57:54 UTC (rev 115146)
+++ PKGBUILD2014-07-05 17:58:00 UTC (rev 115147)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: leif_thande 
-# Contributor: tranquility 
-# Contributor: Daniel J Griffiths 
-
-pkgname=atool
-pkgver=0.39.0
-pkgrel=2
-pkgdesc="A script for managing file archives of various types"
-arch=('any')
-url="http://www.nongnu.org/atool/";
-license=('GPL3')
-depends=('file' 'perl')
-optdepends=('bzip2: for using atool with bzip2 compressed archives'
-'cpio: for using atool with cpio archives'
-'gzip: for using atool with gzip compressed archives'
-'lha: for using atool with lha, lharc and similar archives'
-'xz: for using atool with lzma compressed archives'
-'lzop: for using atool with lzop compressed archives'
-'p7zip: for using atool with 7z archives'
-'tar: for using atool with tar archives'
-'unace: for using atool with ace archives'
-'zip: for using atool for creating zip archives'
-'unzip: for using atool for unpacking archives')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: atool/repos/community-any/PKGBUILD (from rev 115146, 
atool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:58:00 UTC (rev 115147)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: leif_thande 
+# Contributor: tranquility 
+# Contributor: Daniel J Griffiths 
+
+pkgname=atool
+pkgver=0.39.0
+pkgrel=3
+pkgdesc="A script for managing file archives of various types"
+arch=('any')
+url="http://www.nongnu.org/atool/";
+license=('GPL3')
+depends=('file' 'perl')
+optdepends=('bzip2: for using atool with bzip2 compressed archives'
+'cpio: for using atool with cpio archives'
+'gzip: for using atool with gzip compressed archives'
+'lha: for using atool with lha, lharc and similar archives'
+'xz: for using atool with lzma compressed archives'
+'lzop: for using atool with lzop compressed archives'
+'p7zip: for using atool with 7z archives'
+'tar: for using atool with tar archives'
+'unace: for using atool with ace archives'
+'zip: for using atool for creating zip archives'
+'unzip: for using atool for unpacking archives')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}"/usr install
+}

Deleted: atool.changelog
===
--- atool.changelog 2014-07-05 17:57:54 UTC (rev 115146)
+++ atool.changelog 2014-07-05 17:58:00 UTC (rev 115147)
@@ -1,18 +0,0 @@
-2012-04-19 Jaroslav Lichtblau 
-   * atool 0.39.0-1
-
-2012-02-21 Jaroslav Lichtblau 
-   * atool 0.38.0-2
-   * signing package
-
-2011-08-20 Jaroslav Lichtblau 
-   * Updated to major version 0.38.0
-
-2009-08-16 Jaroslav Lichtblau 
-   * Updated to major version 0.37.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Updated to major version 0.36.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community] repo

Copied: atool/repos/community-any/atool.changelog (from rev 115146, 
atool/trunk/atool.changelog)
===
--- atool.changelog (rev 0)
+++ atool.changelog 2014-07-05 17:58:00 UTC (rev 115147)
@@ -0,0 +1,21 @@
+2014-07-05 Jaroslav Lichtblau 
+   * atool 0.39.0-3 mtree rebuild
+
+2012-04-19 Jaroslav Lichtblau 
+   * atool 0.39.0-1
+
+2012-02-21 Jaroslav Lic

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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:57:54
  Author: jlichtblau
Revision: 115146

mtree rebuild: atool 0.39.0-3

Modified:
  atool/trunk/PKGBUILD
  atool/trunk/atool.changelog

-+
 PKGBUILD|8 
 atool.changelog |3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:55:47 UTC (rev 115145)
+++ PKGBUILD2014-07-05 17:57:54 UTC (rev 115146)
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="http://www.nongnu.org/atool/";
@@ -28,13 +28,13 @@
 sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  make prefix=${pkgdir}/usr install
+  make prefix="${pkgdir}"/usr install
 }

Modified: atool.changelog
===
--- atool.changelog 2014-07-05 17:55:47 UTC (rev 115145)
+++ atool.changelog 2014-07-05 17:57:54 UTC (rev 115146)
@@ -1,3 +1,6 @@
+2014-07-05 Jaroslav Lichtblau 
+   * atool 0.39.0-3 mtree rebuild
+
 2012-04-19 Jaroslav Lichtblau 
* atool 0.39.0-1
 



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:54:28
  Author: jlichtblau
Revision: 115144

archrelease: copy trunk to community-x86_64

Added:
  corkscrew/repos/community-x86_64/PKGBUILD
(from rev 115143, corkscrew/trunk/PKGBUILD)
  corkscrew/repos/community-x86_64/corkscrew.changelog
(from rev 115143, corkscrew/trunk/corkscrew.changelog)
Deleted:
  corkscrew/repos/community-x86_64/ChangeLog
  corkscrew/repos/community-x86_64/PKGBUILD

-+
 ChangeLog   |3 --
 PKGBUILD|   52 +-
 corkscrew.changelog |3 ++
 3 files changed, 30 insertions(+), 28 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-05 17:54:22 UTC (rev 115143)
+++ ChangeLog   2014-07-05 17:54:28 UTC (rev 115144)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau 
-   * Package moved to [community]
-   * version 2.0 - 61 votes in AUR

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:54:22 UTC (rev 115143)
+++ PKGBUILD2014-07-05 17:54:28 UTC (rev 115144)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: gothmog.todi 
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=5
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('i686' 'x86_64')
-url="http://www.agroman.net/corkscrew/";
-license=('GPL')
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: corkscrew/repos/community-x86_64/PKGBUILD (from rev 115143, 
corkscrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:54:28 UTC (rev 115144)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: gothmog.todi 
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=6
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('i686' 'x86_64')
+url="http://www.agroman.net/corkscrew/";
+license=('GPL')
+changelog=$pkgname.changelog
+source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: corkscrew/repos/community-x86_64/corkscrew.changelog (from rev 115143, 
corkscrew/trunk/corkscrew.changelog)
===
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2014-07-05 17:54:28 UTC (rev 115144)
@@ -0,0 +1,3 @@
+2010-04-09 Jaroslav Lichtblau 
+   * Package moved to [community]
+   * version 2.0 - 61 votes in AUR



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:54:22
  Author: jlichtblau
Revision: 115143

mtree rebuild: corkscrew 2.0-6

Added:
  corkscrew/trunk/corkscrew.changelog
Modified:
  corkscrew/trunk/PKGBUILD
Deleted:
  corkscrew/trunk/ChangeLog

-+
 ChangeLog   |3 ---
 PKGBUILD|   12 +++-
 corkscrew.changelog |3 +++
 3 files changed, 10 insertions(+), 8 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-05 17:51:04 UTC (rev 115142)
+++ ChangeLog   2014-07-05 17:54:22 UTC (rev 115143)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau 
-   * Package moved to [community]
-   * version 2.0 - 61 votes in AUR

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:51:04 UTC (rev 115142)
+++ PKGBUILD2014-07-05 17:54:22 UTC (rev 115143)
@@ -4,22 +4,24 @@
 
 pkgname=corkscrew
 pkgver=2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A tool for tunneling SSH through HTTP proxies"
 arch=('i686' 'x86_64')
 url="http://www.agroman.net/corkscrew/";
 license=('GPL')
+changelog=$pkgname.changelog
 source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
+sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
+
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Added: corkscrew.changelog
===
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2014-07-05 17:54:22 UTC (rev 115143)
@@ -0,0 +1,3 @@
+2010-04-09 Jaroslav Lichtblau 
+   * Package moved to [community]
+   * version 2.0 - 61 votes in AUR



[arch-commits] Commit in corkscrew/repos/community-i686 (4 files)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:55:47
  Author: jlichtblau
Revision: 115145

archrelease: copy trunk to community-i686

Added:
  corkscrew/repos/community-i686/PKGBUILD
(from rev 115144, corkscrew/trunk/PKGBUILD)
  corkscrew/repos/community-i686/corkscrew.changelog
(from rev 115144, corkscrew/trunk/corkscrew.changelog)
Deleted:
  corkscrew/repos/community-i686/ChangeLog
  corkscrew/repos/community-i686/PKGBUILD

-+
 ChangeLog   |3 --
 PKGBUILD|   52 +-
 corkscrew.changelog |3 ++
 3 files changed, 30 insertions(+), 28 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-05 17:54:28 UTC (rev 115144)
+++ ChangeLog   2014-07-05 17:55:47 UTC (rev 115145)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau 
-   * Package moved to [community]
-   * version 2.0 - 61 votes in AUR

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:54:28 UTC (rev 115144)
+++ PKGBUILD2014-07-05 17:55:47 UTC (rev 115145)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: gothmog.todi 
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=5
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('i686' 'x86_64')
-url="http://www.agroman.net/corkscrew/";
-license=('GPL')
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: corkscrew/repos/community-i686/PKGBUILD (from rev 115144, 
corkscrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:55:47 UTC (rev 115145)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: gothmog.todi 
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=6
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('i686' 'x86_64')
+url="http://www.agroman.net/corkscrew/";
+license=('GPL')
+changelog=$pkgname.changelog
+source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: corkscrew/repos/community-i686/corkscrew.changelog (from rev 115144, 
corkscrew/trunk/corkscrew.changelog)
===
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2014-07-05 17:55:47 UTC (rev 115145)
@@ -0,0 +1,3 @@
+2010-04-09 Jaroslav Lichtblau 
+   * Package moved to [community]
+   * version 2.0 - 61 votes in AUR



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:50:58
  Author: jlichtblau
Revision: 115141

mtree rebuild: cjc 1.2.1-3

Modified:
  cjc/trunk/PKGBUILD
  cjc/trunk/cjc.changelog

---+
 PKGBUILD  |6 +++---
 cjc.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:47:18 UTC (rev 115140)
+++ PKGBUILD2014-07-05 17:50:58 UTC (rev 115141)
@@ -4,7 +4,7 @@
 
 pkgname=cjc
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Jabber client with text-based user interface resembling those known 
from popular IRC clients"
 arch=('any')
 url="http://cjc.jajcus.net/";
@@ -15,7 +15,7 @@
 sha256sums=('8dcfb6969576b16d4ee6d8191751dea118dd9fd9efdba6ce524a6dcfb9196606')
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   # python2 fix
   sed -i 's_python_python2_' Makefile
@@ -25,5 +25,5 @@
   done
 
   sed -r 's@/usr/local@/usr@g' -i Makefile
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: cjc.changelog
===
--- cjc.changelog   2014-07-05 17:47:18 UTC (rev 115140)
+++ cjc.changelog   2014-07-05 17:50:58 UTC (rev 115141)
@@ -1,3 +1,6 @@
+2014-07-05 Jaroslav Lichtblau 
+   * cjc 1.2.1-3 mtree rebuild
+
 2013-02-02 Jaroslav Lichtblau 
* cjc 1.2.1-2 Clean-up $pkgdir usage rebuild
 



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:51:04
  Author: jlichtblau
Revision: 115142

archrelease: copy trunk to community-any

Added:
  cjc/repos/community-any/PKGBUILD
(from rev 115141, cjc/trunk/PKGBUILD)
  cjc/repos/community-any/cjc.changelog
(from rev 115141, cjc/trunk/cjc.changelog)
Deleted:
  cjc/repos/community-any/PKGBUILD
  cjc/repos/community-any/cjc.changelog

---+
 PKGBUILD  |   58 
 cjc.changelog |   29 +++-
 2 files changed, 45 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:50:58 UTC (rev 115141)
+++ PKGBUILD2014-07-05 17:51:04 UTC (rev 115142)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=cjc
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Jabber client with text-based user interface resembling those known 
from popular IRC clients"
-arch=('any')
-url="http://cjc.jajcus.net/";
-license=('GPL')
-depends=('python2-pyxmpp')
-changelog=$pkgname.changelog
-source=(http://cjc.jajcus.net/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('8dcfb6969576b16d4ee6d8191751dea118dd9fd9efdba6ce524a6dcfb9196606')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_python_python2_' Makefile
-  for file in $(find . -name '*.py' -print) cjc.in; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -r 's@/usr/local@/usr@g' -i Makefile
-  make DESTDIR=${pkgdir} install
-}

Copied: cjc/repos/community-any/PKGBUILD (from rev 115141, cjc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:51:04 UTC (rev 115142)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+
+pkgname=cjc
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="Jabber client with text-based user interface resembling those known 
from popular IRC clients"
+arch=('any')
+url="http://cjc.jajcus.net/";
+license=('GPL')
+depends=('python2-pyxmpp')
+changelog=$pkgname.changelog
+source=(http://cjc.jajcus.net/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('8dcfb6969576b16d4ee6d8191751dea118dd9fd9efdba6ce524a6dcfb9196606')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_python_python2_' Makefile
+  for file in $(find . -name '*.py' -print) cjc.in; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -r 's@/usr/local@/usr@g' -i Makefile
+  make DESTDIR="${pkgdir}" install
+}

Deleted: cjc.changelog
===
--- cjc.changelog   2014-07-05 17:50:58 UTC (rev 115141)
+++ cjc.changelog   2014-07-05 17:51:04 UTC (rev 115142)
@@ -1,13 +0,0 @@
-2013-02-02 Jaroslav Lichtblau 
-   * cjc 1.2.1-2 Clean-up $pkgdir usage rebuild
-
-2010-10-23 Jaroslav Lichtblau 
-   * cjc 1.2.1-1
-
-2010-05-15 Jaroslav Lichtblau 
-   * Update to major release 1.2.0
-   * Change to 'any' architecture
-
-2007-07-02 tardo 
-   * Built for x86_64
-

Copied: cjc/repos/community-any/cjc.changelog (from rev 115141, 
cjc/trunk/cjc.changelog)
===
--- cjc.changelog   (rev 0)
+++ cjc.changelog   2014-07-05 17:51:04 UTC (rev 115142)
@@ -0,0 +1,16 @@
+2014-07-05 Jaroslav Lichtblau 
+   * cjc 1.2.1-3 mtree rebuild
+
+2013-02-02 Jaroslav Lichtblau 
+   * cjc 1.2.1-2 Clean-up $pkgdir usage rebuild
+
+2010-10-23 Jaroslav Lichtblau 
+   * cjc 1.2.1-1
+
+2010-05-15 Jaroslav Lichtblau 
+   * Update to major release 1.2.0
+   * Change to 'any' architecture
+
+2007-07-02 tardo 
+   * Built for x86_64
+



[arch-commits] Commit in numlockx/repos/community-i686 (PKGBUILD PKGBUILD)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:47:18
  Author: jlichtblau
Revision: 115140

archrelease: copy trunk to community-i686

Added:
  numlockx/repos/community-i686/PKGBUILD
(from rev 115139, numlockx/trunk/PKGBUILD)
Deleted:
  numlockx/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:44:35 UTC (rev 115139)
+++ PKGBUILD2014-07-05 17:47:18 UTC (rev 115140)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Tom Newsom 
-# Contributor: Travis Willard  
-# Contributor: Thayer Williams  
-# Contributor: Daniel J Griffiths 
-
-pkgname=numlockx
-pkgver=1.2
-pkgrel=2
-pkgdesc='Turns on the numlock key in X11.'
-arch=('i686' 'x86_64')
-license=('MIT')
-url='http://home.kde.org/~seli/numlockx/'
-depends=('libxtst')
-source=("http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('be9109370447eae23f6f3f8527bb1a67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make prefix="${pkgdir}/usr" install
-  
-  # Install the custom MIT license
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: numlockx/repos/community-i686/PKGBUILD (from rev 115139, 
numlockx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:47:18 UTC (rev 115140)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Tom Newsom 
+# Contributor: Travis Willard  
+# Contributor: Thayer Williams  
+# Contributor: Daniel J Griffiths 
+
+pkgname=numlockx
+pkgver=1.2
+pkgrel=3
+pkgdesc='Turns on the numlock key in X11.'
+arch=('i686' 'x86_64')
+url='http://home.kde.org/~seli/numlockx/'
+license=('MIT')
+depends=('libxtst')
+#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
+md5sums=('be9109370447eae23f6f3f8527bb1a67')
+sha256sums=('e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make prefix="${pkgdir}/usr" install
+  
+  # Install the custom MIT license
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:44:25
  Author: jlichtblau
Revision: 115138

upgpkg: numlockx 1.2-3

Modified:
  numlockx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:40:04 UTC (rev 115137)
+++ PKGBUILD2014-07-05 17:44:25 UTC (rev 115138)
@@ -7,14 +7,16 @@
 
 pkgname=numlockx
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Turns on the numlock key in X11.'
 arch=('i686' 'x86_64')
+url='http://home.kde.org/~seli/numlockx/'
 license=('MIT')
-url='http://home.kde.org/~seli/numlockx/'
 depends=('libxtst')
-source=("http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
 md5sums=('be9109370447eae23f6f3f8527bb1a67')
+sha256sums=('e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in numlockx/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:44:35
  Author: jlichtblau
Revision: 115139

archrelease: copy trunk to community-x86_64

Added:
  numlockx/repos/community-x86_64/PKGBUILD
(from rev 115138, numlockx/trunk/PKGBUILD)
Deleted:
  numlockx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:44:25 UTC (rev 115138)
+++ PKGBUILD2014-07-05 17:44:35 UTC (rev 115139)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Tom Newsom 
-# Contributor: Travis Willard  
-# Contributor: Thayer Williams  
-# Contributor: Daniel J Griffiths 
-
-pkgname=numlockx
-pkgver=1.2
-pkgrel=2
-pkgdesc='Turns on the numlock key in X11.'
-arch=('i686' 'x86_64')
-license=('MIT')
-url='http://home.kde.org/~seli/numlockx/'
-depends=('libxtst')
-source=("http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('be9109370447eae23f6f3f8527bb1a67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make prefix="${pkgdir}/usr" install
-  
-  # Install the custom MIT license
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: numlockx/repos/community-x86_64/PKGBUILD (from rev 115138, 
numlockx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:44:35 UTC (rev 115139)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Tom Newsom 
+# Contributor: Travis Willard  
+# Contributor: Thayer Williams  
+# Contributor: Daniel J Griffiths 
+
+pkgname=numlockx
+pkgver=1.2
+pkgrel=3
+pkgdesc='Turns on the numlock key in X11.'
+arch=('i686' 'x86_64')
+url='http://home.kde.org/~seli/numlockx/'
+license=('MIT')
+depends=('libxtst')
+#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
+md5sums=('be9109370447eae23f6f3f8527bb1a67')
+sha256sums=('e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make prefix="${pkgdir}/usr" install
+  
+  # Install the custom MIT license
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:37:31
  Author: jlichtblau
Revision: 115133

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 115132, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 115132, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 115132, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 ++--
 qmmp.changelog |  237 +++
 qmmp.install   |   24 ++---
 3 files changed, 176 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:32:14 UTC (rev 115132)
+++ PKGBUILD2014-07-05 17:37:31 UTC (rev 115133)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.7.7
-pkgrel=1
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 115132, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:37:31 UTC (rev 115133)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61f44646ffd3f1d90b93607076a405160be5d9736e91c9739c80070bc5357439')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-07-05 17:32:14 UTC (rev 115132)
+++ qmmp.changelog  2014-07-05 17:37:31 UTC (rev 115133)
@@ -1,117 +0,0 @@
-2014-05-25 Jaroslav Lichtblau 
-   * qmmp 0.7.7-1
-
-2014-04-07 Jaroslav Lichtblau 
-   * qmmp 0.7.6-1
-
-2014-02-15 Jaroslav Lichtblau 
-   * qmmp 0.7.5-1
-
-2013-12-27 Jaroslav Lichtblau 
-   * qmmp 0.7.4-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau 
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau 
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau 
- 

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

2014-07-05 Thread Lukas Jirkovsky
Date: Saturday, July 5, 2014 @ 19:37:38
  Author: stativ
Revision: 115134

upgpkg: ufoai 2.5.0-3

partial fix for FS#41076, change the sources to a working sourceforge mirror

Modified:
  ufoai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:37:31 UTC (rev 115133)
+++ PKGBUILD2014-07-05 17:37:38 UTC (rev 115134)
@@ -3,42 +3,48 @@
 # Contributor: Lukas Jirkovsky 
 pkgname=ufoai
 pkgver=2.5.0
-_snapshot=58580c9b55a69ba65fad565c7a7bd29617736f6c
-pkgrel=2
+_pkgver=2.5
+pkgrel=3
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth"
 arch=('i686' 'x86_64')
 url="http://ufoai.ninex.info/";
 license=('GPL')
 depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
-makedepends=('mesa' 'git')
-# use snapshot
-source=(http://sourceforge.net/code-snapshots/git/u/uf/ufoai/code.git/ufoai-code-$_snapshot.zip)
-md5sums=('c8293cbf00883320d7def71c11c90992')
+makedepends=('mesa' 'zip')
+source=("http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/u/uf/ufoai/UFO_AI%202.x/$_pkgver/ufoai-$_pkgver-source.tar.bz2";)
+md5sums=('01d13816e674ed87f5343366783f2697')
 
 prepare() {
-  cd ufoai-code-$_snapshot
+  cd ufoai-$_pkgver-source
 
   # disable building of various data files
   sed -i 's|include build/maps.mk|#&|' Makefile
   sed -i 's|include build/models.mk|#&|' Makefile
-  sed -i 's|include build/data.mk|#&|' Makefile
+#  sed -i 's|include build/data.mk|#&|' Makefile
+
+  # link the files from ufoai-data to the base directory
+  mkdir -p base
+  cd /usr/share/ufoai/base
+  for FILE in * ; do
+ln -sf /usr/share/ufoai/base/$FILE "$srcdir"/ufoai-$_pkgver-source/base
+  done
 }
 
 build() {
-  cd ufoai-code-$_snapshot
+  cd ufoai-$_pkgver-source
 
-  ./configure --prefix=/usr --datadir=/usr/share/ufoai --enable-release 
--localedir=/usr/share/ufoai/base/i18n/
+  ./configure --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ufoai 
--localedir=/usr/share/ufoai/base/i18n/ \
+  --enable-release
   make
 }
 
 package() {
-  cd ufoai-code-$_snapshot
+  cd ufoai-$_pkgver-source
 
-  install -Dm755 ufo "$pkgdir"/usr/bin/ufo
-  install -Dm755 ufoded "$pkgdir"/usr/bin/ufoded
-  install -Dm755 ufo2map "$pkgdir"/usr/bin/ufo2map
-  install -Dm755 ufomodel "$pkgdir"/usr/bin/ufomodel
-  install -Dm644 base/game.so "$pkgdir"/usr/share/ufoai/base/game.so
+  make DESTDIR="$pkgdir" install
+  # remove files already provided by ufoai-data
+  rm -rf "$pkgdir"/usr/share/ufoai/base/i18n
+  rm -rf "$pkgdir"/usr/share/ufoai/base/*.pk3
 
   install -Dm644 debian/ufoai.desktop 
"$pkgdir"/usr/share/applications/ufoai.desktop
   install -Dm644 debian/ufoai-safe.desktop 
"$pkgdir"/usr/share/applications/ufoai-safe.desktop



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

2014-07-05 Thread Lukas Jirkovsky
Date: Saturday, July 5, 2014 @ 19:37:51
  Author: stativ
Revision: 115135

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

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

---+
 /PKGBUILD |  118 
 community-i686/PKGBUILD   |   41 ---
 community-x86_64/PKGBUILD |   41 ---
 3 files changed, 118 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 17:37:38 UTC (rev 115134)
+++ community-i686/PKGBUILD 2014-07-05 17:37:51 UTC (rev 115135)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-pkgname=ufoai
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth"
-arch=('i686' 'x86_64')
-url="http://ufoai.ninex.info/";
-license=('GPL')
-depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
-makedepends=('mesa' 'git')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd ufoai-${pkgver}
-
-  ./configure --prefix=/usr --datadir=/usr/share/ufoai --enable-release 
--localedir=/usr/share/ufoai/base/i18n/
-  make
-}
-
-package() {
-  cd ufoai-${pkgver}
-
-  install -Dm755 ufo "$pkgdir"/usr/bin/ufo
-  install -Dm755 ufoded "$pkgdir"/usr/bin/ufoded
-  install -Dm755 ufo2map "$pkgdir"/usr/bin/ufo2map
-  install -Dm755 ufomodel "$pkgdir"/usr/bin/ufomodel
-
-  install -Dm644 debian/ufoai.desktop 
"$pkgdir"/usr/share/applications/ufoai.desktop
-  install -Dm644 debian/ufoai-safe.desktop 
"$pkgdir"/usr/share/applications/ufoai-safe.desktop
-  install -Dm644 debian/ufoded.desktop 
"$pkgdir"/usr/share/applications/ufoded.desktop
-
-  sed -i 's|/usr/games/||' "$pkgdir"/usr/share/applications/*
-
-  install -Dm644 debian/ufoai.xpm "$pkgdir"/usr/share/pixmaps/ufoai.xpm
-  install -Dm644 debian/ufoded.xpm "$pkgdir"/usr/share/pixmaps/ufoded.xpm
-}
-
-# vim: sw=2:ts=2 et:

Copied: ufoai/repos/community-i686/PKGBUILD (from rev 115134, 
ufoai/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 17:37:51 UTC (rev 115135)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+pkgname=ufoai
+pkgver=2.5.0
+_pkgver=2.5
+pkgrel=3
+pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth"
+arch=('i686' 'x86_64')
+url="http://ufoai.ninex.info/";
+license=('GPL')
+depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
+makedepends=('mesa' 'zip')
+source=("http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/u/uf/ufoai/UFO_AI%202.x/$_pkgver/ufoai-$_pkgver-source.tar.bz2";)
+md5sums=('01d13816e674ed87f5343366783f2697')
+
+prepare() {
+  cd ufoai-$_pkgver-source
+
+  # disable building of various data files
+  sed -i 's|include build/maps.mk|#&|' Makefile
+  sed -i 's|include build/models.mk|#&|' Makefile
+#  sed -i 's|include build/data.mk|#&|' Makefile
+
+  # link the files from ufoai-data to the base directory
+  mkdir -p base
+  cd /usr/share/ufoai/base
+  for FILE in * ; do
+ln -sf /usr/share/ufoai/base/$FILE "$srcdir"/ufoai-$_pkgver-source/base
+  done
+}
+
+build() {
+  cd ufoai-$_pkgver-source
+
+  ./configure --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ufoai 
--localedir=/usr/share/ufoai/base/i18n/ \
+  --enable-release
+  make
+}
+
+package() {
+  cd ufoai-$_pkgver-source
+
+  make DESTDIR="$pkgdir" install
+  # remove files already provided by ufoai-data
+  rm -rf "$pkgdir"/usr/share/ufoai/base/i18n
+  rm -rf "$pkgdir"/usr/share/ufoai/base/*.pk3
+
+  install -Dm644 debian/ufoai.desktop 
"$pkgdir"/usr/share/applications/ufoai.desktop
+  install -Dm644 debian/ufoai-safe.desktop 
"$pkgdir"/usr/share/applications/ufoai-safe.desktop
+  install -Dm644 debian/ufoded.desktop 
"$pkgdir"/usr/share/applications/ufoded.desktop
+
+  sed -i 's|/usr/games/||' "$pkgdir"/usr/share/applications/*
+
+  install -Dm644 debian/ufoai.xpm "$pkgdir"/usr/share/pixmaps/ufoai.xpm
+  install -Dm644 debian/ufoded.xpm "$pkgdir"/usr/share/pixmaps/ufoded.xpm
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 17:37:38 UTC (rev 115134)
+++ community-x86_64/PKGBUILD   2014-07-05 17:37:51 UTC (rev 115135)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-pkgname=uf

[arch-commits] Commit in ccze/repos/community-i686 (4 files)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:38:41
  Author: jlichtblau
Revision: 115136

archrelease: copy trunk to community-i686

Added:
  ccze/repos/community-i686/PKGBUILD
(from rev 115135, ccze/trunk/PKGBUILD)
  ccze/repos/community-i686/ccze-fix-segfault.diff
(from rev 115135, ccze/trunk/ccze-fix-segfault.diff)
Deleted:
  ccze/repos/community-i686/PKGBUILD
  ccze/repos/community-i686/ccze-fix-segfault.diff

+
 PKGBUILD   |   70 +++
 ccze-fix-segfault.diff |   22 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:37:51 UTC (rev 115135)
+++ PKGBUILD2014-07-05 17:38:41 UTC (rev 115136)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau  
-
-pkgname=ccze
-pkgver=0.2.1
-pkgrel=7
-pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/ccze/";
-license=('GPL')
-depends=('ncurses' 'pcre')
-makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
-$pkgname-fix-segfault.diff)
-md5sums=('221966bce7c5f011eca38157241a0432'
- '294e82702d179264abc43596da955358')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-fix-segfault.diff
-
-  #killing a bug
-  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
-  sed -e '/#undef error_t/d' -i system.h.in
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ccze/repos/community-i686/PKGBUILD (from rev 115135, 
ccze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:38:41 UTC (rev 115136)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau  
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=8
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/ccze/";
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+$pkgname-fix-segfault.diff)
+sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
+'730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: ccze-fix-segfault.diff
===
--- ccze-fix-segfault.diff  2014-07-05 17:37:51 UTC (rev 115135)
+++ ccze-fix-segfault.diff  2014-07-05 17:38:41 UTC (rev 115136)
@@ -1,11 +0,0 @@
 src/ccze.c.orig2003-05-13 20:09:30.0 +0200
-+++ src/ccze.c 2010-08-29 18:14:53.0 +0200
-@@ -212 +212 @@
--  plugin = strtok (optarg, "=");
-+  plugin = strtok (arg, "=");
-@@ -252 +252 @@
--  subopts = optarg;
-+  subopts = arg;
-@@ -276 +276 @@
--  subopts = optarg;
-+  subopts = arg;

Copied: ccze/repos/community-i686/ccze-fix-segfault.diff (from rev 115135, 
ccze/trunk/ccze-fix-segfault.diff)
===
--- ccze-fix-segfault.diff  (rev 0)
+++ ccze-fix-segfault.diff  2014-07-05 17:38:41 UTC (rev 115136)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig2003-05-13 20:09:30.0 +0200
 src/ccze.c 2010-08-29 18:14:53.0 +0200
+@@ -212 +212 @@
+-  plugin = strtok (optarg, "=");
++  plugin = strtok (arg, "=");
+@@ -252 +252 @@
+-  subopts = optarg;
++  subopts = arg;
+@@ -276 +276 @@
+-  subopts = optarg;
++  subopts = arg;



[arch-commits] Commit in aspell-cs/repos/community-i686 (PKGBUILD PKGBUILD)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:40:04
  Author: jlichtblau
Revision: 115137

archrelease: copy trunk to community-i686

Added:
  aspell-cs/repos/community-i686/PKGBUILD
(from rev 115136, aspell-cs/trunk/PKGBUILD)
Deleted:
  aspell-cs/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:38:41 UTC (rev 115136)
+++ PKGBUILD2014-07-05 17:40:04 UTC (rev 115137)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michal Karas 
-
-pkgname=aspell-cs
-pkgver=20040614
-pkgrel=7
-pkgdesc="Czech dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
-md5sums=('50f0c2b7b6fcfe47bb647ad8993d2fe8')
-
-build() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
-
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-cs/repos/community-i686/PKGBUILD (from rev 115136, 
aspell-cs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:40:04 UTC (rev 115137)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michal Karas 
+
+pkgname=aspell-cs
+pkgver=20040614
+pkgrel=8
+pkgdesc="Czech dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
+sha256sums=('01c091f907c2fa4dfa38305c2494bb80009407dfb76ead586ad724ae21913066')
+
+build() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  make DESTDIR="${pkgdir}" install
+}



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:32:07
  Author: jlichtblau
Revision: 115131

upgpkg: aspell-cs 20040614-8

Modified:
  aspell-cs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:31:05 UTC (rev 115130)
+++ PKGBUILD2014-07-05 17:32:07 UTC (rev 115131)
@@ -4,7 +4,7 @@
 
 pkgname=aspell-cs
 pkgver=20040614
-pkgrel=7
+pkgrel=8
 pkgdesc="Czech dictionary for aspell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/";
@@ -11,10 +11,10 @@
 license=('GPL')
 depends=('aspell')
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
-md5sums=('50f0c2b7b6fcfe47bb647ad8993d2fe8')
+sha256sums=('01c091f907c2fa4dfa38305c2494bb80009407dfb76ead586ad724ae21913066')
 
 build() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
 
   ./configure
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in aspell-cs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:32:14
  Author: jlichtblau
Revision: 115132

archrelease: copy trunk to community-x86_64

Added:
  aspell-cs/repos/community-x86_64/PKGBUILD
(from rev 115131, aspell-cs/trunk/PKGBUILD)
Deleted:
  aspell-cs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:32:07 UTC (rev 115131)
+++ PKGBUILD2014-07-05 17:32:14 UTC (rev 115132)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michal Karas 
-
-pkgname=aspell-cs
-pkgver=20040614
-pkgrel=7
-pkgdesc="Czech dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
-md5sums=('50f0c2b7b6fcfe47bb647ad8993d2fe8')
-
-build() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
-
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir"/aspell6-cs-$pkgver-1
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-cs/repos/community-x86_64/PKGBUILD (from rev 115131, 
aspell-cs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:32:14 UTC (rev 115132)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michal Karas 
+
+pkgname=aspell-cs
+pkgver=20040614
+pkgrel=8
+pkgdesc="Czech dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
+sha256sums=('01c091f907c2fa4dfa38305c2494bb80009407dfb76ead586ad724ae21913066')
+
+build() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  make DESTDIR="${pkgdir}" install
+}



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

2014-07-05 Thread Andrea Scarpino
Date: Saturday, July 5, 2014 @ 19:31:50
  Author: andrea
Revision: 216550

upgpkg: qscintilla 2.8.3-2

pyqt rebuild

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:05:54 UTC (rev 216549)
+++ PKGBUILD2014-07-05 17:31:50 UTC (rev 216550)
@@ -6,7 +6,7 @@
 pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
  'python-qscintilla-common')
 pkgver=2.8.3
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";



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

2014-07-05 Thread Andrea Scarpino
Date: Saturday, July 5, 2014 @ 19:32:01
  Author: andrea
Revision: 216551

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-05 17:31:50 UTC (rev 216550)
+++ extra-i686/PKGBUILD 2014-07-05 17:32:01 UTC (rev 216551)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-common')
-pkgver=2.8.3
-pkgrel=1
-license=('GPL')
-arch=('i686' 'x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
-makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath')
-options=('!buildflags')
-source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz";)
-md5sums=('bbf6944a9d3b089a79763ca4e6486b9d')
-
-build() {
-cd QScintilla-gpl-${pkgver}/Qt4Qt5
-qmake-qt4 qscintilla.pro
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
-make
-
-cd ../Python2
-python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
-make
-}
-
-package_qscintilla() {
-pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt4')
-
-cd QScintilla-gpl-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-common() {
-pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla and python2-qscintilla"
-depends=('qscintilla')
-
-cd QScintilla-gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla
-rm "${pkgdir}"/usr/lib/python3.4/site-packages/PyQt4/Qsci.so
-}
-
-package_python-qscintilla() {
-pkgdesc="Python 3.x bindings for QScintilla2"
-depends=('python-qscintilla-common' 'python-pyqt4')
-
-cd QScintilla-gpl-${pkgver}/Python
-install -Dm755 Qsci.so \
-  "${pkgdir}"/usr/lib/python3.4/site-packages/PyQt4/Qsci.so
-}
-
-package_python2-qscintilla() {
-pkgdesc="Python 2.x bindings for QScintilla2"
-depends=('python-qscintilla-common' 'python2-pyqt4')
-
-cd QScintilla-gpl-${pkgver}/Python2
-install -Dm755 Qsci.so \
-  "${pkgdir}"/usr/lib/python2.7/site-packages/PyQt4/Qsci.so
-}

Copied: qscintilla/repos/extra-i686/PKGBUILD (from rev 216550, 
qscintilla/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-05 17:32:01 UTC (rev 216551)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
+ 'python-qscintilla-common')
+pkgver=2.8.3
+pkgrel=2
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz";)
+md5sums=('bbf6944a9d3b089a79763ca4e6486b9d')
+
+build() {
+cd QScintilla-gpl-${pkgver}/Qt4Qt5
+qmake-qt4 qscintilla.pro
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
+make
+
+cd ../Python2
+python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
+make
+}
+
+package_qscintilla() {
+pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt4')
+
+cd QScintilla-gpl-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-common() {
+pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla and pyt

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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:31:05
  Author: jlichtblau
Revision: 115130

archrelease: copy trunk to community-x86_64

Added:
  ccze/repos/community-x86_64/PKGBUILD
(from rev 115129, ccze/trunk/PKGBUILD)
  ccze/repos/community-x86_64/ccze-fix-segfault.diff
(from rev 115129, ccze/trunk/ccze-fix-segfault.diff)
Deleted:
  ccze/repos/community-x86_64/PKGBUILD
  ccze/repos/community-x86_64/ccze-fix-segfault.diff

+
 PKGBUILD   |   70 +++
 ccze-fix-segfault.diff |   22 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:30:59 UTC (rev 115129)
+++ PKGBUILD2014-07-05 17:31:05 UTC (rev 115130)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau  
-
-pkgname=ccze
-pkgver=0.2.1
-pkgrel=7
-pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/ccze/";
-license=('GPL')
-depends=('ncurses' 'pcre')
-makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
-$pkgname-fix-segfault.diff)
-md5sums=('221966bce7c5f011eca38157241a0432'
- '294e82702d179264abc43596da955358')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-fix-segfault.diff
-
-  #killing a bug
-  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
-  sed -e '/#undef error_t/d' -i system.h.in
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ccze/repos/community-x86_64/PKGBUILD (from rev 115129, 
ccze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:31:05 UTC (rev 115130)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau  
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=8
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/ccze/";
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+$pkgname-fix-segfault.diff)
+sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
+'730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: ccze-fix-segfault.diff
===
--- ccze-fix-segfault.diff  2014-07-05 17:30:59 UTC (rev 115129)
+++ ccze-fix-segfault.diff  2014-07-05 17:31:05 UTC (rev 115130)
@@ -1,11 +0,0 @@
 src/ccze.c.orig2003-05-13 20:09:30.0 +0200
-+++ src/ccze.c 2010-08-29 18:14:53.0 +0200
-@@ -212 +212 @@
--  plugin = strtok (optarg, "=");
-+  plugin = strtok (arg, "=");
-@@ -252 +252 @@
--  subopts = optarg;
-+  subopts = arg;
-@@ -276 +276 @@
--  subopts = optarg;
-+  subopts = arg;

Copied: ccze/repos/community-x86_64/ccze-fix-segfault.diff (from rev 115129, 
ccze/trunk/ccze-fix-segfault.diff)
===
--- ccze-fix-segfault.diff  (rev 0)
+++ ccze-fix-segfault.diff  2014-07-05 17:31:05 UTC (rev 115130)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig2003-05-13 20:09:30.0 +0200
 src/ccze.c 2010-08-29 18:14:53.0 +0200
+@@ -212 +212 @@
+-  plugin = strtok (optarg, "=");
++  plugin = strtok (arg, "=");
+@@ -252 +252 @@
+-  subopts = optarg;
++  subopts = arg;
+@@ -276 +276 @@
+-  subopts = optarg;
++  subopts = arg;



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:30:59
  Author: jlichtblau
Revision: 115129

upgpkg: ccze 0.2.1-8

Modified:
  ccze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:29:43 UTC (rev 115128)
+++ PKGBUILD2014-07-05 17:30:59 UTC (rev 115129)
@@ -3,7 +3,7 @@
 
 pkgname=ccze
 pkgver=0.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Robust and modular log colorizer with many plugins"
 arch=('i686' 'x86_64')
 url="http://freshmeat.net/projects/ccze/";
@@ -12,13 +12,13 @@
 makedepends=('patch')
 
source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
 $pkgname-fix-segfault.diff)
-md5sums=('221966bce7c5f011eca38157241a0432'
- '294e82702d179264abc43596da955358')
+sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
+'730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  patch -Np0 -i ${srcdir}/$pkgname-fix-segfault.diff
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
 
   #killing a bug
   sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in josm/repos/community-any (8 files)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:29:43
  Author: jlichtblau
Revision: 115128

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 115127, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 115127, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 115127, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 115127, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 ++--
 josm.changelog |  243 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +--
 4 files changed, 181 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:29:34 UTC (rev 115127)
+++ PKGBUILD2014-07-05 17:29:43 UTC (rev 115128)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=7182
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/";
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('037c0db9e4ce61d49d2e57747a1b702ddcf0c4fc98ae6ccbc20679b6406eebee'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat <<"EOF" >${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 115127, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:29:43 UTC (rev 115128)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=7287
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/";
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('22107c19365b0a06ee5eb50f7763865f0b27b49b03f692ae1f5e1eae12918569'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat <<"EOF" >${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2014-07-05 17:29:34 UTC (rev 115127)
+++ josm.changelog  2014-07-05 17:29:43 UTC (rev 115128)
@@ -1,120 +0,0 @@
-2014-05-27 Jaroslav Lichtblau 
-   * josm 7182-1
-
-2014-04-27 Jaroslav Lichtblau 
-   * josm 7000-1
-
-2014-04-02 Jaroslav Lichtblau 
-   * josm 6950-1
-
-2014-01-29 Jaroslav Lichtblau 
-   * josm 6767-1
-
-2013-12-21 Jaroslav Lichtblau 
-   * josm 6502-1
-
-2013-11-17 Jaroslav L

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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:29:34
  Author: jlichtblau
Revision: 115127

upgpkg: josm 7287-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:28:01 UTC (rev 115126)
+++ PKGBUILD2014-07-05 17:29:34 UTC (rev 115127)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=7182
+pkgver=7287
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('037c0db9e4ce61d49d2e57747a1b702ddcf0c4fc98ae6ccbc20679b6406eebee'
+sha256sums=('22107c19365b0a06ee5eb50f7763865f0b27b49b03f692ae1f5e1eae12918569'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2014-07-05 17:28:01 UTC (rev 115126)
+++ josm.changelog  2014-07-05 17:29:34 UTC (rev 115127)
@@ -1,3 +1,6 @@
+2014-07-05 Jaroslav Lichtblau 
+   * josm 7287-1
+
 2014-05-27 Jaroslav Lichtblau 
* josm 7182-1
 



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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:27:32
  Author: jlichtblau
Revision: 115125

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 115124, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 115124, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 115124, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 ++--
 qmmp.changelog |  237 +++
 qmmp.install   |   24 ++---
 3 files changed, 176 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 17:27:21 UTC (rev 115124)
+++ PKGBUILD2014-07-05 17:27:32 UTC (rev 115125)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.7.7
-pkgrel=1
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 115124, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 17:27:32 UTC (rev 115125)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61f44646ffd3f1d90b93607076a405160be5d9736e91c9739c80070bc5357439')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-07-05 17:27:21 UTC (rev 115124)
+++ qmmp.changelog  2014-07-05 17:27:32 UTC (rev 115125)
@@ -1,117 +0,0 @@
-2014-05-25 Jaroslav Lichtblau 
-   * qmmp 0.7.7-1
-
-2014-04-07 Jaroslav Lichtblau 
-   * qmmp 0.7.6-1
-
-2014-02-15 Jaroslav Lichtblau 
-   * qmmp 0.7.5-1
-
-2013-12-27 Jaroslav Lichtblau 
-   * qmmp 0.7.4-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau 
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau 
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav L

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

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:27:21
  Author: jlichtblau
Revision: 115124

upgpkg: qmmp 0.8.0-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:26:16 UTC (rev 115123)
+++ PKGBUILD2014-07-05 17:27:21 UTC (rev 115124)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=0.7.7
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Qt4 based audio-player"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387')
+sha256sums=('61f44646ffd3f1d90b93607076a405160be5d9736e91c9739c80070bc5357439')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2014-07-05 17:26:16 UTC (rev 115123)
+++ qmmp.changelog  2014-07-05 17:27:21 UTC (rev 115124)
@@ -1,3 +1,6 @@
+2014-07-05 Jaroslav Lichtblau 
+   * qmmp 0.8.0-1
+
 2014-05-25 Jaroslav Lichtblau 
* qmmp 0.7.7-1
 



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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 19:21:18
  Author: thestinger
Revision: 115118

upgpkg: gitg 0.3.3-1

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:17:00 UTC (rev 115117)
+++ PKGBUILD2014-07-05 17:21:18 UTC (rev 115118)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gitg
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'vala')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f')
+sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 19:21:52
  Author: thestinger
Revision: 115119

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

Added:
  gitg/repos/community-staging-i686/
  gitg/repos/community-staging-i686/PKGBUILD
(from rev 115118, gitg/trunk/PKGBUILD)
  gitg/repos/community-staging-i686/gitg.install
(from rev 115118, gitg/trunk/gitg.install)
  gitg/repos/community-staging-x86_64/
  gitg/repos/community-staging-x86_64/PKGBUILD
(from rev 115118, gitg/trunk/PKGBUILD)
  gitg/repos/community-staging-x86_64/gitg.install
(from rev 115118, gitg/trunk/gitg.install)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-i686/gitg.install   |   13 +
 community-staging-x86_64/PKGBUILD |   28 
 community-staging-x86_64/gitg.install |   13 +
 4 files changed, 82 insertions(+)

Copied: gitg/repos/community-staging-i686/PKGBUILD (from rev 115118, 
gitg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-05 17:21:52 UTC (rev 115119)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/community-staging-i686/gitg.install (from rev 115118, 
gitg/trunk/gitg.install)
===
--- community-staging-i686/gitg.install (rev 0)
+++ community-staging-i686/gitg.install 2014-07-05 17:21:52 UTC (rev 115119)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gitg/repos/community-staging-x86_64/PKGBUILD (from rev 115118, 
gitg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-05 17:21:52 UTC (rev 115119)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/community-staging-x86_64/gitg.install (from rev 115118, 
gitg/trunk/gitg.install)
===
--- community-staging-x86_64/gitg.install   (rev 0)
+++ community-staging-x86_64/gitg.install   2014-07-05 17:21:52 UTC (rev 
115119)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in xbmc/trunk (PKGBUILD libnfs-header-changes.patch)

2014-07-05 Thread Ike Devolder
Date: Saturday, July 5, 2014 @ 19:16:22
  Author: idevolder
Revision: 115116

xbmc :: 13.1

libnfs 1.9.4 build issue fixed

Added:
  xbmc/trunk/libnfs-header-changes.patch
Modified:
  xbmc/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++-
 libnfs-header-changes.patch |   24 
 2 files changed, 34 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:57:20 UTC (rev 115115)
+++ PKGBUILD2014-07-05 17:16:22 UTC (rev 115116)
@@ -12,7 +12,7 @@
 pkgname=xbmc
 pkgver=13.1
 _codename=Gotham
-pkgrel=2
+pkgrel=3
 pkgdesc="A software media player and entertainment hub for digital media"
 arch=('i686' 'x86_64')
 url="http://xbmc.org";
@@ -47,16 +47,21 @@
   'xbmc.service'
   'enable-external-ffmpeg.patch'
   '0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch'
+  'libnfs-header-changes.patch'
 )
-sha256sums=('344b604eae2ddb47c032dd7964d01f27e6fcd7a8873c84c0841d5da75961a678'
-'1a94a7952ef99cd3dd6f4b921630563f72a3b907265e91e0a37b07339081558c'
-'0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
-'5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe')
+sha256sums=(
+  '344b604eae2ddb47c032dd7964d01f27e6fcd7a8873c84c0841d5da75961a678'
+  '1a94a7952ef99cd3dd6f4b921630563f72a3b907265e91e0a37b07339081558c'
+  '0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
+  '5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe'
+  'cec996873f7c45fd01c04b5598152f4a13509eed9b38f395dd1fe0d5c8a4c1ff'
+)
 
 prepare() {
   cd "$srcdir/xbmc-$pkgver-$_codename"
   patch -p1 -i "$srcdir/enable-external-ffmpeg.patch"
   patch -p1 -i 
"$srcdir/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch"
+  patch -p1 -i "$srcdir/libnfs-header-changes.patch"
 
   find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
   sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl

Added: libnfs-header-changes.patch
===
--- libnfs-header-changes.patch (rev 0)
+++ libnfs-header-changes.patch 2014-07-05 17:16:22 UTC (rev 115116)
@@ -0,0 +1,24 @@
+diff --git a/xbmc/filesystem/NFSDirectory.cpp 
b/xbmc/filesystem/NFSDirectory.cpp
+index 85084a5..8efa7bf 100644
+--- a/xbmc/filesystem/NFSDirectory.cpp
 b/xbmc/filesystem/NFSDirectory.cpp
+@@ -37,6 +37,7 @@
+ using namespace XFILE;
+ using namespace std;
+ #include 
++#include 
+ #include 
+ #include 
+ 
+diff --git a/xbmc/filesystem/NFSFile.cpp b/xbmc/filesystem/NFSFile.cpp
+index 479f3fe..2aeea32 100644
+--- a/xbmc/filesystem/NFSFile.cpp
 b/xbmc/filesystem/NFSFile.cpp
+@@ -32,6 +32,7 @@
+ #include "network/DNSNameCache.h"
+ #include "threads/SystemClock.h"
+ 
++#include 
+ #include 
+ 
+ #ifdef TARGET_WINDOWS
\ No newline at end of file



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

2014-07-05 Thread Ike Devolder
Date: Saturday, July 5, 2014 @ 19:17:00
  Author: idevolder
Revision: 115117

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

Added:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 115116, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-i686/PKGBUILD
(from rev 115116, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
(from rev 115116, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-i686/libnfs-header-changes.patch
(from rev 115116, xbmc/trunk/libnfs-header-changes.patch)
  xbmc/repos/community-i686/xbmc.install
(from rev 115116, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 115116, xbmc/trunk/xbmc.service)
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 115116, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 115116, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
(from rev 115116, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-x86_64/libnfs-header-changes.patch
(from rev 115116, xbmc/trunk/libnfs-header-changes.patch)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 115116, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 115116, xbmc/trunk/xbmc.service)
Deleted:
  
xbmc/repos/community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  
xbmc/repos/community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

--+
 /0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch   
  |   54 +
 /PKGBUILD  
  |  278 ++
 /enable-external-ffmpeg.patch  
  |  200 +++
 /xbmc.install  
  |   72 ++
 /xbmc.service  
  |   32 +
 community-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch 
  |   27 
 community-i686/PKGBUILD
  |  136 
 community-i686/enable-external-ffmpeg.patch
  |  100 ---
 community-i686/libnfs-header-changes.patch 
  |   24 
 community-i686/xbmc.install
  |   36 -
 community-i686/xbmc.service
  |   16 
 
community-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
 |   27 
 community-x86_64/PKGBUILD  
  |  136 
 community-x86_64/enable-external-ffmpeg.patch  
  |  100 ---
 community-x86_64/libnfs-header-changes.patch   
  |   24 
 community-x86_64/xbmc.install  
  |   36 -
 community-x86_64/xbmc.service  
  |   16 
 17 files changed, 684 insertions(+), 630 deletions(-)

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


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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:57:20
  Author: lfleischer
Revision: 115115

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:57:06 UTC (rev 115114)
+++ community-i686/PKGBUILD 2014-07-05 16:57:20 UTC (rev 115115)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Giorgio Lando 
-# Contributor: bender02 at gmx dot com
-
-pkgname=dvtm
-pkgver=0.11
-pkgrel=1
-pkgdesc='Dynamic virtual terminal manager.'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/dvtm/'
-license=('MIT')
-depends=('ncurses')
-source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'config.h')
-md5sums=('cd61476851b6fd121ebf0c0b9739ad2b'
- '492d9162182eadf4563aed842d682acd')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cp "${srcdir}/config.h" .
-   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make clean
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

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

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

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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:57:06
  Author: lfleischer
Revision: 115114

upgpkg: dvtm 0.12-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:41:20 UTC (rev 115113)
+++ PKGBUILD2014-07-05 16:57:06 UTC (rev 115114)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses')
 
source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'config.h')
-md5sums=('cd61476851b6fd121ebf0c0b9739ad2b'
+md5sums=('ce102246802bf443226c23e1e43aed3a'
  '492d9162182eadf4563aed842d682acd')
 
 prepare() {



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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 18:41:20
  Author: thestinger
Revision: 115113

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

Added:
  libgit2-glib/repos/community-staging-i686/PKGBUILD
(from rev 115112, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/community-staging-x86_64/PKGBUILD
(from rev 115112, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/community-staging-i686/PKGBUILD
  libgit2-glib/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-07-05 16:40:39 UTC (rev 115112)
+++ community-staging-i686/PKGBUILD 2014-07-05 16:41:20 UTC (rev 115113)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.0.16
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('36fa374e2c01b42aab885c91f9a0da184a21fa06c9e3a273a3d4f593c083627e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/community-staging-i686/PKGBUILD (from rev 115112, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-05 16:41:20 UTC (rev 115113)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.0.18
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-07-05 16:40:39 UTC (rev 115112)
+++ community-staging-x86_64/PKGBUILD   2014-07-05 16:41:20 UTC (rev 115113)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.0.16
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('36fa374e2c01b42aab885c91f9a0da184a21fa06c9e3a273a3d4f593c083627e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/community-staging-x86_64/PKGBUILD (from rev 115112, 
libgit2-glib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-05 16:41:20 UTC (rev 115113)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.0.18
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c'

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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 18:40:39
  Author: thestinger
Revision: 115112

upgpkg: libgit2-glib 0.0.18-1

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:39:24 UTC (rev 115111)
+++ PKGBUILD2014-07-05 16:40:39 UTC (rev 115112)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgit2-glib
-pkgver=0.0.16
+pkgver=0.0.18
 pkgrel=1
 pkgdesc="GLib wrapper for libgit2"
 url="http://wiki.gnome.org/Projects/Libgit2-glib";
@@ -11,7 +11,7 @@
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('36fa374e2c01b42aab885c91f9a0da184a21fa06c9e3a273a3d4f593c083627e')
+sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:39:24
  Author: lfleischer
Revision: 115111

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

Added:
  stk/repos/community-i686/PKGBUILD
(from rev 115110, stk/trunk/PKGBUILD)
  stk/repos/community-i686/runtime.patch
(from rev 115110, stk/trunk/runtime.patch)
  stk/repos/community-i686/stk.license
(from rev 115110, stk/trunk/stk.license)
  stk/repos/community-x86_64/PKGBUILD
(from rev 115110, stk/trunk/PKGBUILD)
  stk/repos/community-x86_64/runtime.patch
(from rev 115110, stk/trunk/runtime.patch)
  stk/repos/community-x86_64/stk.license
(from rev 115110, stk/trunk/stk.license)
Deleted:
  stk/repos/community-i686/PKGBUILD
  stk/repos/community-i686/runtime.patch
  stk/repos/community-i686/stk.license
  stk/repos/community-x86_64/PKGBUILD
  stk/repos/community-x86_64/runtime.patch
  stk/repos/community-x86_64/stk.license

+
 /PKGBUILD  |  132 +++
 /runtime.patch |   36 ++
 /stk.license   |   78 +++
 community-i686/PKGBUILD|   66 ---
 community-i686/runtime.patch   |   18 -
 community-i686/stk.license |   39 ---
 community-x86_64/PKGBUILD  |   66 ---
 community-x86_64/runtime.patch |   18 -
 community-x86_64/stk.license   |   39 ---
 9 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:39:10 UTC (rev 115110)
+++ community-i686/PKGBUILD 2014-07-05 16:39:24 UTC (rev 115111)
@@ -1,66 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-
-pkgname=stk
-pkgver=4.4.4
-pkgrel=1
-pkgdesc='The Synthesis ToolKit in C++'
-arch=('i686' 'x86_64')
-url='http://ccrma.stanford.edu/software/stk/'
-license=('MIT')
-depends=('gcc-libs' 'jack')
-makedepends=('pkg-config')
-optdepends=('tk: run provided demos/samples')
-source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz";
-"$pkgname.license"
-runtime.patch)
-md5sums=('66646cb1117eee2d767c4571cc51a8c3'
- 'a0163d75a5f516b6c93f4fc948acff73'
- '36551c348340307c765fde85d4336e73')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # add missing linker flag
-  export LIBS="$LIBS -lpthread" 
-
-  # enable shared library
-  sed -i 's/all : $(STATICLIB)/all : $(SHAREDLIB)/' src/Makefile.in
-
-  # fix demo rawwaves path
-  sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp
-
-  # run actual build
-  ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa 
--with-jack
-  make
-
-  # fix executable scripts
-  patch -Np1 -i ../runtime.patch
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir"/usr/{bin,{lib,include}/stk}
-
-  # install library
-  cp -a src/libstk.* "$pkgdir/usr/lib/"
-
-  # install headers
-  install -m644 include/* "$pkgdir/usr/include/stk/"
-
-  # install runtime files
-  cp -a rawwaves projects/demo/{demo,tcl} projects/effects/{effects,tcl} \
-projects/ragamatic/{ragamat,tcl,rawwaves} "$pkgdir/usr/lib/stk/"
-
-  # install executables
-  install -m755 projects/{demo/StkDemo,effects/StkEffects} "$pkgdir/usr/bin/"
-  install -m755 projects/ragamatic/Raga "$pkgdir/usr/bin/StkRagamatic"
-
-  # install license
-  install -Dm644 "../$pkgname.license" "$pkgdir/usr/share/licenses/stk/LICENSE"
-
-  # remove .DS_Store directory: https://bugs.archlinux.org/task/25255
-  rm -rf "${pkgdir}/usr/lib/stk/rawwaves/.DS_Store"
-}

Copied: stk/repos/community-i686/PKGBUILD (from rev 115110, stk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:39:24 UTC (rev 115111)
@@ -0,0 +1,66 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+
+pkgname=stk
+pkgver=4.4.4
+pkgrel=2
+pkgdesc='The Synthesis ToolKit in C++'
+arch=('i686' 'x86_64')
+url='http://ccrma.stanford.edu/software/stk/'
+license=('MIT')
+depends=('gcc-libs' 'jack')
+makedepends=('pkg-config')
+optdepends=('tk: run provided demos/samples')
+source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz";
+"$pkgname.license"
+runtime.patch)
+md5sums=('66646cb1117eee2d767c4571cc51a8c3'
+ 'a0163d75a5f516b6c93f4fc948acff73'
+ '36551c348340307c765fde85d4336e73')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # add missing linker flag
+  export LIBS="$LIBS -lpthread" 
+
+  # enable shared library
+  sed -i 's/all : $(STATICLIB)/all : $(SHAREDLIB)/' src/Makefile.in
+
+  # fix demo rawwaves path
+  sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp
+
+  # run actual build
+  ./configure RAWWAVE_PATH=/usr/lib/stk

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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:39:10
  Author: lfleischer
Revision: 115110

upgpkg: stk 4.4.4-2

.MTREE rebuild.

Modified:
  stk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:27:38 UTC (rev 115109)
+++ PKGBUILD2014-07-05 16:39:10 UTC (rev 115110)
@@ -4,7 +4,7 @@
 
 pkgname=stk
 pkgver=4.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The Synthesis ToolKit in C++'
 arch=('i686' 'x86_64')
 url='http://ccrma.stanford.edu/software/stk/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:27:25
  Author: lfleischer
Revision: 115108

upgpkg: rdiff-backup 1.2.8-6

.MTREE rebuild.

Modified:
  rdiff-backup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:25:52 UTC (rev 115107)
+++ PKGBUILD2014-07-05 16:27:25 UTC (rev 115108)
@@ -5,7 +5,7 @@
 
 pkgname=rdiff-backup
 pkgver=1.2.8
-pkgrel=5
+pkgrel=6
 pkgdesc='A utility for local/remote mirroring and incremental backups.'
 arch=('i686' 'x86_64')
 url='http://www.nongnu.org/rdiff-backup/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:27:38
  Author: lfleischer
Revision: 115109

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

Added:
  rdiff-backup/repos/community-i686/PKGBUILD
(from rev 115108, rdiff-backup/trunk/PKGBUILD)
  rdiff-backup/repos/community-x86_64/PKGBUILD
(from rev 115108, rdiff-backup/trunk/PKGBUILD)
Deleted:
  rdiff-backup/repos/community-i686/PKGBUILD
  rdiff-backup/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:27:25 UTC (rev 115108)
+++ community-i686/PKGBUILD 2014-07-05 16:27:38 UTC (rev 115109)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Schaefer 
-# Contributor: Erwin Van de Velde 
-
-pkgname=rdiff-backup
-pkgver=1.2.8
-pkgrel=5
-pkgdesc='A utility for local/remote mirroring and incremental backups.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/rdiff-backup/'
-license=('GPL')
-depends=('python2' 'librsync')
-optdepends=('pylibacl: access control list support'
-'pyxattr: extended attribute support')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1a94dc537fcf74d6a3a80bd27808e77b'
- '3b88b18eb43ac85bc70b8dce92e958ba')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}" -O1
-
-  # Fix for FS#18848
-  sed -i 's|python2|python2 -W ignore::DeprecationWarning|' 
"${pkgdir}/usr/bin/rdiff-backup"
-}

Copied: rdiff-backup/repos/community-i686/PKGBUILD (from rev 115108, 
rdiff-backup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:27:38 UTC (rev 115109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+# Contributor: Erwin Van de Velde 
+
+pkgname=rdiff-backup
+pkgver=1.2.8
+pkgrel=6
+pkgdesc='A utility for local/remote mirroring and incremental backups.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/rdiff-backup/'
+license=('GPL')
+depends=('python2' 'librsync')
+optdepends=('pylibacl: access control list support'
+'pyxattr: extended attribute support')
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('1a94dc537fcf74d6a3a80bd27808e77b'
+ '3b88b18eb43ac85bc70b8dce92e958ba')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}" -O1
+
+  # Fix for FS#18848
+  sed -i 's|python2|python2 -W ignore::DeprecationWarning|' 
"${pkgdir}/usr/bin/rdiff-backup"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 16:27:25 UTC (rev 115108)
+++ community-x86_64/PKGBUILD   2014-07-05 16:27:38 UTC (rev 115109)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Schaefer 
-# Contributor: Erwin Van de Velde 
-
-pkgname=rdiff-backup
-pkgver=1.2.8
-pkgrel=5
-pkgdesc='A utility for local/remote mirroring and incremental backups.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/rdiff-backup/'
-license=('GPL')
-depends=('python2' 'librsync')
-optdepends=('pylibacl: access control list support'
-'pyxattr: extended attribute support')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1a94dc537fcf74d6a3a80bd27808e77b'
- '3b88b18eb43ac85bc70b8dce92e958ba')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}" -O1
-
-  # Fix for FS#18848
-  sed -i 's|python2|python2 -W ignore::DeprecationWarning|' 
"${pkgdir}/usr/bin/rdiff-backup"
-}

Copied: rdiff-backup/repos/community-x86_64/PKGBUILD (from rev 115108, 
rdiff-backup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 16:27:38 UTC (rev 115109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+# Contributor: Erwin Van de Velde 
+
+pkgname=rdiff-backup
+pkgver=1.2.8
+pkgrel=6
+pkgdesc='A utility for local/remote mirroring and incremental backups.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/rdiff-backup/'
+license=('GPL')
+depends=('python2' 'librsync')
+optdepends=('pylibacl: access control list support'
+'pyxattr: extended attribute support')
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.

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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:25:39
  Author: lfleischer
Revision: 115106

upgpkg: python-gnupginterface 0.3.2-2

.MTREE rebuild.

Modified:
  python-gnupginterface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:25:20 UTC (rev 115105)
+++ PKGBUILD2014-07-05 16:25:39 UTC (rev 115106)
@@ -4,7 +4,7 @@
 pkgbase=python-gnupginterface
 pkgname=python2-gnupginterface
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
 arch=('i686' 'x86_64')
 url='http://py-gnupg.sourceforge.net/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:25:07
  Author: lfleischer
Revision: 115104

upgpkg: nickle 2.70-3

.MTREE rebuild.

Modified:
  nickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:23:33 UTC (rev 115103)
+++ PKGBUILD2014-07-05 16:25:07 UTC (rev 115104)
@@ -3,7 +3,7 @@
 
 pkgname=nickle
 pkgver=2.70
-pkgrel=2
+pkgrel=3
 pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
 arch=('i686' 'x86_64')
 url="http://nickle.org";



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:25:52
  Author: lfleischer
Revision: 115107

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

Added:
  python-gnupginterface/repos/community-i686/PKGBUILD
(from rev 115106, python-gnupginterface/trunk/PKGBUILD)
  python-gnupginterface/repos/community-x86_64/PKGBUILD
(from rev 115106, python-gnupginterface/trunk/PKGBUILD)
Deleted:
  python-gnupginterface/repos/community-i686/PKGBUILD
  python-gnupginterface/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:25:39 UTC (rev 115106)
+++ community-i686/PKGBUILD 2014-07-05 16:25:52 UTC (rev 115107)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-gnupginterface
-pkgname=python2-gnupginterface
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
-arch=('i686' 'x86_64')
-url='http://py-gnupg.sourceforge.net/'
-license=('GPL')
-depends=('gnupg' 'python2')
-conflicts=('python-gnupginterface<=0.3.2-6')
-replaces=('python-gnupginterface<=0.3.2-6')
-source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz";)
-md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
-
-package_python2-gnupginterface() {
-  cd "$srcdir/GnuPGInterface-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: python-gnupginterface/repos/community-i686/PKGBUILD (from rev 115106, 
python-gnupginterface/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:25:52 UTC (rev 115107)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-gnupginterface
+pkgname=python2-gnupginterface
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('i686' 'x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python2')
+conflicts=('python-gnupginterface<=0.3.2-6')
+replaces=('python-gnupginterface<=0.3.2-6')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz";)
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package_python2-gnupginterface() {
+  cd "$srcdir/GnuPGInterface-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 16:25:39 UTC (rev 115106)
+++ community-x86_64/PKGBUILD   2014-07-05 16:25:52 UTC (rev 115107)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-gnupginterface
-pkgname=python2-gnupginterface
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
-arch=('i686' 'x86_64')
-url='http://py-gnupg.sourceforge.net/'
-license=('GPL')
-depends=('gnupg' 'python2')
-conflicts=('python-gnupginterface<=0.3.2-6')
-replaces=('python-gnupginterface<=0.3.2-6')
-source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz";)
-md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
-
-package_python2-gnupginterface() {
-  cd "$srcdir/GnuPGInterface-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: python-gnupginterface/repos/community-x86_64/PKGBUILD (from rev 115106, 
python-gnupginterface/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 16:25:52 UTC (rev 115107)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-gnupginterface
+pkgname=python2-gnupginterface
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('i686' 'x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python2')
+conflicts=('python-gnupginterface<=0.3.2-6')
+replaces=('python-gnupginterface<=0.3.2-6')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz";)
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package_python2-gnupginterface() {
+  cd "$srcdir/GnuPGInterface-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:25:20
  Author: lfleischer
Revision: 115105

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:25:07 UTC (rev 115104)
+++ community-i686/PKGBUILD 2014-07-05 16:25:20 UTC (rev 115105)
@@ -1,25 +0,0 @@
-#$Id$
-# Maintainer: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.70
-pkgrel=2
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('i686' 'x86_64')
-url="http://nickle.org";
-license=('custom')
-depends=('readline')
-source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-i686/PKGBUILD (from rev 115104, 
nickle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:25:20 UTC (rev 115105)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.70
+pkgrel=3
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('i686' 'x86_64')
+url="http://nickle.org";
+license=('custom')
+depends=('readline')
+source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 16:25:07 UTC (rev 115104)
+++ community-x86_64/PKGBUILD   2014-07-05 16:25:20 UTC (rev 115105)
@@ -1,25 +0,0 @@
-#$Id$
-# Maintainer: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.70
-pkgrel=2
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('i686' 'x86_64')
-url="http://nickle.org";
-license=('custom')
-depends=('readline')
-source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 115104, 
nickle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 16:25:20 UTC (rev 115105)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.70
+pkgrel=3
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('i686' 'x86_64')
+url="http://nickle.org";
+license=('custom')
+depends=('readline')
+source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:23:33
  Author: lfleischer
Revision: 115103

archrelease: copy trunk to community-any

Added:
  obmenu/repos/community-any/PKGBUILD
(from rev 115102, obmenu/trunk/PKGBUILD)
Deleted:
  obmenu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 16:23:25 UTC (rev 115102)
+++ PKGBUILD2014-07-05 16:23:33 UTC (rev 115103)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Hugo Doria 
-# Contributor: priyank 
-# Contributor: Daniel J Griffiths 
-
-pkgname=obmenu
-pkgver=1.0
-pkgrel=9
-pkgdesc='Openbox menu editor.'
-arch=('any')
-url='http://obmenu.sourceforge.net/'
-license=('GPL')
-depends=('python2' 'pygtk' 'openbox')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('710036a5edc9886d6d563ce46c747432')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's#usr/bin/python#usr/bin/python2#g' *.py
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-

Copied: obmenu/repos/community-any/PKGBUILD (from rev 115102, 
obmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 16:23:33 UTC (rev 115103)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Hugo Doria 
+# Contributor: priyank 
+# Contributor: Daniel J Griffiths 
+
+pkgname=obmenu
+pkgver=1.0
+pkgrel=10
+pkgdesc='Openbox menu editor.'
+arch=('any')
+url='http://obmenu.sourceforge.net/'
+license=('GPL')
+depends=('python2' 'pygtk' 'openbox')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('710036a5edc9886d6d563ce46c747432')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's#usr/bin/python#usr/bin/python2#g' *.py
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:23:25
  Author: lfleischer
Revision: 115102

upgpkg: obmenu 1.0-10

.MTREE rebuild.

Modified:
  obmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:18:09 UTC (rev 115101)
+++ PKGBUILD2014-07-05 16:23:25 UTC (rev 115102)
@@ -6,7 +6,7 @@
 
 pkgname=obmenu
 pkgver=1.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Openbox menu editor.'
 arch=('any')
 url='http://obmenu.sourceforge.net/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:11:10
  Author: lfleischer
Revision: 115097

archrelease: copy trunk to community-any

Added:
  java-batik/repos/community-any/PKGBUILD
(from rev 115096, java-batik/trunk/PKGBUILD)
Deleted:
  java-batik/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 16:11:02 UTC (rev 115096)
+++ PKGBUILD2014-07-05 16:11:10 UTC (rev 115097)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-batik
-pkgver=1.7
-pkgrel=11
-pkgdesc='SVG library for Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/batik/'
-license=(APACHE)
-depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
-makedepends=('java-environment' 'apache-ant' 'unzip')
-source=('http://apache.cict.fr/xmlgraphics/batik/batik-src-1.7.zip')
-md5sums=('c117ca2241907f62a2b3031167ebf917')
-
-build() {
-   cd "$srcdir/batik-$pkgver"
-   ant all-jar
-}
-
-package() {
-   install -d "$pkgdir/usr/share/java/batik"
-
-   install -m644 "$srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all.jar" \
- "$pkgdir/usr/share/java/batik/"
-   cp -r "$srcdir/batik-$pkgver/lib"/*.jar "$pkgdir/usr/share/java/batik/"
-}

Copied: java-batik/repos/community-any/PKGBUILD (from rev 115096, 
java-batik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 16:11:10 UTC (rev 115097)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-batik
+pkgver=1.7
+pkgrel=12
+pkgdesc='SVG library for Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/batik/'
+license=(APACHE)
+depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
+makedepends=('java-environment' 'apache-ant' 'unzip')
+source=('http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip')
+md5sums=('c117ca2241907f62a2b3031167ebf917')
+
+build() {
+   cd "$srcdir/batik-$pkgver"
+   ant all-jar
+}
+
+package() {
+   install -d "$pkgdir/usr/share/java/batik"
+
+   install -m644 "$srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all.jar" \
+ "$pkgdir/usr/share/java/batik/"
+   cp -r "$srcdir/batik-$pkgver/lib"/*.jar "$pkgdir/usr/share/java/batik/"
+}



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:17:55
  Author: lfleischer
Revision: 115100

upgpkg: ngrep 1.45-10

.MTREE rebuild.

Modified:
  ngrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:15:02 UTC (rev 115099)
+++ PKGBUILD2014-07-05 16:17:55 UTC (rev 115100)
@@ -5,7 +5,7 @@
 
 pkgname=ngrep
 pkgver=1.45
-pkgrel=9
+pkgrel=10
 pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
 arch=('i686' 'x86_64')
 url='http://ngrep.sourceforge.net/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:18:09
  Author: lfleischer
Revision: 115101

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

Added:
  ngrep/repos/community-i686/PKGBUILD
(from rev 115100, ngrep/trunk/PKGBUILD)
  ngrep/repos/community-i686/ngrep-1.45-fix-ipv6.patch
(from rev 115100, ngrep/trunk/ngrep-1.45-fix-ipv6.patch)
  ngrep/repos/community-i686/ngrep-1.45-use-system-pcre.patch
(from rev 115100, ngrep/trunk/ngrep-1.45-use-system-pcre.patch)
  ngrep/repos/community-x86_64/PKGBUILD
(from rev 115100, ngrep/trunk/PKGBUILD)
  ngrep/repos/community-x86_64/ngrep-1.45-fix-ipv6.patch
(from rev 115100, ngrep/trunk/ngrep-1.45-fix-ipv6.patch)
  ngrep/repos/community-x86_64/ngrep-1.45-use-system-pcre.patch
(from rev 115100, ngrep/trunk/ngrep-1.45-use-system-pcre.patch)
Deleted:
  ngrep/repos/community-i686/PKGBUILD
  ngrep/repos/community-i686/ngrep-1.45-fix-ipv6.patch
  ngrep/repos/community-i686/ngrep-1.45-use-system-pcre.patch
  ngrep/repos/community-x86_64/PKGBUILD
  ngrep/repos/community-x86_64/ngrep-1.45-fix-ipv6.patch
  ngrep/repos/community-x86_64/ngrep-1.45-use-system-pcre.patch

---+
 /PKGBUILD |   88 ++
 /ngrep-1.45-fix-ipv6.patch|   82 +
 /ngrep-1.45-use-system-pcre.patch |  120 
 community-i686/PKGBUILD   |   44 ---
 community-i686/ngrep-1.45-fix-ipv6.patch  |   41 --
 community-i686/ngrep-1.45-use-system-pcre.patch   |   60 --
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/ngrep-1.45-fix-ipv6.patch|   41 --
 community-x86_64/ngrep-1.45-use-system-pcre.patch |   60 --
 9 files changed, 290 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:17:55 UTC (rev 115100)
+++ community-i686/PKGBUILD 2014-07-05 16:18:09 UTC (rev 115101)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Eric Belanger 
-# Contributor: dorphell 
-
-pkgname=ngrep
-pkgver=1.45
-pkgrel=9
-pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
-arch=('i686' 'x86_64')
-url='http://ngrep.sourceforge.net/'
-license=('custom')
-depends=('libpcap>=1.0.0' 'pcre')
-# Fix build failure when using "-j" (FS#27091).
-options=(!makeflags)
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'ngrep-1.45-fix-ipv6.patch'
-'ngrep-1.45-use-system-pcre.patch')
-md5sums=('bc8150331601f3b869549c94866b4f1c'
- '524ee2e0d9ff3c6a262eca836ddf63ed'
- 'c546da1e47d3e8bddc7678c81a22a6b7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # add patch for broken ipv6 support (FS#27225)
-  patch -Np1 -i "$srcdir/ngrep-1.45-fix-ipv6.patch"
-
-  # use system PCRE (FS#27225)
-  patch -Np1 -i "$srcdir/ngrep-1.45-use-system-pcre.patch"
-  autoreconf
-
-  export EXTRA_INCLUDES=$(pcre-config --cflags)
-  export EXTRA_LIBS=$(pcre-config --libs)
-  ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap 
--enable-ipv6 --enable-pcre
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: ngrep/repos/community-i686/PKGBUILD (from rev 115100, 
ngrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:18:09 UTC (rev 115101)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Eric Belanger 
+# Contributor: dorphell 
+
+pkgname=ngrep
+pkgver=1.45
+pkgrel=10
+pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
+arch=('i686' 'x86_64')
+url='http://ngrep.sourceforge.net/'
+license=('custom')
+depends=('libpcap>=1.0.0' 'pcre')
+# Fix build failure when using "-j" (FS#27091).
+options=(!makeflags)
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'ngrep-1.45-fix-ipv6.patch'
+'ngrep-1.45-use-system-pcre.patch')
+md5sums=('bc8150331601f3b869549c94866b4f1c'
+ '524ee2e0d9ff3c6a262eca836ddf63ed'
+ 'c546da1e47d3e8bddc7678c81a22a6b7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # add patch for broken ipv6 support (FS#27225)
+  patch -Np1 -i "$srcdir/ngrep-1.45-fix-ipv6.patch"
+
+  # use system PCRE (FS#27225)
+  patch -Np1 -i "$srcdir/ngrep-1.45-use-system-pcre.patch"
+  autoreconf
+
+  export EXTRA_INCLUDES=$(pcre-config --cflags)
+  export EXTRA_LIBS=$(pcre-config --libs)
+  ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap 
--enable-ipv6 --enable-

[arch-commits] Commit in java-xmlgraphics-commons/repos/community-any (2 files)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:15:02
  Author: lfleischer
Revision: 115099

archrelease: copy trunk to community-any

Added:
  java-xmlgraphics-commons/repos/community-any/PKGBUILD
(from rev 115098, java-xmlgraphics-commons/trunk/PKGBUILD)
Deleted:
  java-xmlgraphics-commons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 16:14:55 UTC (rev 115098)
+++ PKGBUILD2014-07-05 16:15:02 UTC (rev 115099)
@@ -1,18 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-xmlgraphics-commons
-pkgver=1.5
-pkgrel=1
-pkgdesc='Common components between FOP and Batik.'
-arch=('any')
-url='http://xmlgraphics.apache.org/commons/'
-license=(APACHE)
-depends=('java-runtime')
-source=("http://apache.crihan.fr/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz";)
-md5sums=('2de8bc5e41b4d495c7ad7b850d173e17')
-
-package() {
-  install -Dm644 
"$srcdir/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar" \
-"$pkgdir/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
-}

Copied: java-xmlgraphics-commons/repos/community-any/PKGBUILD (from rev 115098, 
java-xmlgraphics-commons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 16:15:02 UTC (rev 115099)
@@ -0,0 +1,18 @@
+# Maintainer: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-xmlgraphics-commons
+pkgver=1.5
+pkgrel=2
+pkgdesc='Common components between FOP and Batik.'
+arch=('any')
+url='http://xmlgraphics.apache.org/commons/'
+license=(APACHE)
+depends=('java-runtime')
+source=("http://apache.crihan.fr/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz";)
+md5sums=('2de8bc5e41b4d495c7ad7b850d173e17')
+
+package() {
+  install -Dm644 
"$srcdir/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar" \
+"$pkgdir/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+}



[arch-commits] Commit in java-xmlgraphics-commons/trunk (PKGBUILD)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:14:55
  Author: lfleischer
Revision: 115098

upgpkg: java-xmlgraphics-commons 1.5-2

.MTREE rebuild.

Modified:
  java-xmlgraphics-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:11:10 UTC (rev 115097)
+++ PKGBUILD2014-07-05 16:14:55 UTC (rev 115098)
@@ -3,7 +3,7 @@
 
 pkgname=java-xmlgraphics-commons
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Common components between FOP and Batik.'
 arch=('any')
 url='http://xmlgraphics.apache.org/commons/'



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

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:11:02
  Author: lfleischer
Revision: 115096

upgpkg: java-batik 1.7-12

.MTREE rebuild.

Modified:
  java-batik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:07:33 UTC (rev 115095)
+++ PKGBUILD2014-07-05 16:11:02 UTC (rev 115096)
@@ -4,7 +4,7 @@
 
 pkgname=java-batik
 pkgver=1.7
-pkgrel=11
+pkgrel=12
 pkgdesc='SVG library for Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/batik/'



[arch-commits] Commit in java-avalon-framework/repos/community-any (PKGBUILD PKGBUILD)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:07:33
  Author: lfleischer
Revision: 115095

archrelease: copy trunk to community-any

Added:
  java-avalon-framework/repos/community-any/PKGBUILD
(from rev 115094, java-avalon-framework/trunk/PKGBUILD)
Deleted:
  java-avalon-framework/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 16:07:25 UTC (rev 115094)
+++ PKGBUILD2014-07-05 16:07:33 UTC (rev 115095)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-avalon-framework
-pkgver=4.2.0
-pkgrel=5
-pkgdesc='Reusable components for J2SE applications.'
-arch=('any')
-url='http://excalibur.apache.org/'
-license=(APACHE)
-depends=('java-runtime')
-source=("https://archive.apache.org/dist/excalibur/avalon-framework/binaries/avalon-framework-$pkgver.tar.gz";)
-md5sums=('8ff312175554a7199769fad71a04cde4')
-
-package() {
-   install -Dm644 
"$srcdir/avalon-framework/jars/avalon-framework-${pkgver}.jar" \
- "$pkgdir/usr/share/java/avalon-framework/avalon-framework.jar"
-}

Copied: java-avalon-framework/repos/community-any/PKGBUILD (from rev 115094, 
java-avalon-framework/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 16:07:33 UTC (rev 115095)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-avalon-framework
+pkgver=4.2.0
+pkgrel=6
+pkgdesc='Reusable components for J2SE applications.'
+arch=('any')
+url='http://excalibur.apache.org/'
+license=(APACHE)
+depends=('java-runtime')
+source=("https://archive.apache.org/dist/excalibur/avalon-framework/binaries/avalon-framework-$pkgver.tar.gz";)
+md5sums=('8ff312175554a7199769fad71a04cde4')
+
+package() {
+   install -Dm644 
"$srcdir/avalon-framework/jars/avalon-framework-${pkgver}.jar" \
+ "$pkgdir/usr/share/java/avalon-framework/avalon-framework.jar"
+}



[arch-commits] Commit in java-avalon-framework/trunk (PKGBUILD)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:07:25
  Author: lfleischer
Revision: 115094

upgpkg: java-avalon-framework 4.2.0-6

.MTREE rebuild.

Modified:
  java-avalon-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 16:04:55 UTC (rev 115093)
+++ PKGBUILD2014-07-05 16:07:25 UTC (rev 115094)
@@ -5,7 +5,7 @@
 
 pkgname=java-avalon-framework
 pkgver=4.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Reusable components for J2SE applications.'
 arch=('any')
 url='http://excalibur.apache.org/'



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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 18:04:41
  Author: fyan
Revision: 216548

upgpkg: python-cffi 0.8.3-1

- new upstream release
- add tests

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 14:55:40 UTC (rev 216547)
+++ PKGBUILD2014-07-05 16:04:41 UTC (rev 216548)
@@ -5,18 +5,19 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=0.8.2
-pkgrel=4
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="Foreign Function Interface for Python calling C code"
 arch=('i686' 'x86_64')
 url="http://cffi.readthedocs.org/";
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-md5sums=('37fc88c62f40d04e8a18192433f951ec')
+checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz";)
+md5sums=('57e140a7d475f58bada8f2ada3f5749e')
 
 prepare() {
-  cp -r $_name-$pkgver{,-py2}
+  cp -a $_name-$pkgver{,-py2}
 }
 
 build() {
@@ -27,6 +28,14 @@
   python2 setup.py build
 }
 
+check() {
+  cd "$srcdir/$_name-$pkgver"
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" py.test
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
 package_python-cffi() {
   depends=('python' 'python-pycparser')
 



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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 18:05:54
  Author: fyan
Revision: 216549

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

Added:
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 216548, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 216548, python-cffi/trunk/PKGBUILD)
Deleted:
  python-cffi/repos/extra-i686/PKGBUILD
  python-cffi/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   44 ---
 extra-x86_64/PKGBUILD |   44 ---
 3 files changed, 106 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-05 16:04:41 UTC (rev 216548)
+++ extra-i686/PKGBUILD 2014-07-05 16:05:54 UTC (rev 216549)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lilydjwg 
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.2
-pkgrel=4
-pkgdesc="Foreign Function Interface for Python calling C code"
-arch=('i686' 'x86_64')
-url="http://cffi.readthedocs.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-md5sums=('37fc88c62f40d04e8a18192433f951ec')
-source=("http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz";)
-
-prepare() {
-  cp -r $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/$_name-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd "$srcdir/$_name-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 216548, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-05 16:05:54 UTC (rev 216549)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz";)
+md5sums=('57e140a7d475f58bada8f2ada3f5749e')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_name-$pkgver"
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" py.test
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-05 16:04:41 UTC (rev 216548)
+++ extra-x86_64/PKGBUILD   2014-07-05 16:05:54 UTC (rev 216549)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lilydjwg 
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.2
-pkgrel=4
-pkgdesc="Foreign Function Interface for Python calling C code"
-arch=('i686' 'x86_64')
-url="http://cffi.readthedocs.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-md5sums=('37fc88c62f40d04e8a18192433f951ec')
-source=("http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz";)
-
-prepare() {
-  cp -r $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/$_name-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=

[arch-commits] Commit in gtk-theme-switch2/repos (4 files)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:04:55
  Author: lfleischer
Revision: 115093

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

Added:
  gtk-theme-switch2/repos/community-i686/PKGBUILD
(from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
  gtk-theme-switch2/repos/community-x86_64/PKGBUILD
(from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
Deleted:
  gtk-theme-switch2/repos/community-i686/PKGBUILD
  gtk-theme-switch2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 16:04:41 UTC (rev 115092)
+++ community-i686/PKGBUILD 2014-07-05 16:04:55 UTC (rev 115093)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Eddie Lozon 
-# Contributor: Jason Chu 
-# Contributor: Thayer Williams 
-# Contributor: Daniel J Griffiths 
-
-pkgname=gtk-theme-switch2
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Gtk2 theme switcher"
-url="http://muhri.net/nav.php3?node=gts";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gtk2')
-source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz)
-md5sums=('a9e7e62701cd4fba4d277dc210cd4317')
-
-build() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
-   make
-}
-
-package() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
-
-   install -Dm755 gtk-theme-switch2 \
-   ${pkgdir}/usr/bin/gtk-theme-switch2
-   install -Dm644 gtk-theme-switch2.1 \
-   ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1
-}

Copied: gtk-theme-switch2/repos/community-i686/PKGBUILD (from rev 115092, 
gtk-theme-switch2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 16:04:55 UTC (rev 115093)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Eddie Lozon 
+# Contributor: Jason Chu 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=gtk-theme-switch2
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="Gtk2 theme switcher"
+url="http://muhri.net/nav.php3?node=gts";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('gtk2')
+source=("http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz";)
+md5sums=('a9e7e62701cd4fba4d277dc210cd4317')
+
+build() {
+   cd "${srcdir}/gtk-theme-switch-${pkgver}"
+   make
+}
+
+package() {
+   cd "${srcdir}/gtk-theme-switch-${pkgver}"
+
+   install -Dm755 gtk-theme-switch2 "${pkgdir}/usr/bin/gtk-theme-switch2"
+   install -Dm644 gtk-theme-switch2.1 
"${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 16:04:41 UTC (rev 115092)
+++ community-x86_64/PKGBUILD   2014-07-05 16:04:55 UTC (rev 115093)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Eddie Lozon 
-# Contributor: Jason Chu 
-# Contributor: Thayer Williams 
-# Contributor: Daniel J Griffiths 
-
-pkgname=gtk-theme-switch2
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Gtk2 theme switcher"
-url="http://muhri.net/nav.php3?node=gts";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gtk2')
-source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz)
-md5sums=('a9e7e62701cd4fba4d277dc210cd4317')
-
-build() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
-   make
-}
-
-package() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
-
-   install -Dm755 gtk-theme-switch2 \
-   ${pkgdir}/usr/bin/gtk-theme-switch2
-   install -Dm644 gtk-theme-switch2.1 \
-   ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1
-}

Copied: gtk-theme-switch2/repos/community-x86_64/PKGBUILD (from rev 115092, 
gtk-theme-switch2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 16:04:55 UTC (rev 115093)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Eddie Lozon 
+# Contributor: Jason Chu 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=gtk-theme-switch2
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="Gtk2 theme switcher"
+url="http://muhri.net/nav.php3?node=gts";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('gtk2')
+source=("http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz";)
+md5sums=('a9e7e62701cd4fba4d277dc210cd4317')
+
+build() {
+   cd "${srcdir}/gtk-theme-switch-${pkgver}"
+   make
+}
+
+package() {
+   cd "${srcdir}/gtk-theme-switch-${pkgv

[arch-commits] Commit in gtk-theme-switch2/trunk (PKGBUILD)

2014-07-05 Thread Lukas Fleischer
Date: Saturday, July 5, 2014 @ 18:04:41
  Author: lfleischer
Revision: 115092

upgpkg: gtk-theme-switch2 2.1.0-3

* .MTREE rebuild.
* PKGBUILD cleanup.

Modified:
  gtk-theme-switch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 15:39:34 UTC (rev 115091)
+++ PKGBUILD2014-07-05 16:04:41 UTC (rev 115092)
@@ -6,25 +6,23 @@
 
 pkgname=gtk-theme-switch2
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Gtk2 theme switcher"
 url="http://muhri.net/nav.php3?node=gts";
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('gtk2')
-source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz)
+source=("http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz";)
 md5sums=('a9e7e62701cd4fba4d277dc210cd4317')
 
 build() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
+   cd "${srcdir}/gtk-theme-switch-${pkgver}"
make
 }
 
 package() {
-   cd ${srcdir}/gtk-theme-switch-${pkgver}
+   cd "${srcdir}/gtk-theme-switch-${pkgver}"
 
-   install -Dm755 gtk-theme-switch2 \
-   ${pkgdir}/usr/bin/gtk-theme-switch2
-   install -Dm644 gtk-theme-switch2.1 \
-   ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1
+   install -Dm755 gtk-theme-switch2 "${pkgdir}/usr/bin/gtk-theme-switch2"
+   install -Dm644 gtk-theme-switch2.1 
"${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1"
 }



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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 17:39:01
  Author: fyan
Revision: 115090

upgpkg: flake8 1:2.2.2-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 15:10:31 UTC (rev 115089)
+++ PKGBUILD2014-07-05 15:39:01 UTC (rev 115090)
@@ -6,7 +6,7 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
@@ -17,7 +17,7 @@
  'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('213ddab1d44d654cbae61aacad73ae18')
+md5sums=('5489f7dbec86de460839fa4290997040')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver}{,-py2}



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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 17:39:34
  Author: fyan
Revision: 115091

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 115090, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 15:39:01 UTC (rev 115090)
+++ PKGBUILD2014-07-05 15:39:34 UTC (rev 115091)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.1
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('213ddab1d44d654cbae61aacad73ae18')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 115090, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 15:39:34 UTC (rev 115091)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=("http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
+md5sums=('5489f7dbec86de460839fa4290997040')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-05 Thread Eric Bélanger
Date: Saturday, July 5, 2014 @ 17:10:31
  Author: eric
Revision: 115089

archrelease: copy trunk to community-any

Added:
  colorgcc/repos/community-any/PKGBUILD
(from rev 115088, colorgcc/trunk/PKGBUILD)
Deleted:
  colorgcc/repos/community-any/PKGBUILD
  colorgcc/repos/community-any/colorgcc.install
  colorgcc/repos/community-any/colorgcc_1.3.2.0-10.diff

--+
 PKGBUILD |   73 +-
 colorgcc.install |   11 
 colorgcc_1.3.2.0-10.diff | 1123 -
 3 files changed, 27 insertions(+), 1180 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 15:08:55 UTC (rev 115088)
+++ PKGBUILD2014-07-05 15:10:31 UTC (rev 115089)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-
-pkgname=colorgcc
-pkgver=1.3.2
-pkgrel=9
-pkgdesc="A Perl wrapper to colorize the output of compilers with warning/error 
messages matching the gcc output format"
-arch=('any')
-url="http://www.schlueters.de/colorgcc.html";
-license=('GPL')
-depends=('perl')
-backup=('etc/colorgcc/colorgccrc')
-install=colorgcc.install
-source=(http://mir1.ovh.net/gentoo-distfiles/distfiles/${pkgname}-${pkgver}.tar.gz
 colorgcc_1.3.2.0-10.diff)
-sha1sums=('c2944ecaaa58f41f37cc15304f4f9eae0c366cd9'
-  '8cd0924009198753b624165f2137ca23ff707578')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../colorgcc_1.3.2.0-10.diff
-  patch -p1 < debian/patches/005_old_changes.patch
-  patch -p1 < debian/patches/01_split_non_quoted.patch
-  patch -p1 < debian/patches/02_stderr.patch
-  patch -p1 < debian/patches/03_color_warnings.patch
-  patch -p1 < debian/patches/04_g++_color.patch
-  patch -p1 < debian/patches/05_console-colors.patch
-  patch -p1 < debian/patches/06_use_distcc.patch
-  patch -p1 < debian/patches/07_invalid_attr.patch
-  patch -p1 < debian/patches/08_force_color_opt.patch
-  patch -p1 < debian/patches/09_color_warnings.patch
-  patch -p1 < debian/patches/10_utf8_output.patch
-  sed -i 's|/usr/bin/g77|/usr/bin/gfortran|' colorgccrc
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -D -m755 colorgcc "${pkgdir}/usr/bin/colorgcc"
-  install -D -m644 colorgccrc "${pkgdir}/etc/colorgcc/colorgccrc"
-  install -D -m644 debian/colorgccrc.5 
"${pkgdir}/usr/share/man/man5/colorgccrc.5"
-  install -D -m644 debian/colorgcc.1 "${pkgdir}/usr/share/man/man1/colorgcc.1"
-
-  install -d "${pkgdir}/usr/lib/colorgcc/bin"
-  for i in cc c++ gcc g++ ; do
-ln -s /usr/bin/colorgcc "${pkgdir}/usr/lib/colorgcc/bin/${i}"
-  done
-}

Copied: colorgcc/repos/community-any/PKGBUILD (from rev 115088, 
colorgcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 15:10:31 UTC (rev 115089)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=colorgcc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A Perl wrapper to colorize the output of compilers with warning/error 
messages matching the gcc output format"
+arch=('any')
+url="http://www.schlueters.de/colorgcc.html";
+license=('GPL')
+depends=('perl')
+makedepends=('git')
+backup=('etc/colorgcc/colorgccrc')
+source=(git://github.com/olibre/colorgcc.git)
+sha1sums=('SKIP')
+
+package() {
+  cd ${pkgname}
+  install -D -m755 colorgcc.pl "${pkgdir}/usr/bin/colorgcc"
+  install -D -m644 colorgccrc.txt "${pkgdir}/etc/colorgcc/colorgccrc"
+  install -D -m644 README "${pkgdir}/usr/share/doc/colorgcc/README"
+
+  install -d "${pkgdir}/usr/lib/colorgcc/bin"
+  for i in cc c++ gcc g++ ; do
+ln -s /usr/bin/colorgcc "${pkgdir}/usr/lib/colorgcc/bin/${i}"
+  done
+}

Deleted: colorgcc.install
===
--- colorgcc.install2014-07-05 15:08:55 UTC (rev 115088)
+++ colorgcc.install2014-07-05 15:10:31 UTC (rev 115089)
@@ -1,11 +0,0 @@
-post_install() {
-  echo '==> To enable gcc coloring, add:'
-  echo 'export PATH="/usr/lib/colorgcc/bin:$PATH"'
-  echo '==> to your ~/.bash_profile'
-}
-
-post_upgrade() {
-  if [ "$(vercmp $2 1.3.2-6)" -le 0 ]; then
-post_install
-  fi
-}

Deleted: colorgcc_1.3.2.0-10.diff
===
--- colorgcc_1.3.2.0-10.diff2014-07-05 15:08:55 UTC (rev 115088)
+++ colorgcc_1.3.2.0-10.diff2014-07-05 15:10:31 UTC (rev 115089)
@@ -1,1123 +0,0 @@
 colorgcc-1.3.2.0.orig/debian/colorgccrc.5
-+++ colorgcc-1.3.2.0/debian/colorgccrc.5
-@@ -0,0 +1,122 @@
-+.TH COLORGCCRC 5 "Jan 15, 2003"
-+
-+.SH NAME
-+colorgccrc \- configuration file for colorgcc
-+
-+.SH DESCRIPTION
-+A
-+.B colorgccrc
-+configuration file is used to configure the highlighting of
-+the compiler output from
-+.BR colorgcc .
-+
-+.SH SYNTAX
-+Each line consists of a keyword designating a configuration
-+variable.
-+The keyword is followed by `:' and then one or several values
-+(depending on the keyword).
-+Lin

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

2014-07-05 Thread Eric Bélanger
Date: Saturday, July 5, 2014 @ 17:08:55
  Author: eric
Revision: 115088

upgpkg: colorgcc 1.4.1-1

Upstream update, Update source url, Remove old patch and .install scriptlet

Modified:
  colorgcc/trunk/PKGBUILD
Deleted:
  colorgcc/trunk/colorgcc.install
  colorgcc/trunk/colorgcc_1.3.2.0-10.diff

--+
 PKGBUILD |   37 -
 colorgcc.install |   11 
 colorgcc_1.3.2.0-10.diff | 1123 -
 3 files changed, 9 insertions(+), 1162 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 14:50:02 UTC (rev 115087)
+++ PKGBUILD2014-07-05 15:08:55 UTC (rev 115088)
@@ -2,42 +2,23 @@
 # Maintainer: Eric Belanger 
 
 pkgname=colorgcc
-pkgver=1.3.2
-pkgrel=9
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A Perl wrapper to colorize the output of compilers with warning/error 
messages matching the gcc output format"
 arch=('any')
 url="http://www.schlueters.de/colorgcc.html";
 license=('GPL')
 depends=('perl')
+makedepends=('git')
 backup=('etc/colorgcc/colorgccrc')
-install=colorgcc.install
-source=(http://mir1.ovh.net/gentoo-distfiles/distfiles/${pkgname}-${pkgver}.tar.gz
 colorgcc_1.3.2.0-10.diff)
-sha1sums=('c2944ecaaa58f41f37cc15304f4f9eae0c366cd9'
-  '8cd0924009198753b624165f2137ca23ff707578')
+source=(git://github.com/olibre/colorgcc.git)
+sha1sums=('SKIP')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../colorgcc_1.3.2.0-10.diff
-  patch -p1 < debian/patches/005_old_changes.patch
-  patch -p1 < debian/patches/01_split_non_quoted.patch
-  patch -p1 < debian/patches/02_stderr.patch
-  patch -p1 < debian/patches/03_color_warnings.patch
-  patch -p1 < debian/patches/04_g++_color.patch
-  patch -p1 < debian/patches/05_console-colors.patch
-  patch -p1 < debian/patches/06_use_distcc.patch
-  patch -p1 < debian/patches/07_invalid_attr.patch
-  patch -p1 < debian/patches/08_force_color_opt.patch
-  patch -p1 < debian/patches/09_color_warnings.patch
-  patch -p1 < debian/patches/10_utf8_output.patch
-  sed -i 's|/usr/bin/g77|/usr/bin/gfortran|' colorgccrc
-}
-
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -D -m755 colorgcc "${pkgdir}/usr/bin/colorgcc"
-  install -D -m644 colorgccrc "${pkgdir}/etc/colorgcc/colorgccrc"
-  install -D -m644 debian/colorgccrc.5 
"${pkgdir}/usr/share/man/man5/colorgccrc.5"
-  install -D -m644 debian/colorgcc.1 "${pkgdir}/usr/share/man/man1/colorgcc.1"
+  cd ${pkgname}
+  install -D -m755 colorgcc.pl "${pkgdir}/usr/bin/colorgcc"
+  install -D -m644 colorgccrc.txt "${pkgdir}/etc/colorgcc/colorgccrc"
+  install -D -m644 README "${pkgdir}/usr/share/doc/colorgcc/README"
 
   install -d "${pkgdir}/usr/lib/colorgcc/bin"
   for i in cc c++ gcc g++ ; do

Deleted: colorgcc.install
===
--- colorgcc.install2014-07-05 14:50:02 UTC (rev 115087)
+++ colorgcc.install2014-07-05 15:08:55 UTC (rev 115088)
@@ -1,11 +0,0 @@
-post_install() {
-  echo '==> To enable gcc coloring, add:'
-  echo 'export PATH="/usr/lib/colorgcc/bin:$PATH"'
-  echo '==> to your ~/.bash_profile'
-}
-
-post_upgrade() {
-  if [ "$(vercmp $2 1.3.2-6)" -le 0 ]; then
-post_install
-  fi
-}

Deleted: colorgcc_1.3.2.0-10.diff
===
--- colorgcc_1.3.2.0-10.diff2014-07-05 14:50:02 UTC (rev 115087)
+++ colorgcc_1.3.2.0-10.diff2014-07-05 15:08:55 UTC (rev 115088)
@@ -1,1123 +0,0 @@
 colorgcc-1.3.2.0.orig/debian/colorgccrc.5
-+++ colorgcc-1.3.2.0/debian/colorgccrc.5
-@@ -0,0 +1,122 @@
-+.TH COLORGCCRC 5 "Jan 15, 2003"
-+
-+.SH NAME
-+colorgccrc \- configuration file for colorgcc
-+
-+.SH DESCRIPTION
-+A
-+.B colorgccrc
-+configuration file is used to configure the highlighting of
-+the compiler output from
-+.BR colorgcc .
-+
-+.SH SYNTAX
-+Each line consists of a keyword designating a configuration
-+variable.
-+The keyword is followed by `:' and then one or several values
-+(depending on the keyword).
-+Lines beginning with a hash mark `#' are comments.
-+
-+.SH CONFIGURATION VARIABLES
-+.TP
-+.B g++ | gcc | c++ | cc | g77 | gcj | gnat | gpc
-+Specifies the paths to the compilers.
-+Takes one value; a path to the compiler.
-+.TP
-+.B nocolor
-+Specifies what terminal types colorization should be disabled on.
-+Takes one or several values, separated by whitespace.
-+.TP
-+.B srcColor
-+Specifies the highlighting attributes source-code should be given.
-+Takes one or several color attributes.
-+See the section
-+.B COLOR ATTRIBUTES
-+for more information.
-+.TP
-+.B introColor
-+Specifies the highlighting attributes for normal compiler output.
-+Takes one or several color attributes.
-+See the section
-+.B COLOR ATTRIBUTES
-+for more information.
-+.TP
-+.B warningFileNameColor | errorFileNameColor
-+Specifies the highlighting attributes for the filename in a
-+warning or an error, respectively.
-+Takes o

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

2014-07-05 Thread Dave Reisner
Date: Saturday, July 5, 2014 @ 16:55:40
  Author: dreisner
Revision: 216547

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

Added:
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216546, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 216546, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 216546, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 216546, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 216546, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 216546, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216546, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 216546, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 216546, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 216546, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 216546, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 216546, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

--+
 /0001-networkd-properly-track-addresses-when-first-added.patch   | 
 208 +
 /PKGBUILD| 
 326 +
 /initcpio-hook-udev  | 
  44 +
 /initcpio-install-systemd| 
 320 
 /initcpio-install-udev   | 
  58 +
 /systemd.install | 
 360 ++
 testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch   | 
 104 --
 testing-i686/PKGBUILD| 
 163 
 testing-i686/initcpio-hook-udev  | 
  22 
 testing-i686/initcpio-install-systemd| 
 160 
 testing-i686/initcpio-install-udev   | 
  29 
 testing-i686/systemd.install | 
 174 
 testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch | 
 104 --
 testing-x86_64/PKGBUILD  | 
 163 
 testing-x86_64/initcpio-hook-udev| 
  22 
 testing-x86_64/initcpio-install-systemd  | 
 160 
 testing-x86_64/initcpio-install-udev | 
  29 
 testing-x86_64/systemd.install   | 
 174 
 18 files changed, 1316 insertions(+), 1304 deletions(-)

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


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

2014-07-05 Thread Dave Reisner
Date: Saturday, July 5, 2014 @ 16:53:48
  Author: dreisner
Revision: 216546

upgpkg: systemd 215-2

- forcibly create os-release symlink on upgrade since people won't rebuild
  their initramfs after upgrading.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 14:33:24 UTC (rev 216545)
+++ PKGBUILD2014-07-05 14:53:48 UTC (rev 216546)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=215
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'

Modified: systemd.install
===
--- systemd.install 2014-07-05 14:33:24 UTC (rev 216545)
+++ systemd.install 2014-07-05 14:53:48 UTC (rev 216546)
@@ -137,6 +137,11 @@
   echo '   "kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u 
%g %s %t %e"'
 }
 
+_215_2_changes() {
+  # create at least the symlink from /etc/os-release to /usr/lib/os-release
+  systemd-tmpfiles --create etc.conf
+}
+
 post_install() {
   post_common "$@"
 
@@ -162,7 +167,8 @@
 209-1
 210-1
 213-4
-214-2)
+214-2
+215-2)
 
   for v in "${upgrades[@]}"; do
 if [[ $(vercmp "$v" "$2") -eq 1 ]]; then



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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 16:50:02
  Author: thestinger
Revision: 115087

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115086, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115086, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115086, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115086, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115086, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115086, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115086, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115086, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115086, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115086, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115086, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115086, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115086, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115086, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /PKGBUILD  |  640 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  224 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/PKGBUILD|  320 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6915 ---
 community-i686/config.x86_64   | 6689 ---
 community-i686/linux-grsec.install |  112 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/PKGBUILD  |  320 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6915 ---
 community-x86_64/config.x86_64 | 6689 ---
 community-x86_64/linux-grsec.install   |  112 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 21 files changed, 28386 insertions(+), 28386 deletions(-)

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


[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 16:48:57
  Author: thestinger
Revision: 115086

upgpkg: linux-grsec 3.15.3.201407012153-2

enable CONFIG_RANDOMIZE_BASE

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |6 +++---
 config|9 +++--
 config.x86_64 |7 +--
 3 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 14:32:49 UTC (rev 115085)
+++ PKGBUILD2014-07-05 14:48:57 UTC (rev 115086)
@@ -11,7 +11,7 @@
 _timestamp=201407012153
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -32,8 +32,8 @@
 '82ee661b91246c77d0ef3d9d6d8dcc191d3490cad17cd295a95169059735f295'
 '753d4983413740ca7d901724e11885462f2876caae6706463987e53b95578c2d'
 'SKIP'
-'e5c7e486a7a579532f0fec8a496d7e4ac2c88f869695809b66427892e74e89da'
-'4e47b02c8bb266f6cc3bb67dd460c7f7ada97a22e378c894bc8d2e664bc8ef55'
+'9e54806d6de98eeec1616657f29f0842ed63e3d79c3c8d644fb89eac6aaeb4fe'
+'9b2ae8b17b3d0048d785ba81184b1bbc0734296cd03e3be4780274616155941d'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 'd4d4ae0b9c510547f47d94582e4ca08a7f12e9baf324181cb54d328027305e31')

Modified: config
===
--- config  2014-07-05 14:32:49 UTC (rev 115085)
+++ config  2014-07-05 14:48:57 UTC (rev 115086)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.15.1.201406222112-1 Kernel Configuration
+# Linux/x86 3.15.3.201407012153-2 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -495,7 +495,8 @@
 # CONFIG_CRASH_DUMP is not set
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x2000
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
 CONFIG_HOTPLUG_CPU=y
@@ -6341,10 +6342,6 @@
 # CONFIG_RT_MUTEX_TESTER is not set
 # CONFIG_DEBUG_SPINLOCK is not set
 # CONFIG_DEBUG_MUTEXES is not set
-# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
-# CONFIG_DEBUG_LOCK_ALLOC is not set
-# CONFIG_PROVE_LOCKING is not set
-# CONFIG_LOCK_STAT is not set
 # CONFIG_DEBUG_ATOMIC_SLEEP is not set
 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
 # CONFIG_LOCK_TORTURE_TEST is not set

Modified: config.x86_64
===
--- config.x86_64   2014-07-05 14:32:49 UTC (rev 115085)
+++ config.x86_64   2014-07-05 14:48:57 UTC (rev 115086)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.15.1.201406222112-1 Kernel Configuration
+# Linux/x86 3.15.3.201407012153-2 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -458,6 +458,7 @@
 CONFIG_BALLOON_COMPACTION=y
 CONFIG_COMPACTION=y
 CONFIG_MIGRATION=y
+CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
 CONFIG_PHYS_ADDR_T_64BIT=y
 CONFIG_ZONE_DMA_FLAG=1
 CONFIG_BOUNCE=y
@@ -503,7 +504,9 @@
 # CONFIG_CRASH_DUMP is not set
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x4000
+CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
 CONFIG_HOTPLUG_CPU=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set



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

2014-07-05 Thread Ike Devolder
Date: Saturday, July 5, 2014 @ 16:32:49
  Author: idevolder
Revision: 115085

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

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

+
 /PKGBUILD  |   90 +++
 /apper.install |   58 +
 community-i686/PKGBUILD|   45 ---
 community-i686/apper.install   |   29 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/apper.install |   29 
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 14:25:57 UTC (rev 115084)
+++ community-i686/PKGBUILD 2014-07-05 14:32:49 UTC (rev 115085)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Valeriy Lyasotskiy 
-# Contributor: Zom 
-
-pkgname=apper
-_pkgmainver=0.7
-pkgver=0.7.2
-pkgrel=5
-pkgdesc="KDE tools for PackageKit"
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Apper?content=84745";
-license=('GPL')
-depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17')
-makedepends=('cmake' 'automoc4' 'chrpath')
-install="$pkgname.install"
-provides=('kpackagekit')
-conflicts=('kpackagekit')
-replaces=('kpackagekit')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('975fede728e7ab96d8e244ae721a2e15ae40b9fb1cd189a1f4afd46c400b219f')
-
-build() {
-   cd "$pkgname-$pkgver"
-   [ -d "build" ] && rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../ \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   cd build
-   make DESTDIR="$pkgdir" install
-   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
-   mv 
"$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service" \
-   
"$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service"
-   # Hack around cmake rpath bug (debian)
-   chrpath --list "$pkgdir/usr/bin/apper"
-   chrpath --replace "/usr/lib/apper" "$pkgdir/usr/bin/apper"
-}

Copied: apper/repos/community-i686/PKGBUILD (from rev 115084, 
apper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 14:32:49 UTC (rev 115085)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Zom 
+
+pkgname=apper
+_pkgmainver=0.7
+pkgver=0.7.2
+pkgrel=6
+pkgdesc="KDE tools for PackageKit"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Apper?content=84745";
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install="$pkgname.install"
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('975fede728e7ab96d8e244ae721a2e15ae40b9fb1cd189a1f4afd46c400b219f')
+
+build() {
+   cd "$pkgname-$pkgver"
+   [ -d "build" ] && rm -rf build
+   mkdir build
+   cd build
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   cd build
+   make DESTDIR="$pkgdir" install
+   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
+   mv 
"$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service" \
+   
"$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service"
+   # Hack around cmake rpath bug (debian)
+   chrpath --list "$pkgdir/usr/bin/apper"
+   chrpath --replace "/usr/lib/apper" "$pkgdir/usr/bin/apper"
+}

Deleted: community-i686/apper.install
===
--- community-i686/apper.install2014-07-05 14:25:57 UTC (rev 115084)
+++ community-i686/apper.install2014-07-05 14:32:49 UTC (rev 115085)
@@ -1,29 +0,0 @@
-available() {
-   which "$1" >/dev/null 2>&1
-}
-
-updatemime() {
-   #

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

2014-07-05 Thread Eric Bélanger
Date: Saturday, July 5, 2014 @ 16:28:45
  Author: eric
Revision: 216543

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

Added:
  kdiff3/repos/extra-i686/PKGBUILD
(from rev 216542, kdiff3/trunk/PKGBUILD)
  kdiff3/repos/extra-i686/kdiff3.install
(from rev 216542, kdiff3/trunk/kdiff3.install)
  kdiff3/repos/extra-x86_64/PKGBUILD
(from rev 216542, kdiff3/trunk/PKGBUILD)
  kdiff3/repos/extra-x86_64/kdiff3.install
(from rev 216542, kdiff3/trunk/kdiff3.install)
Deleted:
  kdiff3/repos/extra-i686/PKGBUILD
  kdiff3/repos/extra-i686/kdiff3-relative-path.patch
  kdiff3/repos/extra-i686/kdiff3.install
  kdiff3/repos/extra-x86_64/PKGBUILD
  kdiff3/repos/extra-x86_64/kdiff3-relative-path.patch
  kdiff3/repos/extra-x86_64/kdiff3.install

-+
 /PKGBUILD   |   56 
 /kdiff3.install |   22 +++
 extra-i686/PKGBUILD |   35 -
 extra-i686/kdiff3-relative-path.patch   |   59 --
 extra-i686/kdiff3.install   |   11 -
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/kdiff3-relative-path.patch |   59 --
 extra-x86_64/kdiff3.install |   11 -
 8 files changed, 78 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-05 14:26:20 UTC (rev 216542)
+++ extra-i686/PKGBUILD 2014-07-05 14:28:45 UTC (rev 216543)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=kdiff3
-pkgver=0.9.97
-pkgrel=3
-pkgdesc="A KDE file comparator/merge tool"
-arch=('i686' 'x86_64')
-url="http://kdiff3.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
-optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz
-kdiff3-relative-path.patch)
-sha1sums=('1f2828c4b287b905bac64992b46a3e9231319547'
-  'b5359dcec2ebb8221a232ecc2ea9982b290172e5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p2 -i "${srcdir}/kdiff3-relative-path.patch"
-  mkdir release
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/release
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/release
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiff3/repos/extra-i686/PKGBUILD (from rev 216542, 
kdiff3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-05 14:28:45 UTC (rev 216543)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98
+pkgrel=1
+pkgdesc="A KDE file comparator/merge tool"
+arch=('i686' 'x86_64')
+url="http://kdiff3.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')
+install=kdiff3.install
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
+
+build() {
+  mkdir ${pkgname}-${pkgver}/release
+  cd ${pkgname}-${pkgver}/release
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/release
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiff3-relative-path.patch
===
--- extra-i686/kdiff3-relative-path.patch   2014-07-05 14:26:20 UTC (rev 
216542)
+++ extra-i686/kdiff3-relative-path.patch   2014-07-05 14:28:45 UTC (rev 
216543)
@@ -1,59 +0,0 @@
 a/kdiff3/src-QT4/fileaccess.cpp
-+++ b/kdiff3/src-QT4/fileaccess.cpp
-@@ -183,7 +183,8 @@
- 
- void FileAccess::setFile( const QFileInfo& fi, FileAccess* pParent )
- {
--   m_filePath   = nicePath( fi.filePath() ); // remove "./" at start   
-+   m_filePath   = pParent == 0 ? fi.absoluteFilePath() : 
-+ nicePath( fi.filePath() ); // remove "./" at 
start   
- 
-m_bSymLink   = fi.isSymLink();
-if ( m_bSymLink || (!m_bExists  && m_filePath.contains("@@") ) )
-@@ -566,7 +567,16 @@
-if ( parent() != 0 )
-   return parent()->absoluteFilePath() + "/" + m_filePath;
-else
--  return m_filePath;
-+   {
-+  if ( m_filePath.isEmpty() )
-+   return QString();
-+  
-+  QFileInfo fi( m_filePath );
-+  if ( fi.isAbsolute() )
-+   return m_filePath;
-+  else
-+   return fi.absoluteFilePath(); // Probably never reached
-+   }
- }  // Full abs path
- 
- // Just the name-part of the path, without parent directories
-@@ -1184,7 +1194,7 @@
-   m_bSuccess = false;
-   KIO::FileCopyJob* pJob = KIO::file_move( m_pFileAccess->url(), kurl, 
permission

[arch-commits] Commit in kdiff3/trunk (PKGBUILD kdiff3-relative-path.patch)

2014-07-05 Thread Eric Bélanger
Date: Saturday, July 5, 2014 @ 16:26:20
  Author: eric
Revision: 216542

upgpkg: kdiff3 0.9.98-1

Upstream update, Remove old patch

Modified:
  kdiff3/trunk/PKGBUILD
Deleted:
  kdiff3/trunk/kdiff3-relative-path.patch

+
 PKGBUILD   |   17 +++-
 kdiff3-relative-path.patch |   59 ---
 2 files changed, 5 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 07:48:52 UTC (rev 216541)
+++ PKGBUILD2014-07-05 14:26:20 UTC (rev 216542)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=kdiff3
-pkgver=0.9.97
-pkgrel=3
+pkgver=0.9.98
+pkgrel=1
 pkgdesc="A KDE file comparator/merge tool"
 arch=('i686' 'x86_64')
 url="http://kdiff3.sourceforge.net/";
@@ -12,18 +12,11 @@
 makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
 optdepends=('kdebase-lib: for the plugin')
 install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz
-kdiff3-relative-path.patch)
-sha1sums=('1f2828c4b287b905bac64992b46a3e9231319547'
-  'b5359dcec2ebb8221a232ecc2ea9982b290172e5')
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p2 -i "${srcdir}/kdiff3-relative-path.patch"
-  mkdir release
-}
-
 build() {
+  mkdir ${pkgname}-${pkgver}/release
   cd ${pkgname}-${pkgver}/release
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr
   make

Deleted: kdiff3-relative-path.patch
===
--- kdiff3-relative-path.patch  2014-07-05 07:48:52 UTC (rev 216541)
+++ kdiff3-relative-path.patch  2014-07-05 14:26:20 UTC (rev 216542)
@@ -1,59 +0,0 @@
 a/kdiff3/src-QT4/fileaccess.cpp
-+++ b/kdiff3/src-QT4/fileaccess.cpp
-@@ -183,7 +183,8 @@
- 
- void FileAccess::setFile( const QFileInfo& fi, FileAccess* pParent )
- {
--   m_filePath   = nicePath( fi.filePath() ); // remove "./" at start   
-+   m_filePath   = pParent == 0 ? fi.absoluteFilePath() : 
-+ nicePath( fi.filePath() ); // remove "./" at 
start   
- 
-m_bSymLink   = fi.isSymLink();
-if ( m_bSymLink || (!m_bExists  && m_filePath.contains("@@") ) )
-@@ -566,7 +567,16 @@
-if ( parent() != 0 )
-   return parent()->absoluteFilePath() + "/" + m_filePath;
-else
--  return m_filePath;
-+   {
-+  if ( m_filePath.isEmpty() )
-+   return QString();
-+  
-+  QFileInfo fi( m_filePath );
-+  if ( fi.isAbsolute() )
-+   return m_filePath;
-+  else
-+   return fi.absoluteFilePath(); // Probably never reached
-+   }
- }  // Full abs path
- 
- // Just the name-part of the path, without parent directories
-@@ -1184,7 +1194,7 @@
-   m_bSuccess = false;
-   KIO::FileCopyJob* pJob = KIO::file_move( m_pFileAccess->url(), kurl, 
permissions, KIO::HideProgressInfo );
-   connect( pJob, SIGNAL(result(KJob*)), this, 
SLOT(slotSimpleJobResult(KJob*)));
--  connect( pJob, SIGNAL(percent(KJob*,unsigned long)), this, 
SLOT(slotPercent(KJob*, unsigned long)));
-+  connect( pJob, SIGNAL(percent(KJob*,unsigned long)), &pp, 
SLOT(slotPercent(KJob*, unsigned long)));
- 
-   ProgressProxy::enterEventLoop( pJob,
-  i18n("Renaming file: %1 -> %2",m_pFileAccess->prettyAbsPath(),dest) 
);
-@@ -1673,7 +1683,7 @@
-   &pp,  SLOT( slotListDirInfoMessage(KJob*, const 
QString&) ));
- 
-  // This line makes the transfer via fish unreliable.:-(
-- //connect( pListJob, SIGNAL(percent(KJob*,unsigned long)), this, 
SLOT(slotPercent(KJob*, unsigned long)));
-+ //connect( pListJob, SIGNAL(percent(KJob*,unsigned long)), &pp, 
SLOT(slotPercent(KJob*, unsigned long)));
- 
-  ProgressProxy::enterEventLoop( pListJob,
- i18n("Listing directory: %1",m_pFileAccess->prettyAbsPath()) );
 a/kdiff3/src-QT4/kdiff3.cpp
-+++ b/kdiff3/src-QT4/kdiff3.cpp
-@@ -211,6 +211,8 @@
-   m_outputFilename = args->getOption("output");
-   if ( m_outputFilename.isEmpty() )
-  m_outputFilename = args->getOption("out");
-+  if ( ! m_outputFilename.isEmpty() )
-+ m_outputFilename = FileAccess( m_outputFilename, true 
).absoluteFilePath();
-}
- 
-m_bAutoFlag = args!=0  && args->isSet("auto");



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

2014-07-05 Thread Ike Devolder
Date: Saturday, July 5, 2014 @ 16:25:57
  Author: idevolder
Revision: 115084

apper :: 0.7.2-6

rebuild for mtree

Modified:
  apper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 13:11:59 UTC (rev 115083)
+++ PKGBUILD2014-07-05 14:25:57 UTC (rev 115084)
@@ -6,7 +6,7 @@
 pkgname=apper
 _pkgmainver=0.7
 pkgver=0.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="KDE tools for PackageKit"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Apper?content=84745";



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

2014-07-05 Thread Lukas Jirkovsky
Date: Saturday, July 5, 2014 @ 15:11:59
  Author: stativ
Revision: 115083

ufoai:
* use snapshot instead of pulling from git (much faster)
* partial fix for FS#41076

Modified:
  ufoai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 08:33:27 UTC (rev 115082)
+++ PKGBUILD2014-07-05 13:11:59 UTC (rev 115083)
@@ -3,6 +3,7 @@
 # Contributor: Lukas Jirkovsky 
 pkgname=ufoai
 pkgver=2.5.0
+_snapshot=58580c9b55a69ba65fad565c7a7bd29617736f6c
 pkgrel=2
 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth"
 arch=('i686' 'x86_64')
@@ -10,11 +11,21 @@
 license=('GPL')
 depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
 makedepends=('mesa' 'git')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
+# use snapshot
+source=(http://sourceforge.net/code-snapshots/git/u/uf/ufoai/code.git/ufoai-code-$_snapshot.zip)
+md5sums=('c8293cbf00883320d7def71c11c90992')
 
+prepare() {
+  cd ufoai-code-$_snapshot
+
+  # disable building of various data files
+  sed -i 's|include build/maps.mk|#&|' Makefile
+  sed -i 's|include build/models.mk|#&|' Makefile
+  sed -i 's|include build/data.mk|#&|' Makefile
+}
+
 build() {
-  cd ufoai-${pkgver}
+  cd ufoai-code-$_snapshot
 
   ./configure --prefix=/usr --datadir=/usr/share/ufoai --enable-release 
--localedir=/usr/share/ufoai/base/i18n/
   make
@@ -21,12 +32,13 @@
 }
 
 package() {
-  cd ufoai-${pkgver}
+  cd ufoai-code-$_snapshot
 
   install -Dm755 ufo "$pkgdir"/usr/bin/ufo
   install -Dm755 ufoded "$pkgdir"/usr/bin/ufoded
   install -Dm755 ufo2map "$pkgdir"/usr/bin/ufo2map
   install -Dm755 ufomodel "$pkgdir"/usr/bin/ufomodel
+  install -Dm644 base/game.so "$pkgdir"/usr/share/ufoai/base/game.so
 
   install -Dm644 debian/ufoai.desktop 
"$pkgdir"/usr/share/applications/ufoai.desktop
   install -Dm644 debian/ufoai-safe.desktop 
"$pkgdir"/usr/share/applications/ufoai-safe.desktop



[arch-commits] Commit in goagent/repos/community-any (8 files)

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 10:33:27
  Author: fyan
Revision: 115082

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 115081, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 115081, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 115081, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 115081, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  118 +++---
 goagent.install |   42 +--
 goagent.service |   24 +-
 3 files changed, 93 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 08:33:01 UTC (rev 115081)
+++ PKGBUILD2014-07-05 08:33:27 UTC (rev 115082)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.1.18
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent<0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
-makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
-"${pkgname}.user.ini"
-"${pkgname}.service")
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
-  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini"
-  install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 115081, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 08:33:27 UTC (rev 115082)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.1.18.20140705
+_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=1
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent<0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
+makedepends=('git')
+#source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
+"${pkgname}.user.ini"
+"${pkgname}.service")
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
+  -i local/proxy.py
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 local/proxy.py "$pk

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 10:33:01
  Author: fyan
Revision: 115081

upgpkg: goagent 3.1.18.20140705-1

- hotfix from upstream

Modified:
  goagent/trunk/PKGBUILD
  goagent/trunk/goagent.install

-+
 PKGBUILD|6 --
 goagent.install |2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 08:22:39 UTC (rev 115080)
+++ PKGBUILD2014-07-05 08:33:01 UTC (rev 115081)
@@ -4,7 +4,8 @@
 # Contributor: Guten  
 
 pkgname=goagent
-pkgver=3.1.18
+pkgver=3.1.18.20140705
+_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
@@ -16,7 +17,8 @@
 'python2-pacparser: PAC proxy support'
 'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
 makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+#source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
 "${pkgname}.user.ini"
 "${pkgname}.service")
 backup=('etc/goagent')

Modified: goagent.install
===
--- goagent.install 2014-07-05 08:22:39 UTC (rev 115080)
+++ goagent.install 2014-07-05 08:33:01 UTC (rev 115081)
@@ -1,5 +1,5 @@
 post_install() {
-echo "From 3.1.2-2, /etc/goagent becomes user configuration for goagent. 
Put any customization there, not the default settings. For details, please 
refer to wiki: 
https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)"
+echo "Since 3.1.2-2, /etc/goagent becomes user configuration for goagent. 
Put any customization there, not the default settings. For details, please 
refer to wiki: 
https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)"
 
 #cd /opt/goagent/local
 #python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'



[arch-commits] Commit in bfgminer/repos/community-i686 (4 files)

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 10:22:39
  Author: fyan
Revision: 115080

archrelease: copy trunk to community-i686

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 115079, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 115079, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch

--+
 PKGBUILD |   90 -
 remove-dangerous-rpath.patch |   22 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 08:21:26 UTC (rev 115079)
+++ PKGBUILD2014-07-05 08:22:39 UTC (rev 115080)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=bfgminer
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('8cac4ba73da3dadc44470cf3d3477e1aac31e62bec776ddd2fae7098b38c4369'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure  --prefix=/usr \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 115079, 
bfgminer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 08:22:39 UTC (rev 115080)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('81d8dfa5d2bbe906f8414aa30426ea2df3ee2cb7d86aed59f3ab36eab2ca1f72'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: remove-dangerous-rpath.patch
===
--- remove-dangerous-rpath.patch2014-07-05 08:21:26 UTC (rev 115079)
+++ remove-dangerous-rpath.patch2014-07-05 08:22:39 UTC (rev 115080)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ configure.ac
-@@ -514,7 +514,7 @@
-   ])
- else
-   libblkmaker_CFLAGS='-Ilibblkmaker'
--  libblkmaker_LDFLAGS='-Llibblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"
-+  libblkmaker_LDFLAGS='-Llibblkmaker/.libs'
-   libblkmaker_LIBS='-lblkmaker_jansson-0.1 -lblkmaker-0.1'
-   AC_CONFIG_SUBDIRS([libblkmaker])
- fi

Copied: bfgminer/repos/community-i686/remove-dangerous-rpath.patch (from rev 
115079, bfgminer/trunk/remove-dangerous-rpath.patch)
===
--- remove-dangerous-rpath.patch(rev 0)
+++ remove-dangerous-rpath.patch2014-07-05 08:22:39 UTC (rev 115080)
@@ -0,0 +1,11 @@
+--- configure.ac.orig
 configure.ac
+@@ -514,7 +514,7 @@
+   ])
+ else
+   libblkmaker_CFLAGS='-Ilibblkmaker'
+-  libblkmaker_LDFLAGS='-Llibblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 10:21:26
  Author: fyan
Revision: 115079

archrelease: copy trunk to community-x86_64

Added:
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 115078, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 115078, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

--+
 PKGBUILD |   90 -
 remove-dangerous-rpath.patch |   22 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 08:21:06 UTC (rev 115078)
+++ PKGBUILD2014-07-05 08:21:26 UTC (rev 115079)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=bfgminer
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('8cac4ba73da3dadc44470cf3d3477e1aac31e62bec776ddd2fae7098b38c4369'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure  --prefix=/usr \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bfgminer/repos/community-x86_64/PKGBUILD (from rev 115078, 
bfgminer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 08:21:26 UTC (rev 115079)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('81d8dfa5d2bbe906f8414aa30426ea2df3ee2cb7d86aed59f3ab36eab2ca1f72'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: remove-dangerous-rpath.patch
===
--- remove-dangerous-rpath.patch2014-07-05 08:21:06 UTC (rev 115078)
+++ remove-dangerous-rpath.patch2014-07-05 08:21:26 UTC (rev 115079)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ configure.ac
-@@ -514,7 +514,7 @@
-   ])
- else
-   libblkmaker_CFLAGS='-Ilibblkmaker'
--  libblkmaker_LDFLAGS='-Llibblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"
-+  libblkmaker_LDFLAGS='-Llibblkmaker/.libs'
-   libblkmaker_LIBS='-lblkmaker_jansson-0.1 -lblkmaker-0.1'
-   AC_CONFIG_SUBDIRS([libblkmaker])
- fi

Copied: bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch (from rev 
115078, bfgminer/trunk/remove-dangerous-rpath.patch)
===
--- remove-dangerous-rpath.patch(rev 0)
+++ remove-dangerous-rpath.patch2014-07-05 08:21:26 UTC (rev 115079)
@@ -0,0 +1,11 @@
+--- configure.ac.orig
 configure.ac
+@@ -514,7 +514,7 @@
+   ])
+ else
+   libblkmaker_CFLAGS='-Ilibblkmaker'
+-  libblkmaker_LDFLAGS='-Llibblkmaker/.libs 
-Wl,-rpath,\$$ORIGI

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 10:21:06
  Author: fyan
Revision: 115078

upgpkg: bfgminer 4.3.0-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 07:58:10 UTC (rev 115077)
+++ PKGBUILD2014-07-05 08:21:06 UTC (rev 115078)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=bfgminer
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
 remove-dangerous-rpath.patch)
-sha256sums=('8cac4ba73da3dadc44470cf3d3477e1aac31e62bec776ddd2fae7098b38c4369'
+sha256sums=('81d8dfa5d2bbe906f8414aa30426ea2df3ee2cb7d86aed59f3ab36eab2ca1f72'
 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
 
 prepare() {



[arch-commits] Commit in (4 files)

2014-07-05 Thread Connor Behan
Date: Saturday, July 5, 2014 @ 09:58:10
  Author: cbehan
Revision: 115077

Correct firefox package descriptions

Modified:
  firefox-adblock-plus/trunk/PKGBUILD
  firefox-firebug/trunk/PKGBUILD
  firefox-noscript/trunk/PKGBUILD
  firefox-raismth/trunk/PKGBUILD

-+
 firefox-adblock-plus/trunk/PKGBUILD |2 +-
 firefox-firebug/trunk/PKGBUILD  |2 +-
 firefox-noscript/trunk/PKGBUILD |2 +-
 firefox-raismth/trunk/PKGBUILD  |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: firefox-adblock-plus/trunk/PKGBUILD
===
--- firefox-adblock-plus/trunk/PKGBUILD 2014-07-05 06:59:43 UTC (rev 115076)
+++ firefox-adblock-plus/trunk/PKGBUILD 2014-07-05 07:58:10 UTC (rev 115077)
@@ -4,7 +4,7 @@
 pkgname=firefox-adblock-plus
 pkgver=2.6.3
 pkgrel=1
-pkgdesc="plugin for firefox which block ads and banners"
+pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="http://adblockplus.org/";
 license=('GPL')

Modified: firefox-firebug/trunk/PKGBUILD
===
--- firefox-firebug/trunk/PKGBUILD  2014-07-05 06:59:43 UTC (rev 115076)
+++ firefox-firebug/trunk/PKGBUILD  2014-07-05 07:58:10 UTC (rev 115077)
@@ -4,7 +4,7 @@
 pkgname=firefox-firebug
 pkgver=2.0
 pkgrel=1
-pkgdesc="Firefox plugin with tools for web development."
+pkgdesc="Firefox extension with tools for web development."
 arch=(any)
 url="http://getfirebug.com/";
 license=('custom:BSD')

Modified: firefox-noscript/trunk/PKGBUILD
===
--- firefox-noscript/trunk/PKGBUILD 2014-07-05 06:59:43 UTC (rev 115076)
+++ firefox-noscript/trunk/PKGBUILD 2014-07-05 07:58:10 UTC (rev 115077)
@@ -4,7 +4,7 @@
 pkgname=firefox-noscript
 pkgver=2.6.8.31
 pkgrel=1
-pkgdesc="plugin for firefox which disables script"
+pkgdesc="Extension for firefox which disables script"
 arch=('any')
 url="http://noscript.net/";
 license=('GPL2')

Modified: firefox-raismth/trunk/PKGBUILD
===
--- firefox-raismth/trunk/PKGBUILD  2014-07-05 06:59:43 UTC (rev 115076)
+++ firefox-raismth/trunk/PKGBUILD  2014-07-05 07:58:10 UTC (rev 115077)
@@ -4,7 +4,7 @@
 pkgname=firefox-raismth
 pkgver=4.0.1
 pkgrel=1
-pkgdesc="Firefox plugin for watching Rai.tv live channels, vod and replay 
contents w/o *light (Silverlight/Moonlight)"
+pkgdesc="Firefox extension for watching Rai.tv live channels, vod and replay 
contents w/o *light (Silverlight/Moonlight)"
 arch=('any')
 url="http://acab.servebeer.com/";
 license=('GPL3')



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

2014-07-05 Thread Andreas Radke
Date: Saturday, July 5, 2014 @ 09:48:27
  Author: andyrtr
Revision: 216540

upgpkg: bluez 5.21-1

upstream update 5.21

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 02:54:32 UTC (rev 216539)
+++ PKGBUILD2014-07-05 07:48:27 UTC (rev 216540)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.20
+pkgver=5.21
 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=('531fbaa0a9baf7b1f76fb8fd8975c20d3cc61cdc772a39d63df1d6abfc2a7481'
+sha256sums=('81eb073516f39ff1fa02fa40120e834f40fdb0b772f8f4153a9ab566cc0a1f4f'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 



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

2014-07-05 Thread Andreas Radke
Date: Saturday, July 5, 2014 @ 09:48:52
  Author: andyrtr
Revision: 216541

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 216540, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 216540, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 216540, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 216540, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 216540, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 216540, 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-07-05 07:48:27 UTC (rev 216540)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-07-05 07:48:52 UTC (rev 216541)
@@ -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 216540, 
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-07-05 07:48:52 UTC 

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:59:43
  Author: fyan
Revision: 115076

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

Added:
  ccze/repos/community-i686/PKGBUILD
(from rev 115075, ccze/trunk/PKGBUILD)
  ccze/repos/community-i686/ccze-fix-segfault.diff
(from rev 115075, ccze/trunk/ccze-fix-segfault.diff)
  ccze/repos/community-x86_64/PKGBUILD
(from rev 115075, ccze/trunk/PKGBUILD)
  ccze/repos/community-x86_64/ccze-fix-segfault.diff
(from rev 115075, ccze/trunk/ccze-fix-segfault.diff)
Deleted:
  ccze/repos/community-i686/PKGBUILD
  ccze/repos/community-i686/ccze-fix-segfault.diff
  ccze/repos/community-x86_64/PKGBUILD
  ccze/repos/community-x86_64/ccze-fix-segfault.diff

-+
 /PKGBUILD   |   70 ++
 /ccze-fix-segfault.diff |   22 +
 community-i686/PKGBUILD |   35 ---
 community-i686/ccze-fix-segfault.diff   |   11 
 community-x86_64/PKGBUILD   |   35 ---
 community-x86_64/ccze-fix-segfault.diff |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 06:59:11 UTC (rev 115075)
+++ community-i686/PKGBUILD 2014-07-05 06:59:43 UTC (rev 115076)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau  
-
-pkgname=ccze
-pkgver=0.2.1
-pkgrel=6
-pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/ccze/";
-license=('GPL')
-depends=('ncurses' 'pcre')
-makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
-$pkgname-fix-segfault.diff)
-md5sums=('221966bce7c5f011eca38157241a0432'
- '294e82702d179264abc43596da955358')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-fix-segfault.diff
-
-  #killing a bug
-  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
-  sed -e '/#undef error_t/d' -i system.h.in
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ccze/repos/community-i686/PKGBUILD (from rev 115075, 
ccze/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 06:59:43 UTC (rev 115076)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau  
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=7
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/ccze/";
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+$pkgname-fix-segfault.diff)
+md5sums=('221966bce7c5f011eca38157241a0432'
+ '294e82702d179264abc43596da955358')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/ccze-fix-segfault.diff
===
--- community-i686/ccze-fix-segfault.diff   2014-07-05 06:59:11 UTC (rev 
115075)
+++ community-i686/ccze-fix-segfault.diff   2014-07-05 06:59:43 UTC (rev 
115076)
@@ -1,11 +0,0 @@
 src/ccze.c.orig2003-05-13 20:09:30.0 +0200
-+++ src/ccze.c 2010-08-29 18:14:53.0 +0200
-@@ -212 +212 @@
--  plugin = strtok (optarg, "=");
-+  plugin = strtok (arg, "=");
-@@ -252 +252 @@
--  subopts = optarg;
-+  subopts = arg;
-@@ -276 +276 @@
--  subopts = optarg;
-+  subopts = arg;

Copied: ccze/repos/community-i686/ccze-fix-segfault.diff (from rev 115075, 
ccze/trunk/ccze-fix-segfault.diff)
===
--- community-i686/ccze-fix-segfault.diff   (rev 0)
+++ community-i686/ccze-fix-segfault.diff   2014-07-05 06:59:43 UTC (rev 
115076)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig2003-05-13 20:09:30.0 +0200
 src/ccze.c 2010-08-29 18:14:53.0 +0200
+@@ -212 +212 @@
+-  plugin = strtok (optarg, "=");
++  plugin = strtok (arg, "=");
+@@ -252 +252 @@
+-  subopts = optarg;
++  subopts = arg;
+@@ -276 +276 @@
+-  subopts = optarg;
++  subopts = arg;

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

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:59:11
  Author: fyan
Revision: 115075

upgpkg: ccze 0.2.1-7

mtree rebuild

Modified:
  ccze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 06:57:29 UTC (rev 115074)
+++ PKGBUILD2014-07-05 06:59:11 UTC (rev 115075)
@@ -3,7 +3,7 @@
 
 pkgname=ccze
 pkgver=0.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Robust and modular log colorizer with many plugins"
 arch=('i686' 'x86_64')
 url="http://freshmeat.net/projects/ccze/";