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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 09:14:20
  Author: andrea
Revision: 216898

upgpkg: qscintilla 2.8.3-3

Packages needs a rebuild, see FS#41103

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 21:16:07 UTC (rev 216897)
+++ PKGBUILD2014-07-15 07:14:20 UTC (rev 216898)
@@ -6,7 +6,7 @@
 pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
  'python-qscintilla-common')
 pkgver=2.8.3
-pkgrel=2
+pkgrel=3
 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-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 09:14:28
  Author: andrea
Revision: 216899

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

Added:
  qscintilla/repos/extra-i686/PKGBUILD
(from rev 216898, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 216898, 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-15 07:14:20 UTC (rev 216898)
+++ extra-i686/PKGBUILD 2014-07-15 07:14:28 UTC (rev 216899)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-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 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 216898, 
qscintilla/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-15 07:14:28 UTC (rev 216899)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=qscintilla
+pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
+ 'python-qscintilla-common')
+pkgver=2.8.3
+pkgrel=3
+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 

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

2014-07-15 Thread Sergej Pupykin
Date: Tuesday, July 15, 2014 @ 09:45:57
  Author: spupykin
Revision: 115734

upgpkg: lxc 1:1.0.5-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 00:26:36 UTC (rev 115733)
+++ PKGBUILD2014-07-15 07:45:57 UTC (rev 115734)
@@ -6,7 +6,7 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=lxc
-pkgver=1.0.4
+pkgver=1.0.5
 epoch=1
 pkgrel=1
 pkgdesc=Linux Containers
