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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 17:53:16
  Author: fyan
Revision: 242439

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 15:52:45 UTC (rev 242438)
+++ extra-i686/PKGBUILD 2015-07-22 15:53:16 UTC (rev 242439)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.4.2
-_pkgver=$pkgver
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${_pkgver}/PyQt-gpl-${_pkgver}.tar.gz;)
-md5sums=('33936458544b69251a8f4a2308d469d3')
-
-build() {
-  cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
-
-  cd PyQt-gpl-${_pkgver}
-  python3 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${_pkgver}
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${_pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt5.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d ${pkgdir}/usr/share/sip/PyQt5
-  cp -a sip/* ${pkgdir}/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc=A set of Python 3.x bindings for the Qt5 toolkit
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc=A set of Python 2.x bindings for the Qt5 toolkit
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt5
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic5
-
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm ${pkgdir}/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: 

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

2015-07-22 Thread Anatol Pomozov
Date: Wednesday, July 22, 2015 @ 17:30:04
  Author: anatolik
Revision: 137287

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

Added:
  arm-none-eabi-binutils/repos/community-testing-i686/
  arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD
(from rev 137286, arm-none-eabi-binutils/trunk/PKGBUILD)
  
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
(from rev 137286, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
  arm-none-eabi-binutils/repos/community-testing-x86_64/
  arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 137286, arm-none-eabi-binutils/trunk/PKGBUILD)
  
arm-none-eabi-binutils/repos/community-testing-x86_64/enable_link_arm_no_attributes.patch
(from rev 137286, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)

--+
 community-testing-i686/PKGBUILD  |   64 +
 community-testing-i686/enable_link_arm_no_attributes.patch   |  115 ++
 community-testing-x86_64/PKGBUILD|   64 +
 community-testing-x86_64/enable_link_arm_no_attributes.patch |  115 ++
 4 files changed, 358 insertions(+)

Copied: arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD (from rev 
137286, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-22 15:30:04 UTC (rev 137287)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.25.1
+pkgrel=1
+_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
+
#binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
+enable_link_arm_no_attributes.patch)
+sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd'
+  'SKIP'
+  'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 
ging...@adacore.com
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+  patch -p1  ../enable_link_arm_no_attributes.patch # FS#43794
+  #patch -p1  ../binutils-$pkgver-roundup-$_commit.patch
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-plugins
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
$pkgdir/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf $pkgdir/usr/share/info
+}

Copied: 
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
 (from rev 137286, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
===
--- community-testing-i686/enable_link_arm_no_attributes.patch  
(rev 0)
+++ community-testing-i686/enable_link_arm_no_attributes.patch  2015-07-22 
15:30:04 UTC (rev 137287)
@@ -0,0 +1,115 @@
+commit 9274e9de160a98d737bb2bd068c22d37ec66d98d
+Author: Terry Guo terry@arm.com
+Date:   Thu Nov 20 13:54:27 2014 +0800
+
+Enable to link ARM object file that hasn't attribute section.
+
+bfd/ChangeLog
+
+2014-11-20  Terry Guo  terry@arm.com
+
+   * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd
+   hasn't attribute section.
+
+ld/testsuite/ChangeLog:
+
+2014-11-20  Terry Guo  terry@arm.com
+
+   * ld-arm/attr-merge-nosection-1.d: New file.
+   * ld-arm/attr-merge-nosection-1a.s: Likewise.
+   * ld-arm/attr-merge-nosection-1b.s: Likewise.
+   * ld-arm/arm-elf.exp: Include the new test.
+
+diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
+index 49d0f65..95f59d5 100644
+--- a/bfd/elf32-arm.c

[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2015-07-22 Thread Laurent Carlier
Date: Wednesday, July 22, 2015 @ 18:03:23
  Author: lcarlier
Revision: 242441

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 242440, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 242440, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-07-22 16:03:23 UTC (rev 242441)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=e10097a
+pkgver=20150722.${_rev}
+pkgrel=1
+pkgdesc=Firmware files for Linux
+makedepends=('git')
+arch=('any')
+url=http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} FIRMWAREDIR=/usr/lib/firmware install
+  rm ${pkgdir}/usr/lib/firmware/{Makefile,README,configure,GPL-3}
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm644 LICEN* WHENCE ${pkgdir}/usr/share/licenses/linux-firmware/
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d ${pkgdir}/usr/lib/tmpfiles.d
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
+}
+# vim:set ts=2 sw=2 et:


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

2015-07-22 Thread Laurent Carlier
Date: Wednesday, July 22, 2015 @ 18:03:17
  Author: lcarlier
Revision: 242440

upgpkg: linux-firmware 20150722.e10097a-1

bump to latest version

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 15:53:16 UTC (rev 242439)
+++ PKGBUILD2015-07-22 16:03:17 UTC (rev 242440)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=3161bfa
-pkgver=20150527.${_rev}
+_rev=e10097a
+pkgver=20150722.${_rev}
 pkgrel=1
 pkgdesc=Firmware files for Linux
 makedepends=('git')


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 17:52:45
  Author: fyan
Revision: 242438

upgpkg: pyqt5 5.5-1

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 15:36:04 UTC (rev 242437)
+++ PKGBUILD2015-07-22 15:52:45 UTC (rev 242438)
@@ -7,7 +7,7 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.4.2
+pkgver=5.5
 _pkgver=$pkgver
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
  'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-websockets' 'qt5-x11extras')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${_pkgver}/PyQt-gpl-${_pkgver}.tar.gz;)
-md5sums=('33936458544b69251a8f4a2308d469d3')
+source=(http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-$pkgver.tar.gz;)
+md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
 
 build() {
   cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}


[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2015-07-22 Thread Anatol Pomozov
Date: Wednesday, July 22, 2015 @ 17:29:16
  Author: anatolik
Revision: 137286

upgpkg: arm-none-eabi-binutils 2.25.1-1

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 14:47:42 UTC (rev 137285)
+++ PKGBUILD2015-07-22 15:29:16 UTC (rev 137286)
@@ -4,9 +4,9 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.25
-pkgrel=3
-_commit=c42c779b
+pkgver=2.25.1
+pkgrel=1
+_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/binutils/'
@@ -13,11 +13,10 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
-
binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
+
#binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
 enable_link_arm_no_attributes.patch)
-sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d'
+sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd'
   'SKIP'
-  'c956a27796f62b797114233c6a9958b495e9bff0'
   'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 
ging...@adacore.com
 
@@ -25,7 +24,7 @@
   cd binutils-$pkgver
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
   patch -p1  ../enable_link_arm_no_attributes.patch # FS#43794
-  patch -p1  ../binutils-$pkgver-roundup-$_commit.patch
+  #patch -p1  ../binutils-$pkgver-roundup-$_commit.patch
 }
 
 build() {


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

2015-07-22 Thread Tobias Powalowski
Date: Wednesday, July 22, 2015 @ 21:31:18
  Author: tpowa
Revision: 242445

upgpkg: linux 4.1.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 16:58:49 UTC (rev 242444)
+++ PKGBUILD2015-07-22 19:31:18 UTC (rev 242445)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.1
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -27,7 +27,7 @@
 'change-default-console-loglevel.patch')
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'1a8863e4cd7ef3d59b67061aaf5e3f98ad4c63dda015b9b483d458f2b673caef'
+'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
 'SKIP'
 'f4c6a5c2fc0ee2b792e43f4c1846b995051901a502fb97885d2296af55fa193d'
 '58d49d4a3f6152394d903fd09113116fa3a0939d7d7ee419b2edbbd0c30e1755'


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

2015-07-22 Thread Tobias Powalowski
Date: Wednesday, July 22, 2015 @ 21:31:38
  Author: tpowa
Revision: 242446

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

Added:
  linux/repos/testing-i686/
  
linux/repos/testing-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 242445, 
linux/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  linux/repos/testing-i686/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 242445, 
linux/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux/repos/testing-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 242445, 
linux/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 242445, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 242445, linux/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 242445, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 242445, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 242445, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 242445, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 242445, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  
linux/repos/testing-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 242445, 
linux/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux/repos/testing-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 242445, 
linux/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux/repos/testing-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 242445, 
linux/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 242445, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 242445, linux/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 242445, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 242445, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 242445, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 242445, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 242445, linux/trunk/linux.preset)

+
 testing-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch   
|   48 
 testing-i686/0001-block-loop-convert-to-per-device-workqueue.patch 
|  133 
 testing-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch  
|   52 
 testing-i686/PKGBUILD  
|  320 
 testing-i686/bitmap-enable-booting-for-dm-md-raid1.patch   
|   83 
 testing-i686/change-default-console-loglevel.patch 
|   11 
 testing-i686/config
| 7519 ++
 testing-i686/config.x86_64 
| 7268 +
 testing-i686/linux.install 
|   37 
 testing-i686/linux.preset  
|   14 
 testing-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
|   48 
 testing-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch   
|  133 
 testing-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
|   52 
 testing-x86_64/PKGBUILD
|  320 
 testing-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch 
|   83 
 testing-x86_64/change-default-console-loglevel.patch   
|   11 
 testing-x86_64/config  
| 7519 ++
 testing-x86_64/config.x86_64   
| 7268 +
 testing-x86_64/linux.install   
|   37 
 testing-x86_64/linux.preset
|   14 
 20 files changed, 30970 insertions(+)

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


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

2015-07-22 Thread Evangelos Foutras
Date: Wednesday, July 22, 2015 @ 18:58:28
  Author: foutrelis
Revision: 242443

upgpkg: chromium 44.0.2403.89-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/add-build-flag-to-disable-hotwording.patch

+
 PKGBUILD   |   17 ---
 add-build-flag-to-disable-hotwording.patch |  120 ---
 2 files changed, 3 insertions(+), 134 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 16:19:55 UTC (rev 242442)
+++ PKGBUILD2015-07-22 16:58:28 UTC (rev 242443)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=43.0.2357.134
+pkgver=44.0.2403.89
 pkgrel=1
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -29,14 +29,12 @@
 chromium.desktop
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
-add-build-flag-to-disable-hotwording.patch
 chromium-widevine.patch)
-sha256sums=('d3a1bbe3e1445dfcf5ef4aff4b11a8f3770436c8b8954b7cc5fee5416f117659'
+sha256sums=('badd9aa979487b55bbcce4f54ec16926c6fa7eb46ec2536866200a5e68853a98'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '46daf921ed7eaab175f5a86b09357c69c33a10ffe1d4e7c24476af510c1b28d0'
 '8fb428244be7b50268a2848a34405c5551232e5c77f9e553cfdd3103979748d2'
-'3a1c589aa90c0597776d945d34638d43e2d40d93bc1962148815831a5122ac4e'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -65,12 +63,6 @@
   # https://code.google.com/p/chromium/issues/detail?id=490260
   patch -Np1 -i 
../0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
 
-  # Add build flag to disable 'Ok Google' hotwording feature
-  # The issue with this functionality is that it downloads a binary blob
-  # and that this behavior cannot be disabled if a user wishes to do so.
-  # https://code.google.com/p/chromium/issues/detail?id=491435
-  patch -Np1 -i ../add-build-flag-to-disable-hotwording.patch
-
   # Enable support for the Widevine CDM plugin
   # The actual libraries are not included, but can be copied over from Chrome:
   #   libwidevinecdmadapter.so
@@ -149,7 +141,6 @@
 -Dusb_ids_path=/usr/share/hwdata/usb.ids
 -Duse_mojo=0
 -Duse_gconf=0
--Denable_hotwording=0
 -Ddisable_fatal_linker_warnings=1
 -Ddisable_glibc=1)
 
@@ -182,13 +173,11 @@
 
   install -D out/Release/chromedriver $pkgdir/usr/lib/chromium/chromedriver
 
-  cp out/Release/{*.pak,*.bin,libffmpegsumo.so} \
-$pkgdir/usr/lib/chromium/
+  cp out/Release/{*.pak,*.bin} $pkgdir/usr/lib/chromium/
 
   # Manually strip binaries so that 'nacl_irt_*.nexe' is left intact
   strip $STRIP_BINARIES $pkgdir/usr/lib/chromium/{chromium,chrome-sandbox} \
 $pkgdir/usr/lib/chromium/chromedriver
-  strip $STRIP_SHARED $pkgdir/usr/lib/chromium/libffmpegsumo.so
 
   if (( $_build_nacl )); then
 cp out/Release/nacl_helper{,_bootstrap} out/Release/nacl_irt_*.nexe \

Deleted: add-build-flag-to-disable-hotwording.patch
===
--- add-build-flag-to-disable-hotwording.patch  2015-07-22 16:19:55 UTC (rev 
242442)
+++ add-build-flag-to-disable-hotwording.patch  2015-07-22 16:58:28 UTC (rev 
242443)
@@ -1,120 +0,0 @@
-Index: build/common.gypi
-diff --git a/build/common.gypi b/build/common.gypi
-index 
b26d0e1aaf3baa8c0bea2aa21795051e0767bb39..bac0544541b1ffbd4c9a072e86425476f01fa3d9
 100644
 a/build/common.gypi
-+++ b/build/common.gypi
-@@ -391,6 +391,9 @@
-   # Web speech is enabled by default. Set to 0 to disable.
-   'enable_web_speech%': 1,
- 
-+  # 'Ok Google' hotwording is enabled by default. Set to 0 to disable.
-+  'enable_hotwording%': 1,
-+
-   # Notifications are compiled in by default. Set to 0 to disable.
-   'notifications%' : 1,
- 
-@@ -1136,6 +1139,7 @@
- 'configuration_policy%': '(configuration_policy)',
- 'safe_browsing%': '(safe_browsing)',
- 'enable_web_speech%': '(enable_web_speech)',
-+'enable_hotwording%': '(enable_hotwording)',
- 'notifications%': '(notifications)',
- 'clang_use_chrome_plugins%': '(clang_use_chrome_plugins)',
- 'mac_want_real_dsym%': '(mac_want_real_dsym)',
-Index: chrome/browser/BUILD.gn
-diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
-index 
30127a3a2ee6836ffb108fd2859707b765d42cb8..867dc390d0b7f623423ed64bfbbe5f938fbc0659
 100644
 a/chrome/browser/BUILD.gn
-+++ b/chrome/browser/BUILD.gn
-@@ -19,6 +19,11 @@ if (is_desktop_linux) {
-   

[arch-commits] Commit in chromium/repos (26 files)

2015-07-22 Thread Evangelos Foutras
Date: Wednesday, July 22, 2015 @ 18:58:49
  Author: foutrelis
Revision: 242444

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

Added:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 242443, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 242443, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 242443, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 242443, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 242443, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 242443, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 242443, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 242443, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 242443, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 242443, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 242443, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 242443, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/add-build-flag-to-disable-hotwording.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-build-flag-to-disable-hotwording.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  66 +
 /0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  64 +
 /PKGBUILD| 
 420 ++
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 
  33 
 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch   | 
  32 
 extra-i686/PKGBUILD  | 
 221 -
 extra-i686/add-build-flag-to-disable-hotwording.patch| 
 120 --
 extra-i686/chromium-widevine.patch   | 
  12 
 extra-i686/chromium.desktop  | 
 112 --
 extra-i686/chromium.install  | 
  27 
 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  33 
 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  32 
 extra-x86_64/PKGBUILD| 
 221 -
 extra-x86_64/add-build-flag-to-disable-hotwording.patch  | 
 120 --
 extra-x86_64/chromium-widevine.patch | 
  12 
 extra-x86_64/chromium.desktop| 
 112 --
 extra-x86_64/chromium.install| 
  27 
 20 files changed, 852 insertions(+), 1114 deletions(-)

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


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:04:25
  Author: fyan
Revision: 137254

archrelease: copy trunk to community-any

Added:
  python-sure/repos/community-any/PKGBUILD
(from rev 137253, python-sure/trunk/PKGBUILD)
  python-sure/repos/community-any/py3k-fix.patch
(from rev 137253, python-sure/trunk/py3k-fix.patch)
Deleted:
  python-sure/repos/community-any/PKGBUILD
  python-sure/repos/community-any/py3k-fix.patch

+
 PKGBUILD   |   94 +-
 py3k-fix.patch |  148 +++
 2 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:02:32 UTC (rev 137253)
+++ PKGBUILD2015-07-22 06:04:25 UTC (rev 137254)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-sure
-pkgname=(python-sure python2-sure)
-pkgver=1.2.12
-pkgrel=1
-pkgdesc=HTTP client mock for Python
-arch=('any')
-url=http://github.com/gabrielfalcao/sure;
-license=('GPL')
-makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz;
-py3k-fix.patch)
-sha512sums=('58895ae25cc9154130f51526a8dd6f53c3286329baca340fc18bbdfad12069ca95f5029724506e889ebd866d56a8dfa3c4a4495473ce63212faf6153125ba38e'
-
'90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558')
-
-prepare() {
-  cp -a sure-$pkgver{,-py2}
-
-  cd sure-$pkgver
-  patch -p1 -i ../py3k-fix.patch
-}
-
-check() {
-  cd sure-$pkgver
-  nosetests3
-
-  cd ../sure-$pkgver-py2
-  nosetests2
-}
-
-package_python-sure() {
-  depends=('python-six' 'python-mock')
-
-  cd sure-$pkgver
-  LC_CTYPE=en_US.UTF-8 python3 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-sure() {
-  depends=('python2-six' 'python2-mock')
-
-  cd sure-$pkgver-py2
-  LC_CTYPE=en_US.UTF-8 python2 setup.py install --root=${pkgdir} --optimize=1
-}
-

Copied: python-sure/repos/community-any/PKGBUILD (from rev 137253, 
python-sure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:04:25 UTC (rev 137254)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-sure
+pkgname=(python-sure python2-sure)
+pkgver=1.2.13
+pkgrel=1
+pkgdesc=HTTP client mock for Python
+arch=('any')
+url=http://github.com/gabrielfalcao/sure;
+license=('GPL')
+makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz;
+py3k-fix.patch)
+sha512sums=('751ab46d0b13541374c8471c6e3bdeb48b4709fab5c33f0dd3894cb61ea10e3932f66596f219f442a26b8bc41b8015e0e830728b0fc48cf5f227df6bf632ce44'
+
'90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558')
+
+prepare() {
+  cp -a sure-$pkgver{,-py2}
+
+  cd sure-$pkgver
+  patch -p1 -i ../py3k-fix.patch
+}
+
+check() {
+  cd sure-$pkgver
+  nosetests3
+
+  cd ../sure-$pkgver-py2
+  nosetests2
+}
+
+package_python-sure() {
+  depends=('python-six' 'python-mock')
+
+  cd sure-$pkgver
+  LC_CTYPE=en_US.UTF-8 python3 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-sure() {
+  depends=('python2-six' 'python2-mock')
+
+  cd sure-$pkgver-py2
+  LC_CTYPE=en_US.UTF-8 python2 setup.py install --root=${pkgdir} --optimize=1
+}
+

Deleted: py3k-fix.patch
===
--- py3k-fix.patch  2015-07-22 06:02:32 UTC (rev 137253)
+++ py3k-fix.patch  2015-07-22 06:04:25 UTC (rev 137254)
@@ -1,74 +0,0 @@
-From dfa565626a53c8902a7f108417281c95f8e1f241 Mon Sep 17 00:00:00 2001
-From: Timo Furrer tuxt...@gmail.com
-Date: Thu, 11 Dec 2014 10:45:50 +0100
-Subject: [PATCH] make python 3 compatible again The function objects in python
- 3 have no `func_code` member anymore. Use `__code__` instead. The byte
- objects in python 3 have no `format` method. Use `encode` instead. The
- representation of the strings and encoded strings are different in python 2
- and python 3 thus use PY3 from six. Remove unlucky example from README since
- python 3 returns a float and python 2 an int in this situation Python 2 and 3
- build is working again
-

- README.md   |  1 -
- sure/old.py |  8 
- tests/test_assertion_builder.py | 10 --
- 3 files changed, 12 insertions(+), 7 deletions(-)
-
-diff --git a/README.md b/README.md
-index 03d7e2f..5e09d57 100644
 a/README.md
-+++ b/README.md
-@@ -32,7 +32,6 @@ import sure
- 
- (4).should.be.equal(2 + 2)
- (7.5).should.eql(3.5 + 4)

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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 09:22:36
  Author: fyan
Revision: 137269

archrelease: copy trunk to community-any

Added:
  python2-html2text/repos/community-any/
  python2-html2text/repos/community-any/PKGBUILD
(from rev 137268, python2-html2text/trunk/PKGBUILD)

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

Copied: python2-html2text/repos/community-any/PKGBUILD (from rev 137268, 
python2-html2text/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-22 07:22:36 UTC (rev 137269)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=python2-html2text
+pkgver=2015.6.12
+pkgrel=1
+pkgdesc=A HTML to markdown-structured text converter
+arch=('any')
+url=https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+depends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz;)
+sha256sums=('240bef2049fb3e0b7e5d50e28bc99121a457cd8bd8c6c9f5f9706195fd61556e')
+
+build() {
+  cd ${srcdir}/html2text-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+}
+
+package() {
+  cd ${srcdir}/html2text-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  
+  mv $pkgdir/usr/bin/html2text{,2}
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 10:01:40
  Author: fyan
Revision: 137272

upgpkg: thefuck 2.3-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
+++ PKGBUILD2015-07-22 08:01:40 UTC (rev 137272)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 10:01:51
  Author: fyan
Revision: 137273

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 137272, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 08:01:40 UTC (rev 137272)
+++ PKGBUILD2015-07-22 08:01:51 UTC (rev 137273)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=2.2
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 137272, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 08:01:51 UTC (rev 137273)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=2.3
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:06:51
  Author: fyan
Revision: 137255

upgpkg: thefuck 2.2-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:04:25 UTC (rev 137254)
+++ PKGBUILD2015-07-22 06:06:51 UTC (rev 137255)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-22 Thread Giovanni Scafora
Date: Wednesday, July 22, 2015 @ 11:06:31
  Author: giovanni
Revision: 242427

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 242426, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 242426, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 242426, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 242426, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install

-+
 /PKGBUILD   |  198 ++
 /mkvtoolnix.install |   30 +
 extra-i686/PKGBUILD |   97 --
 extra-i686/mkvtoolnix.install   |   15 --
 extra-x86_64/PKGBUILD   |   97 --
 extra-x86_64/mkvtoolnix.install |   15 --
 6 files changed, 228 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 09:06:22 UTC (rev 242426)
+++ extra-i686/PKGBUILD 2015-07-22 09:06:31 UTC (rev 242427)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=8.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('8287cb9c5a5b1c8aa336af01664b0eb1')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # XXX: Temporary define to build against boost 1.58
-  # https://github.com/mbunkus/mkvtoolnix/issues/1172
-  CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const'
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 242426, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-22 09:06:31 UTC (rev 242427)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=8.2.0

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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:37:59
  Author: fyan
Revision: 137265

archrelease: copy trunk to community-any

Added:
  pathod/repos/community-any/PKGBUILD
(from rev 137264, pathod/trunk/PKGBUILD)
Deleted:
  pathod/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:37:48 UTC (rev 137264)
+++ PKGBUILD2015-07-22 06:37:59 UTC (rev 137265)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pathod
-pkgver=0.12.1
-pkgrel=1
-pkgdesc=A pathological web daemon
-url=http://pathod.net;
-depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
-checkdepends=('python2-mock' 'python2-nose')
-arch=('any')
-license=('MIT')
-source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('0777c1acd7e627900461351be011a3ddfeafd89fddf76896681c21b3dfee841a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  # One test failed: https://github.com/mitmproxy/pathod/issues/24
-
-  cd $pkgname-$pkgver
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2 || warning Tests failed
-}
-
-package() {
-  cd $pkgname-$pkgver  
-  python2 setup.py install -O1 --skip-build --root=$pkgdir
-
-  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pathod/repos/community-any/PKGBUILD (from rev 137264, 
pathod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:37:59 UTC (rev 137265)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pathod
+pkgver=0.13
+pkgrel=1
+pkgdesc=A pathological web daemon
+url=http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-nose')
+arch=('any')
+license=('MIT')
+source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('63d799ab5c9f0e17475bce20b8a5ba0f405eee812d2947934cd9ca715d658a37')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  # One test failed: https://github.com/mitmproxy/pathod/issues/24
+
+  cd $pkgname-$pkgver
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2 || warning Tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root=$pkgdir
+
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:37:48
  Author: fyan
Revision: 137264

upgpkg: pathod 0.13-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:35:37 UTC (rev 137263)
+++ PKGBUILD2015-07-22 06:37:48 UTC (rev 137264)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pathod
-pkgver=0.12.1
+pkgver=0.13
 pkgrel=1
 pkgdesc=A pathological web daemon
 url=http://pathod.net;
@@ -11,13 +11,8 @@
 arch=('any')
 license=('MIT')
 
source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('0777c1acd7e627900461351be011a3ddfeafd89fddf76896681c21b3dfee841a')
+sha256sums=('63d799ab5c9f0e17475bce20b8a5ba0f405eee812d2947934cd9ca715d658a37')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup.py build


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:50:46
  Author: fyan
Revision: 137267

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 137266, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:50:35 UTC (rev 137266)
+++ PKGBUILD2015-07-22 06:50:46 UTC (rev 137267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
-# Contributor: Olivier Biesmans olivier at biesmans dot fr
-
-pkgname=mitmproxy
-pkgver=0.12.1
-pkgrel=1
-pkgdesc=SSL-capable man-in-the-middle HTTP proxy
-arch=('any')
-url=http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
- 'python2-configargparse' 'python2-tornado'
- 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-conflicts=('mitmproxy-git')
-provides=('python2-libmproxy')
-source=(http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a7a59faa1f79a97c5cbd7acdaca72cfbf9903b9e39823226bc5d8a30efc07e70')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' 
libmproxy/contrib/html2text.py
-}
- 
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 137266, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:50:46 UTC (rev 137267)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
+# Contributor: Olivier Biesmans olivier at biesmans dot fr
+
+pkgname=mitmproxy
+pkgver=0.13
+pkgrel=1
+pkgdesc=SSL-capable man-in-the-middle HTTP proxy
+arch=('any')
+url=http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
+ 'python2-configargparse' 'python2-tornado'
+ 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+ 'python2-urwid' 'python2-lxml' 'python2-pillow')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
+provides=('python2-libmproxy')
+source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+check() {
+  cd $srcdir/$pkgname
+  nosetests2 || warning Failures should be related to missing html2text
+}
+ 
+package() {
+  cd $srcdir/$pkgname
+  python2 setup.py install --root=$pkgdir -O1
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 09:30:32
  Author: fyan
Revision: 137271

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 137270, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 07:30:20 UTC (rev 137270)
+++ PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
-# Contributor: Olivier Biesmans olivier at biesmans dot fr
-
-pkgname=mitmproxy
-pkgver=0.13
-pkgrel=1
-pkgdesc=SSL-capable man-in-the-middle HTTP proxy
-arch=('any')
-url=http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
- 'python2-configargparse' 'python2-tornado'
- 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
-provides=('python2-libmproxy')
-source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-check() {
-  cd $srcdir/$pkgname
-  nosetests2 || warning Failures should be related to missing html2text
-}
- 
-package() {
-  cd $srcdir/$pkgname
-  python2 setup.py install --root=$pkgdir -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 137270, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
+# Contributor: Olivier Biesmans olivier at biesmans dot fr
+
+pkgname=mitmproxy
+pkgver=0.13
+pkgrel=2
+pkgdesc=SSL-capable man-in-the-middle HTTP proxy
+arch=('any')
+url=http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
+ 'python2-configargparse' 'python2-tornado'
+ 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+ 'python2-urwid' 'python2-lxml' 'python2-pillow'
+ 'python2-html2text')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')
+provides=('python2-libmproxy')
+source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+check() {
+  cd $srcdir/$pkgname
+  nosetests2
+}
+ 
+package() {
+  cd $srcdir/$pkgname
+  python2 setup.py install --root=$pkgdir -O1
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 09:30:20
  Author: fyan
Revision: 137270

upgpkg: mitmproxy 0.13-2

fix dependencies

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 07:22:36 UTC (rev 137269)
+++ PKGBUILD2015-07-22 07:30:20 UTC (rev 137270)
@@ -5,20 +5,21 @@
 
 pkgname=mitmproxy
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc=SSL-capable man-in-the-middle HTTP proxy
 arch=('any')
 url=http://mitmproxy.org/;
 license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
  'python2-configargparse' 'python2-tornado'
  'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow')
+ 'python2-urwid' 'python2-lxml' 'python2-pillow'
+ 'python2-html2text')
 optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
 'python2-protobuf: Contentviews - Extended content decoding'
 'python2-cssutils: Contentviews - Beautifies CSS files')
 makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
+checkdepends=('python2-nose' 'pathod' 'python2-mock')
 provides=('python2-libmproxy')
 source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
 sha256sums=('SKIP')
@@ -25,7 +26,7 @@
 
 check() {
   cd $srcdir/$pkgname
-  nosetests2 || warning Failures should be related to missing html2text
+  nosetests2
 }
  
 package() {


[arch-commits] Commit in sudo/trunk (PKGBUILD no-tty.patch)

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 10:11:43
  Author: fyan
Revision: 242423

upgpkg: sudo 1.8.14.p2-2

add patch to make sudo work again when no tty present (FS#45735)

Added:
  sudo/trunk/no-tty.patch
Modified:
  sudo/trunk/PKGBUILD

--+
 PKGBUILD |   12 -
 no-tty.patch |  116 +
 2 files changed, 125 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 07:53:48 UTC (rev 242422)
+++ PKGBUILD2015-07-22 08:11:43 UTC (rev 242423)
@@ -6,7 +6,7 @@
 pkgname=sudo
 _sudover=1.8.14p2
 pkgver=${_sudover/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc=Give certain users the ability to run some commands as root
 arch=('i686' 'x86_64')
 url=http://www.sudo.ws/sudo/;
@@ -16,12 +16,18 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-sudo.pam)
+sudo.pam no-tty.patch)
 sha256sums=('b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21'
 'SKIP'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2'
+'5f453de28dcd923d2328bf79bfa6d068a44532fe07e3c85e74cb1f78d74231d9')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
+prepare() {
+  cd $srcdir/$pkgname-$_sudover
+  patch -p1 -i ../no-tty.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$_sudover
 

Added: no-tty.patch
===
--- no-tty.patch(rev 0)
+++ no-tty.patch2015-07-22 08:11:43 UTC (rev 242423)
@@ -0,0 +1,116 @@
+
+# HG changeset patch
+# User Todd C. Miller todd.mil...@courtesan.com
+# Date 1437513649 21600
+# Node ID ff7b12bb0638cb13e575927e2e938e13b83b0331
+# Parent  0e728a1eb07ae71e5bf1fd9b9f014702a678cb44
+Fix errno value from get_process_ttyname() when no tty is present.
+
+diff -r 0e728a1eb07a -r ff7b12bb0638 src/ttyname.c
+--- a/src/ttyname.cTue Jul 21 15:02:56 2015 -0600
 b/src/ttyname.cTue Jul 21 15:20:49 2015 -0600
+@@ -382,8 +382,8 @@
+ {
+ struct sudo_kinfo_proc *ki_proc = NULL;
+ size_t size = sizeof(*ki_proc);
++int mib[6], rc, serrno = errno;
+ char *rval = NULL;
+-int mib[6], rc;
+ debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
+ 
+ /*
+@@ -407,8 +407,10 @@
+   ki_proc = kp;
+   rc = sysctl(mib, sudo_kp_namelen, ki_proc, size, NULL, 0);
+ } while (rc == -1  errno == ENOMEM);
++errno = ENOENT;
+ if (rc != -1) {
+   if ((dev_t)ki_proc-sudo_kp_tdev != (dev_t)-1) {
++  errno = serrno;
+   rval = sudo_ttyname_dev(ki_proc-sudo_kp_tdev, name, namelen);
+   if (rval == NULL) {
+   
sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
+@@ -435,7 +437,7 @@
+ char path[PATH_MAX], *rval = NULL;
+ struct psinfo psinfo;
+ ssize_t nread;
+-int fd;
++int fd, serrno = errno;
+ debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
+ 
+ /* Try to determine the tty from pr_ttydev in /proc/pid/psinfo. */
+@@ -449,11 +451,16 @@
+   if ((psinfo.pr_ttydev  DEVNO64)  sizeof(dev_t) == 4)
+   rdev = makedev(major64(psinfo.pr_ttydev), 
minor64(psinfo.pr_ttydev));
+ #endif
+-  if (rdev != (dev_t)-1)
++  if (rdev != (dev_t)-1) {
++  errno = serrno;
+   rval = sudo_ttyname_dev(rdev, name, namelen);
++  got done;
++  }
+   }
+ }
++errno = ENOENT;
+ 
++done:
+ if (rval == NULL)
+   sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
+   unable to resolve tty via %s, path);
+@@ -471,6 +478,7 @@
+ char path[PATH_MAX], *line = NULL;
+ char *rval = NULL;
+ size_t linesize = 0;
++int serrno = errno;
+ ssize_t len;
+ FILE *fp;
+ debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
+@@ -495,8 +503,11 @@
+   
sudo_debug_printf(SUDO_DEBUG_ERROR|SUDO_DEBUG_LINENO,
+   %s: tty device %s: %s, path, cp, errstr);
+   }
+-  if (tdev  0)
++  if (tdev  0) {
++  errno = serrno;
+   rval = sudo_ttyname_dev(tdev, name, namelen);
++  goto done;
++  }
+   break;
+   }
+   cp = ep + 1;
+@@ -505,7 +516,9 @@
+   }
+   free(line);
+ }
++errno = ENOENT;
+ 
++done:
+ if (rval == NULL)
+   sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
+   unable to resolve tty via %s, path);
+@@ -522,7 +535,7 @@
+ {
+ struct pst_status pstat;
+ char *rval = NULL;
+-int rc;
++int rc, serrno = errno;
+ 

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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 10:12:07
  Author: fyan
Revision: 242424

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 242423, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/no-tty.patch
(from rev 242423, sudo/trunk/no-tty.patch)
  sudo/repos/testing-i686/sudo.install
(from rev 242423, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 242423, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 242423, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/no-tty.patch
(from rev 242423, sudo/trunk/no-tty.patch)
  sudo/repos/testing-x86_64/sudo.install
(from rev 242423, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 242423, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   70 +
 testing-i686/no-tty.patch   |  116 ++
 testing-i686/sudo.install   |   19 ++
 testing-i686/sudo.pam   |4 +
 testing-x86_64/PKGBUILD |   70 +
 testing-x86_64/no-tty.patch |  116 ++
 testing-x86_64/sudo.install |   19 ++
 testing-x86_64/sudo.pam |4 +
 8 files changed, 418 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 242423, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-22 08:12:07 UTC (rev 242424)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p2
+pkgver=${_sudover/p/.p}
+pkgrel=2
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam no-tty.patch)
+sha256sums=('b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2'
+'5f453de28dcd923d2328bf79bfa6d068a44532fe07e3c85e74cb1f78d74231d9')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+  cd $srcdir/$pkgname-$_sudover
+  patch -p1 -i ../no-tty.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/no-tty.patch (from rev 242423, 
sudo/trunk/no-tty.patch)
===
--- testing-i686/no-tty.patch   (rev 0)
+++ testing-i686/no-tty.patch   2015-07-22 08:12:07 UTC (rev 242424)
@@ -0,0 +1,116 @@
+
+# HG changeset patch
+# User Todd C. Miller todd.mil...@courtesan.com
+# Date 1437513649 21600
+# Node ID ff7b12bb0638cb13e575927e2e938e13b83b0331
+# Parent  0e728a1eb07ae71e5bf1fd9b9f014702a678cb44
+Fix errno value from get_process_ttyname() when no tty is present.
+
+diff -r 0e728a1eb07a -r ff7b12bb0638 src/ttyname.c
+--- a/src/ttyname.cTue Jul 21 15:02:56 2015 -0600
 b/src/ttyname.cTue Jul 21 15:20:49 2015 -0600
+@@ -382,8 +382,8 @@
+ {
+ struct sudo_kinfo_proc *ki_proc = NULL;
+ size_t size = sizeof(*ki_proc);
++int mib[6], rc, serrno = errno;
+ char *rval = NULL;
+-int mib[6], rc;
+ debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
+ 
+ /*
+@@ -407,8 +407,10 @@
+   ki_proc = kp;
+   rc = sysctl(mib, sudo_kp_namelen, ki_proc, size, NULL, 0);
+ } while (rc == -1  errno == ENOMEM);
++errno = ENOENT;
+ if (rc != -1) {
+   if ((dev_t)ki_proc-sudo_kp_tdev != (dev_t)-1) {
++  errno = serrno;
+   rval = sudo_ttyname_dev(ki_proc-sudo_kp_tdev, name, namelen);
+   if (rval == NULL) {
+   

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

2015-07-22 Thread Giovanni Scafora
Date: Wednesday, July 22, 2015 @ 11:06:22
  Author: giovanni
Revision: 242426

upgpkg: mkvtoolnix 8.2.0-2

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 08:19:46 UTC (rev 242425)
+++ PKGBUILD2015-07-22 09:06:22 UTC (rev 242426)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=8.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
@@ -64,6 +64,7 @@
 
   rm -rf ${pkgdir}/usr/bin/mmg
   rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/es/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
   rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
@@ -89,6 +90,7 @@
   rm -rf ${pkgdir}/usr/share/doc
   rm -rf ${pkgdir}/usr/share/locale
   rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/es/man1/mkv*
   rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
   rm -rf ${pkgdir}/usr/share/man/man1/mkv*
   rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:02:32
  Author: fyan
Revision: 137253

upgpkg: python-sure 1.2.13-1

Modified:
  python-sure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:01:22 UTC (rev 137252)
+++ PKGBUILD2015-07-22 06:02:32 UTC (rev 137253)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sure
 pkgname=(python-sure python2-sure)
-pkgver=1.2.12
+pkgver=1.2.13
 pkgrel=1
 pkgdesc=HTTP client mock for Python
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose')
 source=(https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz;
 py3k-fix.patch)
-sha512sums=('58895ae25cc9154130f51526a8dd6f53c3286329baca340fc18bbdfad12069ca95f5029724506e889ebd866d56a8dfa3c4a4495473ce63212faf6153125ba38e'
+sha512sums=('751ab46d0b13541374c8471c6e3bdeb48b4709fab5c33f0dd3894cb61ea10e3932f66596f219f442a26b8bc41b8015e0e830728b0fc48cf5f227df6bf632ce44'
 
'90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558')
 
 prepare() {


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:11:09
  Author: fyan
Revision: 137258

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 06:10:38 UTC (rev 137257)
+++ community-i686/PKGBUILD 2015-07-22 06:11:09 UTC (rev 137258)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.6
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('a433793d8dea5d302553217d8dbbf3be'
- 'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 137257, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-22 06:11:09 UTC (rev 137258)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.0.7
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+md5sums=('beba858557f422d3c1d7f8f9154dc07a'
+ 'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+ 
+  cd ../SQLAlchemy2-$pkgver  
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ 

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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:08:21
  Author: fyan
Revision: 137256

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 137255, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:06:51 UTC (rev 137255)
+++ PKGBUILD2015-07-22 06:08:21 UTC (rev 137256)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=2.1
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 137255, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:08:21 UTC (rev 137256)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=2.2
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:10:38
  Author: fyan
Revision: 137257

upgpkg: python-sqlalchemy 1.0.7-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:08:21 UTC (rev 137256)
+++ PKGBUILD2015-07-22 06:10:38 UTC (rev 137257)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('a433793d8dea5d302553217d8dbbf3be'
+md5sums=('beba858557f422d3c1d7f8f9154dc07a'
  'SKIP')
 
 prepare() {


[arch-commits] Commit in python-xcffib/repos (community-i686 community-x86_64)

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:01:22
  Author: fyan
Revision: 137252

Removed community-i686 and community-x86_64 for python-xcffib

Deleted:
  python-xcffib/repos/community-i686/
  python-xcffib/repos/community-x86_64/


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:59:20
  Author: fyan
Revision: 137251

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 05:52:44 UTC (rev 137250)
+++ PKGBUILD2015-07-22 05:59:20 UTC (rev 137251)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('any')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
- 'happy' 'alex')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-
-  cd xcffib
-  cabal update
-  cabal install --only-dependencies --enable-tests
-  cabal configure --enable-tests
-}
-
-build() {
-  cd $srcdir/xcffib
-  make xcffib
-
-  cd $srcdir/xcffib-py2
-  make xcffib
-}
-
-check() {
-  cd $srcdir/xcffib
-  make check
-
-  cd $srcdir/xcffib-py2
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 137250, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 05:59:20 UTC (rev 137251)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.3.4
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('any')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:17:10
  Author: fyan
Revision: 137260

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:15:27 UTC (rev 137259)
+++ PKGBUILD2015-07-22 06:17:10 UTC (rev 137260)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: SpepS dreamspep...@yahoo.it
-# Contributor: James Bulmer neki...@gmail.com
-
-pkgbase=python-routes
-pkgname=(python-routes python2-routes)
-pkgver=2.1
-pkgrel=2
-pkgdesc=Routing recognition and generation tools
-arch=(any)
-url=https://pypi.python.org/pypi/Routes;
-license=(custom:BSD)
-makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru')
-checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
-source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
-md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
-
-prepare() {
-  cp -a Routes-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/Routes-${pkgver}/
-  python setup.py build
-
-  cd ${srcdir}/Routes-${pkgver}-py2/
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/Routes-${pkgver}/
-  nosetests3
-
-  cd ${srcdir}/Routes-${pkgver}-py2/
-  nosetests2
-}
-
-package_python-routes() {
-  depends=(python-repoze.lru)
-
-  cd ${srcdir}/Routes-${pkgver}/
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-routes() {
-  depends=(python2-repoze.lru)
-
-  cd ${srcdir}/Routes-${pkgver}-py2/
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-routes/repos/community-any/PKGBUILD (from rev 137259, 
python-routes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:17:10 UTC (rev 137260)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: SpepS dreamspep...@yahoo.it
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgbase=python-routes
+pkgname=(python-routes python2-routes)
+pkgver=2.2
+pkgrel=1
+pkgdesc=Routing recognition and generation tools
+arch=(any)
+url=https://pypi.python.org/pypi/Routes;
+license=(custom:BSD)
+makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru' 'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
+source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
+md5sums=('d62bb225ba7919b5470095528932648b')
+
+prepare() {
+  cp -a Routes-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/Routes-${pkgver}/
+  python setup.py build
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/Routes-${pkgver}/
+  nosetests3
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  nosetests2
+}
+
+package_python-routes() {
+  depends=(python-repoze.lru 'python-six')
+
+  cd ${srcdir}/Routes-${pkgver}/
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-routes() {
+  depends=(python2-repoze.lru 'python2-six')
+
+  cd ${srcdir}/Routes-${pkgver}-py2/
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:15:27
  Author: fyan
Revision: 137259

upgpkg: python-routes 2.2-1

Modified:
  python-routes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:11:09 UTC (rev 137258)
+++ PKGBUILD2015-07-22 06:15:27 UTC (rev 137259)
@@ -5,16 +5,16 @@
 
 pkgbase=python-routes
 pkgname=(python-routes python2-routes)
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc=Routing recognition and generation tools
 arch=(any)
 url=https://pypi.python.org/pypi/Routes;
 license=(custom:BSD)
-makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru' 'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
 
source=(https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz;)
-md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
+md5sums=('d62bb225ba7919b5470095528932648b')
 
 prepare() {
   cp -a Routes-${pkgver}{,-py2}
@@ -37,7 +37,7 @@
 }
 
 package_python-routes() {
-  depends=(python-repoze.lru)
+  depends=(python-repoze.lru 'python-six')
 
   cd ${srcdir}/Routes-${pkgver}/
   python setup.py install --root=${pkgdir}/ --optimize=1
@@ -45,7 +45,7 @@
 }
 
 package_python2-routes() {
-  depends=(python2-repoze.lru)
+  depends=(python2-repoze.lru 'python2-six')
 
   cd ${srcdir}/Routes-${pkgver}-py2/
   python2 setup.py install --root=${pkgdir}/ --optimize=1


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

2015-07-22 Thread Sven-Hendrik Haase
Date: Wednesday, July 22, 2015 @ 12:28:41
  Author: svenstaro
Revision: 137275

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 137274, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 137274, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 137274, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 137274, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 137274, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 137274, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  174 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   87 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 10:28:24 UTC (rev 137274)
+++ community-i686/PKGBUILD 2015-07-22 10:28:41 UTC (rev 137275)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
-
-pkgname=emscripten
-pkgver=1.34.1
-pkgrel=1
-pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
-arch=('i686' 'x86_64')
-url=http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-emscripten.sh)
-sha256sums=('2a9e171d14d5643ae1701e8a2a0c7a7bac500ec998a075eb1234bea52b6f70ac'
-'7fcb182606b16edd4ec36a00597facd6320e63d87db70f058cd026ffac89cf14'
-'e71d13278483aa4b3871d9c55cc893ee8e407ca908b9895fffed4fe744d6510d'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s $srcdir/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')| \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD=X86;JSBackend \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 $srcdir/emscripten.sh $pkgdir/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd $srcdir/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
$pkgdir/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* $pkgdir/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd $srcdir/emscripten-$pkgver
-  install -d $pkgdir/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
$pkgdir/usr/lib/emscripten
-
-  # remove clutter
-  rm $pkgdir/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm 

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

2015-07-22 Thread Sven-Hendrik Haase
Date: Wednesday, July 22, 2015 @ 12:28:24
  Author: svenstaro
Revision: 137274

upgpkg: emscripten 1.34.3-1

upstream release 1.34

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 08:01:51 UTC (rev 137273)
+++ PKGBUILD2015-07-22 10:28:24 UTC (rev 137274)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
 
 pkgname=emscripten
-pkgver=1.34.1
+pkgver=1.34.3
 pkgrel=1
 pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 emscripten.sh)
-sha256sums=('2a9e171d14d5643ae1701e8a2a0c7a7bac500ec998a075eb1234bea52b6f70ac'
-'7fcb182606b16edd4ec36a00597facd6320e63d87db70f058cd026ffac89cf14'
-'e71d13278483aa4b3871d9c55cc893ee8e407ca908b9895fffed4fe744d6510d'
+sha256sums=('b50a09df94ae3ce769255514efcaf25c0f0f03a68e90824d69daea4b7b8848fa'
+'166c2bf6c7e711c18293906f41aa35854cb47c496842b0aab6131eb97f390ce0'
+'6dac34db269243f91a93267b2cdb26ec67c8ba6484bede55cb691f502abf411b'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2015-07-22 Thread Maxime Gauduin
Date: Wednesday, July 22, 2015 @ 14:53:55
  Author: alucryd
Revision: 137280

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 137279, lollypop/trunk/PKGBUILD)
  lollypop/repos/community-any/lollypop.install
(from rev 137279, lollypop/trunk/lollypop.install)
Deleted:
  lollypop/repos/community-any/PKGBUILD
  lollypop/repos/community-any/lollypop.install

--+
 PKGBUILD |   74 ++---
 lollypop.install |   30 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 12:53:33 UTC (rev 137279)
+++ PKGBUILD2015-07-22 12:53:55 UTC (rev 137280)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kirek rbu...@gmail.com
-# Contributor: Cédric Bellegarde gnu...@gmail.com
-
-pkgname=lollypop
-pkgver=0.9.40
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('57ada327707923bd134336d7e0d2929335b8f59d8bb9450425e15ee9ce5a3deb')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 137279, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 12:53:55 UTC (rev 137280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.41
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('5f119296ed2015eaa343c0ae495a844c2353aa90432e127a35525dfba18999fd')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-07-22 12:53:33 UTC (rev 137279)
+++ lollypop.install2015-07-22 12:53:55 UTC (rev 137280)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 137279, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-07-22 12:53:55 UTC (rev 137280)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-22 Thread Allan McRae
Date: Wednesday, July 22, 2015 @ 15:35:19
  Author: allan
Revision: 242431

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 242430, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-e9c1bdad.patch
(from rev 242430, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 242430, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 242430, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-e9c1bdad.patch
(from rev 242430, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 242430, binutils/trunk/binutils.install)

+
 testing-i686/PKGBUILD  |   74 +
 testing-i686/binutils-e9c1bdad.patch   |   78 +++
 testing-i686/binutils.install  |   17 ++
 testing-x86_64/PKGBUILD|   74 +
 testing-x86_64/binutils-e9c1bdad.patch |   78 +++
 testing-x86_64/binutils.install|   17 ++
 6 files changed, 338 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 242430, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-22 13:35:19 UTC (rev 242431)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+# build from head of release branch as bug fix releases are rare
+
+pkgname=binutils
+pkgver=2.25.1
+pkgrel=1
+_commit=2bd25930
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.20' 'zlib')
+makedepends=('git')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit}
+binutils-e9c1bdad.patch)
+md5sums=('SKIP'
+ 'eb3aceaab8ed26e06d505f82beb30f8f')
+
+prepare() {
+  cd ${srcdir}/binutils-gdb
+
+  # https://sourceware.org/bugzilla/show_bug.cgi?id=16992
+  patch -p1 -i ${srcdir}/binutils-e9c1bdad.patch
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-gdb/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared --with-pic \
+--enable-ld=default --enable-gold --enable-plugins \
+--disable-werror --disable-gdb
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # ignore failures in gold testsuite...
+  make -k LDFLAGS= check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-e9c1bdad.patch (from rev 242430, 
binutils/trunk/binutils-e9c1bdad.patch)
===
--- testing-i686/binutils-e9c1bdad.patch(rev 0)
+++ testing-i686/binutils-e9c1bdad.patch2015-07-22 13:35:19 UTC (rev 
242431)
@@ -0,0 +1,78 @@
+diff --git a/gold/layout.cc b/gold/layout.cc
+index bcdaac8..7836640 100644
+--- a/gold/layout.cc
 b/gold/layout.cc
+@@ -4873,7 +4873,8 @@ Layout::finish_dynamic_section(const Input_objects* 
input_objects,
+ flags |= elfcpp::DF_STATIC_TLS;
+   if (parameters-options().origin())
+ flags |= elfcpp::DF_ORIGIN;
+-  if (parameters-options().Bsymbolic())
++  if (parameters-options().Bsymbolic()
++   !parameters-options().have_dynamic_list())
+ {
+   flags |= elfcpp::DF_SYMBOLIC;
+   // Add DT_SYMBOLIC for compatibility with older loaders.
+diff --git a/gold/options.cc b/gold/options.cc
+index 7eb8f27..7f1f69e 100644
+--- a/gold/options.cc
 b/gold/options.cc
+@@ -1200,13 +1200,6 @@ General_options::finalize()
+   // in the path, as appropriate.
+   this-add_sysroot();
+ 
+-  // --dynamic-list 

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

2015-07-22 Thread Balló György
Date: Wednesday, July 22, 2015 @ 15:38:43
  Author: bgyorgy
Revision: 137282

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

Added:
  blueman/repos/community-i686/PKGBUILD
(from rev 137281, blueman/trunk/PKGBUILD)
  blueman/repos/community-i686/blueman.install
(from rev 137281, blueman/trunk/blueman.install)
  blueman/repos/community-i686/fix-infinite-loop.patch
(from rev 137281, blueman/trunk/fix-infinite-loop.patch)
  blueman/repos/community-x86_64/PKGBUILD
(from rev 137281, blueman/trunk/PKGBUILD)
  blueman/repos/community-x86_64/blueman.install
(from rev 137281, blueman/trunk/blueman.install)
  blueman/repos/community-x86_64/fix-infinite-loop.patch
(from rev 137281, blueman/trunk/fix-infinite-loop.patch)
Deleted:
  blueman/repos/community-i686/PKGBUILD
  blueman/repos/community-i686/blueman.install
  blueman/repos/community-x86_64/PKGBUILD
  blueman/repos/community-x86_64/blueman.install

--+
 /PKGBUILD|  108 +
 /blueman.install |   24 ++
 community-i686/PKGBUILD  |   48 
 community-i686/blueman.install   |   12 ---
 community-i686/fix-infinite-loop.patch   |   24 ++
 community-x86_64/PKGBUILD|   48 
 community-x86_64/blueman.install |   12 ---
 community-x86_64/fix-infinite-loop.patch |   24 ++
 8 files changed, 180 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 13:38:35 UTC (rev 137281)
+++ community-i686/PKGBUILD 2015-07-22 13:38:43 UTC (rev 137282)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributer: Arthur Zamarin arthur...@gmail.com
-# Contributer: Martin Wimpress c...@flexion.org
-
-pkgname=blueman
-pkgver=2.0
-pkgrel=3
-pkgdesc=GTK+ Bluetooth Manager
-arch=('i686' 'x86_64')
-url=https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('3f6dc827c4410f128f75a15672af8dc76c5c041f6d639d5ab19b15abeb42ff74')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: blueman/repos/community-i686/PKGBUILD (from rev 137281, 
blueman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-22 13:38:43 UTC (rev 137282)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributer: Arthur Zamarin arthur...@gmail.com
+# Contributer: Martin Wimpress c...@flexion.org
+
+pkgname=blueman
+pkgver=2.0
+pkgrel=4
+pkgdesc=GTK+ Bluetooth Manager
+arch=('i686' 'x86_64')
+url=https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz
+fix-infinite-loop.patch)
+sha256sums=('3f6dc827c4410f128f75a15672af8dc76c5c041f6d639d5ab19b15abeb42ff74'
+'25eb611bd7817e82240565caf2ac14a5841cd56e09be702a77ca3d7737cd5ac5')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix infinite loop if RecentConns has only invalid items
+  # https://github.com/blueman-project/blueman/commit/9619d3b5
+  patch -Np1 -i ../fix-infinite-loop.patch
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' 

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

2015-07-22 Thread Allan McRae
Date: Wednesday, July 22, 2015 @ 15:34:02
  Author: allan
Revision: 242430

upgpkg: binutils 2.25.1-1

upstream update

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 10:54:01 UTC (rev 242429)
+++ PKGBUILD2015-07-22 13:34:02 UTC (rev 242430)
@@ -6,9 +6,9 @@
 # build from head of release branch as bug fix releases are rare
 
 pkgname=binutils
-pkgver=2.25
-pkgrel=5
-_commit=69352378
+pkgver=2.25.1
+pkgrel=1
+_commit=2bd25930
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;


[arch-commits] Commit in blueman/trunk (PKGBUILD fix-infinite-loop.patch)

2015-07-22 Thread Balló György
Date: Wednesday, July 22, 2015 @ 15:38:35
  Author: bgyorgy
Revision: 137281

upgpkg: blueman 2.0-4

Fix infinite loop if RecentConns has only invalid items

Added:
  blueman/trunk/fix-infinite-loop.patch
Modified:
  blueman/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 fix-infinite-loop.patch |   24 
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 12:53:55 UTC (rev 137280)
+++ PKGBUILD2015-07-22 13:38:35 UTC (rev 137281)
@@ -5,7 +5,7 @@
 
 pkgname=blueman
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc=GTK+ Bluetooth Manager
 arch=('i686' 'x86_64')
 url=https://github.com/blueman-project/blueman;
@@ -16,12 +16,18 @@
 'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
 'pulseaudio-bluetooth: audio devices support')
 install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('3f6dc827c4410f128f75a15672af8dc76c5c041f6d639d5ab19b15abeb42ff74')
+source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz
+fix-infinite-loop.patch)
+sha256sums=('3f6dc827c4410f128f75a15672af8dc76c5c041f6d639d5ab19b15abeb42ff74'
+'25eb611bd7817e82240565caf2ac14a5841cd56e09be702a77ca3d7737cd5ac5')
 
 prepare() {
   cd $pkgname-$pkgver
 
+  # Fix infinite loop if RecentConns has only invalid items
+  # https://github.com/blueman-project/blueman/commit/9619d3b5
+  patch -Np1 -i ../fix-infinite-loop.patch
+
   # Fix path for bluetoothd
   sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
 

Added: fix-infinite-loop.patch
===
--- fix-infinite-loop.patch (rev 0)
+++ fix-infinite-loop.patch 2015-07-22 13:38:35 UTC (rev 137281)
@@ -0,0 +1,24 @@
+From 9619d3b5c95b1ec0c971b67d047abeb260e04cc4 Mon Sep 17 00:00:00 2001
+From: Christopher Schramm g...@cschramm.eu
+Date: Wed, 22 Jul 2015 10:27:37 +0200
+Subject: [PATCH] Fix infinite loop if RecentConns has only invalid items
+
+Closes #325
+---
+ CHANGELOG.md  | 1 +
+ blueman/plugins/applet/RecentConns.py | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/blueman/plugins/applet/RecentConns.py 
b/blueman/plugins/applet/RecentConns.py
+index 3498ace..467807f 100644
+--- a/blueman/plugins/applet/RecentConns.py
 b/blueman/plugins/applet/RecentConns.py
+@@ -135,7 +135,7 @@ def on_unload(self):
+ 
+ def initialize(self):
+ dprint(rebuilding menu)
+-if not RecentConns.items:
++if RecentConns.items is None:
+ self.recover_state()
+ 
+ def each(child, _):


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:35:30
  Author: fyan
Revision: 137262

archrelease: copy trunk to community-any

Added:
  python2-netlib/repos/community-any/PKGBUILD
(from rev 137261, python2-netlib/trunk/PKGBUILD)
Deleted:
  python2-netlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:35:16 UTC (rev 137261)
+++ PKGBUILD2015-07-22 06:35:30 UTC (rev 137262)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
-
-pkgname=python2-netlib
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=A collection of network utilities used by pathod and mitmproxy
-url=https://github.com/mitmproxy/netlib;
-license=('MIT')
-arch=('any')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl')
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose' 'python2-mock' 'pathod')
-source=(http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('2b53b9dd611a80ba65eb5eb11bb70dfec4912e5b38fa84e30756249241012480')
-
-build() {
-  cd $srcdir/netlib-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/netlib-$pkgver
-  nosetests2
-}
-
-package() {
-  cd $srcdir/netlib-$pkgver
-  python2 setup.py install -O1 --skip-build --root=$pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-netlib/repos/community-any/PKGBUILD (from rev 137261, 
python2-netlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:35:30 UTC (rev 137262)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.13
+pkgrel=1
+pkgdesc=A collection of network utilities used by pathod and mitmproxy
+url=https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('any')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=(http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('4360493c145b391d87b125c5ca335943879309e1cea660f5d9f02b41511fa942')
+
+prepare() {
+  cd netlib-$pkgver
+
+  # Use system certificate store
+  sed -e '/certifi/d' -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|/etc/ssl/certs/ca-certificates.crt|' \
+  -i netlib/tcp.py
+}  
+
+build() {
+  cd $srcdir/netlib-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/netlib-$pkgver
+  nosetests2
+}
+
+package() {
+  cd $srcdir/netlib-$pkgver
+  python2 setup.py install -O1 --skip-build --root=$pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  mv $pkgdir/usr/lib/python2.7/site-packages/{test,netlib/}
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:35:16
  Author: fyan
Revision: 137261

upgpkg: python2-netlib 0.13-1

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:17:10 UTC (rev 137260)
+++ PKGBUILD2015-07-22 06:35:16 UTC (rev 137261)
@@ -3,18 +3,28 @@
 # Contributor: Nicolas Pouillard https://nicolaspouillard.fr
 
 pkgname=python2-netlib
-pkgver=0.12.1
+pkgver=0.13
 pkgrel=1
 pkgdesc=A collection of network utilities used by pathod and mitmproxy
 url=https://github.com/mitmproxy/netlib;
 license=('MIT')
-arch=('i686' 'x86_64')
+arch=('any')
 depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
 makedepends=('python2-setuptools')
 checkdepends=('python2-nose' 'python2-mock' 'pathod')
 
source=(http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
+sha256sums=('4360493c145b391d87b125c5ca335943879309e1cea660f5d9f02b41511fa942')
 
+prepare() {
+  cd netlib-$pkgver
+
+  # Use system certificate store
+  sed -e '/certifi/d' -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|/etc/ssl/certs/ca-certificates.crt|' \
+  -i netlib/tcp.py
+}  
+
 build() {
   cd $srcdir/netlib-$pkgver
   python2 setup.py build
@@ -30,4 +40,6 @@
   python2 setup.py install -O1 --skip-build --root=$pkgdir
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  mv $pkgdir/usr/lib/python2.7/site-packages/{test,netlib/}
 }


[arch-commits] Commit in python2-netlib/repos (community-i686 community-x86_64)

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:35:37
  Author: fyan
Revision: 137263

Removed community-i686 and community-x86_64 for python2-netlib

Deleted:
  python2-netlib/repos/community-i686/
  python2-netlib/repos/community-x86_64/


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:50:35
  Author: fyan
Revision: 137266

upgpkg: mitmproxy 0.13-1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:37:59 UTC (rev 137265)
+++ PKGBUILD2015-07-22 06:50:35 UTC (rev 137266)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Biesmans olivier at biesmans dot fr
 
 pkgname=mitmproxy
-pkgver=0.12.1
+pkgver=0.13
 pkgrel=1
 pkgdesc=SSL-capable man-in-the-middle HTTP proxy
 arch=('any')
@@ -17,17 +17,18 @@
 optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
 'python2-protobuf: Contentviews - Extended content decoding'
 'python2-cssutils: Contentviews - Beautifies CSS files')
-conflicts=('mitmproxy-git')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
 provides=('python2-libmproxy')
-source=(http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a7a59faa1f79a97c5cbd7acdaca72cfbf9903b9e39823226bc5d8a30efc07e70')
+source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' 
libmproxy/contrib/html2text.py
+check() {
+  cd $srcdir/$pkgname
+  nosetests2 || warning Failures should be related to missing html2text
 }
  
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   python2 setup.py install --root=$pkgdir -O1
 }


[arch-commits] Commit in (4 files)

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 09:19:34
  Author: fyan
Revision: 137268

addpkg: python2-html2text 2015.6.12-1

Added:
  python2-html2text/
  python2-html2text/repos/
  python2-html2text/trunk/
  python2-html2text/trunk/PKGBUILD

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

Added: python2-html2text/trunk/PKGBUILD
===
--- python2-html2text/trunk/PKGBUILD(rev 0)
+++ python2-html2text/trunk/PKGBUILD2015-07-22 07:19:34 UTC (rev 137268)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=python2-html2text
+pkgver=2015.6.12
+pkgrel=1
+pkgdesc=A HTML to markdown-structured text converter
+arch=('any')
+url=https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+depends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz;)
+sha256sums=('240bef2049fb3e0b7e5d50e28bc99121a457cd8bd8c6c9f5f9706195fd61556e')
+
+build() {
+  cd ${srcdir}/html2text-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+}
+
+package() {
+  cd ${srcdir}/html2text-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  
+  mv $pkgdir/usr/bin/html2text{,2}
+}


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

2015-07-22 Thread Giovanni Scafora
Date: Wednesday, July 22, 2015 @ 09:53:48
  Author: giovanni
Revision: 242422

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 242421, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 242421, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 242421, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 242421, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install

-+
 /PKGBUILD   |  194 ++
 /mkvtoolnix.install |   30 +
 extra-i686/PKGBUILD |   97 ---
 extra-i686/mkvtoolnix.install   |   15 --
 extra-x86_64/PKGBUILD   |   97 ---
 extra-x86_64/mkvtoolnix.install |   15 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-22 07:53:40 UTC (rev 242421)
+++ extra-i686/PKGBUILD 2015-07-22 07:53:48 UTC (rev 242422)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=8.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('bfa4032eb8d43b349ee458f8234b5fe3')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # XXX: Temporary define to build against boost 1.58
-  # https://github.com/mbunkus/mkvtoolnix/issues/1172
-  CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const'
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 242421, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-22 07:53:48 UTC (rev 242422)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=8.2.0

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

2015-07-22 Thread Giovanni Scafora
Date: Wednesday, July 22, 2015 @ 09:53:40
  Author: giovanni
Revision: 242421

upgpkg: mkvtoolnix 8.2.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 05:43:44 UTC (rev 242420)
+++ PKGBUILD2015-07-22 07:53:40 UTC (rev 242421)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=8.1.0
+pkgver=8.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('bfa4032eb8d43b349ee458f8234b5fe3')
+md5sums=('8287cb9c5a5b1c8aa336af01664b0eb1')
 
 prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}


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

2015-07-22 Thread Sergej Pupykin
Date: Wednesday, July 22, 2015 @ 14:23:50
  Author: spupykin
Revision: 137277

upgpkg: denemo 1:1.2.4-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 10:52:05 UTC (rev 137276)
+++ PKGBUILD2015-07-22 12:23:50 UTC (rev 137277)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=denemo.install
 
#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('90fd830e794ce5b91d8586412a8b039c')
+md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



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

2015-07-22 Thread Sergej Pupykin
Date: Wednesday, July 22, 2015 @ 14:24:06
  Author: spupykin
Revision: 137278

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-22 12:23:50 UTC (rev 137277)
+++ community-i686/PKGBUILD 2015-07-22 12:24:06 UTC (rev 137278)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-epoch=1
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-install=denemo.install
-#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('90fd830e794ce5b91d8586412a8b039c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 137277, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-22 12:24:06 UTC (rev 137278)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+epoch=1
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/denemo.install
===
--- community-i686/denemo.install   2015-07-22 12:23:50 UTC (rev 137277)
+++ community-i686/denemo.install   2015-07-22 12:24:06 UTC (rev 137278)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s /usr/share/fonts/truetype/denemo
-  mkfontscale /usr/share/fonts/truetype/denemo
-  mkfontdir /usr/share/fonts/truetype/denemo
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: denemo/repos/community-i686/denemo.install (from rev 137277, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2015-07-22 12:24:06 UTC (rev 137278)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir 

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

2015-07-22 Thread Jan Steffens
Date: Thursday, July 23, 2015 @ 00:49:46
  Author: heftig
Revision: 242448

archrelease: copy trunk to testing-any

Added:
  meld/repos/testing-any/PKGBUILD
(from rev 242447, meld/trunk/PKGBUILD)
  meld/repos/testing-any/meld.install
(from rev 242447, meld/trunk/meld.install)
Deleted:
  meld/repos/testing-any/PKGBUILD
  meld/repos/testing-any/meld.install

--+
 PKGBUILD |   70 -
 meld.install |   28 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 22:46:47 UTC (rev 242447)
+++ PKGBUILD2015-07-22 22:49:46 UTC (rev 242448)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=meld
-pkgver=3.13.2
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
- gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('caf9c6eabf734c5c90baf46a66cbf6f0f8dd2491')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: meld/repos/testing-any/PKGBUILD (from rev 242447, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 22:49:46 UTC (rev 242448)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=meld
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+install=meld.install
+depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
+ gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('69aa58ebf5356f1f9d39079b8c32f60139f5d63e')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root=$pkgdir --optimize=1
+}

Deleted: meld.install
===
--- meld.install2015-07-22 22:46:47 UTC (rev 242447)
+++ meld.install2015-07-22 22:49:46 UTC (rev 242448)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/testing-any/meld.install (from rev 242447, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2015-07-22 22:49:46 UTC (rev 242448)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in openssh/trunk (PKGBUILD keyboard-interactive.patch)

2015-07-22 Thread Gaetan Bisson
Date: Thursday, July 23, 2015 @ 04:38:36
  Author: bisson
Revision: 242452

fix 
https://kingcope.wordpress.com/2015/07/16/openssh-keyboard-interactive-authentication-brute-force-vulnerability-maxauthtries-bypass/

Added:
  openssh/trunk/keyboard-interactive.patch
Modified:
  openssh/trunk/PKGBUILD

+
 PKGBUILD   |9 ++-
 keyboard-interactive.patch |   52 +++
 2 files changed, 60 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-23 00:53:11 UTC (rev 242451)
+++ PKGBUILD2015-07-23 02:38:36 UTC (rev 242452)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=6.9p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -16,6 +16,7 @@
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'keyboard-interactive.patch'
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'
@@ -23,6 +24,7 @@
 'sshd.conf'
 'sshd.pam')
 sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP'
+  'ef9e9327a943839abb3d202783b318e9cd2bdcd5'
   'cc1ceec606c98c7407e7ac21ade23aed81e31405'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'
@@ -34,6 +36,11 @@
 
 install=install
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../keyboard-interactive.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 

Added: keyboard-interactive.patch
===
--- keyboard-interactive.patch  (rev 0)
+++ keyboard-interactive.patch  2015-07-23 02:38:36 UTC (rev 242452)
@@ -0,0 +1,52 @@
+From 5b64f85bb811246c59ebab70aed331f26ba37b18 Mon Sep 17 00:00:00 2001
+From: d...@openbsd.org d...@openbsd.org
+Date: Sat, 18 Jul 2015 07:57:14 +
+Subject: upstream commit
+
+only query each keyboard-interactive device once per
+ authentication request regardless of how many times it is listed; ok markus@
+
+Upstream-ID: d73fafba6e86030436ff673656ec1f33d9ffeda1
+---
+ auth2-chall.c | 11 ---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+diff --git a/auth2-chall.c b/auth2-chall.c
+index ddabe1a..4aff09d 100644
+--- a/auth2-chall.c
 b/auth2-chall.c
+@@ -1,4 +1,4 @@
+-/* $OpenBSD: auth2-chall.c,v 1.42 2015/01/19 20:07:45 markus Exp $ */
++/* $OpenBSD: auth2-chall.c,v 1.43 2015/07/18 07:57:14 djm Exp $ */
+ /*
+  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
+  * Copyright (c) 2001 Per Allansson.  All rights reserved.
+@@ -83,6 +83,7 @@ struct KbdintAuthctxt
+   void *ctxt;
+   KbdintDevice *device;
+   u_int nreq;
++  u_int devices_done;
+ };
+ 
+ #ifdef USE_PAM
+@@ -169,11 +170,15 @@ kbdint_next_device(Authctxt *authctxt, KbdintAuthctxt 
*kbdintctxt)
+   if (len == 0)
+   break;
+   for (i = 0; devices[i]; i++) {
+-  if (!auth2_method_allowed(authctxt,
++  if ((kbdintctxt-devices_done  (1  i)) != 0 ||
++  !auth2_method_allowed(authctxt,
+   keyboard-interactive, devices[i]-name))
+   continue;
+-  if (strncmp(kbdintctxt-devices, devices[i]-name, len) 
== 0)
++  if (strncmp(kbdintctxt-devices, devices[i]-name,
++  len) == 0) {
+   kbdintctxt-device = devices[i];
++  kbdintctxt-devices_done |= 1  i;
++  }
+   }
+   t = kbdintctxt-devices;
+   kbdintctxt-devices = t[len] ? xstrdup(t+len+1) : NULL;
+-- 
+cgit v0.11.2
+


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

2015-07-22 Thread Gaetan Bisson
Date: Thursday, July 23, 2015 @ 04:40:36
  Author: bisson
Revision: 242453

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 242452, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 242452, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 242452, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 242452, openssh/trunk/install)
  openssh/repos/testing-i686/keyboard-interactive.patch
(from rev 242452, openssh/trunk/keyboard-interactive.patch)
  openssh/repos/testing-i686/sshd.conf
(from rev 242452, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 242452, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 242452, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 242452, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 242452, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 242452, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 242452, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 242452, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 242452, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 242452, openssh/trunk/install)
  openssh/repos/testing-x86_64/keyboard-interactive.patch
(from rev 242452, openssh/trunk/keyboard-interactive.patch)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 242452, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 242452, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 242452, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 242452, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 242452, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 242452, openssh/trunk/sshdgenkeys.service)

---+
 testing-i686/PKGBUILD |   99 
 testing-i686/dispatch.patch   |   81 ++
 testing-i686/error.patch  |   25 +++
 testing-i686/install  |   10 ++
 testing-i686/keyboard-interactive.patch   |   52 ++
 testing-i686/sshd.conf|1 
 testing-i686/sshd.pam |6 +
 testing-i686/sshd.service |   17 
 testing-i686/sshd.socket  |   10 ++
 testing-i686/sshd@.service|8 ++
 testing-i686/sshdgenkeys.service  |   17 
 testing-x86_64/PKGBUILD   |   99 
 testing-x86_64/dispatch.patch |   81 ++
 testing-x86_64/error.patch|   25 +++
 testing-x86_64/install|   10 ++
 testing-x86_64/keyboard-interactive.patch |   52 ++
 testing-x86_64/sshd.conf  |1 
 testing-x86_64/sshd.pam   |6 +
 testing-x86_64/sshd.service   |   17 
 testing-x86_64/sshd.socket|   10 ++
 testing-x86_64/sshd@.service  |8 ++
 testing-x86_64/sshdgenkeys.service|   17 
 22 files changed, 652 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 242452, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-23 02:40:36 UTC (rev 242453)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.9p1
+pkgrel=2
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'keyboard-interactive.patch'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP'
+  'ef9e9327a943839abb3d202783b318e9cd2bdcd5'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  

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

2015-07-22 Thread Sven-Hendrik Haase
Date: Thursday, July 23, 2015 @ 06:23:07
  Author: svenstaro
Revision: 242458

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

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 242457, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
(from rev 242457, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
(from rev 242457, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 242457, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
(from rev 242457, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
(from rev 242457, speech-dispatcher/trunk/speech-dispatcherd.service)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service

-+
 /PKGBUILD   |  120 ++
 /speech-dispatcher.install  |   44 +++
 /speech-dispatcherd.service |   20 +
 extra-i686/PKGBUILD |   59 --
 extra-i686/speech-dispatcher.install|   22 -
 extra-i686/speech-dispatcherd.service   |   10 --
 extra-x86_64/PKGBUILD   |   59 --
 extra-x86_64/speech-dispatcher.install  |   22 -
 extra-x86_64/speech-dispatcherd.service |   10 --
 9 files changed, 184 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-23 04:22:57 UTC (rev 242457)
+++ extra-i686/PKGBUILD 2015-07-23 04:23:07 UTC (rev 242458)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=speech-dispatcher
-pkgver=0.8.3
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc=High-level device independent layer for speech synthesis interface
-url=http://www.freebsoft.org/speechd;
-license=('GPL2' 'FDL')
-depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
-makedepends=('intltool' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-backup=(etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-etc/speech-dispatcher/modules/flite.conf
-etc/speech-dispatcher/modules/pico-generic.conf
-etc/speech-dispatcher/speechd.conf)
-install=${pkgname}.install
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speech-dispatcherd.service')
-md5sums=('d17b041fa3c87cb1b73ac6e95b80d276'
- 'd26f52e2e95a30eaa83560f0e63faca5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Disabled due to bug: https://bugs.archlinux.org/task/35700
-  sed -i s/cicero //g configure.ac
-  
-  autoreconf -i
-  ./configure --prefix=/usr \
---enable-shared \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service
-  install -d ${pkgdir}/var/log/speech-dispatcher
-
-  sed -i 's|includedir=.*|includedir=${prefix}/include/speech-dispatcher|g' 
${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 242457, 
speech-dispatcher/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-23 04:23:07 UTC (rev 242458)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=speech-dispatcher
+pkgver=0.8.3
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc=High-level device independent layer for speech synthesis interface
+url=http://www.freebsoft.org/speechd;
+license=('GPL2' 'FDL')
+depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
+makedepends=('intltool' 

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

2015-07-22 Thread Sven-Hendrik Haase
Date: Thursday, July 23, 2015 @ 06:22:57
  Author: svenstaro
Revision: 242457

upgpkg: speech-dispatcher 0.8.3-5

Another attempt at removing cicero

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-23 04:15:50 UTC (rev 242456)
+++ PKGBUILD2015-07-23 04:22:57 UTC (rev 242457)
@@ -3,7 +3,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8.3
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;
@@ -39,6 +39,7 @@
 
   # Disabled due to bug: https://bugs.archlinux.org/task/35700
   sed -i s/cicero //g configure.ac
+  sed -i s/sd_cicero//g src/modules/Makefile.am
   
   autoreconf -i
   ./configure --prefix=/usr \


[arch-commits] Commit in mopidy/repos/community-any (6 files)

2015-07-22 Thread Sven-Hendrik Haase
Date: Thursday, July 23, 2015 @ 06:45:32
  Author: svenstaro
Revision: 137296

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 137295, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/mopidy.conf
(from rev 137295, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 137295, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  138 +++
 mopidy.conf|   18 +++
 mopidy.install |   16 +++---
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-23 04:45:27 UTC (rev 137295)
+++ PKGBUILD2015-07-23 04:45:32 UTC (rev 137296)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
-
-pkgname=mopidy
-pkgver=1.0.7
-pkgrel=3
-pkgdesc=Mopidy is an extensible music server written in Python
-arch=('any')
-url=http://www.mopidy.com;
-license=('APACHE')
-depends=('python2'
- 'python2-pykka=1.1'
- 'python2-setuptools'
- 'gstreamer0.10-python'
- 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins'
- 'gstreamer0.10-ugly-plugins'
- 'python2-tornado=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf')
-md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
- '5ec754e9f5aba08ee29527cb9a1a270b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl ${pkgdir}/usr/bin/mopidyctl
-
-  install -dm755 ${pkgdir}/usr/share/doc/mopidy
-  cp -r docs/_build/html ${pkgdir}/usr/share/doc/mopidy
-
-  install -dm755 ${pkgdir}/usr/share/man/man1/
-  gzip -c docs/_build/man/mopidy.1  
${pkgdir}/usr/share/man/man1/mopidy.1.gz 
-
-  install -dm755 ${pkgdir}/usr/share/man/man8/
-  gzip -c extra/mopidyctl/mopidyctl.8  
${pkgdir}/usr/share/man/man8/mopidyctl.8.gz 
-
-  install -Dm644 ${srcdir}/mopidy.conf ${pkgdir}/etc/mopidy/mopidy.conf
-
-  install -Dm644 extra/systemd/mopidy.service 
${pkgdir}/usr/lib/systemd/system/mopidy.service
-  install -Dm644 extra/desktop/mopidy.desktop 
${pkgdir}/usr/share/applications/mopidy.desktop
-
-  install -dm755 ${pkgdir}/etc/mopidy/extensions.d
-
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/cache/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/log/mopidy
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/local
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/media
-  install -dm755 -g 46 -o 46 ${pkgdir}/var/lib/mopidy/playlists
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 137295, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-23 04:45:32 UTC (rev 137296)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexandre Petitjean alpetitjean at gmail dot com
+
+pkgname=mopidy
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=Mopidy is an extensible music server written in Python
+arch=('any')
+url=http://www.mopidy.com;
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka=1.1'
+ 'python2-setuptools'
+ 'gstreamer0.10-python'
+ 'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins'
+ 'gstreamer0.10-ugly-plugins'
+ 'python2-tornado=2.3')
+optdepends=('mopidy-spotify: Spotify backend'
+'mopidy-scrobbler: Last.FM scrobbler'
+'mopidy-mopify: Web client with Spotify-inspired interface'
+'mopidy-soundcloud: Soundcloud backend')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf')
+md5sums=('2e3519e70c26722ed42050e42e68f731'
+ '5ec754e9f5aba08ee29527cb9a1a270b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make -C docs SPHINXBUILD=sphinx-build2 man
+  make -C docs SPHINXBUILD=sphinx-build2 html
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install 

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

2015-07-22 Thread Sven-Hendrik Haase
Date: Thursday, July 23, 2015 @ 06:45:27
  Author: svenstaro
Revision: 137295

upgpkg: mopidy 1.0.8-1

upstream release 1.0.8

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-23 04:16:04 UTC (rev 137294)
+++ PKGBUILD2015-07-23 04:45:27 UTC (rev 137295)
@@ -2,8 +2,8 @@
 # Contributor: Alexandre Petitjean alpetitjean at gmail dot com
 
 pkgname=mopidy
-pkgver=1.0.7
-pkgrel=3
+pkgver=1.0.8
+pkgrel=1
 pkgdesc=Mopidy is an extensible music server written in Python
 arch=('any')
 url=http://www.mopidy.com;
@@ -25,7 +25,7 @@
 install=$pkgname.install
 source=(https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
 'mopidy.conf')
-md5sums=('dfb2b8766c8140a60da89dba9bc37ff8'
+md5sums=('2e3519e70c26722ed42050e42e68f731'
  '5ec754e9f5aba08ee29527cb9a1a270b')
 
 build() {


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

2015-07-22 Thread Levente Polyak
Date: Wednesday, July 22, 2015 @ 22:46:08
  Author: anthraxx
Revision: 137289

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 137288, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 +
 1 file changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 20:46:01 UTC (rev 137288)
+++ PKGBUILD2015-07-22 20:46:08 UTC (rev 137289)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=lynis
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-license=('GPL3')
-arch=('any')
-backup=('etc/lynis/default.prf')
-depends=('sh')
-optdepends=(
-  'net-tools: networking tests'
-  'bash-completion: completion for bash'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # profile
-  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
-
-  # binary
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-
-  # plugins, include, db
-  install -d ${pkgdir}/usr/share/${pkgname}
-  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
-
-  # doc files
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
-
-  # manpage
-  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
-
-  # systemd
-  install -d ${pkgdir}/usr/lib/systemd/system/
-  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 137288, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 20:46:08 UTC (rev 137289)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=lynis
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+license=('GPL3')
+arch=('any')
+backup=('etc/lynis/default.prf')
+depends=('sh')
+optdepends=(
+  'net-tools: networking tests'
+  'bash-completion: completion for bash'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # profile
+  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
+
+  # plugins, include, db
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
+
+  # doc files
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
+  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
+
+  # systemd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2015-07-22 Thread Levente Polyak
Date: Wednesday, July 22, 2015 @ 22:46:01
  Author: anthraxx
Revision: 137288

upgpkg: lynis 2.1.1-1

updpkg lynis 2.1.1-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 15:30:04 UTC (rev 137287)
+++ PKGBUILD2015-07-22 20:46:01 UTC (rev 137288)
@@ -2,8 +2,8 @@
 # Contributor: Sébastien Luttringer se...@aur.archlinux.org
 
 pkgname=lynis
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
 license=('GPL3')
@@ -15,7 +15,7 @@
   'bash-completion: completion for bash'
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
+sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -24,13 +24,13 @@
 
 package() {
   cd ${pkgname}-${pkgver}
+  
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
 
   # profile
   install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
 
-  # binary
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-
   # plugins, include, db
   install -d ${pkgdir}/usr/share/${pkgname}
   cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
@@ -38,8 +38,6 @@
   # doc files
   install -d ${pkgdir}/usr/share/doc/${pkgname}
   install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
-
-  # manpage
   install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
 
   # completion


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

2015-07-22 Thread Jan Steffens
Date: Thursday, July 23, 2015 @ 00:46:47
  Author: heftig
Revision: 242447

3.14.0

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 19:31:38 UTC (rev 242446)
+++ PKGBUILD2015-07-22 22:46:47 UTC (rev 242447)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=meld
-pkgver=3.13.2
+pkgver=3.14.0
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -17,7 +17,7 @@
  gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('caf9c6eabf734c5c90baf46a66cbf6f0f8dd2491')
+sha1sums=('69aa58ebf5356f1f9d39079b8c32f60139f5d63e')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.


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

2015-07-22 Thread Levente Polyak
Date: Thursday, July 23, 2015 @ 01:09:40
  Author: anthraxx
Revision: 137291

archrelease: copy trunk to community-any

Added:
  gist/repos/community-any/
  gist/repos/community-any/PKGBUILD
(from rev 137290, gist/trunk/PKGBUILD)

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

Copied: gist/repos/community-any/PKGBUILD (from rev 137290, gist/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-22 23:09:40 UTC (rev 137291)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Chris van Dijk (quigybo) quigybo at hotmail dot com
+# Contributor: Scott Olson scott at scott-olson dot org
+
+pkgname=gist
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=Potentially the best command line gister
+url=https://github.com/defunkt/gist;
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  xclip: put pasted gist's url into X selection automagically
+  xsel: put pasted gist's url into X selection automagically
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 build/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm 644 LICENSE.MIT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-22 Thread Gaetan Bisson
Date: Thursday, July 23, 2015 @ 02:53:11
  Author: bisson
Revision: 242451

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-23 00:52:37 UTC (rev 242450)
+++ extra-i686/PKGBUILD 2015-07-23 00:53:11 UTC (rev 242451)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=potrace
-pkgver=1.11
-pkgrel=2
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: potrace/repos/extra-i686/PKGBUILD (from rev 242450, 
potrace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-23 00:53:11 UTC (rev 242451)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=potrace
+pkgver=1.12
+pkgrel=1
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-23 00:52:37 UTC (rev 242450)
+++ extra-x86_64/PKGBUILD   2015-07-23 00:53:11 UTC (rev 242451)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=potrace
-pkgver=1.11
-pkgrel=2
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: potrace/repos/extra-x86_64/PKGBUILD (from rev 242450, 
potrace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-23 00:53:11 UTC (rev 242451)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=potrace
+pkgver=1.12
+pkgrel=1
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


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

2015-07-22 Thread Anatol Pomozov
Date: Thursday, July 23, 2015 @ 02:52:25
  Author: anatolik
Revision: 137293

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

Added:
  avr-binutils/repos/community-testing-i686/
  avr-binutils/repos/community-testing-i686/PKGBUILD
(from rev 137292, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-i686/avr-binutils.install
(from rev 137292, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-testing-i686/avr-size.patch
(from rev 137292, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-testing-x86_64/
  avr-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 137292, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-x86_64/avr-binutils.install
(from rev 137292, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-testing-x86_64/avr-size.patch
(from rev 137292, avr-binutils/trunk/avr-size.patch)

---+
 community-testing-i686/PKGBUILD   |   85 +++
 community-testing-i686/avr-binutils.install   |   17 
 community-testing-i686/avr-size.patch |  523 
 community-testing-x86_64/PKGBUILD |   85 +++
 community-testing-x86_64/avr-binutils.install |   17 
 community-testing-x86_64/avr-size.patch   |  523 
 6 files changed, 1250 insertions(+)

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


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

2015-07-22 Thread Gaetan Bisson
Date: Thursday, July 23, 2015 @ 02:52:37
  Author: bisson
Revision: 242450

upstream update

Modified:
  potrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 22:50:23 UTC (rev 242449)
+++ PKGBUILD2015-07-23 00:52:37 UTC (rev 242450)
@@ -3,14 +3,14 @@
 # Contributor: Damir Perisa da...@archlinux.org
 
 pkgname=potrace
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
 url='http://potrace.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
-source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
+source=(http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-22 Thread Levente Polyak
Date: Thursday, July 23, 2015 @ 01:09:18
  Author: anthraxx
Revision: 137290

addpkg gist 4.4.2-1

Added:
  gist/
  gist/repos/
  gist/trunk/
  gist/trunk/PKGBUILD

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

Added: gist/trunk/PKGBUILD
===
--- gist/trunk/PKGBUILD (rev 0)
+++ gist/trunk/PKGBUILD 2015-07-22 23:09:18 UTC (rev 137290)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Chris van Dijk (quigybo) quigybo at hotmail dot com
+# Contributor: Scott Olson scott at scott-olson dot org
+
+pkgname=gist
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=Potentially the best command line gister
+url=https://github.com/defunkt/gist;
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  xclip: put pasted gist's url into X selection automagically
+  xsel: put pasted gist's url into X selection automagically
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 build/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm 644 LICENSE.MIT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-22 Thread Anatol Pomozov
Date: Thursday, July 23, 2015 @ 02:51:43
  Author: anatolik
Revision: 137292

upgpkg: avr-binutils 2.25.1-1

Modified:
  avr-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 23:09:40 UTC (rev 137291)
+++ PKGBUILD2015-07-23 00:51:43 UTC (rev 137292)
@@ -7,8 +7,8 @@
 # Build order: avr-binutils - avr-gcc - avr-libc
 
 pkgname=avr-binutils
-pkgver=2.25
-pkgrel=2
+pkgver=2.25.1
+pkgrel=1
 pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
@@ -18,7 +18,7 @@
 install=avr-binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 avr-size.patch)
-sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d'
+sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd'
   'SKIP'
   'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold


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

2015-07-22 Thread Evangelos Foutras
Date: Wednesday, July 22, 2015 @ 16:57:22
  Author: foutrelis
Revision: 242436

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 242435, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 242435, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 242435, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 242435, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 242435, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 242435, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/sudo.install   |   19 
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/sudo.install |   19 
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 242435, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-22 14:57:22 UTC (rev 242436)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p3
+pkgver=${_sudover/p/.p}
+pkgrel=2
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 242435, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2015-07-22 14:57:22 UTC (rev 242436)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles /dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 242435, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2015-07-22 14:57:22 UTC (rev 242436)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 242435, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-22 14:57:22 UTC (rev 242436)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.14p3
+pkgver=${_sudover/p/.p}
+pkgrel=2
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')

[arch-commits] Commit in sudo/trunk (PKGBUILD no-tty.patch)

2015-07-22 Thread Evangelos Foutras
Date: Wednesday, July 22, 2015 @ 16:57:11
  Author: foutrelis
Revision: 242435

upgpkg: sudo 1.8.14.p3-2

New upstream release.

Modified:
  sudo/trunk/PKGBUILD
Deleted:
  sudo/trunk/no-tty.patch

--+
 PKGBUILD |   14 +-
 no-tty.patch |  116 -
 2 files changed, 4 insertions(+), 126 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 14:48:09 UTC (rev 242434)
+++ PKGBUILD2015-07-22 14:57:11 UTC (rev 242435)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.14p2
+_sudover=1.8.14p3
 pkgver=${_sudover/p/.p}
 pkgrel=2
 pkgdesc=Give certain users the ability to run some commands as root
@@ -16,18 +16,12 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-sudo.pam no-tty.patch)
-sha256sums=('b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21'
+sudo.pam)
+sha256sums=('a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237'
 'SKIP'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2'
-'5f453de28dcd923d2328bf79bfa6d068a44532fe07e3c85e74cb1f78d74231d9')
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
-prepare() {
-  cd $srcdir/$pkgname-$_sudover
-  patch -p1 -i ../no-tty.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$_sudover
 

Deleted: no-tty.patch
===
--- no-tty.patch2015-07-22 14:48:09 UTC (rev 242434)
+++ no-tty.patch2015-07-22 14:57:11 UTC (rev 242435)
@@ -1,116 +0,0 @@
-
-# HG changeset patch
-# User Todd C. Miller todd.mil...@courtesan.com
-# Date 1437513649 21600
-# Node ID ff7b12bb0638cb13e575927e2e938e13b83b0331
-# Parent  0e728a1eb07ae71e5bf1fd9b9f014702a678cb44
-Fix errno value from get_process_ttyname() when no tty is present.
-
-diff -r 0e728a1eb07a -r ff7b12bb0638 src/ttyname.c
 a/src/ttyname.cTue Jul 21 15:02:56 2015 -0600
-+++ b/src/ttyname.cTue Jul 21 15:20:49 2015 -0600
-@@ -382,8 +382,8 @@
- {
- struct sudo_kinfo_proc *ki_proc = NULL;
- size_t size = sizeof(*ki_proc);
-+int mib[6], rc, serrno = errno;
- char *rval = NULL;
--int mib[6], rc;
- debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
- 
- /*
-@@ -407,8 +407,10 @@
-   ki_proc = kp;
-   rc = sysctl(mib, sudo_kp_namelen, ki_proc, size, NULL, 0);
- } while (rc == -1  errno == ENOMEM);
-+errno = ENOENT;
- if (rc != -1) {
-   if ((dev_t)ki_proc-sudo_kp_tdev != (dev_t)-1) {
-+  errno = serrno;
-   rval = sudo_ttyname_dev(ki_proc-sudo_kp_tdev, name, namelen);
-   if (rval == NULL) {
-   
sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
-@@ -435,7 +437,7 @@
- char path[PATH_MAX], *rval = NULL;
- struct psinfo psinfo;
- ssize_t nread;
--int fd;
-+int fd, serrno = errno;
- debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
- 
- /* Try to determine the tty from pr_ttydev in /proc/pid/psinfo. */
-@@ -449,11 +451,16 @@
-   if ((psinfo.pr_ttydev  DEVNO64)  sizeof(dev_t) == 4)
-   rdev = makedev(major64(psinfo.pr_ttydev), 
minor64(psinfo.pr_ttydev));
- #endif
--  if (rdev != (dev_t)-1)
-+  if (rdev != (dev_t)-1) {
-+  errno = serrno;
-   rval = sudo_ttyname_dev(rdev, name, namelen);
-+  got done;
-+  }
-   }
- }
-+errno = ENOENT;
- 
-+done:
- if (rval == NULL)
-   sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
-   unable to resolve tty via %s, path);
-@@ -471,6 +478,7 @@
- char path[PATH_MAX], *line = NULL;
- char *rval = NULL;
- size_t linesize = 0;
-+int serrno = errno;
- ssize_t len;
- FILE *fp;
- debug_decl(get_process_ttyname, SUDO_DEBUG_UTIL)
-@@ -495,8 +503,11 @@
-   
sudo_debug_printf(SUDO_DEBUG_ERROR|SUDO_DEBUG_LINENO,
-   %s: tty device %s: %s, path, cp, errstr);
-   }
--  if (tdev  0)
-+  if (tdev  0) {
-+  errno = serrno;
-   rval = sudo_ttyname_dev(tdev, name, namelen);
-+  goto done;
-+  }
-   break;
-   }
-   cp = ep + 1;
-@@ -505,7 +516,9 @@
-   }
-   free(line);
- }
-+errno = ENOENT;
- 
-+done:
- if (rval == NULL)
-   sudo_debug_printf(SUDO_DEBUG_WARN|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
-   unable to resolve tty via %s, path);
-@@ -522,7 +535,7 @@
- {
- struct pst_status pstat;
- char *rval = NULL;
--   

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

2015-07-22 Thread Maxime Gauduin
Date: Wednesday, July 22, 2015 @ 14:53:33
  Author: alucryd
Revision: 137279

upgpkg: lollypop 0.9.41-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 12:24:06 UTC (rev 137278)
+++ PKGBUILD2015-07-22 12:53:33 UTC (rev 137279)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde gnu...@gmail.com
 
 pkgname=lollypop
-pkgver=0.9.40
+pkgver=0.9.41
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -17,7 +17,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('57ada327707923bd134336d7e0d2929335b8f59d8bb9450425e15ee9ce5a3deb')
+sha256sums=('5f119296ed2015eaa343c0ae495a844c2353aa90432e127a35525dfba18999fd')
 
 build() {
   cd lollypop-${pkgver}