@@ -25,7 +25,7 @@
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz{,.asc}
lxc.tmpfiles.d
lxc.service)
-md5sums=('2689080af03a8ac1f1ce577728dd3619'
+md5sums=('9d9af9e9e69a831cd50b58d91c786013'
  'SKIP'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')



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

2014-07-15 Thread Sergej Pupykin
Date: Tuesday, July 15, 2014 @ 09:46:17
  Author: spupykin
Revision: 115735

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 115734, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 115734, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.service
(from rev 115734, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 115734, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 115734, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 115734, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.service
(from rev 115734, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 115734, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

-+
 /PKGBUILD   |  140 ++
 /lxc.install|   16 
 /lxc.service|   22 +
 /lxc.tmpfiles.d |2 
 community-i686/PKGBUILD |   69 --
 community-i686/lxc.install  |8 --
 community-i686/lxc.service  |   11 --
 community-i686/lxc.tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   69 --
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.service|   11 --
 community-x86_64/lxc.tmpfiles.d |1 
 12 files changed, 180 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-15 07:45:57 UTC (rev 115734)
+++ community-i686/PKGBUILD 2014-07-15 07:46:17 UTC (rev 115735)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.4
-epoch=1
-pkgrel=1
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc.service)
-md5sums=('2689080af03a8ac1f1ce577728dd3619'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 115734, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-15 07:46:17 UTC (rev 115735)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.5
+epoch=1
+pkgrel=1
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 

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

2014-07-15 Thread Sergej Pupykin
Date: Tuesday, July 15, 2014 @ 09:46:28
  Author: spupykin
Revision: 115737

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
(from rev 115736, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
(from rev 115736, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   40 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-15 07:46:21 UTC (rev 115736)
+++ ChangeLog   2014-07-15 07:46:28 UTC (rev 115737)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 115736, 
when/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-07-15 07:46:28 UTC (rev 115737)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 07:46:21 UTC (rev 115736)
+++ PKGBUILD2014-07-15 07:46:28 UTC (rev 115737)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=when
-pkgver=1.1.31
-pkgrel=2
-pkgdesc=A simple commandline personal calendar program
-arch=('any')
-url=http://www.lightandmatter.com/when/when.html;
-license=('GPL')
-depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('72d4c1c0fbad5c2ca6b9e8bb449f7b39')
-
-package() {
-  cd $srcdir/when_dist
-  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
-  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
-}

Copied: when/repos/community-any/PKGBUILD (from rev 115736, when/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 07:46:28 UTC (rev 115737)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=when
+pkgver=1.1.32
+pkgrel=1
+pkgdesc=A simple commandline personal calendar program
+arch=('any')
+url=http://www.lightandmatter.com/when/when.html;
+license=('GPL')
+depends=('perl')
+source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
+md5sums=('c2d74a48d5a908f26a72290c54c04926')
+
+package() {
+  cd $srcdir/when_dist
+  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
+  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
+}



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

2014-07-15 Thread Sergej Pupykin
Date: Tuesday, July 15, 2014 @ 09:46:21
  Author: spupykin
Revision: 115736

upgpkg: when 1.1.32-1

upd

Modified:
  when/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 07:46:17 UTC (rev 115735)
+++ PKGBUILD2014-07-15 07:46:21 UTC (rev 115736)
@@ -3,8 +3,8 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=when
-pkgver=1.1.31
-pkgrel=2
+pkgver=1.1.32
+pkgrel=1
 pkgdesc=A simple commandline personal calendar program
 arch=('any')
 url=http://www.lightandmatter.com/when/when.html;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl')
 source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('72d4c1c0fbad5c2ca6b9e8bb449f7b39')
+md5sums=('c2d74a48d5a908f26a72290c54c04926')
 
 package() {
   cd $srcdir/when_dist



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

2014-07-15 Thread Tobias Powalowski
Date: Tuesday, July 15, 2014 @ 12:52:58
  Author: tpowa
Revision: 216901

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

Added:
  gettext/repos/testing-i686/
  gettext/repos/testing-i686/PKGBUILD
(from rev 216900, gettext/trunk/PKGBUILD)
  gettext/repos/testing-i686/gettext.install
(from rev 216900, gettext/trunk/gettext.install)
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 216900, gettext/trunk/PKGBUILD)
  gettext/repos/testing-x86_64/gettext.install
(from rev 216900, gettext/trunk/gettext.install)

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 112 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 216900, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-15 10:52:58 UTC (rev 216901)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.2
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6898a2fc5d711b17278a59cfbfc10bc5'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-i686/gettext.install (from rev 216900, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2014-07-15 10:52:58 UTC (rev 216901)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 216900, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-15 10:52:58 UTC (rev 216901)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.2
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6898a2fc5d711b17278a59cfbfc10bc5'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 216900, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2014-07-15 10:52:58 UTC (rev 216901)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-15 Thread Tobias Powalowski
Date: Tuesday, July 15, 2014 @ 12:52:50
  Author: tpowa
Revision: 216900

upgpkg: gettext 0.19.2-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 07:14:28 UTC (rev 216899)
+++ PKGBUILD2014-07-15 10:52:50 UTC (rev 216900)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=(!docs)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('8949a57e82abe88274a93174ade515e4'
+md5sums=('6898a2fc5d711b17278a59cfbfc10bc5'
  'SKIP')
 
 build() {



[arch-commits] Commit in geoip/trunk (PKGBUILD pkgconfig.patch)

2014-07-15 Thread Jürgen Hötzel
Date: Tuesday, July 15, 2014 @ 15:01:32
  Author: juergen
Revision: 216902

update to 1.6.2-1

Modified:
  geoip/trunk/PKGBUILD
Deleted:
  geoip/trunk/pkgconfig.patch

-+
 PKGBUILD|   26 ++
 pkgconfig.patch |8 
 2 files changed, 10 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 10:52:58 UTC (rev 216901)
+++ PKGBUILD2014-07-15 13:01:32 UTC (rev 216902)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=geoip
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc=Non-DNS IP-to-country resolver C library  utils
 arch=('i686' 'x86_64')
 url=http://www.maxmind.com/app/c;
@@ -12,20 +12,17 @@
 depends=('zlib' 'geoip-database')
 backup=('etc/geoip/GeoIP.conf')
 options=('!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz 
-pkgconfig.patch)
-sha256sums=('ec35ee73fcc54c493f4252565d1c81d022b398dd16de3af1522c8cab016f8731'
-'64a6a608beabdc553019237d7da808dc234f760c21040036b2f589eaebba5d10')
+source=(https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
+sha256sums=('72562fc10792eea6cfa662d93ef40c6541b73619df8057a6e411144e671a9174')
 
 prepare() {
-  cd GeoIP-$pkgver
-  patch -Np1 -i ../pkgconfig.patch
+  cd geoip-api-c-$pkgver
+  autoreconf -vi
 }
 
 build() {
-  cd GeoIP-$pkgver
+  cd geoip-api-c-$pkgver
 
-  autoreconf -vi
   ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man \
@@ -34,17 +31,14 @@
 }
 
 check() {
-  cd GeoIP-$pkgver
+  cd geoip-api-c-$pkgver
+  ln -sf /usr/share/GeoIP data
   make check
 }
 
 package() {
-  cd GeoIP-$pkgver
-
+  cd geoip-api-c-$pkgver
   make DESTDIR=$pkgdir install
-
-  # country database is provided by geoip-database
-  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: pkgconfig.patch
===
--- pkgconfig.patch 2014-07-15 10:52:58 UTC (rev 216901)
+++ pkgconfig.patch 2014-07-15 13:01:32 UTC (rev 216902)
@@ -1,8 +0,0 @@
 GeoIP-1.5.1/geoip.pc.in.orig   2013-03-23 02:26:09.0 +
-+++ GeoIP-1.5.1/geoip.pc.in2013-09-23 12:04:07.441555775 +
-@@ -1,4 +1,5 @@
- prefix=@prefix@
-+exec_prefix=${prefix}
- libdir=@libdir@
- includedir=@includedir@
- datadir=@datarootdir@



[arch-commits] Commit in geoip/repos/extra-x86_64 (PKGBUILD PKGBUILD pkgconfig.patch)

2014-07-15 Thread Jürgen Hötzel
Date: Tuesday, July 15, 2014 @ 15:02:26
  Author: juergen
Revision: 216903

archrelease: copy trunk to extra-x86_64

Added:
  geoip/repos/extra-x86_64/PKGBUILD
(from rev 216902, geoip/trunk/PKGBUILD)
Deleted:
  geoip/repos/extra-x86_64/PKGBUILD
  geoip/repos/extra-x86_64/pkgconfig.patch

-+
 PKGBUILD|   94 +-
 pkgconfig.patch |8 
 2 files changed, 44 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 13:01:32 UTC (rev 216902)
+++ PKGBUILD2014-07-15 13:02:26 UTC (rev 216903)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=geoip
-pkgver=1.5.1
-pkgrel=2
-pkgdesc=Non-DNS IP-to-country resolver C library  utils
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz 
-pkgconfig.patch)
-sha256sums=('ec35ee73fcc54c493f4252565d1c81d022b398dd16de3af1522c8cab016f8731'
-'64a6a608beabdc553019237d7da808dc234f760c21040036b2f589eaebba5d10')
-
-prepare() {
-  cd GeoIP-$pkgver
-  patch -Np1 -i ../pkgconfig.patch
-}
-
-build() {
-  cd GeoIP-$pkgver
-
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd GeoIP-$pkgver
-  make check
-}
-
-package() {
-  cd GeoIP-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # country database is provided by geoip-database
-  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 216902, 
geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 13:02:26 UTC (rev 216903)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=geoip
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Non-DNS IP-to-country resolver C library  utils
+arch=('i686' 'x86_64')
+url=http://www.maxmind.com/app/c;
+license=('GPL')
+depends=('zlib' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!emptydirs')
+source=(https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
+sha256sums=('72562fc10792eea6cfa662d93ef40c6541b73619df8057a6e411144e671a9174')
+
+prepare() {
+  cd geoip-api-c-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd geoip-api-c-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd geoip-api-c-$pkgver
+  ln -sf /usr/share/GeoIP data
+  make check
+}
+
+package() {
+  cd geoip-api-c-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pkgconfig.patch
===
--- pkgconfig.patch 2014-07-15 13:01:32 UTC (rev 216902)
+++ pkgconfig.patch 2014-07-15 13:02:26 UTC (rev 216903)
@@ -1,8 +0,0 @@
 GeoIP-1.5.1/geoip.pc.in.orig   2013-03-23 02:26:09.0 +
-+++ GeoIP-1.5.1/geoip.pc.in2013-09-23 12:04:07.441555775 +
-@@ -1,4 +1,5 @@
- prefix=@prefix@
-+exec_prefix=${prefix}
- libdir=@libdir@
- includedir=@includedir@
- datadir=@datarootdir@



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

2014-07-15 Thread Jürgen Hötzel
Date: Tuesday, July 15, 2014 @ 15:18:16
  Author: juergen
Revision: 216904

add missing makedepends

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 13:02:26 UTC (rev 216903)
+++ PKGBUILD2014-07-15 13:18:16 UTC (rev 216904)
@@ -10,6 +10,7 @@
 url=http://www.maxmind.com/app/c;
 license=('GPL')
 depends=('zlib' 'geoip-database')
+makedepends=('autoconf' 'libtool')
 backup=('etc/geoip/GeoIP.conf')
 options=('!emptydirs')
 source=(https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)



[arch-commits] Commit in geoip/repos/extra-i686 (PKGBUILD PKGBUILD pkgconfig.patch)

2014-07-15 Thread Jürgen Hötzel
Date: Tuesday, July 15, 2014 @ 15:22:34
  Author: juergen
Revision: 216905

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

Added:
  geoip/repos/extra-i686/PKGBUILD
(from rev 216904, geoip/trunk/PKGBUILD)
Deleted:
  geoip/repos/extra-i686/PKGBUILD
  geoip/repos/extra-i686/pkgconfig.patch

-+
 PKGBUILD|   95 +-
 pkgconfig.patch |8 
 2 files changed, 45 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 13:18:16 UTC (rev 216904)
+++ PKGBUILD2014-07-15 13:22:34 UTC (rev 216905)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=geoip
-pkgver=1.5.1
-pkgrel=2
-pkgdesc=Non-DNS IP-to-country resolver C library  utils
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz 
-pkgconfig.patch)
-sha256sums=('ec35ee73fcc54c493f4252565d1c81d022b398dd16de3af1522c8cab016f8731'
-'64a6a608beabdc553019237d7da808dc234f760c21040036b2f589eaebba5d10')
-
-prepare() {
-  cd GeoIP-$pkgver
-  patch -Np1 -i ../pkgconfig.patch
-}
-
-build() {
-  cd GeoIP-$pkgver
-
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd GeoIP-$pkgver
-  make check
-}
-
-package() {
-  cd GeoIP-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # country database is provided by geoip-database
-  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-i686/PKGBUILD (from rev 216904, geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 13:22:34 UTC (rev 216905)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=geoip
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Non-DNS IP-to-country resolver C library  utils
+arch=('i686' 'x86_64')
+url=http://www.maxmind.com/app/c;
+license=('GPL')
+depends=('zlib' 'geoip-database')
+makedepends=('autoconf' 'libtool')
+backup=('etc/geoip/GeoIP.conf')
+options=('!emptydirs')
+source=(https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
+sha256sums=('72562fc10792eea6cfa662d93ef40c6541b73619df8057a6e411144e671a9174')
+
+prepare() {
+  cd geoip-api-c-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd geoip-api-c-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd geoip-api-c-$pkgver
+  ln -sf /usr/share/GeoIP data
+  make check
+}
+
+package() {
+  cd geoip-api-c-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pkgconfig.patch
===
--- pkgconfig.patch 2014-07-15 13:18:16 UTC (rev 216904)
+++ pkgconfig.patch 2014-07-15 13:22:34 UTC (rev 216905)
@@ -1,8 +0,0 @@
 GeoIP-1.5.1/geoip.pc.in.orig   2013-03-23 02:26:09.0 +
-+++ GeoIP-1.5.1/geoip.pc.in2013-09-23 12:04:07.441555775 +
-@@ -1,4 +1,5 @@
- prefix=@prefix@
-+exec_prefix=${prefix}
- libdir=@libdir@
- includedir=@includedir@
- datadir=@datarootdir@



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

2014-07-15 Thread Maxime Gauduin
Date: Tuesday, July 15, 2014 @ 16:33:14
  Author: alucryd
Revision: 115738

upgpkg: python2-enum34 1.0-1

Modified:
  python2-enum34/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 07:46:28 UTC (rev 115737)
+++ PKGBUILD2014-07-15 14:33:14 UTC (rev 115738)
@@ -3,8 +3,8 @@
 # Contributor: Schala schalaalexiaz...@gmail.com
 
 pkgname=python2-enum34
-pkgver=0.9.23
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc='Python 3.4 Enum backported'
 arch=('any')
 url='http://pypi.python.org/pypi/enum34'
@@ -12,7 +12,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=(https://pypi.python.org/packages/source/e/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('cfc05f11b5169c7b5c4adfae6de51cb8ad608c269b2496fbb75a115a5b572440')
+sha256sums=('384b593703b057e0b19d90ff62844b1c8796da2e6bd9957d6ce9119bdeade635')
 
 package() {
   cd ${pkgname#*-}-${pkgver}



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

2014-07-15 Thread Daniel Micay
Date: Tuesday, July 15, 2014 @ 17:12:12
  Author: thestinger
Revision: 115740

upgpkg: linux-grsec 3.15.5.201407142248-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 14:33:22 UTC (rev 115739)
+++ PKGBUILD2014-07-15 15:12:12 UTC (rev 115740)
@@ -8,7 +8,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.5
 _grsecver=3.0
-_timestamp=201407131211
+_timestamp=201407142248
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 '9b0d000e0bdec7a25ee6303afdab8d2af77439995876eadd6ce248e5c954037d'
-'b7b65ff2ab0ff7f4d7f91e7b26060c1832de50eb35eeac1b835e5190ffaf2645'
+'d3e1df16802cabbc1dcc73b2f82335c76620b5c21878dc48d17c5a2c8d906583'
 'SKIP'
 '9e54806d6de98eeec1616657f29f0842ed63e3d79c3c8d644fb89eac6aaeb4fe'
 '9b2ae8b17b3d0048d785ba81184b1bbc0734296cd03e3be4780274616155941d'



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

2014-07-15 Thread Daniel Micay
Date: Tuesday, July 15, 2014 @ 17:13:18
  Author: thestinger
Revision: 115741

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

Added:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
(from rev 115740, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115740, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115740, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115740, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115740, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115740, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115740, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115740, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
(from rev 115740, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115740, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115740, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115740, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115740, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115740, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115740, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115740, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
  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/0013-efistub-fix.patch
  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

+
 /0013-efistub-fix.patch|  354 
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  174 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6692 ---
 community-i686/linux-grsec.install |   87 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6692 ---
 community-x86_64/linux-grsec.install   |   87 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 24 files changed, 28702 insertions(+), 28702 deletions(-)

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


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

2014-07-15 Thread Alexander Rødseth
Date: Tuesday, July 15, 2014 @ 18:26:43
  Author: arodseth
Revision: 115743

upgpkg: nuitka 0.5.3.3-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 16:24:10 UTC (rev 115742)
+++ PKGBUILD2014-07-15 16:26:43 UTC (rev 115743)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.2.1
+pkgver=0.5.3.3
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('6e2b97c27136807d0fe30b2163369429fa92fa772a55404d4e9f3364f3f4d819')
+sha256sums=('53ea3bc11bc9dd6aa03f62fdd79b537b247025fff0bbfa276591ce03659cad2f')
 
 package() {
   cd Nuitka-$pkgver



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

2014-07-15 Thread Alexander Rødseth
Date: Tuesday, July 15, 2014 @ 18:26:51
  Author: arodseth
Revision: 115744

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 115743, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 16:26:43 UTC (rev 115743)
+++ PKGBUILD2014-07-15 16:26:51 UTC (rev 115744)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.2.1
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('6e2b97c27136807d0fe30b2163369429fa92fa772a55404d4e9f3364f3f4d819')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 115743, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 16:26:51 UTC (rev 115744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.3.3
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('53ea3bc11bc9dd6aa03f62fdd79b537b247025fff0bbfa276591ce03659cad2f')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:06:06
  Author: andrea
Revision: 216907

upgpkg: ttf-oxygen 1:0.4.0-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 13:26:36 UTC (rev 216906)
+++ PKGBUILD2014-07-15 19:06:06 UTC (rev 216907)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.3.98
-_plasmaver=4.98.0
+pkgver=0.4.0
+_plasmaver=5.0.0
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -14,9 +14,9 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
 provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('98ee96c3922fb07d5a847a4588deb30a')
 
 prepare() {
   mkdir build



[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:06:12
  Author: andrea
Revision: 216908

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 216907, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 216907, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 19:06:06 UTC (rev 216907)
+++ PKGBUILD2014-07-15 19:06:12 UTC (rev 216908)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.3.98
-_plasmaver=4.98.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 216907, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 19:06:12 UTC (rev 216908)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.4.0
+_plasmaver=5.0.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('98ee96c3922fb07d5a847a4588deb30a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-07-15 19:06:06 UTC (rev 216907)
+++ ttf-oxygen.install  2014-07-15 19:06:12 UTC (rev 216908)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 216907, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-07-15 19:06:12 UTC (rev 216908)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in python-scikit-learn/repos (8 files)

2014-07-15 Thread Andrzej Giniewicz
Date: Tuesday, July 15, 2014 @ 21:10:42
  Author: aginiewicz
Revision: 115746

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

Added:
  python-scikit-learn/repos/community-i686/LICENSE
(from rev 115745, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-i686/PKGBUILD
(from rev 115745, python-scikit-learn/trunk/PKGBUILD)
  python-scikit-learn/repos/community-x86_64/LICENSE
(from rev 115745, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 115745, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-i686/LICENSE
  python-scikit-learn/repos/community-i686/PKGBUILD
  python-scikit-learn/repos/community-x86_64/LICENSE
  python-scikit-learn/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   48 +++
 /PKGBUILD |  108 
 community-i686/LICENSE|   24 -
 community-i686/PKGBUILD   |   56 --
 community-x86_64/LICENSE  |   24 -
 community-x86_64/PKGBUILD |   56 --
 6 files changed, 156 insertions(+), 160 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- 

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

2014-07-15 Thread Andrzej Giniewicz
Date: Tuesday, July 15, 2014 @ 21:10:21
  Author: aginiewicz
Revision: 115745

upgpkg: python-scikit-learn 0.15.0-1

update python-scikit-learn

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 16:26:51 UTC (rev 115744)
+++ PKGBUILD2014-07-15 19:10:21 UTC (rev 115745)
@@ -3,18 +3,18 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc=A set of python modules for machine learning and data mining
 arch=('i686' 'x86_64')
 url=http://scikit-learn.sourceforge.net/;
 license=('BSD')
-makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools' 'cython')
+makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools')
 options=(!emptydirs)
 
 
source=(http://downloads.sourceforge.net/project/scikit-learn/scikit-learn-${pkgver}.tar.gz;
 
 LICENSE)
-md5sums=('790ad23547bb7f428060636628e13491'
+md5sums=('4e04f416f5d4dfb7a17e1b1d9acc2b0b'
  '327083d2576cc0aad1b8f10b2bcd2974')
 
 build() {
@@ -27,8 +27,6 @@
 
   msg Building Python3
   cd $srcdir/scikit-learn-$pkgver
-  # Regenerate _k_means.c using newer cython to fix python 3.4 compile error
-  cython sklearn/cluster/_k_means.pyx
   python setup.py build
 }
 



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:20:43
  Author: andrea
Revision: 216909

upgpkg: kwin 5.0.0-1

Upstream release

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:06:12 UTC (rev 216908)
+++ PKGBUILD2014-07-15 19:20:43 UTC (rev 216909)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwin
-pkgver=4.97.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('3b608c33d9ff4231e8287069e5cb4e88')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b72cc502630bd9631ceb6d44200af924')
 
 prepare() {
   mkdir -p build
@@ -24,6 +24,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/opt/kf5 \
 -DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DQML_INSTALL_DIR=lib/qt/qml \
 -DBUILD_TESTING=OFF
 #-DSYSCONF_INSTALL_DIR=/etc
   make



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:20:57
  Author: andrea
Revision: 216910

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 216909, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 216909, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-07-15 19:20:43 UTC (rev 216909)
+++ kde-unstable-i686/PKGBUILD  2014-07-15 19:20:57 UTC (rev 216910)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=4.97.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('3b608c33d9ff4231e8287069e5cb4e88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/opt/kf5 \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-#-DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 216909, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-15 19:20:57 UTC (rev 216910)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b72cc502630bd9631ceb6d44200af924')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF
+#-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-07-15 19:20:43 UTC (rev 216909)
+++ kde-unstable-x86_64/PKGBUILD2014-07-15 19:20:57 UTC (rev 216910)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=4.97.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('3b608c33d9ff4231e8287069e5cb4e88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/opt/kf5 \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-#-DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 216909, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-15 19:20:57 UTC (rev 216910)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')

[arch-commits] Commit in kdelibs4support/repos/extra-x86_64 (3 files)

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:23:11
  Author: andrea
Revision: 216914

archrelease: copy trunk to extra-x86_64

Added:
  kdelibs4support/repos/extra-x86_64/PKGBUILD
(from rev 216913, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/extra-x86_64/update-FindGettext.patch
(from rev 216913, kdelibs4support/trunk/update-FindGettext.patch)
Deleted:
  kdelibs4support/repos/extra-x86_64/update-FindGettext.patch

--+
 PKGBUILD |   43 ++
 update-FindGettext.patch |   74 ++---
 2 files changed, 80 insertions(+), 37 deletions(-)

Copied: kdelibs4support/repos/extra-x86_64/PKGBUILD (from rev 216913, 
kdelibs4support/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 19:23:11 UTC (rev 216914)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.0.0
+pkgrel=3
+pkgdesc='KDE 4 Support'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
+'update-FindGettext.patch')
+md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
+ 'cfde4360628836b039cb614f6641112d')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/update-FindGettext.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: update-FindGettext.patch
===
--- update-FindGettext.patch2014-07-15 19:22:59 UTC (rev 216913)
+++ update-FindGettext.patch2014-07-15 19:23:11 UTC (rev 216914)
@@ -1,37 +0,0 @@
-From: Alex Merry alex.me...@kde.org
-Date: Fri, 04 Jul 2014 10:10:27 +
-Subject: Make FindGettext compatible with the one provided by CMake
-X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea

-Make FindGettext compatible with the one provided by CMake
-
-This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
-PO_FILES argument), but will also accept the new syntax required by
-CMake's version of this file. It will also warn when PO_FILES is not
-given.
-
-REVIEW: 119111

-
-
 a/cmake/modules/FindGettext.cmake
-+++ b/cmake/modules/FindGettext.cmake
-@@ -212,7 +212,16 @@
-   LIST(REMOVE_AT _args 0 1)
-ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
-
--#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
-+   LIST(GET _args 0 _tmp)
-+   IF(${_tmp} STREQUAL PO_FILES)
-+  LIST(REMOVE_AT _args 0)
-+   ELSE()
-+  SET(_deprecation_arg DEPRECATION)
-+  IF(CMAKE_VERSION VERSION_LESS 3.0.0)
-+ SET(_deprecation_arg AUTHOR_WARNING)
-+  ENDIF()
-+  MESSAGE(${_deprecation_arg} GETTEXT_PROCESS_PO_FILES without a 
PO_FILES argument is deprecated)
-+   ENDIF()
-
-FOREACH(_current_PO_FILE ${_args})
-   GET_FILENAME_COMPONENT(_name ${_current_PO_FILE} NAME)
-

Copied: kdelibs4support/repos/extra-x86_64/update-FindGettext.patch (from rev 
216913, kdelibs4support/trunk/update-FindGettext.patch)
===
--- update-FindGettext.patch(rev 0)
+++ update-FindGettext.patch2014-07-15 19:23:11 UTC (rev 216914)
@@ -0,0 +1,37 @@
+From: Alex Merry alex.me...@kde.org
+Date: Fri, 04 Jul 2014 10:10:27 +
+Subject: Make FindGettext compatible with the one provided by CMake
+X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea
+---
+Make FindGettext compatible with the one provided by CMake
+
+This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
+PO_FILES argument), but will also accept the new syntax required by
+CMake's version of this file. It will also warn when PO_FILES is not
+given.
+
+REVIEW: 119111
+---
+
+
+--- a/cmake/modules/FindGettext.cmake
 b/cmake/modules/FindGettext.cmake
+@@ -212,7 +212,16 @@
+   LIST(REMOVE_AT _args 0 1)
+ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
+
+-#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
++   LIST(GET _args 0 _tmp)
++   IF(${_tmp} STREQUAL PO_FILES)
++  LIST(REMOVE_AT _args 0)
++   ELSE()
++  

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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:22:15
  Author: andrea
Revision: 216912

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

Deleted:
  kdelibs4support/repos/extra-i686/PKGBUILD
  kdelibs4support/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 2 files changed, 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-15 19:22:08 UTC (rev 216911)
+++ extra-i686/PKGBUILD 2014-07-15 19:22:15 UTC (rev 216912)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.0.0
-pkgrel=2
-pkgdesc='KDE 4 Support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
-'update-FindGettext.patch')
-md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
- 'cfde4360628836b039cb614f6641112d')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/update-FindGettext.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-15 19:22:08 UTC (rev 216911)
+++ extra-x86_64/PKGBUILD   2014-07-15 19:22:15 UTC (rev 216912)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.0.0
-pkgrel=2
-pkgdesc='KDE 4 Support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
-'update-FindGettext.patch')
-md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
- 'cfde4360628836b039cb614f6641112d')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/update-FindGettext.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:22:08
  Author: andrea
Revision: 216911

upgpkg: kdelibs4support 5.0.0-3

Add extra deps (FS#41207)

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:20:57 UTC (rev 216910)
+++ PKGBUILD2014-07-15 19:22:08 UTC (rev 216911)
@@ -3,12 +3,12 @@
 
 pkgname=kdelibs4support
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE 4 Support'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'
 license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
 groups=('kf5-aids')
 replaces=('kde4support')



[arch-commits] Commit in kdelibs4support/repos/extra-i686 (3 files)

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:22:59
  Author: andrea
Revision: 216913

archrelease: copy trunk to extra-i686

Added:
  kdelibs4support/repos/extra-i686/PKGBUILD
(from rev 216912, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/extra-i686/update-FindGettext.patch
(from rev 216912, kdelibs4support/trunk/update-FindGettext.patch)
Deleted:
  kdelibs4support/repos/extra-i686/update-FindGettext.patch

--+
 PKGBUILD |   43 ++
 update-FindGettext.patch |   74 ++---
 2 files changed, 80 insertions(+), 37 deletions(-)

Copied: kdelibs4support/repos/extra-i686/PKGBUILD (from rev 216912, 
kdelibs4support/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 19:22:59 UTC (rev 216913)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.0.0
+pkgrel=3
+pkgdesc='KDE 4 Support'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
+'update-FindGettext.patch')
+md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
+ 'cfde4360628836b039cb614f6641112d')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/update-FindGettext.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: update-FindGettext.patch
===
--- update-FindGettext.patch2014-07-15 19:22:15 UTC (rev 216912)
+++ update-FindGettext.patch2014-07-15 19:22:59 UTC (rev 216913)
@@ -1,37 +0,0 @@
-From: Alex Merry alex.me...@kde.org
-Date: Fri, 04 Jul 2014 10:10:27 +
-Subject: Make FindGettext compatible with the one provided by CMake
-X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea

-Make FindGettext compatible with the one provided by CMake
-
-This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
-PO_FILES argument), but will also accept the new syntax required by
-CMake's version of this file. It will also warn when PO_FILES is not
-given.
-
-REVIEW: 119111

-
-
 a/cmake/modules/FindGettext.cmake
-+++ b/cmake/modules/FindGettext.cmake
-@@ -212,7 +212,16 @@
-   LIST(REMOVE_AT _args 0 1)
-ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
-
--#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
-+   LIST(GET _args 0 _tmp)
-+   IF(${_tmp} STREQUAL PO_FILES)
-+  LIST(REMOVE_AT _args 0)
-+   ELSE()
-+  SET(_deprecation_arg DEPRECATION)
-+  IF(CMAKE_VERSION VERSION_LESS 3.0.0)
-+ SET(_deprecation_arg AUTHOR_WARNING)
-+  ENDIF()
-+  MESSAGE(${_deprecation_arg} GETTEXT_PROCESS_PO_FILES without a 
PO_FILES argument is deprecated)
-+   ENDIF()
-
-FOREACH(_current_PO_FILE ${_args})
-   GET_FILENAME_COMPONENT(_name ${_current_PO_FILE} NAME)
-

Copied: kdelibs4support/repos/extra-i686/update-FindGettext.patch (from rev 
216912, kdelibs4support/trunk/update-FindGettext.patch)
===
--- update-FindGettext.patch(rev 0)
+++ update-FindGettext.patch2014-07-15 19:22:59 UTC (rev 216913)
@@ -0,0 +1,37 @@
+From: Alex Merry alex.me...@kde.org
+Date: Fri, 04 Jul 2014 10:10:27 +
+Subject: Make FindGettext compatible with the one provided by CMake
+X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea
+---
+Make FindGettext compatible with the one provided by CMake
+
+This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
+PO_FILES argument), but will also accept the new syntax required by
+CMake's version of this file. It will also warn when PO_FILES is not
+given.
+
+REVIEW: 119111
+---
+
+
+--- a/cmake/modules/FindGettext.cmake
 b/cmake/modules/FindGettext.cmake
+@@ -212,7 +212,16 @@
+   LIST(REMOVE_AT _args 0 1)
+ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
+
+-#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
++   LIST(GET _args 0 _tmp)
++   IF(${_tmp} STREQUAL PO_FILES)
++  LIST(REMOVE_AT _args 0)
++   ELSE()
++  

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

2014-07-15 Thread Dave Reisner
Date: Tuesday, July 15, 2014 @ 21:40:32
  Author: dreisner
Revision: 216915

upgpkg: varnish 4.0.1-1

Modified:
  varnish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:23:11 UTC (rev 216914)
+++ PKGBUILD2014-07-15 19:40:32 UTC (rev 216915)
@@ -5,7 +5,7 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=varnish
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=High-performance HTTP accelerator
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
 varnish-vcl-reload
 varnish.service)
-md5sums=('05af2deae29f37b166392a0237756250'
+md5sums=('53e272f448b2109ab370e03d794a243f'
  '03196dee7fc68e75069393d52c370762'
  '699d118a069c2e63e49c81f275ce2658')
 



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:41:29
  Author: andrea
Revision: 216916

upgpkg: oxygen 5.0.0-1

Upstream release

Modified:
  oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:40:32 UTC (rev 216915)
+++ PKGBUILD2014-07-15 19:41:29 UTC (rev 216916)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=4.97.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='KDE Oxygen style'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('frameworkintegration' 'kwin')
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('ae205e16cab10cc3e3b31e84b45b27c4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c7222727589ed965b6d457d2aaeb38db')
 
 prepare() {
   mkdir -p build



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

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:41:37
  Author: andrea
Revision: 216917

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

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 216916, oxygen/trunk/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 216916, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 kde-unstable-i686/PKGBUILD   |   38 
 kde-unstable-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-07-15 19:41:29 UTC (rev 216916)
+++ kde-unstable-i686/PKGBUILD  2014-07-15 19:41:37 UTC (rev 216917)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=oxygen
-pkgver=4.97.0
-pkgrel=1
-pkgdesc='KDE Oxygen style'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-depends=('frameworkintegration' 'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('ae205e16cab10cc3e3b31e84b45b27c4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
-
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/opt/kf5 \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 216916, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-15 19:41:37 UTC (rev 216917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c7222727589ed965b6d457d2aaeb38db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
+
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-07-15 19:41:29 UTC (rev 216916)
+++ kde-unstable-x86_64/PKGBUILD2014-07-15 19:41:37 UTC (rev 216917)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=oxygen
-pkgver=4.97.0
-pkgrel=1
-pkgdesc='KDE Oxygen style'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-depends=('frameworkintegration' 'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('plasma-next')
-source=(http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('ae205e16cab10cc3e3b31e84b45b27c4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
-
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/opt/kf5 \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen/repos/kde-unstable-x86_64/PKGBUILD (from rev 216916, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-15 19:41:37 UTC (rev 216917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')

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

2014-07-15 Thread Dave Reisner
Date: Tuesday, July 15, 2014 @ 21:44:25
  Author: dreisner
Revision: 216918

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

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 216917, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 216917, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.install
(from rev 216917, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 216917, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 216917, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 216917, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.install
(from rev 216917, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 216917, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

-+
 /PKGBUILD   |  104 ++
 /varnish-vcl-reload |   40 ++
 /varnish.install|   28 ++
 /varnish.service|   30 ++
 extra-i686/PKGBUILD |   52 ---
 extra-i686/varnish-vcl-reload   |   20 ---
 extra-i686/varnish.install  |   14 -
 extra-i686/varnish.service  |   15 -
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/varnish-vcl-reload |   20 ---
 extra-x86_64/varnish.install|   14 -
 extra-x86_64/varnish.service|   15 -
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-15 19:41:37 UTC (rev 216917)
+++ extra-i686/PKGBUILD 2014-07-15 19:44:25 UTC (rev 216918)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=varnish
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=High-performance HTTP accelerator
-arch=('i686' 'x86_64')
-url=http://www.varnish-cache.org/;
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-makedepends=('python-docutils')
-optdepends=('python: needed for vmod development')
-backup=('etc/varnish/default.vcl')
-install=$pkgname.install
-source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
-varnish-vcl-reload
-varnish.service)
-md5sums=('05af2deae29f37b166392a0237756250'
- '03196dee7fc68e75069393d52c370762'
- '699d118a069c2e63e49c81f275ce2658')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-
-  # config
-  install -Dm644 etc/example.vcl $pkgdir/etc/varnish/default.vcl
-  install -Dm644 etc/builtin.vcl $pkgdir/usr/share/doc/varnish/builtin.vcl
-
-  # license
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 216917, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-15 19:44:25 UTC (rev 216918)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=varnish
+pkgver=4.0.1
+pkgrel=1
+pkgdesc=High-performance HTTP accelerator
+arch=('i686' 'x86_64')
+url=http://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre')
+makedepends=('python-docutils')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
+varnish-vcl-reload
+varnish.service)
+md5sums=('53e272f448b2109ab370e03d794a243f'
+ '03196dee7fc68e75069393d52c370762'
+ '699d118a069c2e63e49c81f275ce2658')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make 

[arch-commits] Commit in php-composer/trunk (PKGBUILD php.ini)

2014-07-15 Thread Pierre Schmitz
Date: Tuesday, July 15, 2014 @ 23:03:20
  Author: pierre
Revision: 216919

upgpkg: php-composer 1.0.0.alpha8.413-1

Add intl dependency

Modified:
  php-composer/trunk/PKGBUILD
  php-composer/trunk/php.ini

--+
 PKGBUILD |   10 +-
 php.ini  |1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:44:25 UTC (rev 216918)
+++ PKGBUILD2014-07-15 21:03:20 UTC (rev 216919)
@@ -2,19 +2,19 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.409
-pkgrel=3
+pkgver=1.0.0.alpha8.413
+pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')
 license=('MIT')
 url='http://getcomposer.org/'
-depends=('php')
+depends=('php' 'php-intl')
 makedepends=('git' ${pkgname})
 checkdepends=('mercurial')
 source=(${pkgname}::git+https://github.com/composer/composer.git;
 'php.ini')
 md5sums=('SKIP'
- '5cc154807e3a7a990657c1c4bcc80149')
+ '9d871623bc2ec0a37a7d78f708a7f838')
 
 pkgver() {
cd ${srcdir}/${pkgname}
@@ -27,7 +27,7 @@
cd ${srcdir}/${pkgname}
 
sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -n install
+   /usr/bin/composer -on install
 }
 
 check() {

Modified: php.ini
===
--- php.ini 2014-07-15 19:44:25 UTC (rev 216918)
+++ php.ini 2014-07-15 21:03:20 UTC (rev 216919)
@@ -4,6 +4,7 @@
 extension=phar.so
 extension=zip.so
 extension=curl.so
+extension=intl.so
 [Date]
 date.timezone=UTC
 [Phar]



[arch-commits] Commit in php-composer/repos/testing-any (4 files)

2014-07-15 Thread Pierre Schmitz
Date: Tuesday, July 15, 2014 @ 23:03:33
  Author: pierre
Revision: 216920

archrelease: copy trunk to testing-any

Added:
  php-composer/repos/testing-any/PKGBUILD
(from rev 216919, php-composer/trunk/PKGBUILD)
  php-composer/repos/testing-any/php.ini
(from rev 216919, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/testing-any/PKGBUILD
  php-composer/repos/testing-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   21 ++--
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 21:03:20 UTC (rev 216919)
+++ PKGBUILD2014-07-15 21:03:33 UTC (rev 216920)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.409
-pkgrel=3
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '5cc154807e3a7a990657c1c4bcc80149')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -n install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/testing-any/PKGBUILD (from rev 216919, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 21:03:33 UTC (rev 216920)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.413
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '9d871623bc2ec0a37a7d78f708a7f838')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-07-15 21:03:20 UTC (rev 216919)
+++ php.ini 2014-07-15 21:03:33 UTC (rev 216920)
@@ -1,10 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/testing-any/php.ini (from rev 216919, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-07-15 21:03:33 UTC (rev 216920)
@@ -0,0 +1,11 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off



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

2014-07-15 Thread Gaetan Bisson
Date: Wednesday, July 16, 2014 @ 00:53:17
  Author: bisson
Revision: 216922

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 21:19:17 UTC (rev 216921)
+++ PKGBUILD2014-07-15 22:53:17 UTC (rev 216922)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.7.3
+pkgver=14.7.4
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('db78ae5c23bb3f4ca27879a93b2f478a73f81739')
+sha1sums=('703246285b4b2cd846807fa43733e75e0632a8df')
 
 groups=('base')
 backup=('etc/mail.rc')



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

2014-07-15 Thread Gaetan Bisson
Date: Wednesday, July 16, 2014 @ 00:53:51
  Author: bisson
Revision: 216923

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 216922, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 216922, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  102 ++
 testing-i686/PKGBUILD   |   51 ---
 testing-x86_64/PKGBUILD |   51 ---
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-15 22:53:17 UTC (rev 216922)
+++ testing-i686/PKGBUILD   2014-07-15 22:53:51 UTC (rev 216923)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.7.3
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('db78ae5c23bb3f4ca27879a93b2f478a73f81739')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   CFLAGS+= $CPPFLAGS
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 216922, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-15 22:53:51 UTC (rev 216923)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.4
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('703246285b4b2cd846807fa43733e75e0632a8df')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-07-15 22:53:17 UTC (rev 216922)
+++ testing-x86_64/PKGBUILD 2014-07-15 22:53:51 UTC (rev 216923)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail

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

2014-07-15 Thread Eric Bélanger
Date: Wednesday, July 16, 2014 @ 02:20:40
  Author: eric
Revision: 115747

upgpkg: youtube-dl 2014.07.15-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 19:10:42 UTC (rev 115746)
+++ PKGBUILD2014-07-16 00:20:40 UTC (rev 115747)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.07.11.3
+pkgver=2014.07.15
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('0876f844a2553c67540138fdca098c1dbc4308b1'
+sha1sums=('b1636850084395d4c08a1f0a2654fed7fad6743b'
   'SKIP')
 
 prepare() {



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

2014-07-15 Thread Eric Bélanger
Date: Wednesday, July 16, 2014 @ 02:22:15
  Author: eric
Revision: 115748

archrelease: copy trunk to community-any

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

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

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

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



[arch-commits] Commit in (4 files)

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 04:30:04
  Author: fyan
Revision: 115749

addpkg: python-certifi 14.05.14-1 as new dependency of tornado 4.0.0

Added:
  python-certifi/
  python-certifi/repos/
  python-certifi/trunk/
  python-certifi/trunk/PKGBUILD

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

Added: python-certifi/trunk/PKGBUILD
===
--- python-certifi/trunk/PKGBUILD   (rev 0)
+++ python-certifi/trunk/PKGBUILD   2014-07-16 02:30:04 UTC (rev 115749)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: William J Bowman bluephoeni...@gmail.com
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=14.05.14
+pkgrel=1
+pkgdesc=Mozilla's SSL Certs
+arch=(any)
+url=http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('5edba0cc432c27212e31085fb3c2f2ded6fa177d716116111517c25b980d9fc206a9a6d47e2c001762e951ff50203b269d0eb245a039df20188b1136f3b700b2')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd $srcdir/$_libname-$pkgver
+  python setup.py build
+
+  cd $srcdir/$_libname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd $srcdir/$_libname-$pkgver
+  python setup.py install --skip-build -O1 --root=$pkgdir
+  install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd $srcdir/$_libname-$pkgver-py2
+  python2 setup.py install --skip-build -O1 --root=$pkgdir
+  install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 04:30:27
  Author: fyan
Revision: 115750

archrelease: copy trunk to community-any

Added:
  python-certifi/repos/community-any/
  python-certifi/repos/community-any/PKGBUILD
(from rev 115749, python-certifi/trunk/PKGBUILD)

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

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 115749, 
python-certifi/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-07-16 02:30:27 UTC (rev 115750)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: William J Bowman bluephoeni...@gmail.com
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=14.05.14
+pkgrel=1
+pkgdesc=Mozilla's SSL Certs
+arch=(any)
+url=http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('5edba0cc432c27212e31085fb3c2f2ded6fa177d716116111517c25b980d9fc206a9a6d47e2c001762e951ff50203b269d0eb245a039df20188b1136f3b700b2')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd $srcdir/$_libname-$pkgver
+  python setup.py build
+
+  cd $srcdir/$_libname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd $srcdir/$_libname-$pkgver
+  python setup.py install --skip-build -O1 --root=$pkgdir
+  install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd $srcdir/$_libname-$pkgver-py2
+  python2 setup.py install --skip-build -O1 --root=$pkgdir
+  install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-07-15 Thread Daniel Micay
Date: Wednesday, July 16, 2014 @ 04:37:38
  Author: thestinger
Revision: 115752

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

Added:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
(from rev 115751, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115751, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115751, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115751, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115751, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115751, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115751, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115751, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
(from rev 115751, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115751, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115751, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115751, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115751, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115751, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115751, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115751, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
  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/0013-efistub-fix.patch
  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

+
 /0013-efistub-fix.patch|  354 
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  174 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6692 ---
 community-i686/linux-grsec.install |   87 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6692 ---
 community-x86_64/linux-grsec.install   |   87 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 24 files changed, 28702 insertions(+), 28702 deletions(-)

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


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

2014-07-15 Thread Daniel Micay
Date: Wednesday, July 16, 2014 @ 04:36:26
  Author: thestinger
Revision: 115751

upgpkg: linux-grsec 3.15.5.201407151839-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 02:30:27 UTC (rev 115750)
+++ PKGBUILD2014-07-16 02:36:26 UTC (rev 115751)
@@ -8,7 +8,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.5
 _grsecver=3.0
-_timestamp=201407142248
+_timestamp=201407151839
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 '9b0d000e0bdec7a25ee6303afdab8d2af77439995876eadd6ce248e5c954037d'
-'d3e1df16802cabbc1dcc73b2f82335c76620b5c21878dc48d17c5a2c8d906583'
+'049dbb946ab4b0b50245e80e7416cbbf3025282cad42b1ecf1bc297b745e4a15'
 'SKIP'
 '9e54806d6de98eeec1616657f29f0842ed63e3d79c3c8d644fb89eac6aaeb4fe'
 '9b2ae8b17b3d0048d785ba81184b1bbc0734296cd03e3be4780274616155941d'



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

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 05:15:06
  Author: fyan
Revision: 115753

upgpkg: libsodium 0.6.1-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 02:37:38 UTC (rev 115752)
+++ PKGBUILD2014-07-16 03:15:06 UTC (rev 115753)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libsodium
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@
 license=('custom:ISC')
 depends=('glibc')
 makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('80524d4017ccd98f5aa96d7df1d4450c890f5c1aaee9c2bfc277fab98f4fb01ac2a3f11850e4f6610feea0279d707e1dede70991d252beeaf80bde3b6eff8ff3')
 
 build() {
   cd $pkgname-$pkgver
@@ -38,4 +39,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d8003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85')



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

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 05:16:08
  Author: fyan
Revision: 115754

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 03:15:06 UTC (rev 115753)
+++ community-i686/PKGBUILD 2014-07-16 03:16:08 UTC (rev 115754)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  export CC=clang
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d8003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85')

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 115753, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 03:16:08 UTC (rev 115754)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('clang')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('80524d4017ccd98f5aa96d7df1d4450c890f5c1aaee9c2bfc277fab98f4fb01ac2a3f11850e4f6610feea0279d707e1dede70991d252beeaf80bde3b6eff8ff3')
+
+build() {
+  cd $pkgname-$pkgver
+  export CC=clang
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-16 03:15:06 UTC (rev 115753)
+++ community-x86_64/PKGBUILD   2014-07-16 03:16:08 UTC (rev 115754)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  export CC=clang
-  CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d8003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85')

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 115753, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 05:28:12
  Author: fyan
Revision: 115755

upgpkg: python-tornado 4.0.0-1

- new major release

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 03:16:08 UTC (rev 115754)
+++ PKGBUILD2014-07-16 03:28:12 UTC (rev 115755)
@@ -3,14 +3,14 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=3.2.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'twisted')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
 source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 
@@ -34,6 +34,7 @@
   python -m tornado.test.runtests || warning Tests failed
   python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
   python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
 
   cd ../tornado-py2
   python2 -m tornado.test.runtests || warning Tests failed
@@ -42,7 +43,7 @@
 }
 
 package_python-tornado() {
-  depends=('python')
+  depends=('python-certifi')
 
   cd tornado
   python setup.py install --root=${pkgdir} --optimize=1
@@ -49,7 +50,7 @@
 }
 
 package_python2-tornado() {
-  depends=('python2' 'python2-backports.ssl_match_hostname')
+  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
 
   cd tornado-py2
   python2 setup.py install --root=${pkgdir} --optimize=1



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

2014-07-15 Thread Felix Yan
Date: Wednesday, July 16, 2014 @ 05:28:37
  Author: fyan
Revision: 115756

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

Added:
  python-tornado/repos/community-testing-i686/
  python-tornado/repos/community-testing-i686/PKGBUILD
(from rev 115755, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-testing-x86_64/
  python-tornado/repos/community-testing-x86_64/PKGBUILD
(from rev 115755, python-tornado/trunk/PKGBUILD)

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

Copied: python-tornado/repos/community-testing-i686/PKGBUILD (from rev 115755, 
python-tornado/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-16 03:28:37 UTC (rev 115756)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
+source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a tornado{,-py2}
+
+  # python - python2 rename
+  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
+}
+
+build() {
+  cd tornado
+  python setup.py build
+
+  cd ../tornado-py2
+  python2 setup.py build
+}
+
+check() {
+  cd tornado
+  python -m tornado.test.runtests || warning Tests failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+
+  cd ../tornado-py2
+  python2 -m tornado.test.runtests || warning Tests failed
+  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+}
+
+package_python-tornado() {
+  depends=('python-certifi')
+
+  cd tornado
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-tornado() {
+  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
+
+  cd tornado-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+

Copied: python-tornado/repos/community-testing-x86_64/PKGBUILD (from rev 
115755, python-tornado/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-16 03:28:37 UTC (rev 115756)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
+source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a tornado{,-py2}
+
+  # python - python2 rename
+  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
+}
+
+build() {
+  cd tornado
+  python setup.py build
+
+  cd ../tornado-py2
+  python2 setup.py build
+}
+
+check() {
+  cd tornado
+  python -m tornado.test.runtests || warning Tests failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+
+  cd ../tornado-py2
+  python2 -m tornado.test.runtests || warning Tests failed
+  python2 -m tornado.test.runtests 

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 05:56:10
  Author: kkeen
Revision: 115758

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 03:55:41 UTC (rev 115757)
+++ community-i686/PKGBUILD 2014-07-16 03:56:10 UTC (rev 115758)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.6.2
-_verstring=003_006_002
-pkgrel=1
-pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
-arch=('x86_64' 'i686')
-url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-
-source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('50a25b95dc08dd3946988c5da98814a9')
-
-build() {
-  cd $srcdir/uhd-release_$_verstring/host
-  # fix for py2
-  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
-  
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-
-  make
-}
-
-check() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make test
-}
-
-package() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
-} 

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 115757, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 03:56:10 UTC (rev 115758)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.7.1
+_verstring=003_007_001
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('0f53757cc5452ceb53baab88471a6043')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-16 03:55:41 UTC (rev 115757)
+++ community-x86_64/PKGBUILD   2014-07-16 03:56:10 UTC (rev 115758)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.6.2
-_verstring=003_006_002
-pkgrel=1
-pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
-arch=('x86_64' 'i686')
-url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-
-source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('50a25b95dc08dd3946988c5da98814a9')
-
-build() {
-  cd $srcdir/uhd-release_$_verstring/host
-  # fix for py2
-  find -name *.py -or -name '*.py.in' | xargs sed -i 

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 05:55:41
  Author: kkeen
Revision: 115757

upgpkg: libuhd 3.7.1-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 03:28:37 UTC (rev 115756)
+++ PKGBUILD2014-07-16 03:55:41 UTC (rev 115757)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=libuhd
-pkgver=3.6.2
-_verstring=003_006_002
+pkgver=3.7.1
+_verstring=003_007_001
 pkgrel=1
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
 
source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('50a25b95dc08dd3946988c5da98814a9')
+md5sums=('0f53757cc5452ceb53baab88471a6043')
 
 build() {
   cd $srcdir/uhd-release_$_verstring/host
@@ -30,8 +30,6 @@
-DENABLE_UTILS=ON \
-DENABLE_TESTS=OFF \
-DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-
   make
 }
 
@@ -45,3 +43,4 @@
   make DESTDIR=$pkgdir install
   install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
 } 
+



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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:38:39
  Author: kkeen
Revision: 115759

upgpkg: gnuradio 3.7.4-1

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 03:56:10 UTC (rev 115758)
+++ PKGBUILD2014-07-16 04:38:39 UTC (rev 115759)
@@ -3,15 +3,16 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 # Contributor: Jonatan Sastre jsastreh [ at ] hotmail.com
 pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=4
+pkgver=3.7.4
+pkgrel=1
 pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
 arch=('i686' 'x86_64')
 url=http://gnuradio.org;
 license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig')
-optdepends=('python2-cheetah: gnuradio-companion'
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
+optdepends=('gnuradio-osmosdr: pile of driver blocks'
+'python2-cheetah: gnuradio-companion'
 'python2-lxml: gnuradio-companion'
 'pygtk: gnuradio-companion'
 'wxpython: gr-wxgui'
@@ -32,7 +33,6 @@
 #'qwtplot3d'
 
 # todo
-# add gr-osmosdr-git to optdepends
 # split the gui components?
 # build doxygen docs?
 # icons
@@ -44,47 +44,47 @@
 
 source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
 21-fcd.rules)
-md5sums=('a51e1c2860d6b289233e453d4085514f'
+md5sums=('94e7115ad7b46b5bc9e0b336cf74d8ba'
  '465e12c454c6a22ebec9849181af7bdc')
 
 build() {
-   export PYTHON=python2
-   cd $srcdir/$pkgname-$pkgver
-   sed -i -e s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR| 
grc/freedesktop/CMakeLists.txt
-   sed -i -e s|/qwt$|/qwt5| -e s| qwt | qwt5 | 
cmake/Modules/FindQwt.cmake
-   sed -i -e s| sphinx-build$| sphinx-build2| 
cmake/Modules/FindSphinx.cmake
-   msg Starting build.
-   mkdir -p build
-   cd build
-   cmake \
-   -DPYTHON_EXECUTABLE=$(which python2) \
-   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
-   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
-   -DENABLE_GRC=ON \
-   -DENABLE_GR_WXGUI=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
-   make
+  export PYTHON=python2
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR| 
grc/freedesktop/CMakeLists.txt
+  sed -i -e s|/qwt$|/qwt5| -e s| qwt | qwt5 | cmake/Modules/FindQwt.cmake
+  sed -i -e s| sphinx-build$| sphinx-build2| cmake/Modules/FindSphinx.cmake
+  msg Starting build.
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
 }
 
 check() {
-   cd $srcdir/$pkgname-$pkgver/build
-   export PYTHON=python2
-   #make test
+  cd $srcdir/$pkgname-$pkgver/build
+  export PYTHON=python2
+  #make test
 }
 
 package() {
-   cd $srcdir
-   install -Dm644 21-fcd.rules $pkgdir/usr/lib/udev/rules.d/21-fcd.rules
-   cd $srcdir/$pkgname-$pkgver/grc/freedesktop
-install -Dm644 gnuradio-grc.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-   cd $srcdir/$pkgname-$pkgver/build
-   make DESTDIR=$pkgdir install
-   msg Replacing filenames to use python2.
-   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-   $(find $pkgdir -name '*.py') \
-   $(find $pkgdir -name 'gnuradio-companion' -o -name 
'flow_graph.tmpl')
-   find $pkgdir/ -name '*.pyc' -delete
-   find $pkgdir/ -name '*.pyo' -delete
+  cd $srcdir
+  install -Dm644 21-fcd.rules $pkgdir/usr/lib/udev/rules.d/21-fcd.rules
+  cd $srcdir/$pkgname-$pkgver/grc/freedesktop
+  install -Dm644 gnuradio-grc.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  msg Replacing filenames to use python2.
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find $pkgdir -name '*.py') \
+$(find $pkgdir -name 'gnuradio-companion' -o -name 'flow_graph.tmpl')
+  find $pkgdir/ -name '*.pyc' -delete
+  find $pkgdir/ -name '*.pyo' -delete
 }
 
 # options for armv6:



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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:39:04
  Author: kkeen
Revision: 115760

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

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 115759, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 115759, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 115759, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 115759, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 115759, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 115759, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 +++
 /PKGBUILD |  200 
 /gnuradio.install |  100 ++
 community-i686/21-fcd.rules   |9 -
 community-i686/PKGBUILD   |  100 --
 community-i686/gnuradio.install   |   50 -
 community-x86_64/21-fcd.rules |9 -
 community-x86_64/PKGBUILD |  100 --
 community-x86_64/gnuradio.install |   50 -
 9 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2014-07-16 04:38:39 UTC (rev 115759)
+++ community-i686/21-fcd.rules 2014-07-16 04:39:04 UTC (rev 115760)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
-
-# HIDAPI/hidraw:
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 115759, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2014-07-16 04:39:04 UTC (rev 115760)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 04:38:39 UTC (rev 115759)
+++ community-i686/PKGBUILD 2014-07-16 04:39:04 UTC (rev 115760)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-# Contributor: Jonatan Sastre jsastreh [ at ] hotmail.com
-pkgname=gnuradio
-pkgver=3.7.3
-pkgrel=4
-pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
-arch=('i686' 'x86_64')
-url=http://gnuradio.org;
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'boost: gr_modtool'
-'swig: gr_modtool'
-'cmake: gr_modtool'
-'pkgconfig: libuhd')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python2-sphinx: Python autogenerated documentation
-
-source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
-21-fcd.rules)
-md5sums=('a51e1c2860d6b289233e453d4085514f'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd 

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:52:11
  Author: kkeen
Revision: 115763

upgpkg: gnuradio-fcdproplus 3.7.4-4

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 04:49:30 UTC (rev 115762)
+++ PKGBUILD2014-07-16 04:52:11 UTC (rev 115763)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=3
+pkgrel=4
 _tag=v3.7_hidraw
 pkgdesc=GNU Radio source block for Funcube Dongle Pro +
 arch=('i686' 'x86_64')



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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:52:34
  Author: kkeen
Revision: 115764

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

Added:
  gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules
(from rev 115763, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-i686/PKGBUILD
(from rev 115763, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-x86_64/88-fcdproplus.rules
(from rev 115763, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-x86_64/PKGBUILD
(from rev 115763, gnuradio-fcdproplus/trunk/PKGBUILD)
Deleted:
  gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-i686/PKGBUILD
  gnuradio-fcdproplus/repos/community-x86_64/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-x86_64/PKGBUILD

--+
 /88-fcdproplus.rules |   18 
 /PKGBUILD|   74 +
 community-i686/88-fcdproplus.rules   |9 
 community-i686/PKGBUILD  |   37 
 community-x86_64/88-fcdproplus.rules |9 
 community-x86_64/PKGBUILD|   37 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/88-fcdproplus.rules
===
--- community-i686/88-fcdproplus.rules  2014-07-16 04:52:11 UTC (rev 115763)
+++ community-i686/88-fcdproplus.rules  2014-07-16 04:52:34 UTC (rev 115764)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
-
-# HIDAPI/hidraw:
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules (from rev 
115763, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-i686/88-fcdproplus.rules  (rev 0)
+++ community-i686/88-fcdproplus.rules  2014-07-16 04:52:34 UTC (rev 115764)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 04:52:11 UTC (rev 115763)
+++ community-i686/PKGBUILD 2014-07-16 04:52:34 UTC (rev 115764)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-fcdproplus
-_pkgname=gr-fcdproplus
-pkgver=3.7.4
-pkgrel=3
-_tag=v3.7_hidraw
-pkgdesc=GNU Radio source block for Funcube Dongle Pro +
-arch=('i686' 'x86_64')
-url=https://github.com/dl1ksv/gr-fcdproplus;
-license=('GPL3')
-depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
-makedepends=('git' 'cmake' 'boost' 'swig')
-replaces=('gr-fcdproplus')
-source=(git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag
-88-fcdproplus.rules)
-md5sums=('SKIP'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-  cd $srcdir/$_pkgname
-  mkdir build
-  cd build
-  cmake \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make DESTDIR=${pkgdir} install
-  install -Dm644 $srcdir/88-fcdproplus.rules 
$pkgdir/etc/udev/rules.d/88-fcdproplus.rules
-}

Copied: gnuradio-fcdproplus/repos/community-i686/PKGBUILD (from rev 115763, 
gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 04:52:34 UTC (rev 115764)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=4
+_tag=v3.7_hidraw
+pkgdesc=GNU Radio source block for Funcube Dongle Pro +
+arch=('i686' 'x86_64')
+url=https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:49:11
  Author: kkeen
Revision: 115761

upgpkg: gnuradio-osmosdr 0.1.1-10

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 04:39:04 UTC (rev 115760)
+++ PKGBUILD2014-07-16 04:49:11 UTC (rev 115761)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.1
-pkgrel=9
+pkgrel=10
 #_commit=c65d205d3b
 pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
 url=http://sdr.osmocom.org/trac/;



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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:49:30
  Author: kkeen
Revision: 115762

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

Added:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
(from rev 115761, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
(from rev 115761, gnuradio-osmosdr/trunk/PKGBUILD)
Deleted:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 04:49:11 UTC (rev 115761)
+++ community-i686/PKGBUILD 2014-07-16 04:49:30 UTC (rev 115762)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=9
-#_commit=c65d205d3b
-pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make DESTDIR=${pkgdir} install
-}

Copied: gnuradio-osmosdr/repos/community-i686/PKGBUILD (from rev 115761, 
gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 04:49:30 UTC (rev 115762)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com?
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.1
+pkgrel=10
+#_commit=c65d205d3b
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
+url=http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
+md5sums=('SKIP')
+
+# add airspy support?
+
+build() {
+  cd $srcdir/$_pkgname
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-16 04:49:11 UTC (rev 115761)
+++ community-x86_64/PKGBUILD   2014-07-16 04:49:30 UTC (rev 115762)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=9
-#_commit=c65d205d3b
-pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo 

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:59:34
  Author: kkeen
Revision: 115765

upgpkg: gnuradio-iqbal 0.37.1-4

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 04:52:34 UTC (rev 115764)
+++ PKGBUILD2014-07-16 04:59:34 UTC (rev 115765)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Gnuradio I/Q balancing
 arch=('i686' 'x86_64')
 url=http://cgit.osmocom.org/gr-iqbal/;



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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 06:59:57
  Author: kkeen
Revision: 115766

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

Added:
  gnuradio-iqbal/repos/community-i686/PKGBUILD
(from rev 115765, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-i686/float-complex.patch
(from rev 115765, gnuradio-iqbal/trunk/float-complex.patch)
  gnuradio-iqbal/repos/community-x86_64/PKGBUILD
(from rev 115765, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-x86_64/float-complex.patch
(from rev 115765, gnuradio-iqbal/trunk/float-complex.patch)
Deleted:
  gnuradio-iqbal/repos/community-i686/PKGBUILD
  gnuradio-iqbal/repos/community-i686/float-complex.patch
  gnuradio-iqbal/repos/community-x86_64/PKGBUILD
  gnuradio-iqbal/repos/community-x86_64/float-complex.patch

--+
 /PKGBUILD|   86 +
 /float-complex.patch |   44 
 community-i686/PKGBUILD  |   43 
 community-i686/float-complex.patch   |   22 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/float-complex.patch |   22 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 04:59:34 UTC (rev 115765)
+++ community-i686/PKGBUILD 2014-07-16 04:59:57 UTC (rev 115766)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-iqbal
-_pkgname=gr-iqbal
-pkgver=0.37.1
-pkgrel=3
-pkgdesc=Gnuradio I/Q balancing
-arch=('i686' 'x86_64')
-url=http://cgit.osmocom.org/gr-iqbal/;
-license=('GPL')
-depends=('gnuradio' 'fftw')
-replaces=('gr-iqbal')
-makedepends=('git' 'cmake' 'boost' 'swig')
-source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver
-float-complex.patch)
-md5sums=('SKIP'
- '6417f4c064b44e8875fbb783c3a2c308')
-
-build() {
-  cd $srcdir/$_pkgname
-  git submodule init
-  git submodule update
-  # patches are already in git, only applies to 0.37.1
-  patch -p1 -i $srcdir/float-complex.patch
-  sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_LIBRARY_PATH=/usr/lib \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make DESTDIR=${pkgdir} install
-}

Copied: gnuradio-iqbal/repos/community-i686/PKGBUILD (from rev 115765, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 04:59:57 UTC (rev 115766)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.1
+pkgrel=4
+pkgdesc=Gnuradio I/Q balancing
+arch=('i686' 'x86_64')
+url=http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver
+float-complex.patch)
+md5sums=('SKIP'
+ '6417f4c064b44e8875fbb783c3a2c308')
+
+build() {
+  cd $srcdir/$_pkgname
+  git submodule init
+  git submodule update
+  # patches are already in git, only applies to 0.37.1
+  patch -p1 -i $srcdir/float-complex.patch
+  sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/float-complex.patch
===
--- community-i686/float-complex.patch  2014-07-16 04:59:34 UTC (rev 115765)
+++ community-i686/float-complex.patch  2014-07-16 04:59:57 UTC (rev 115766)
@@ -1,22 +0,0 @@
-diff --git a/lib/optimize_c.cc b/lib/optimize_c.cc
-index 318a996..2cad998 100644
 a/lib/optimize_c.cc
-+++ b/lib/optimize_c.cc
-@@ -25,6 +25,17 @@
- #include gnuradio/io_signature.h
- #include gnuradio/iqbalance/optimize_c.h
- 
-+#define GCC_VERSION ( \
-+  __GNUC__ * 1 +  \
-+  __GNUC_MINOR__ * 100 +  \
-+  __GNUC_PATCHLEVEL__ \
-+   )
-+
-+#if GCC_VERSION = 40800
-+# define 

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 07:03:43
  Author: kkeen
Revision: 115768

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

Added:
  gqrx/repos/community-i686/PKGBUILD
(from rev 115767, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-i686/gqrx.desktop
(from rev 115767, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-i686/gqrx.png
(from rev 115767, gqrx/trunk/gqrx.png)
  gqrx/repos/community-x86_64/PKGBUILD
(from rev 115767, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-x86_64/gqrx.desktop
(from rev 115767, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-x86_64/gqrx.png
(from rev 115767, gqrx/trunk/gqrx.png)
Deleted:
  gqrx/repos/community-i686/PKGBUILD
  gqrx/repos/community-i686/gqrx.desktop
  gqrx/repos/community-i686/gqrx.png
  gqrx/repos/community-x86_64/PKGBUILD
  gqrx/repos/community-x86_64/gqrx.desktop
  gqrx/repos/community-x86_64/gqrx.png

---+
 /PKGBUILD |  108 
 /gqrx.desktop |   20 +++
 community-i686/PKGBUILD   |   54 
 community-i686/gqrx.desktop   |   10 ---
 community-x86_64/PKGBUILD |   54 
 community-x86_64/gqrx.desktop |   10 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-16 05:03:20 UTC (rev 115767)
+++ community-i686/PKGBUILD 2014-07-16 05:03:43 UTC (rev 115768)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=gqrx
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Interactive SDR receiver waterfall for many devices.
-arch=('i686' 'x86_64')
-url=http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-$pkgname.png
-$pkgname.desktop)
-md5sums=('ff771b9c31ee17f704859398362b8cc0'
- 'f7032a8883c89bd80e0d0fd36f861c59'
- '810f89195231c18f32af92522aade721')
-
-prepare() {
-  cd $srcdir
-  cp -r gqrx-2.2.0 gqrx-2.2.0-alsa
-  cd gqrx-2.2.0-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd $srcdir/$pkgname-$pkgver-alsa
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-}
-
-package() {
-  cd $srcdir
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-
-  cd $srcdir/$pkgname-$pkgver/build
-  make install INSTALL_ROOT=$pkgdir
-
-  cd $srcdir/$pkgname-$pkgver-alsa/build
-  install -Dm755 gqrx $pkgdir/usr/bin/gqrx-alsa
-}
-

Copied: gqrx/repos/community-i686/PKGBUILD (from rev 115767, 
gqrx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-16 05:03:43 UTC (rev 115768)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=gqrx
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Interactive SDR receiver waterfall for many devices.
+arch=('i686' 'x86_64')
+url=http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+$pkgname.png
+$pkgname.desktop)
+md5sums=('ff771b9c31ee17f704859398362b8cc0'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd $srcdir
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd $srcdir/$pkgname-$pkgver-alsa
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd $srcdir
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+
+  cd $srcdir/$pkgname-$pkgver/build
+  make install INSTALL_ROOT=$pkgdir
+
+  cd $srcdir/$pkgname-$pkgver-alsa/build
+  install -Dm755 gqrx $pkgdir/usr/bin/gqrx-alsa
+}
+

Deleted: community-i686/gqrx.desktop
===
--- community-i686/gqrx.desktop 2014-07-16 05:03:20 UTC (rev 115767)
+++ community-i686/gqrx.desktop 2014-07-16 05:03:43 UTC (rev 115768)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-GenericName=Funcube SDR Software
-Comment=Controller application for the Funcube Dongle and operating 
application.
-Exec=gqrx
-Icon=gqrx

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

2014-07-15 Thread Kyle Keen
Date: Wednesday, July 16, 2014 @ 07:03:20
  Author: kkeen
Revision: 115767

upgpkg: gqrx 2.2.0-2

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-16 04:59:57 UTC (rev 115766)
+++ PKGBUILD2014-07-16 05:03:20 UTC (rev 115767)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive SDR receiver waterfall for many devices.
 arch=('i686' 'x86_64')
 url=http://gqrx.dk/;
@@ -20,8 +20,8 @@
 
 prepare() {
   cd $srcdir
-  cp -r gqrx-2.2.0 gqrx-2.2.0-alsa
-  cd gqrx-2.2.0-alsa
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
   sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
 }