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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:39:42
  Author: anatolik
Revision: 137848

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

Added:
  sakura/repos/community-testing-i686/
  sakura/repos/community-testing-i686/PKGBUILD
(from rev 137847, sakura/trunk/PKGBUILD)
  sakura/repos/community-testing-i686/sakura.install
(from rev 137847, sakura/trunk/sakura.install)
  sakura/repos/community-testing-x86_64/
  sakura/repos/community-testing-x86_64/PKGBUILD
(from rev 137847, sakura/trunk/PKGBUILD)
  sakura/repos/community-testing-x86_64/sakura.install
(from rev 137847, sakura/trunk/sakura.install)

-+
 community-testing-i686/PKGBUILD |   40 ++
 community-testing-i686/sakura.install   |   12 +
 community-testing-x86_64/PKGBUILD   |   40 ++
 community-testing-x86_64/sakura.install |   12 +
 4 files changed, 104 insertions(+)

Copied: sakura/repos/community-testing-i686/PKGBUILD (from rev 137847, 
sakura/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-03 15:39:42 UTC (rev 137848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}

Copied: sakura/repos/community-testing-i686/sakura.install (from rev 137847, 
sakura/trunk/sakura.install)
===
--- community-testing-i686/sakura.install   (rev 0)
+++ community-testing-i686/sakura.install   2015-08-03 15:39:42 UTC (rev 
137848)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+

Copied: sakura/repos/community-testing-x86_64/PKGBUILD (from rev 137847, 
sakura/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-03 15:39:42 UTC (rev 137848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}

Copied: sakura/repos/community-testing-x86_64/sakura.install (from rev 137847, 
sakura/trunk/sakura.install)
===
--- community-testing-x86_64/sakura.install (rev 0)
+++ 

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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:56:18
  Author: anatolik
Revision: 137850

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

Added:
  roxterm/repos/community-testing-i686/
  roxterm/repos/community-testing-i686/PKGBUILD
(from rev 137849, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-i686/roxterm.install
(from rev 137849, roxterm/trunk/roxterm.install)
  roxterm/repos/community-testing-x86_64/
  roxterm/repos/community-testing-x86_64/PKGBUILD
(from rev 137849, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-x86_64/roxterm.install
(from rev 137849, roxterm/trunk/roxterm.install)

--+
 community-testing-i686/PKGBUILD  |   36 +
 community-testing-i686/roxterm.install   |   11 
 community-testing-x86_64/PKGBUILD|   36 +
 community-testing-x86_64/roxterm.install |   11 
 4 files changed, 94 insertions(+)

Copied: roxterm/repos/community-testing-i686/PKGBUILD (from rev 137849, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-03 15:56:18 UTC (rev 137850)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
+http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
+ 'SKIP')
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-i686/roxterm.install (from rev 137849, 
roxterm/trunk/roxterm.install)
===
--- community-testing-i686/roxterm.install  (rev 0)
+++ community-testing-i686/roxterm.install  2015-08-03 15:56:18 UTC (rev 
137850)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: roxterm/repos/community-testing-x86_64/PKGBUILD (from rev 137849, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-03 15:56:18 UTC (rev 137850)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
+http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
+ 'SKIP')
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-x86_64/roxterm.install (from rev 
137849, roxterm/trunk/roxterm.install)
===
--- community-testing-x86_64/roxterm.install(rev 0)
+++ community-testing-x86_64/roxterm.install2015-08-03 15:56:18 UTC (rev 
137850)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:38:59
  Author: anatolik
Revision: 137847

upgpkg: sakura 3.3.0-1

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 14:16:16 UTC (rev 137846)
+++ PKGBUILD2015-08-03 15:38:59 UTC (rev 137847)
@@ -3,17 +3,17 @@
 # Contributor: Dmitry N. Shilov stormbl...@land.ru
 
 pkgname=sakura
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc=A terminal emulator based on GTK and VTE
 arch=('i686' 'x86_64')
 url=https://launchpad.net/sakura;
 license=('GPL')
-depends=('vte290' 'libxft' 'desktop-file-utils')
+depends=('vte3' 'libxft' 'desktop-file-utils')
 makedepends=('cmake')
 
source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 install=sakura.install
-sha1sums=('e7a8006463f3e961069b2a0f234d40fe9360437e')
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
 
 prepare() {
   cd $srcdir/${pkgname}-${pkgver}


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:55:05
  Author: anatolik
Revision: 137849

upgpkg: roxterm 3.0.2-1

New roxterm does not support pre-VTE3 features. Drop corresponding build flags.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 15:39:42 UTC (rev 137848)
+++ PKGBUILD2015-08-03 15:55:05 UTC (rev 137849)
@@ -3,21 +3,21 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=2.9.7
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
 url='http://roxterm.sourceforge.net/'
 license=('GPL3')
-depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
 makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
  'imagemagick' 'librsvg' 'itstool')
 install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
-
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('496b5ddc078cede502f168dadef46cb6'
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
+http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
  'SKIP')
-sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 
@@ -24,9 +24,7 @@
 build() {
   cd ${srcdir}/roxterm-${pkgver}
 
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
+  python2 mscript.py configure --prefix='/usr'
   python2 mscript.py build
 }
 


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:16:16
  Author: heftig
Revision: 137846

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

Added:
  gnome-software/repos/community-i686/PKGBUILD
(from rev 137845, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-i686/gnome-software.install
(from rev 137845, gnome-software/trunk/gnome-software.install)
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 137845, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-x86_64/gnome-software.install
(from rev 137845, gnome-software/trunk/gnome-software.install)
Deleted:
  gnome-software/repos/community-i686/PKGBUILD
  gnome-software/repos/community-i686/gnome-software.install
  gnome-software/repos/community-x86_64/PKGBUILD
  gnome-software/repos/community-x86_64/gnome-software.install

-+
 /PKGBUILD   |   66 ++
 /gnome-software.install |   26 +++
 community-i686/PKGBUILD |   33 ---
 community-i686/gnome-software.install   |   13 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/gnome-software.install |   13 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 14:15:01 UTC (rev 137845)
+++ community-i686/PKGBUILD 2015-08-03 14:16:16 UTC (rev 137846)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Yosef Or Boczko yosef...@gnome.org
-
-pkgname=gnome-software
-pkgver=3.16.4
-pkgrel=1
-pkgdesc=GNOME Software Tools
-arch=(i686 x86_64)
-license=('GPL2')
-url=https://wiki.gnome.org/Apps/Software/;
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
- desktop-file-utils archlinux-appstream-data)
-makedepends=(intltool)
-install=gnome-software.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('627b3f1738f2ad7dcd19d387ff6496d38e38d4b97dbd89ec5573f2ddf31edb2b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # Remove fedora-only plugins
-  rm ${pkgdir}/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/community-i686/PKGBUILD (from rev 137845, 
gnome-software/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 14:16:16 UTC (rev 137846)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Yosef Or Boczko yosef...@gnome.org
+
+pkgname=gnome-software
+pkgver=3.16.5
+pkgrel=1
+pkgdesc=GNOME Software Tools
+arch=(i686 x86_64)
+license=('GPL2')
+url=https://wiki.gnome.org/Apps/Software/;
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
+ desktop-file-utils archlinux-appstream-data)
+makedepends=(intltool)
+install=gnome-software.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b8b6cd1fe8a6e67651c933e415562797a7472ebcc1d322a2777b2e3c0438f934')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # Remove fedora-only plugins
+  rm ${pkgdir}/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
+}

Deleted: community-i686/gnome-software.install
===
--- community-i686/gnome-software.install   2015-08-03 14:15:01 UTC (rev 
137845)
+++ community-i686/gnome-software.install   2015-08-03 14:16:16 UTC (rev 
137846)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-software/repos/community-i686/gnome-software.install (from rev 
137845, gnome-software/trunk/gnome-software.install)
===
--- community-i686/gnome-software.install   (rev 0)
+++ community-i686/gnome-software.install   2015-08-03 14:16:16 UTC (rev 
137846)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas

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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 18:11:51
  Author: anatolik
Revision: 242972

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

Added:
  libgusb/repos/testing-i686/
  libgusb/repos/testing-i686/PKGBUILD
(from rev 242971, libgusb/trunk/PKGBUILD)
  libgusb/repos/testing-x86_64/
  libgusb/repos/testing-x86_64/PKGBUILD
(from rev 242971, libgusb/trunk/PKGBUILD)

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

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 242971, 
libgusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=GLib wrapper around libusb1
+arch=('i686' 'x86_64')
+url=https://github.com/hughsie/libgusb;
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 242971, 
libgusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=GLib wrapper around libusb1
+arch=('i686' 'x86_64')
+url=https://github.com/hughsie/libgusb;
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 18:11:14
  Author: anatolik
Revision: 242971

upgpkg: libgusb 0.2.5-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 15:18:18 UTC (rev 242970)
+++ PKGBUILD2015-08-03 16:11:14 UTC (rev 242971)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=libgusb
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=GLib wrapper around libusb1
 arch=('i686' 'x86_64')
 url=https://github.com/hughsie/libgusb;
 license=('LGPL2.1')
-depends=('udev' 'libusbx')
+depends=('udev' 'libusbx' 'glib2')
 makedepends=('gobject-introspection' 'python2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083')
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:29:20
  Author: fyan
Revision: 242974

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 242973, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 242973, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 16:28:58 UTC (rev 242973)
+++ extra-i686/PKGBUILD 2015-08-03 16:29:20 UTC (rev 242974)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBI/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR=${pkgdir} install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 242973, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 16:29:20 UTC (rev 242974)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbi
+pkgver=1.634
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBI/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('4ad15a9c2cc9b68e3fe1f5cadf9cdb30')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR=${pkgdir} install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 16:28:58 UTC (rev 242973)
+++ extra-x86_64/PKGBUILD   2015-08-03 16:29:20 UTC (rev 242974)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBI/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR=${pkgdir} install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 242973, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-03 16:29:20 UTC (rev 242974)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbi
+pkgver=1.634
+pkgrel=1
+pkgdesc=Database independent interface for Perl

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:28:58
  Author: fyan
Revision: 242973

upgpkg: perl-dbi 1.634-1

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:11:51 UTC (rev 242972)
+++ PKGBUILD2015-08-03 16:28:58 UTC (rev 242973)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
+pkgver=1.634
+pkgrel=1
 pkgdesc=Database independent interface for Perl
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/DBI/;
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
+md5sums=('4ad15a9c2cc9b68e3fe1f5cadf9cdb30')
 
 build() {
   cd DBI-${pkgver}


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:05
  Author: foutrelis
Revision: 137874

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

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

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-i686/tp_smapi.install   |   13 ++
 community-staging-x86_64/PKGBUILD |   57 
 community-staging-x86_64/tp_smapi.install |   13 ++
 4 files changed, 140 insertions(+)

Copied: tp_smapi/repos/community-staging-i686/PKGBUILD (from rev 137873, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:05 UTC (rev 137874)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=72
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+-e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make -C /usr/lib/modules/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/usr \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/usr/lib/modules
+  mv ${_kernver}/extra ${_extramodules}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}| \
+${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-staging-i686/tp_smapi.install (from rev 
137873, tp_smapi/trunk/tp_smapi.install)
===
--- community-staging-i686/tp_smapi.install (rev 0)
+++ community-staging-i686/tp_smapi.install 2015-08-03 22:20:05 UTC (rev 
137874)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.1-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 137873, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:20:05 UTC (rev 137874)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=72
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd 

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:35
  Author: foutrelis
Revision: 137878

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

Added:
  virtualbox-modules/repos/community-staging-i686/
  virtualbox-modules/repos/community-staging-i686/PKGBUILD
(from rev 137877, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-i686/build.sh
(from rev 137877, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-guest-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-host-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-staging-x86_64/
  virtualbox-modules/repos/community-staging-x86_64/PKGBUILD
(from rev 137877, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-x86_64/build.sh
(from rev 137877, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-guest-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-host-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/build.sh   |   61 +++
 community-staging-i686/virtualbox-guest-modules.install   |   21 
 community-staging-i686/virtualbox-host-modules.install|   23 
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/build.sh |   61 +++
 community-staging-x86_64/virtualbox-guest-modules.install |   21 
 community-staging-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules/repos/community-staging-i686/PKGBUILD (from rev 
137877, virtualbox-modules/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:35 UTC (rev 137878)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=4.1' 'linux4.2'
+ 'linux-headers=4.1' 'linux-headers4.2'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-staging-i686/build.sh (from rev 
137877, virtualbox-modules/trunk/build.sh)
===
--- community-staging-i686/build.sh (rev 0)
+++ community-staging-i686/build.sh 2015-08-03 22:20:35 UTC (rev 137878)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+
+usage() {

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:18
  Author: foutrelis
Revision: 137876

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

Added:
  vhba-module/repos/community-staging-i686/
  vhba-module/repos/community-staging-i686/60-vhba.rules
(from rev 137875, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-i686/PKGBUILD
(from rev 137875, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-i686/vhba-module.install
(from rev 137875, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 137875, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 137875, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/vhba-module.install
(from rev 137875, vhba-module/trunk/vhba-module.install)

--+
 community-staging-i686/60-vhba.rules |1 
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/vhba-module.install   |   21 +++
 community-staging-x86_64/60-vhba.rules   |1 
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-staging-i686/60-vhba.rules (from rev 
137875, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-i686/60-vhba.rules(rev 0)
+++ community-staging-i686/60-vhba.rules2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-staging-i686/PKGBUILD (from rev 137875, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:18 UTC (rev 137876)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.1-ARCH
+pkgrel=16
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-i686/vhba-module.install (from rev 
137875, vhba-module/trunk/vhba-module.install)
===
--- community-staging-i686/vhba-module.install  (rev 0)
+++ community-staging-i686/vhba-module.install  2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.1-ARCH
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
137875, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 137875, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:20:18 UTC (rev 137876)
@@ -0,0 

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:22
  Author: foutrelis
Revision: 137877

upgpkg: virtualbox-modules 5.0.0-2

Linux 4.1.4 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:20:18 UTC (rev 137876)
+++ PKGBUILD2015-08-03 22:20:22 UTC (rev 137877)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:08
  Author: foutrelis
Revision: 137875

upgpkg: vhba-module 20140928-16

Linux 4.1.4 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:20:05 UTC (rev 137874)
+++ PKGBUILD2015-08-03 22:20:08 UTC (rev 137875)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.1-ARCH
-pkgrel=15
+pkgrel=16
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;


[arch-commits] Commit in linux-zen/trunk (6 files)

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 03:25:40
  Author: heftig
Revision: 242989

4.1.4

Added:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/change-default-console-loglevel.patch
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64
  linux-zen/trunk/linux.install
  linux-zen/trunk/linux.preset

---+
 PKGBUILD  |  305 +
 change-default-console-loglevel.patch |   11 
 config| 7550 
 config.x86_64 | 7300 ++
 linux.install |   37 
 linux.preset  |   14 
 6 files changed, 15217 insertions(+)

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


[arch-commits] Commit in nvidia-304xx/repos (14 files)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:41
  Author: foutrelis
Revision: 242982

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 242981, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/nv-drm.patch
(from rev 242981, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/staging-i686/nvidia-3.19.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/staging-i686/nvidia-304xx-dkms.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/staging-i686/nvidia-304xx.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-i686/nvidia-4.0.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-4.0.patch)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 242981, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/nv-drm.patch
(from rev 242981, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-3.19.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx-dkms.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-x86_64/nvidia-4.0.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-4.0.patch)

--+
 staging-i686/PKGBUILD|   75 +
 staging-i686/nv-drm.patch|   27 ++
 staging-i686/nvidia-3.19.patch   |   21 
 staging-i686/nvidia-304xx-dkms.install   |   30 +++
 staging-i686/nvidia-304xx.install|   13 +
 staging-i686/nvidia-4.0.patch|   28 ++
 staging-x86_64/PKGBUILD  |   75 +
 staging-x86_64/nv-drm.patch  |   27 ++
 staging-x86_64/nvidia-3.19.patch |   21 
 staging-x86_64/nvidia-304xx-dkms.install |   30 +++
 staging-x86_64/nvidia-304xx.install  |   13 +
 staging-x86_64/nvidia-4.0.patch  |   28 ++
 12 files changed, 388 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 242981, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:41 UTC (rev 242982)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.125
+_extramodules=extramodules-4.1-ARCH
+pkgrel=22
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+makedepends=('libgl' nvidia-304xx-utils=${pkgver} 'linux' 
'linux-headers=4.1' 'linux-headers4.2')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=(http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'nv-drm.patch'
+'nvidia-3.19.patch'
+'nvidia-4.0.patch')
+sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7'
+
'3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae'
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
+
'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d'
+
'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p0 -i $srcdir/nv-drm.patch
+patch -p1 -i $srcdir/nvidia-3.19.patch
+patch -p0 -i $srcdir/nvidia-4.0.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package_nvidia-304xx() {
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+depends=('linux=4.1' 'linux4.2' 'libgl' nvidia-304xx-utils=${pkgver})
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko 

[arch-commits] Commit in nvidia-340xx/repos (10 files)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:55
  Author: foutrelis
Revision: 242984

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

Added:
  nvidia-340xx/repos/staging-i686/
  nvidia-340xx/repos/staging-i686/PKGBUILD
(from rev 242983, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-i686/nv-drm.patch
(from rev 242983, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/staging-i686/nvidia-340xx.install
(from rev 242983, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-i686/nvidia-4.0.patch
(from rev 242983, nvidia-340xx/trunk/nvidia-4.0.patch)
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 242983, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/nv-drm.patch
(from rev 242983, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/staging-x86_64/nvidia-340xx.install
(from rev 242983, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-x86_64/nvidia-4.0.patch
(from rev 242983, nvidia-340xx/trunk/nvidia-4.0.patch)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-i686/nv-drm.patch   |   27 +
 staging-i686/nvidia-340xx.install   |   13 
 staging-i686/nvidia-4.0.patch   |   28 +
 staging-x86_64/PKGBUILD |   54 ++
 staging-x86_64/nv-drm.patch |   27 +
 staging-x86_64/nvidia-340xx.install |   13 
 staging-x86_64/nvidia-4.0.patch |   28 +
 8 files changed, 244 insertions(+)

Copied: nvidia-340xx/repos/staging-i686/PKGBUILD (from rev 242983, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:55 UTC (rev 242984)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-4.1-ARCH
+pkgrel=13
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=4.1' 'linux4.2' 'libgl' nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch
+nvidia-4.0.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c'
+ '79671a27131da619a33eb02ed0c2c031'
+ 'f42bdf589f52d4e6c38baa5bef15eef8')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p0 -i ../nv-drm.patch
+patch -p0 -i ../nvidia-4.0.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-340xx/repos/staging-i686/nv-drm.patch (from rev 242983, 
nvidia-340xx/trunk/nv-drm.patch)
===
--- staging-i686/nv-drm.patch   (rev 0)
+++ staging-i686/nv-drm.patch   2015-08-03 22:13:55 UTC (rev 242984)
@@ -0,0 +1,27 @@
+--- kernel/nv-drm.c~ 2014-09-12 00:33:06.0 +0200
 kernel/nv-drm.c 2014-10-14 11:35:52.854400737 +0200
+@@ -18,6 +18,11 @@
+
+ #include drm/drmP.h
+
++/* 3.18-rc0+ */
++#ifndef drm_gem_object
++#include drm/drm_gem.h
++#endif
++
+ extern nv_linux_state_t *nv_linux_devices;
+
+ struct nv_gem_object {
+diff --git a/kernel/nv-drm.c~ b/kernel/nv-drm.c
+index ecc982a..60d7aae 100644
+--- kernel/nv-drm.c~
 kernel/nv-drm.c
+@@ -129,6 +129,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,

Copied: 

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

2015-08-03 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 00:13:44
  Author: seblu
Revision: 137864

db-remove: makepasswd removed by seblu

Deleted:
  makepasswd/repos/community-any/


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:24
  Author: foutrelis
Revision: 242980

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 242979, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/nv-drm-343.36.patch
(from rev 242979, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 242979, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 242979, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/nv-drm-343.36.patch
(from rev 242979, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 242979, nvidia/trunk/nvidia.install)

+
 staging-i686/PKGBUILD  |   55 +++
 staging-i686/nv-drm-343.36.patch   |   14 
 staging-i686/nvidia.install|   13 
 staging-x86_64/PKGBUILD|   55 +++
 staging-x86_64/nv-drm-343.36.patch |   14 
 staging-x86_64/nvidia.install  |   13 
 6 files changed, 164 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 242979, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=352.30
+_extramodules=extramodules-4.1-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=4.1' 'linux4.2' nvidia-utils=${pkgver} 'libgl')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+fi
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+if [[ $CARCH = x86_64 ]]; then
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+fi
+
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia/repos/staging-i686/nv-drm-343.36.patch (from rev 242979, 
nvidia/trunk/nv-drm-343.36.patch)
===
--- staging-i686/nv-drm-343.36.patch(rev 0)
+++ staging-i686/nv-drm-343.36.patch2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,14 @@
+diff --git a/kernel/nv-drm.c b/kernel/nv-drm.c
+index c0b41a0..700c193 100644
+--- a/kernel/nv-drm.c
 b/kernel/nv-drm.c
+@@ -128,6 +128,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+ 
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,
+

Copied: nvidia/repos/staging-i686/nvidia.install (from rev 242979, 
nvidia/trunk/nvidia.install)
===
--- staging-i686/nvidia.install (rev 0)
+++ staging-i686/nvidia.install 2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 242979, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# 

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:44
  Author: foutrelis
Revision: 242983

upgpkg: nvidia-340xx 340.76-13

Linux 4.1.4 rebuild.

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:41 UTC (rev 242982)
+++ PKGBUILD2015-08-03 22:13:44 UTC (rev 242983)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-4.1-ARCH
-pkgrel=12
+pkgrel=13
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:26
  Author: foutrelis
Revision: 242981

upgpkg: nvidia-304xx 304.125-22

Linux 4.1.4 rebuild.

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:24 UTC (rev 242980)
+++ PKGBUILD2015-08-03 22:13:26 UTC (rev 242981)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.125
 _extramodules=extramodules-4.1-ARCH
-pkgrel=21
+pkgrel=22
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 makedepends=('libgl' nvidia-304xx-utils=${pkgver} 'linux' 
'linux-headers=4.1' 'linux-headers4.2')


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:13
  Author: foutrelis
Revision: 242979

upgpkg: nvidia 352.30-2

Linux 4.1.4 rebuild.

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:01:55 UTC (rev 242978)
+++ PKGBUILD2015-08-03 22:13:13 UTC (rev 242979)
@@ -5,7 +5,7 @@
 pkgname=nvidia
 pkgver=352.30
 _extramodules=extramodules-4.1-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 04:03:37
  Author: heftig
Revision: 242992

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 242991, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 242991, libinput/trunk/libinput.install)
  libinput/repos/extra-i686/synaptics.patch
(from rev 242991, libinput/trunk/synaptics.patch)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 242991, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 242991, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/synaptics.patch
(from rev 242991, libinput/trunk/synaptics.patch)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   80 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   34 -
 extra-i686/libinput.install   |   11 -
 extra-i686/synaptics.patch|   76 ++
 extra-x86_64/PKGBUILD |   34 -
 extra-x86_64/libinput.install |   11 -
 extra-x86_64/synaptics.patch  |   76 ++
 8 files changed, 254 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 02:02:27 UTC (rev 242991)
+++ extra-i686/PKGBUILD 2015-08-04 02:03:37 UTC (rev 242992)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.20.0
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 242991, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 02:03:37 UTC (rev 242992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.21.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+synaptics.patch)
+sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
+'SKIP'
+'9e49f17ff34f48c1119fb75f1adf9dae440efe5cb72c0057d201b70a4573842d')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Work around a synaptics bug that only affects Linux 4.1
+  # Patch added as recommended by upstream
+  patch -Np1 -i ../synaptics.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-08-04 02:02:27 UTC (rev 242991)
+++ extra-i686/libinput.install 2015-08-04 02:03:37 UTC (rev 242992)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 242991, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-08-04 02:03:37 UTC (rev 242992)
@@ -0,0 +1,11 @@

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:01:33
  Author: foutrelis
Revision: 242977

upgpkg: linux 4.1.4-1

- New upstream release.
- Enable CONFIG_CROS_EC_CHARDEV and CONFIG_CROS_EC_LPC (FS#45688).

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  linux/trunk/0001-block-loop-convert-to-per-device-workqueue.patch
  linux/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux/trunk/bitmap-enable-booting-for-dm-md-raid1.patch

-+
 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch |   48 ---
 0001-block-loop-convert-to-per-device-workqueue.patch   |  133 
--
 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch|   52 ---
 PKGBUILD|   30 --
 bitmap-enable-booting-for-dm-md-raid1.patch |   83 --
 config  |7 
 config.x86_64   |8 
 7 files changed, 11 insertions(+), 350 deletions(-)

Deleted: 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
===
--- 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-03 16:34:11 UTC (rev 242976)
+++ 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-03 22:01:33 UTC (rev 242977)
@@ -1,48 +0,0 @@
-From 7bee8b08c428b63aa4a3765bb907602e36355378 Mon Sep 17 00:00:00 2001
-From: Chris Mason c...@fb.com
-Date: Tue, 14 Jul 2015 16:25:30 -0400
-Subject: [PATCH] Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on
- Apple
-
-Commit 1c8ba6d013 moved around the setup code for broadcomm chips,
-and also added btbcm_read_verbose_config() to read extra information
-about the hardware.  It's returning errors on some macbooks:
-
-Bluetooth: hci0: BCM: Read verbose config info failed (-16)
-
-Which makes us error out of the setup function.  Since this
-probe isn't critical to operate the chip, this patch just changes
-things to carry on when it fails.
-
-Signed-off-by: Chris Mason c...@fb.com
-Signed-off-by: Marcel Holtmann mar...@holtmann.org
-Cc: sta...@vger.kernel.org # v4.1

- drivers/bluetooth/btbcm.c | 11 +--
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
-index 1e1a432..9ceb8ac 100644
 a/drivers/bluetooth/btbcm.c
-+++ b/drivers/bluetooth/btbcm.c
-@@ -472,12 +472,11 @@ int btbcm_setup_apple(struct hci_dev *hdev)
- 
-   /* Read Verbose Config Version Info */
-   skb = btbcm_read_verbose_config(hdev);
--  if (IS_ERR(skb))
--  return PTR_ERR(skb);
--
--  BT_INFO(%s: BCM: chip id %u build %4.4u, hdev-name, skb-data[1],
--  get_unaligned_le16(skb-data + 5));
--  kfree_skb(skb);
-+  if (!IS_ERR(skb)) {
-+  BT_INFO(%s: BCM: chip id %u build %4.4u, hdev-name, 
skb-data[1],
-+  get_unaligned_le16(skb-data + 5));
-+  kfree_skb(skb);
-+  }
- 
-   set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, hdev-quirks);
- 
--- 
-2.4.5
-

Deleted: 0001-block-loop-convert-to-per-device-workqueue.patch
===
--- 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-03 
16:34:11 UTC (rev 242976)
+++ 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-03 
22:01:33 UTC (rev 242977)
@@ -1,133 +0,0 @@
-From ebff6d5c91195d37e33b7bbfb36c6cc0119aa06f Mon Sep 17 00:00:00 2001
-From: Ming Lei ming@canonical.com
-Date: Tue, 5 May 2015 19:49:54 +0800
-Subject: [PATCH 1/2] block: loop: convert to per-device workqueue
-
-Documentation/workqueue.txt:
-   If there is dependency among multiple work items used
-   during memory reclaim, they should be queued to separate
-   wq each with WQ_MEM_RECLAIM.
-
-Loop devices can be stacked, so we have to convert to per-device
-workqueue. One example is Fedora live CD.
-
-Fixes: b5dd2f6047ca108001328aac0e8588edd15f1778
-Cc: sta...@vger.kernel.org (v4.0)
-Cc: Justin M. Forbes jfor...@fedoraproject.org
-Signed-off-by: Ming Lei ming@canonical.com
-Acked-by: Tejun Heo t...@kernel.org
-Signed-off-by: Jens Axboe ax...@fb.com

- drivers/block/loop.c | 30 ++
- drivers/block/loop.h |  1 +
- 2 files changed, 15 insertions(+), 16 deletions(-)
-
-diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index d7173cb..9786aa3 100644
 a/drivers/block/loop.c
-+++ b/drivers/block/loop.c
-@@ -86,8 +86,6 @@ static DEFINE_MUTEX(loop_index_mutex);
- static int max_part;
- static int part_shift;
- 
--static struct workqueue_struct *loop_wq;
--
- static int transfer_xor(struct loop_device *lo, int cmd,
-  

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:01:55
  Author: foutrelis
Revision: 242978

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

Added:
  linux/repos/staging-i686/
  linux/repos/staging-i686/PKGBUILD
(from rev 242977, linux/trunk/PKGBUILD)
  linux/repos/staging-i686/change-default-console-loglevel.patch
(from rev 242977, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/staging-i686/config
(from rev 242977, linux/trunk/config)
  linux/repos/staging-i686/config.x86_64
(from rev 242977, linux/trunk/config.x86_64)
  linux/repos/staging-i686/linux.install
(from rev 242977, linux/trunk/linux.install)
  linux/repos/staging-i686/linux.preset
(from rev 242977, linux/trunk/linux.preset)
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/PKGBUILD
(from rev 242977, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/change-default-console-loglevel.patch
(from rev 242977, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/staging-x86_64/config
(from rev 242977, linux/trunk/config)
  linux/repos/staging-x86_64/config.x86_64
(from rev 242977, linux/trunk/config.x86_64)
  linux/repos/staging-x86_64/linux.install
(from rev 242977, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 242977, linux/trunk/linux.preset)

--+
 staging-i686/PKGBUILD|  298 
 staging-i686/change-default-console-loglevel.patch   |   11 
 staging-i686/config  | 7518 +
 staging-i686/config.x86_64   | 7268 
 staging-i686/linux.install   |   37 
 staging-i686/linux.preset|   14 
 staging-x86_64/PKGBUILD  |  298 
 staging-x86_64/change-default-console-loglevel.patch |   11 
 staging-x86_64/config| 7518 +
 staging-x86_64/config.x86_64 | 7268 
 staging-x86_64/linux.install |   37 
 staging-x86_64/linux.preset  |   14 
 12 files changed, 30292 insertions(+)

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


[arch-commits] Commit in (makepasswd)

2015-08-03 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 00:24:34
  Author: seblu
Revision: 137886

moved to aur

Deleted:
  makepasswd/


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

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 03:46:20
  Author: heftig
Revision: 242990

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 242989, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 242989, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 242989, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 242989, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 242989, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 242989, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 242989, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 242989, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 242989, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 242989, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 242989, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 242989, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  305 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7550 +
 testing-i686/config.x86_64   | 7300 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  305 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7550 +
 testing-x86_64/config.x86_64 | 7300 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 30434 insertions(+)

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


[arch-commits] Commit in libinput/trunk (PKGBUILD synaptics.patch)

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 04:02:27
  Author: heftig
Revision: 242991

0.21.0

Added:
  libinput/trunk/synaptics.patch
Modified:
  libinput/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++--
 synaptics.patch |   76 ++
 2 files changed, 86 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 01:46:20 UTC (rev 242990)
+++ PKGBUILD2015-08-04 02:02:27 UTC (rev 242991)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.20.0
+pkgver=0.21.0
 pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
@@ -12,13 +12,19 @@
 depends=('mtdev' 'systemd' 'libevdev')
 install=libinput.install
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
-'SKIP')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+synaptics.patch)
+sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
+'SKIP'
+'9e49f17ff34f48c1119fb75f1adf9dae440efe5cb72c0057d201b70a4573842d')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 
 prepare() {
   cd $pkgname-$pkgver
+
+  # Work around a synaptics bug that only affects Linux 4.1
+  # Patch added as recommended by upstream
+  patch -Np1 -i ../synaptics.patch
 }
 
 build() {

Added: synaptics.patch
===
--- synaptics.patch (rev 0)
+++ synaptics.patch 2015-08-04 02:02:27 UTC (rev 242991)
@@ -0,0 +1,76 @@
+Date: Tue, 4 Aug 2015 11:23:12 +1000
+From: Peter Hutterer peter.hutte...@who-t.net
+To: wayland-de...@lists.freedesktop.org
+Cc: Hans de Goede hdego...@redhat.com,
+Jan Alexander Steffens jan.steff...@gmail.com
+Subject: [PATCH v3 libinput] touchpad: serial synaptics need to fake new
+ touches on TRIPLETAP
+Message-ID: 20150804012312.ga20...@jelly.redhat.com
+MIME-Version: 1.0
+Content-Type: text/plain; charset=us-ascii
+Content-Disposition: inline
+In-Reply-To: 55b5e8ce.7010...@redhat.com
+User-Agent: Mutt/1.5.23 (2014-03-12)
+X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 
(mail.clearchain.com [127.0.0.1]); Tue, 04 Aug 2015 10:54:55 +0930 (CST)
+
+On the 4.1 kernels synaptics pretends to have 3 slots (the serial fw only does
+2). This was added to avoid cursor jumps but has since been reverted for 4.2
+(kernel commit dbf3c37086, 4.1.3 is still buggy). In some cases a TRIPLETAP
+may be triggered without slot 2 ever activating.
+
+While there are still those kernels out there, work around this bug by opening
+a new touch point where none exists if the fake finger count exceeds the slot
+count.
+
+Reported-by: Jan Alexander Steffens jan.steff...@gmail.com
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+Tested-by: Jan Alexander Steffens jan.steff...@gmail.com
+Reviewed-by: Hans de Goede hdego...@redhat.com
+---
+Changes to v2:
+- split out the handling instead of having a tmp state variable, see Hans'
+  comments from v2
+
+Mainly sending this to the list again so I have a link to point people to.
+If you're on 4.1.x add this patch to your distribution package.
+
+ src/evdev-mt-touchpad.c | 22 --
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
+index a683d9a..5ef03d5 100644
+--- a/src/evdev-mt-touchpad.c
 b/src/evdev-mt-touchpad.c
+@@ -369,13 +369,23 @@ tp_restore_synaptics_touches(struct tp_dispatch *tp,
+   for (i = 0; i  tp-num_slots; i++) {
+   struct tp_touch *t = tp_get_touch(tp, i);
+ 
+-  if (t-state != TOUCH_END)
++  switch(t-state) {
++  case TOUCH_HOVERING:
++  case TOUCH_BEGIN:
++  case TOUCH_UPDATE:
+   continue;
+-
+-  /* new touch, move it through begin to update immediately */
+-  tp_new_touch(tp, t, time);
+-  tp_begin_touch(tp, t, time);
+-  t-state = TOUCH_UPDATE;
++  case TOUCH_NONE:
++  /* new touch, move it through to begin immediately */
++  tp_new_touch(tp, t, time);
++  tp_begin_touch(tp, t, time);
++  break;
++  case TOUCH_END:
++  /* touch just ended ,we need need to restore it to 
update */
++  tp_new_touch(tp, t, time);
++  tp_begin_touch(tp, t, time);
++  t-state = TOUCH_UPDATE;
++  break;
++  }
+   }
+ }
+ 
+-- 

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

2015-08-03 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 04:16:38
  Author: fyan
Revision: 137887

upgpkg: python-flickrapi 2.1.1-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:24:34 UTC (rev 137886)
+++ PKGBUILD2015-08-04 02:16:38 UTC (rev 137887)
@@ -6,7 +6,7 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=The official Python interface to the Flickr API
 arch=('any')
@@ -16,7 +16,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('634aede2e33f044265b9332296ab4352670ee00e681d1ebcd5c612ef88b1bed35fb8bcecf4de63b2d6cfa660cb31c6903375ed4b660c39c9c16586fe51708c7a')
+sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2015-08-03 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 04:16:55
  Author: fyan
Revision: 137888

archrelease: copy trunk to community-testing-any

Added:
  python-flickrapi/repos/community-testing-any/
  python-flickrapi/repos/community-testing-any/PKGBUILD
(from rev 137887, python-flickrapi/trunk/PKGBUILD)
  python-flickrapi/repos/community-testing-any/fix_setuptools.patch
(from rev 137887, python-flickrapi/trunk/fix_setuptools.patch)

--+
 PKGBUILD |   63 +
 fix_setuptools.patch |   19 ++
 2 files changed, 82 insertions(+)

Copied: python-flickrapi/repos/community-testing-any/PKGBUILD (from rev 137887, 
python-flickrapi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-08-04 02:16:55 UTC (rev 137888)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Francois Garillot francois[@]garillot.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgbase=python-flickrapi
+pkgname=(python-flickrapi python2-flickrapi)
+_pkgname=flickrapi
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=The official Python interface to the Flickr API
+arch=('any')
+url=http://stuvel.eu/flickrapi;
+license=('Python')
+makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+
+  cd $_pkgname-$pkgver-py2
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not shipped
+  return
+
+  cd $_pkgname-$pkgver
+  python runtests
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 runtests
+}
+
+package_python-flickrapi() {
+  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-flickrapi() {
+  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
+
+  cd $srcdir/$_pkgname-$pkgver-py2
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Copied: python-flickrapi/repos/community-testing-any/fix_setuptools.patch (from 
rev 137887, python-flickrapi/trunk/fix_setuptools.patch)
===
--- community-testing-any/fix_setuptools.patch  (rev 0)
+++ community-testing-any/fix_setuptools.patch  2015-08-04 02:16:55 UTC (rev 
137888)
@@ -0,0 +1,19 @@
+--- a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
 b/distribute_setup.py  2013-08-17 22:57:29.343673408 +0800
+@@ -133,6 +133,16 @@
+ try:
+ try:
+ import pkg_resources
++
++# Setuptools 0.7b and later is a suitable (and preferable)
++# substitute for any Distribute version.
++try:
++pkg_resources.require(setuptools=0.7b)
++return
++except (pkg_resources.DistributionNotFound,
++pkg_resources.VersionConflict):
++pass
++
+ if not hasattr(pkg_resources, '_distribute'):
+ if not no_fake:
+ _fake_setuptools()


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:45
  Author: foutrelis
Revision: 137870

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

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

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/r8168.install   |   17 +++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-staging-i686/PKGBUILD (from rev 137869, 
r8168/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:45 UTC (rev 137870)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=5
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
+}

Copied: r8168/repos/community-staging-i686/r8168.install (from rev 137869, 
r8168/trunk/r8168.install)
===
--- community-staging-i686/r8168.install(rev 0)
+++ community-staging-i686/r8168.install2015-08-03 22:19:45 UTC (rev 
137870)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 137869, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:45 UTC (rev 137870)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=5
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:47
  Author: foutrelis
Revision: 137871

upgpkg: rt3562sta 2.4.1.1_r2-11

Linux 4.1.4 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:45 UTC (rev 137870)
+++ PKGBUILD2015-08-03 22:19:47 UTC (rev 137871)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r2
 _patchrel=${pkgver/*_r/}
-pkgrel=10
+pkgrel=11
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 
url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:55
  Author: foutrelis
Revision: 137872

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

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

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/rt3562sta.install   |   16 +
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/rt3562sta.install |   16 +
 4 files changed, 124 insertions(+)

Copied: rt3562sta/repos/community-staging-i686/PKGBUILD (from rev 137871, 
rt3562sta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:55 UTC (rev 137872)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
+   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
+   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
+
+   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-staging-i686/rt3562sta.install (from rev 
137871, rt3562sta/trunk/rt3562sta.install)
===
--- community-staging-i686/rt3562sta.install(rev 0)
+++ community-staging-i686/rt3562sta.install2015-08-03 22:19:55 UTC (rev 
137872)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-staging-x86_64/PKGBUILD (from rev 137871, 
rt3562sta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:55 UTC (rev 137872)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:36
  Author: foutrelis
Revision: 137868

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

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

---+
 community-staging-i686/PKGBUILD   |   33 
 community-staging-i686/bbswitch.install   |   12 ++
 community-staging-x86_64/PKGBUILD |   33 
 community-staging-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-staging-i686/PKGBUILD (from rev 137867, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:36 UTC (rev 137868)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=35
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-staging-i686/bbswitch.install (from rev 
137867, bbswitch/trunk/bbswitch.install)
===
--- community-staging-i686/bbswitch.install (rev 0)
+++ community-staging-i686/bbswitch.install 2015-08-03 22:19:36 UTC (rev 
137868)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 137867, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:36 UTC (rev 137868)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=35
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-staging-x86_64/bbswitch.install (from rev 
137867, bbswitch/trunk/bbswitch.install)
===
--- community-staging-x86_64/bbswitch.install   (rev 0)
+++ community-staging-x86_64/bbswitch.install   2015-08-03 22:19:36 UTC (rev 
137868)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:28
  Author: foutrelis
Revision: 137867

upgpkg: bbswitch 0.8-35

Linux 4.1.4 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:26 UTC (rev 137866)
+++ PKGBUILD2015-08-03 22:19:28 UTC (rev 137867)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
-pkgrel=34
+pkgrel=35
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:18
  Author: foutrelis
Revision: 137865

upgpkg: acpi_call 1.1.0-33

Linux 4.1.4 rebuild.

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:44 UTC (rev 137864)
+++ PKGBUILD2015-08-03 22:19:18 UTC (rev 137865)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=32
+pkgrel=33
 _extramodules=extramodules-4.1-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:26
  Author: foutrelis
Revision: 137866

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

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

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/acpi_call.install   |   14 
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-staging-i686/PKGBUILD (from rev 137865, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:26 UTC (rev 137866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=33
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 ${pkgdir}/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-i686/acpi_call.install (from rev 
137865, acpi_call/trunk/acpi_call.install)
===
--- community-staging-i686/acpi_call.install(rev 0)
+++ community-staging-i686/acpi_call.install2015-08-03 22:19:26 UTC (rev 
137866)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.1-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 137865, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:26 UTC (rev 137866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=33
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=4.1' 'linux4.2')
+makedepends=('linux-headers=4.1' 'linux-headers4.2')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo 

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:38
  Author: foutrelis
Revision: 137869

upgpkg: r8168 8.040.00-5

Linux 4.1.4 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:36 UTC (rev 137868)
+++ PKGBUILD2015-08-03 22:19:38 UTC (rev 137869)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.040.00
-pkgrel=4
+pkgrel=5
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:57
  Author: foutrelis
Revision: 137873

upgpkg: tp_smapi 0.41-72

Linux 4.1.4 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:55 UTC (rev 137872)
+++ PKGBUILD2015-08-03 22:19:57 UTC (rev 137873)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-4.1-ARCH
-pkgrel=71
+pkgrel=72
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 13:01:59
  Author: spupykin
Revision: 137808

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 137807, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 137807, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 137807, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 137807, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 137807, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 137807, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 137807, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 137807, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 137807, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 137807, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 137807, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 137807, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 137807, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 137807, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 137807, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 137807, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  214 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   24 +++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |   12 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|   12 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 308 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 11:01:30 UTC (rev 137807)
+++ community-i686/PKGBUILD 2015-08-03 11:01:59 UTC (rev 137808)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.5.6
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('93e18bd257857e35bb634ddb8a348563'
- '270977cdd9b47ef44c0c427ab9034777'
-  

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 13:01:26
  Author: spupykin
Revision: 137806

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

Added:
  python-bsddb/repos/community-i686/LICENSE
(from rev 137805, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-i686/PKGBUILD
(from rev 137805, python-bsddb/trunk/PKGBUILD)
  python-bsddb/repos/community-x86_64/LICENSE
(from rev 137805, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-x86_64/PKGBUILD
(from rev 137805, python-bsddb/trunk/PKGBUILD)
Deleted:
  python-bsddb/repos/community-i686/LICENSE
  python-bsddb/repos/community-i686/PKGBUILD
  python-bsddb/repos/community-x86_64/LICENSE
  python-bsddb/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   38 ++
 /PKGBUILD |  112 
 community-i686/LICENSE|   19 ---
 community-i686/PKGBUILD   |   54 -
 community-x86_64/LICENSE  |   19 ---
 community-x86_64/PKGBUILD |   54 -
 6 files changed, 150 insertions(+), 146 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 11:01:12 UTC (rev 137805)
+++ community-i686/PKGBUILD 2015-08-03 11:01:26 UTC (rev 137806)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=python-bsddb
-pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=6.0.1
-pkgrel=4
-pkgdesc=Python interface for BerkeleyDB
-license=('MIT')
-arch=('i686' 'x86_64')
-url=http://www.jcea.es/programacion/pybsddb.htm;
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz
-LICENSE)
-sha1sums=('ca5c204b2c9cf4fff396ba3d49994fe1a95d669f'
-  'ef4e4caf618781104dbf5824279ed39d127b4713')
-sha1sums=('c12e47f7c21b4bc586c68cce64e0079d070312e8'
-  'ef4e4caf618781104dbf5824279ed39d127b4713')
-

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 13:01:30
  Author: spupykin
Revision: 137807

upgpkg: squid 3.5.7-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 11:01:26 UTC (rev 137806)
+++ PKGBUILD2015-08-03 11:01:30 UTC (rev 137807)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.5.6
+pkgver=3.5.7
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -28,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('93e18bd257857e35bb634ddb8a348563'
+md5sums=('e24943386555ca922130a7e034badba7'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 13:01:12
  Author: spupykin
Revision: 137805

upgpkg: python-bsddb 6.1.0-1

upd

Modified:
  python-bsddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 10:29:21 UTC (rev 137804)
+++ PKGBUILD2015-08-03 11:01:12 UTC (rev 137805)
@@ -6,8 +6,8 @@
 
 pkgbase=python-bsddb
 pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=6.0.1
-pkgrel=4
+pkgver=6.1.0
+pkgrel=1
 pkgdesc=Python interface for BerkeleyDB
 license=('MIT')
 arch=('i686' 'x86_64')
@@ -19,6 +19,8 @@
   'ef4e4caf618781104dbf5824279ed39d127b4713')
 sha1sums=('c12e47f7c21b4bc586c68cce64e0079d070312e8'
   'ef4e4caf618781104dbf5824279ed39d127b4713')
+sha1sums=('9b22841ee74bc170f12e80e01567891e3432f442'
+  'ef4e4caf618781104dbf5824279ed39d127b4713')
 
 prepare() {
   cp -r bsddb3-${pkgver}{,-python2}


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

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 13:07:53
  Author: seblu
Revision: 242953

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 242952, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
(from rev 242952, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
(from rev 242952, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
(from rev 242952, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
(from rev 242952, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 242952, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 242952, qemu/trunk/qemu.install)

-+
 65-kvm.rules|2 
 CVE-2015-3214.patch |   40 +++
 CVE-2015-3456.patch |   84 
 CVE-2015-5154.patch |  175 ++
 CVE-2015-5158.patch |   46 +
 PKGBUILD|  155 
 qemu.install|   24 ++
 7 files changed, 526 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 242952, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2015-08-03 11:07:53 UTC (rev 242953)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/testing-x86_64/CVE-2015-3214.patch (from rev 242952, 
qemu/trunk/CVE-2015-3214.patch)
===
--- testing-x86_64/CVE-2015-3214.patch  (rev 0)
+++ testing-x86_64/CVE-2015-3214.patch  2015-08-03 11:07:53 UTC (rev 242953)
@@ -0,0 +1,40 @@
+From 7d08e1fae6150a3c0867dba6f75cf00946b3163c Mon Sep 17 00:00:00 2001
+From: Petr Matousek pmato...@redhat.com
+Date: Tue, 2 Jun 2015 14:32:06 +0200
+Subject: [PATCH] i8254: fix out-of-bounds memory access in pit_ioport_read()
+
+Due converting PIO to the new memory read/write api we no longer provide
+separate I/O region lenghts for read and write operations. As a result,
+reading from PIT Mode/Command register will end with accessing
+pit-channels with invalid index.
+
+Fix this by ignoring read from the Mode/Command register.
+
+This is CVE-2015-3214.
+
+Signed-off-by: Petr Matousek pmato...@redhat.com
+Reported-by: Matt Tait mattt...@google.com
+---
+ hw/timer/i8254.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c
+index 3450c98..9b65a33 100644
+--- a/hw/timer/i8254.c
 b/hw/timer/i8254.c
+@@ -196,6 +196,12 @@ static uint64_t pit_ioport_read(void *opaque, hwaddr addr,
+ PITChannelState *s;
+ 
+ addr = 3;
++
++if (addr == 3) {
++/* Mode/Command register is write only, read is ignored */
++return 0;
++}
++
+ s = pit-channels[addr];
+ if (s-status_latched) {
+ s-status_latched = 0;
+-- 
+2.1.0
+

Copied: qemu/repos/testing-x86_64/CVE-2015-3456.patch (from rev 242952, 
qemu/trunk/CVE-2015-3456.patch)
===
--- testing-x86_64/CVE-2015-3456.patch  (rev 0)
+++ testing-x86_64/CVE-2015-3456.patch  2015-08-03 11:07:53 UTC (rev 242953)
@@ -0,0 +1,84 @@
+From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001
+From: Petr Matousek pmato...@redhat.com
+Date: Wed, 6 May 2015 09:48:59 +0200
+Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated 
buffer
+
+During processing of certain commands such as FD_CMD_READ_ID and
+FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
+get out of bounds leading to memory corruption with values coming
+from the guest.
+
+Fix this by making sure that the index is always bounded by the
+allocated memory.
+
+This is CVE-2015-3456.
+
+Signed-off-by: Petr Matousek pmato...@redhat.com
+Reviewed-by: John Snow js...@redhat.com
+Signed-off-by: John Snow js...@redhat.com
+---
+ hw/block/fdc.c |   17 +++--
+ 1 files changed, 11 insertions(+), 6 deletions(-)
+
+diff --git a/hw/block/fdc.c b/hw/block/fdc.c
+index f72a392..d8a8edd 100644
+--- a/hw/block/fdc.c
 b/hw/block/fdc.c
+@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ {
+ FDrive *cur_drv;
+ uint32_t retval = 0;
+-int pos;
++uint32_t pos;
+ 
+ cur_drv = get_cur_drv(fdctrl);
+ fdctrl-dsr = ~FD_DSR_PWRDOWN;
+@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ return 0;
+ }
+ pos = fdctrl-data_pos;
++pos %= FD_SECTOR_LEN;
+ if (fdctrl-msr  FD_MSR_NONDMA) {
+-pos %= FD_SECTOR_LEN;
+ if (pos == 0) {
+ if 

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:35:03
  Author: fyan
Revision: 242940

upgpkg: libdmapsharing 2.9.31-1

Modified:
  libdmapsharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:23:31 UTC (rev 242939)
+++ PKGBUILD2015-08-03 06:35:03 UTC (rev 242940)
@@ -2,7 +2,7 @@
 #Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=libdmapsharing
-pkgver=2.9.30
+pkgver=2.9.31
 pkgrel=1
 pkgdesc=A library that implements the DMAP family of protocols
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL2.1')
 depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
 source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('25de55d128d432d82f2a1ec010d7069a')
+md5sums=('bb9fb29645ba8eaea63c8b000a9ad3df')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:35:28
  Author: fyan
Revision: 242941

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 06:35:03 UTC (rev 242940)
+++ extra-i686/PKGBUILD 2015-08-03 06:35:28 UTC (rev 242941)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libdmapsharing
-pkgver=2.9.30
-pkgrel=1
-pkgdesc=A library that implements the DMAP family of protocols
-arch=('i686' 'x86_64')
-url=http://www.flyn.org/projects/libdmapsharing/index.html;
-license=('LGPL2.1')
-depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
-source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('25de55d128d432d82f2a1ec010d7069a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-mdns=avahi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libdmapsharing/repos/extra-i686/PKGBUILD (from rev 242940, 
libdmapsharing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 06:35:28 UTC (rev 242941)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libdmapsharing
+pkgver=2.9.31
+pkgrel=1
+pkgdesc=A library that implements the DMAP family of protocols
+arch=('i686' 'x86_64')
+url=http://www.flyn.org/projects/libdmapsharing/index.html;
+license=('LGPL2.1')
+depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('bb9fb29645ba8eaea63c8b000a9ad3df')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 06:35:03 UTC (rev 242940)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:35:28 UTC (rev 242941)
@@ -1,25 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libdmapsharing
-pkgver=2.9.30
-pkgrel=1
-pkgdesc=A library that implements the DMAP family of protocols
-arch=('i686' 'x86_64')
-url=http://www.flyn.org/projects/libdmapsharing/index.html;
-license=('LGPL2.1')
-depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
-source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('25de55d128d432d82f2a1ec010d7069a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-mdns=avahi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 242940, 
libdmapsharing/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:35:28 UTC (rev 242941)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libdmapsharing
+pkgver=2.9.31
+pkgrel=1
+pkgdesc=A library that implements the DMAP family of protocols
+arch=('i686' 'x86_64')
+url=http://www.flyn.org/projects/libdmapsharing/index.html;
+license=('LGPL2.1')
+depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('bb9fb29645ba8eaea63c8b000a9ad3df')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:59:25
  Author: fyan
Revision: 242946

upgpkg: libnice 0.1.13-1

Modified:
  libnice/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:56:04 UTC (rev 242945)
+++ PKGBUILD2015-08-03 06:59:25 UTC (rev 242946)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 500 2009-08-01 11:44:28Z ibiru $
+# $Id$
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: William Díaz wd...@archlinux.us
 
 pkgname=libnice
-pkgver=0.1.10
+pkgver=0.1.13
 pkgrel=1
 pkgdesc=An implementation of the IETF's draft ICE (for p2p UDP data streams)
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gstreamer' 'gstreamer0.10')
 optdepends=('gstreamer' 'gstreamer0.10')
 source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('27b62d0093ce29a39df1c6fcf0bb4396')
+md5sums=('3226faeaf48a9150ada00da2e2865959')
 
 build() {
   cd $pkgname-$pkgver


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


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:00:51
  Author: fyan
Revision: 137789

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 07:00:36 UTC (rev 137788)
+++ PKGBUILD2015-08-03 07:00:51 UTC (rev 137789)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
-   --without-idn \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 137788, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 07:00:51 UTC (rev 137789)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:59:52
  Author: fyan
Revision: 242947

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 06:59:25 UTC (rev 242946)
+++ extra-i686/PKGBUILD 2015-08-03 06:59:52 UTC (rev 242947)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 500 2009-08-01 11:44:28Z ibiru $
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: William Díaz wd...@archlinux.us
-
-pkgname=libnice
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=An implementation of the IETF's draft ICE (for p2p UDP data streams)
-arch=('i686' 'x86_64')
-url=http://nice.freedesktop.org;
-license=('LGPL')
-depends=('glib2')
-makedepends=('gstreamer' 'gstreamer0.10')
-optdepends=('gstreamer' 'gstreamer0.10')
-source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('27b62d0093ce29a39df1c6fcf0bb4396')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnice/repos/extra-i686/PKGBUILD (from rev 242946, 
libnice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 06:59:52 UTC (rev 242947)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=libnice
+pkgver=0.1.13
+pkgrel=1
+pkgdesc=An implementation of the IETF's draft ICE (for p2p UDP data streams)
+arch=('i686' 'x86_64')
+url=http://nice.freedesktop.org;
+license=('LGPL')
+depends=('glib2')
+makedepends=('gstreamer' 'gstreamer0.10')
+optdepends=('gstreamer' 'gstreamer0.10')
+source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('3226faeaf48a9150ada00da2e2865959')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 06:59:25 UTC (rev 242946)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:59:52 UTC (rev 242947)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 500 2009-08-01 11:44:28Z ibiru $
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: William Díaz wd...@archlinux.us
-
-pkgname=libnice
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=An implementation of the IETF's draft ICE (for p2p UDP data streams)
-arch=('i686' 'x86_64')
-url=http://nice.freedesktop.org;
-license=('LGPL')
-depends=('glib2')
-makedepends=('gstreamer' 'gstreamer0.10')
-optdepends=('gstreamer' 'gstreamer0.10')
-source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('27b62d0093ce29a39df1c6fcf0bb4396')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnice/repos/extra-x86_64/PKGBUILD (from rev 242946, 
libnice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:59:52 UTC (rev 242947)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=libnice
+pkgver=0.1.13
+pkgrel=1
+pkgdesc=An implementation of the IETF's draft ICE (for p2p UDP data streams)
+arch=('i686' 'x86_64')
+url=http://nice.freedesktop.org;
+license=('LGPL')
+depends=('glib2')
+makedepends=('gstreamer' 'gstreamer0.10')
+optdepends=('gstreamer' 'gstreamer0.10')
+source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('3226faeaf48a9150ada00da2e2865959')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:13:46
  Author: fyan
Revision: 242951

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

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   33 ---
 extra-x86_64/PKGBUILD |   33 ---
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 07:13:22 UTC (rev 242950)
+++ extra-i686/PKGBUILD 2015-08-03 07:13:46 UTC (rev 242951)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolabxml
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Kolab XML Format Schema Definitions Library
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('a7166537c869ec065613f6b15a3ab86a'
- 'f49d02ddaf1fa0f708e9190addef5ab6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 242950, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 07:13:46 UTC (rev 242951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c'
+ 'af0f43509c0bed1b9d9f917cd5a01679')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 07:13:22 UTC (rev 242950)
+++ extra-x86_64/PKGBUILD   2015-08-03 07:13:46 UTC (rev 242951)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolabxml
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Kolab XML Format Schema Definitions Library
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('a7166537c869ec065613f6b15a3ab86a'
- 'f49d02ddaf1fa0f708e9190addef5ab6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 242950, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-03 07:13:46 UTC (rev 242951)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c'
+ 'af0f43509c0bed1b9d9f917cd5a01679')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:13:22
  Author: fyan
Revision: 242950

upgpkg: libkolabxml 1.1.1-1

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 07:06:30 UTC (rev 242949)
+++ PKGBUILD2015-08-03 07:13:22 UTC (rev 242950)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolabxml
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=Kolab XML Format Schema Definitions Library
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
@@ -11,8 +12,8 @@
 depends=('xerces-c' 'boost-libs')
 makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('a7166537c869ec065613f6b15a3ab86a'
- 'f49d02ddaf1fa0f708e9190addef5ab6')
+md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c'
+ 'af0f43509c0bed1b9d9f917cd5a01679')
 
 prepare() {
   mkdir build


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:58:22
  Author: fyan
Revision: 137793

upgpkg: pyprof2calltree 1.3.2-2

fix dependency

Added:
  pyprof2calltree/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 07:58:22 UTC (rev 137793)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Bruhin (The Compiler) archlinux@the-compiler.org
+# Contributor: Brecht Machiels brecht at mos6581 dot org
+
+pkgbase=pyprof2calltree
+pkgname=(pyprof2calltree python2-pyprof2calltree)
+pkgver=1.3.2
+pkgrel=2
+pkgdesc=Help visualize profiling data from cProfile with kcachegrind
+url=https://pypi.python.org/pypi/pyprof2calltree/;
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyprof2calltree/pyprof2calltree-${pkgver}.tar.gz)
+sha1sums=('ef2d80d3da4cf70d8550464fd8d506c37f4e13f3')
+
+prepare() {
+  sed -n '/# Copyright/,/# THE SOFTWARE\./p' 
pyprof2calltree-$pkgver/pyprof2calltree.py  LICENSE
+  cp -a pyprof2calltree-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/pyprof2calltree-$pkgver
+  python setup.py build
+}
+
+package_pyprof2calltree() {
+  depends=('python-setuptools')
+
+  cd $srcdir/pyprof2calltree-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyprof2calltree() {
+  depends=('python2-setuptools')
+
+  cd $srcdir/pyprof2calltree-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  mv $pkgdir/usr/bin/pyprof2calltree{,2}
+}


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


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:58:41
  Author: fyan
Revision: 137794

archrelease: copy trunk to community-any

Added:
  pyprof2calltree/repos/community-any/PKGBUILD
(from rev 137793, pyprof2calltree/trunk/PKGBUILD)

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

Copied: pyprof2calltree/repos/community-any/PKGBUILD (from rev 137793, 
pyprof2calltree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 07:58:41 UTC (rev 137794)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Bruhin (The Compiler) archlinux@the-compiler.org
+# Contributor: Brecht Machiels brecht at mos6581 dot org
+
+pkgbase=pyprof2calltree
+pkgname=(pyprof2calltree python2-pyprof2calltree)
+pkgver=1.3.2
+pkgrel=2
+pkgdesc=Help visualize profiling data from cProfile with kcachegrind
+url=https://pypi.python.org/pypi/pyprof2calltree/;
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyprof2calltree/pyprof2calltree-${pkgver}.tar.gz)
+sha1sums=('ef2d80d3da4cf70d8550464fd8d506c37f4e13f3')
+
+prepare() {
+  sed -n '/# Copyright/,/# THE SOFTWARE\./p' 
pyprof2calltree-$pkgver/pyprof2calltree.py  LICENSE
+  cp -a pyprof2calltree-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/pyprof2calltree-$pkgver
+  python setup.py build
+}
+
+package_pyprof2calltree() {
+  depends=('python-setuptools')
+
+  cd $srcdir/pyprof2calltree-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyprof2calltree() {
+  depends=('python2-setuptools')
+
+  cd $srcdir/pyprof2calltree-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  mv $pkgdir/usr/bin/pyprof2calltree{,2}
+}


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 10:55:49
  Author: spupykin
Revision: 137798

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 137797, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 137797, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 137797, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 137797, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 137797, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 137797, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 137797, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 137797, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  172 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 
 community-i686/PKGBUILD  |   93 
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 
 community-x86_64/PKGBUILD|   93 
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 
 9 files changed, 300 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 08:54:47 UTC (rev 137797)
+++ community-i686/PKGBUILD 2015-08-03 08:55:49 UTC (rev 137798)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-# Maintainer: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=sdlmame
-pkgver=0.163
-#_patchlevel=`echo $pkgver | cut -f2 -du`
-#_basever=`echo $pkgver | cut -f1,2 -d.`
-_basever=$pkgver
-pkgrel=1
-pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
-url=http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-#DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-#for i in `seq 1 ${_patchlevel}`; do
-#  _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-#done
-
-source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=mame${_basever/./}/mame${_basever/./}s.zip;
-   sdlmame.sh
-   extras.tar.gz
-   ${_patches})
-md5sums=('193813e8c73ed3eb3895e489efea0918'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
_arg_
-#  for i in `seq 1 ${_patchlevel}`; do
-#msg Patch#$i
-#patch -p0 -E ${_basever/./}u$i.diff
-#  done
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 10:54:47
  Author: spupykin
Revision: 137797

upgpkg: sdlmame 0.164-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 08:05:49 UTC (rev 137796)
+++ PKGBUILD2015-08-03 08:54:47 UTC (rev 137797)
@@ -4,10 +4,7 @@
 # Maintainer: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=sdlmame
-pkgver=0.163
-#_patchlevel=`echo $pkgver | cut -f2 -du`
-#_basever=`echo $pkgver | cut -f1,2 -d.`
-_basever=$pkgver
+pkgver=0.164
 pkgrel=1
 pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
 url=http://mamedev.org/;
@@ -15,18 +12,12 @@
 arch=('i686' 'x86_64')
 depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
 makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-#DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
 install=sdlmame.install
-
-#for i in `seq 1 ${_patchlevel}`; do
-#  _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-#done
-
-source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=mame${_basever/./}/mame${_basever/./}s.zip;
+source=(mame${pkgver/./}s.zip::http://mamedev.org/downloader.php?file=mame${pkgver/./}/mame${pkgver/./}s.zip;
sdlmame.sh
extras.tar.gz
${_patches})
-md5sums=('193813e8c73ed3eb3895e489efea0918'
+md5sums=('d580d14bc6abb120787817ee184f0352'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 
@@ -33,11 +24,7 @@
 prepare() {
   cd $srcdir/
   unzip mame.zip
-  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
_arg_
-#  for i in `seq 1 ${_patchlevel}`; do
-#msg Patch#$i
-#patch -p0 -E ${_basever/./}u$i.diff
-#  done
+#  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
_arg_
 }
 
 build() {
@@ -51,19 +38,25 @@
   install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
 
   # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
+  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
+  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
 
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
+  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
+  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
+  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
+  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
+  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
+  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
+  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
+  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
+  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
 
+  # ln binaries
+  install -dm755 $pkgdir/usr/share/${pkgname}
+  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
+ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
+  done
+
   # Install the extra bits
   install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
   install -d $pkgdir/usr/share/man/man1


[arch-commits] Commit in perl-net-dns-sec/trunk (PKGBUILD)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:09:53
  Author: fyan
Revision: 137800

upgpkg: perl-net-dns-sec 1.01-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 10:09:35 UTC (rev 137799)
+++ PKGBUILD2015-08-03 10:09:53 UTC (rev 137800)
@@ -4,44 +4,35 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=0.22
+pkgver=1.01
 pkgrel=1
 pkgdesc=DNSSEC extensions to Net::DNS
 arch=('any')
 license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
 depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
 checkdepends=('perl-test-pod')
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
+options=('!emptydirs')
 
source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('d51f35d778a0c1d2b461e1ac851a50534e56889ce2c6444c88bad268cb386aaed4be8e1314c5a16cfa825ddf5cfda23501b8536175c45c66c0da41954db29364')
+sha512sums=('16830c5431144eae65772e06db94a9ca27fdceb3ca8f600264648886897fd65132280c5aa77e35377998e36e8209fb04dc32c0733ac0e614194275cd69c6ecab')
 _distdir=Net-DNS-SEC-$pkgver
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $srcdir/$_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd $srcdir/$_distdir
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
   cd $srcdir/$_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
+  make test
 }
 
 package() {
   cd $srcdir/$_distdir
-  make install
+  make DESTDIR=$pkgdir/ install
 
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:09:35
  Author: fyan
Revision: 137799

upgpkg: libpinyin 1.2.0-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 08:55:49 UTC (rev 137798)
+++ PKGBUILD2015-08-03 10:09:35 UTC (rev 137799)
@@ -4,7 +4,7 @@
 # Contributor: WU Jun quark at lihdd dot net
 
 pkgname=libpinyin
-pkgver=1.1.91
+pkgver=1.2.0
 _modelver=10
 pkgrel=1
 pkgdesc=Library to deal with pinyin


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:28:21
  Author: fyan
Revision: 137803

upgpkg: jenkins 1.623-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 10:15:10 UTC (rev 137802)
+++ PKGBUILD2015-08-03 10:28:21 UTC (rev 137803)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.622
+pkgver=1.623
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('7ff6be395527dc3f512ad8fb1c1d8a5294aac9108ead851e7a8479cac58ab9b2ee28e0c0f87a70896be62096e92cdb8843d529d62ac73ce22a23f259a7106368'
+sha512sums=('0a42dad3b90c136d9aff24584896d09e1e4ecb3eff7db4540db29f0840ae15a28ac291a92ccacdcd4304ad1aa84e6810ec99e20fde23dba427fb230f2edc4eef'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in perl-net-dns-sec/repos/community-any (PKGBUILD PKGBUILD)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:12:54
  Author: fyan
Revision: 137801

archrelease: copy trunk to community-any

Added:
  perl-net-dns-sec/repos/community-any/PKGBUILD
(from rev 137800, perl-net-dns-sec/trunk/PKGBUILD)
Deleted:
  perl-net-dns-sec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 10:09:53 UTC (rev 137800)
+++ PKGBUILD2015-08-03 10:12:54 UTC (rev 137801)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=0.22
-pkgrel=1
-pkgdesc=DNSSEC extensions to Net::DNS
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('d51f35d778a0c1d2b461e1ac851a50534e56889ce2c6444c88bad268cb386aaed4be8e1314c5a16cfa825ddf5cfda23501b8536175c45c66c0da41954db29364')
-_distdir=Net-DNS-SEC-$pkgver
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $srcdir/$_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $srcdir/$_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $srcdir/$_distdir
-  make install
-
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-net-dns-sec/repos/community-any/PKGBUILD (from rev 137800, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 10:12:54 UTC (rev 137801)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=1.01
+pkgrel=1
+pkgdesc=DNSSEC extensions to Net::DNS
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+options=('!emptydirs')
+source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('16830c5431144eae65772e06db94a9ca27fdceb3ca8f600264648886897fd65132280c5aa77e35377998e36e8209fb04dc32c0733ac0e614194275cd69c6ecab')
+_distdir=Net-DNS-SEC-$pkgver
+
+build() {
+  cd $srcdir/$_distdir
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/$_distdir
+  make test
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make DESTDIR=$pkgdir/ install
+
+  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:29:21
  Author: fyan
Revision: 137804

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 137803, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 137803, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 137803, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 137803, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 137803, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 137803, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 10:28:21 UTC (rev 137803)
+++ PKGBUILD2015-08-03 10:29:21 UTC (rev 137804)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.622
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 12:15:10
  Author: fyan
Revision: 137802

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

Added:
  libpinyin/repos/community-i686/PKGBUILD
(from rev 137800, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-x86_64/PKGBUILD
(from rev 137801, libpinyin/trunk/PKGBUILD)
Deleted:
  libpinyin/repos/community-i686/PKGBUILD
  libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 10:12:54 UTC (rev 137801)
+++ community-i686/PKGBUILD 2015-08-03 10:15:10 UTC (rev 137802)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=1.1.91
-_modelver=10
-pkgrel=1
-pkgdesc=Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
-# https://github.com/libpinyin/libpinyin/issues/44
-depends=('db' 'glib2') # 'kyotocabinet'
-makedepends=('git')
-source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
-
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
-noextract=(model${_modelver}.text.tar.gz)
-sha512sums=('SKIP'
-
'75006472fc522026605a6f93a0328fa7d0a9b01da7c1d804a168f390b39cf7fac3985852b6efcb0f3ef01bec0b48a73652042af44191d11ca7e54097414c140a')
-
-prepare() {
-  cd ${pkgname}
-
-  cp ../model${_modelver}.text.tar.gz data/
-  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
-}
-
-build() {
-  cd ${pkgname}
-  aclocal  libtoolize --force  autoheader  automake -a  autoconf
-
-  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: libpinyin/repos/community-i686/PKGBUILD (from rev 137800, 
libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 10:15:10 UTC (rev 137802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.2.0
+_modelver=10
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'75006472fc522026605a6f93a0328fa7d0a9b01da7c1d804a168f390b39cf7fac3985852b6efcb0f3ef01bec0b48a73652042af44191d11ca7e54097414c140a')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 10:12:54 UTC (rev 137801)
+++ community-x86_64/PKGBUILD   2015-08-03 10:15:10 UTC (rev 137802)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=1.1.91
-_modelver=10
-pkgrel=1
-pkgdesc=Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
-# https://github.com/libpinyin/libpinyin/issues/44
-depends=('db' 'glib2') # 'kyotocabinet'
-makedepends=('git')
-source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
-
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
-noextract=(model${_modelver}.text.tar.gz)
-sha512sums=('SKIP'
-

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

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 13:06:51
  Author: seblu
Revision: 242952

upgpkg: qemu 2.3.0-6

- fix FS#45830
- fix FS#45819
- fix FS#45821
- fix FS#45846
- fix path quoting
- cleanup libcacard dependencies
- clean qemu deps
- move to systemd-sysusers

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/qemu.install

--+
 PKGBUILD |  136 -
 qemu.install |   17 ---
 2 files changed, 98 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 07:13:46 UTC (rev 242951)
+++ PKGBUILD2015-08-03 11:06:51 UTC (rev 242952)
@@ -1,17 +1,23 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=('qemu' 'libcacard')
+# Contributor: Sébastien Seblu Luttringer se...@seblu.net
+
+pkgbase=qemu
+pkgname=('qemu'
+ 'qemu-block-iscsi'
+ 'qemu-block-rbd'
+ 'qemu-block-gluster'
+ 'libcacard')
 pkgver=2.3.0
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
+url='http://wiki.qemu.org/'
 makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
  'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
  'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
  'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
- 'usbredir' 'ceph' 'glusterfs' 'libssh2' 'lzo')
-options=(!strip)
+ 'usbredir' 'ceph' 'glusterfs' 'libssh2' 'lzo' 'snappy')
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 CVE-2015-3456.patch
 CVE-2015-5154.patch
@@ -28,7 +34,7 @@
 prepare() {
   for _p in *.patch; do
 [[ -e $_p ]] || continue
-  msg2 Patching $_p
+msg2 Patching $_p
 patch -p1 -d ${pkgname}-${pkgver}  $_p
   done
 }
@@ -35,7 +41,7 @@
 
 build ()
 {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   # qemu vs. make 4 == bad
   export ARFLAGS=rv
   # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
@@ -52,66 +58,98 @@
 }
 
 package_qemu() {
-  pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libcacard' 'spice' 'usbredir' 'lzo')
+  pkgdesc='A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation'
+  depends=('glibc' 'pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+   'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'mesa-libgl'
+   'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
+   'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
+   'ncurses' 'libx11' 'libusb' 'libpulse')
   backup=('etc/qemu/target-x86_64.conf')
   replaces=('qemu-kvm')
-  optdepends=('samba: for SMB server support'
-'libssh2: for remote disks over ssh support'
-'curl: for remote disks over http/ftp support'
-'libiscsi: for iSCSI support'
-'ceph: for RDB support'
-'glusterfs: for glusterfs support')
+  optdepends=('samba: SMB/CIFS server support'
+  'qemu-block-iscsi: iSCSI block support'
+  'qemu-block-rbd: RDB block support'
+  'qemu-block-gluster: glusterfs block support')
+  options=(!strip)
   install=qemu.install
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
+
+  make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu 
install
+
+  cd ${pkgdir}
+
   # provided by seabios package
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-  rm ${pkgdir}/usr/share/qemu/acpi-dsdt.aml
-  rm ${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml
-  rm ${pkgdir}/usr/share/qemu/bios-256k.bin
-  rm ${pkgdir}/usr/share/qemu/vgabios-cirrus.bin
-  rm ${pkgdir}/usr/share/qemu/vgabios-qxl.bin
-  rm ${pkgdir}/usr/share/qemu/vgabios-stdvga.bin
-  rm ${pkgdir}/usr/share/qemu/vgabios-vmware.bin
+  rm usr/share/qemu/bios.bin
+  rm usr/share/qemu/acpi-dsdt.aml
+  rm usr/share/qemu/q35-acpi-dsdt.aml
+  rm usr/share/qemu/bios-256k.bin
+  rm usr/share/qemu/vgabios-cirrus.bin
+  rm usr/share/qemu/vgabios-qxl.bin
+  rm usr/share/qemu/vgabios-stdvga.bin
+  rm usr/share/qemu/vgabios-vmware.bin
 
   # remove conflicting /var/run directory
-  rm -r ${pkgdir}/var
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+  rm -r var
+
+  # systemd stuff
+  install -D -m644 ${srcdir}/65-kvm.rules usr/lib/udev/rules.d/65-kvm.rules
+  install -D -m644 ${srcdir}/qemu.sysusers usr/lib/sysusers.d/qemu.conf
+
   # bridge_helper needs suid
   # https://bugs.archlinux.org/task/32565
-  chmod u+s 

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:41:13
  Author: fyan
Revision: 242942

upgpkg: mm-common 0.9.8-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:35:28 UTC (rev 242941)
+++ PKGBUILD2015-08-03 06:41:13 UTC (rev 242942)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=mm-common
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc=Common build files of the C++ bindings
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('sh')
 license=('GPL2')
 
source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e')
+sha256sums=('c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in mm-common/repos/extra-any (PKGBUILD PKGBUILD)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:41:27
  Author: fyan
Revision: 242943

archrelease: copy trunk to extra-any

Added:
  mm-common/repos/extra-any/PKGBUILD
(from rev 242942, mm-common/trunk/PKGBUILD)
Deleted:
  mm-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:41:13 UTC (rev 242942)
+++ PKGBUILD2015-08-03 06:41:27 UTC (rev 242943)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=mm-common
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=Common build files of the C++ bindings
-arch=('any')
-url=http://gtkmm.org;
-depends=('sh')
-license=('GPL2')
-source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mm-common/repos/extra-any/PKGBUILD (from rev 242942, 
mm-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:41:27 UTC (rev 242943)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=mm-common
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Common build files of the C++ bindings
+arch=('any')
+url=http://gtkmm.org;
+depends=('sh')
+license=('GPL2')
+source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:54:52
  Author: fyan
Revision: 137792

archrelease: copy trunk to community-any

Added:
  pyprof2calltree/repos/community-any/


[arch-commits] Commit in (4 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 10:05:33
  Author: fyan
Revision: 137795

addpkg: python-repoze.profile 2.1-1

Added:
  python-repoze.profile/
  python-repoze.profile/repos/
  python-repoze.profile/trunk/
  python-repoze.profile/trunk/PKGBUILD

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

Added: python-repoze.profile/trunk/PKGBUILD
===
--- python-repoze.profile/trunk/PKGBUILD(rev 0)
+++ python-repoze.profile/trunk/PKGBUILD2015-08-03 08:05:33 UTC (rev 
137795)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@archlinux.org
+
+_name=repoze.profile
+pkgname=(python-$_name python2-$_name)
+pkgver=2.1
+pkgrel=1
+pkgdesc=Aggregate profiling for WSGI requests
+arch=('any')
+license=('custom:BSD')
+url=http://docs.repoze.org/profile/;
+makedepends=('python-setuptools' 'python2-setuptools' 'pyprof2calltree' 
'python2-pyprof2calltree')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('50043eb6347f3f024d852062084a02b5')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  nosetests3
+
+  cd $srcdir/$_name-$pkgver-py2
+  nosetests2
+}
+
+package_python-repoze.profile() {
+  depends=('python')
+  optdepends=('pyprof2calltree')
+
+  cd $_name-$pkgver
+  python setup.py install --root=${pkgdir}
+  
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-repoze.profile() {
+  depends=('python2-pyprof2calltree')
+
+  cd $_name-$pkgver-py2
+  python2 setup.py install --root=${pkgdir}
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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


[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:23:21
  Author: giovanni
Revision: 242938

upgpkg: perl-net-ssleay 1.70-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:05:21 UTC (rev 242937)
+++ PKGBUILD2015-08-03 06:23:21 UTC (rev 242938)
@@ -4,8 +4,8 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.68
-pkgrel=2
+pkgver=1.70
+pkgrel=1
 pkgdesc=Perl extension for using OpenSSL
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('2db2445eb072b6ecf8a1a79c9ed3e4de')
+md5sums=('511cc451a64b0c5051bd9167f37051a0')
 
 prepare() {
   cd ${srcdir}/${_cpanname}-${pkgver}


[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (4 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:38:30
  Author: fyan
Revision: 137785

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 137784, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 137784, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   94 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:38:15 UTC (rev 137784)
+++ PKGBUILD2015-08-03 06:38:30 UTC (rev 137785)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.31.4
-pkgrel=1
-pkgdesc=An image loading library (32-bit)
-arch=('x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('e5d9977493f8188baa6f432c5015c9937f0f67d29e0b6bccd3fae23126a47a15')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
-
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  cd ${pkgdir}/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 137784, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:38:30 UTC (rev 137785)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.31.5
+pkgrel=1
+pkgdesc=An image loading library (32-bit)
+arch=('x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  cd ${pkgdir}/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2015-08-03 06:38:15 UTC (rev 137784)
+++ gdk-pixbuf2.install 2015-08-03 06:38:30 UTC (rev 137785)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
137784, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2015-08-03 06:38:30 UTC (rev 137785)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:38:15
  Author: fyan
Revision: 137784

upgpkg: lib32-gdk-pixbuf2 2.31.5-1

sync with [extra]

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:31:08 UTC (rev 137783)
+++ PKGBUILD2015-08-03 06:38:15 UTC (rev 137784)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.31.4
+pkgver=2.31.5
 pkgrel=1
 pkgdesc=An image loading library (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('e5d9977493f8188baa6f432c5015c9937f0f67d29e0b6bccd3fae23126a47a15')
+sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in (3 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:54:08
  Author: fyan
Revision: 137790

addpkg: pyprof2calltree 1.3.2-2

Added:
  python-pyprof2calltree/
  python-pyprof2calltree/repos/
  python-pyprof2calltree/trunk/


[arch-commits] Commit in (pyprof2calltree python-pyprof2calltree)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:54:40
  Author: fyan
Revision: 137791

update pkgbase

Added:
  pyprof2calltree/
Deleted:
  python-pyprof2calltree/


[arch-commits] Commit in python-repoze.profile/repos (2 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 10:05:49
  Author: fyan
Revision: 137796

archrelease: copy trunk to community-any

Added:
  python-repoze.profile/repos/community-any/
  python-repoze.profile/repos/community-any/PKGBUILD
(from rev 137795, python-repoze.profile/trunk/PKGBUILD)

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

Copied: python-repoze.profile/repos/community-any/PKGBUILD (from rev 137795, 
python-repoze.profile/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-03 08:05:49 UTC (rev 137796)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@archlinux.org
+
+_name=repoze.profile
+pkgname=(python-$_name python2-$_name)
+pkgver=2.1
+pkgrel=1
+pkgdesc=Aggregate profiling for WSGI requests
+arch=('any')
+license=('custom:BSD')
+url=http://docs.repoze.org/profile/;
+makedepends=('python-setuptools' 'python2-setuptools' 'pyprof2calltree' 
'python2-pyprof2calltree')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://pypi.python.org/packages/source/r/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('50043eb6347f3f024d852062084a02b5')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  nosetests3
+
+  cd $srcdir/$_name-$pkgver-py2
+  nosetests2
+}
+
+package_python-repoze.profile() {
+  depends=('python')
+  optdepends=('pyprof2calltree')
+
+  cd $_name-$pkgver
+  python setup.py install --root=${pkgdir}
+  
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-repoze.profile() {
+  depends=('python2-pyprof2calltree')
+
+  cd $_name-$pkgver-py2
+  python2 setup.py install --root=${pkgdir}
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:18:36
  Author: giovanni
Revision: 137776

upgpkg: cabextract 1.6-1

upstream release

Modified:
  cabextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 05:55:31 UTC (rev 137775)
+++ PKGBUILD2015-08-03 06:18:36 UTC (rev 137776)
@@ -2,8 +2,8 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=cabextract
-pkgver=1.4
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 pkgdesc=A program to extract Microsoft cabinet (.CAB) files
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('glibc')
 DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
Mozilla/4.0 -o %o %u')
 source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
+md5sums=('ee3ded0b1f84e5c6e3309bb36d701916')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:18:45
  Author: giovanni
Revision: 13

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 06:18:36 UTC (rev 137776)
+++ community-i686/PKGBUILD 2015-08-03 06:18:45 UTC (rev 13)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=cabextract
-pkgver=1.4
-pkgrel=3
-pkgdesc=A program to extract Microsoft cabinet (.CAB) files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.cabextract.org.uk/;
-depends=('glibc')
-DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
Mozilla/4.0 -o %o %u')
-source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: cabextract/repos/community-i686/PKGBUILD (from rev 137776, 
cabextract/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 06:18:45 UTC (rev 13)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=1
+pkgdesc=A program to extract Microsoft cabinet (.CAB) files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.cabextract.org.uk/;
+depends=('glibc')
+DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
Mozilla/4.0 -o %o %u')
+source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee3ded0b1f84e5c6e3309bb36d701916')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 06:18:36 UTC (rev 137776)
+++ community-x86_64/PKGBUILD   2015-08-03 06:18:45 UTC (rev 13)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=cabextract
-pkgver=1.4
-pkgrel=3
-pkgdesc=A program to extract Microsoft cabinet (.CAB) files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.cabextract.org.uk/;
-depends=('glibc')
-DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
Mozilla/4.0 -o %o %u')
-source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: cabextract/repos/community-x86_64/PKGBUILD (from rev 137776, 
cabextract/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-03 06:18:45 UTC (rev 13)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=1
+pkgdesc=A program to extract Microsoft cabinet (.CAB) files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.cabextract.org.uk/;
+depends=('glibc')
+DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
Mozilla/4.0 -o %o %u')
+source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee3ded0b1f84e5c6e3309bb36d701916')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:30:06
  Author: giovanni
Revision: 137780

upgpkg: python2-pycountry 1.13-1

upstream release

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:29:28 UTC (rev 137779)
+++ PKGBUILD2015-08-03 06:30:06 UTC (rev 137780)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel kTT Salata rockplayer...@gmail.com
 
 pkgname=python2-pycountry
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('1c64c708bbe900df9662b8c09c26b27a')
+md5sums=('f1d79d0d9027122804eca99656c34bfc')
 
 package() {
   cd ${srcdir}/pycountry-${pkgver}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:31:08
  Author: fyan
Revision: 137783

archrelease: copy trunk to community-any

Added:
  doge/repos/community-any/PKGBUILD
(from rev 137782, doge/trunk/PKGBUILD)
Deleted:
  doge/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:30:52 UTC (rev 137782)
+++ PKGBUILD2015-08-03 06:31:08 UTC (rev 137783)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kreed kr...@kreed.org
-
-pkgname=doge
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=doge meme motd script
-url=https://github.com/thiderman/doge;
-arch=('any')
-license=('MIT')
-depends=('python')
-source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
-md5sums=('1371ca4eb83dc769d908ba8caff2fd34')
-
-package() {
-  cd doge-$pkgver
-  python setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: doge/repos/community-any/PKGBUILD (from rev 137782, doge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:31:08 UTC (rev 137783)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kreed kr...@kreed.org
+
+pkgname=doge
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=doge meme motd script
+url=https://github.com/thiderman/doge;
+arch=('any')
+license=('MIT')
+depends=('python')
+source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
+md5sums=('29642ad2903f73ffc939c04689c695cb')
+
+package() {
+  cd doge-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:30:52
  Author: fyan
Revision: 137782

upgpkg: doge 3.5.0-1

Modified:
  doge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:30:12 UTC (rev 137781)
+++ PKGBUILD2015-08-03 06:30:52 UTC (rev 137782)
@@ -3,7 +3,7 @@
 # Contributor: kreed kr...@kreed.org
 
 pkgname=doge
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc=doge meme motd script
 url=https://github.com/thiderman/doge;
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('python')
 source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
-md5sums=('1371ca4eb83dc769d908ba8caff2fd34')
+md5sums=('29642ad2903f73ffc939c04689c695cb')
 
 package() {
   cd doge-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:53:15
  Author: fyan
Revision: 137786

upgpkg: python2-sqlobject 2.1.2-1

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:38:30 UTC (rev 137785)
+++ PKGBUILD2015-08-03 06:53:15 UTC (rev 137786)
@@ -5,7 +5,7 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=python2-sqlobject
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Provides an object interface to SQL databases'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools')
 optdepends=('python2-psycopg2: PostgreSQL database support')
 
source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('35675d9c6c5a373b68c1e597a51c2723e1a8471911f89b7ec9ab3cc380064874')
+sha256sums=('47f5562fb6d8eb60f3e41e27f1f63f57d29dffe0663edfd719dcb24cf5a2bc99')
 
 prepare() {
   cd SQLObject-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:53:30
  Author: fyan
Revision: 137787

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:53:15 UTC (rev 137786)
+++ PKGBUILD2015-08-03 06:53:30 UTC (rev 137787)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-sqlobject
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Provides an object interface to SQL databases'
-arch=('any')
-license=('LGPL')
-url='http://sqlobject.org/'
-depends=('python2-formencode')
-makedepends=('python2-setuptools')
-optdepends=('python2-psycopg2: PostgreSQL database support')
-source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('35675d9c6c5a373b68c1e597a51c2723e1a8471911f89b7ec9ab3cc380064874')
-
-prepare() {
-  cd SQLObject-$pkgver
-
-  find . -type f -exec \
-sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
-}
-
-package() {
-  cd SQLObject-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-
-  # Removing documentation that conflicts with other packages
-  rm -rf $pkgdir/usr/lib/python2.7/site-packages/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 137786, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:53:30 UTC (rev 137787)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-sqlobject
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Provides an object interface to SQL databases'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2-formencode')
+makedepends=('python2-setuptools')
+optdepends=('python2-psycopg2: PostgreSQL database support')
+source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
+sha256sums=('47f5562fb6d8eb60f3e41e27f1f63f57d29dffe0663edfd719dcb24cf5a2bc99')
+
+prepare() {
+  cd SQLObject-$pkgver
+
+  find . -type f -exec \
+sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
+}
+
+package() {
+  cd SQLObject-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
+$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
+
+  # Removing documentation that conflicts with other packages
+  rm -rf $pkgdir/usr/lib/python2.7/site-packages/docs
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:30:12
  Author: giovanni
Revision: 137781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:30:06 UTC (rev 137780)
+++ PKGBUILD2015-08-03 06:30:12 UTC (rev 137781)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
-
-pkgname=python2-pycountry
-pkgver=1.12
-pkgrel=1
-pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
-arch=('any')
-url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('1c64c708bbe900df9662b8c09c26b27a')
-
-package() {
-  cd ${srcdir}/pycountry-${pkgver}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 137780, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:30:12 UTC (rev 137781)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
+
+pkgname=python2-pycountry
+pkgver=1.13
+pkgrel=1
+pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
+arch=('any')
+url=http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+md5sums=('f1d79d0d9027122804eca99656c34bfc')
+
+package() {
+  cd ${srcdir}/pycountry-${pkgver}
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:29:12
  Author: fyan
Revision: 137778

upgpkg: lib32-curl 7.43.0-1

sync with [core]

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:18:45 UTC (rev 13)
+++ PKGBUILD2015-08-03 06:29:12 UTC (rev 137778)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.42.1
+pkgver=7.43.0
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('8df5874c4a67ad55496bf3af548d99a2'
+md5sums=('3037f0b6ce03d434618e9db5506ae6be'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:29:28
  Author: fyan
Revision: 137779

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 137778, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 137778, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 06:29:12 UTC (rev 137778)
+++ PKGBUILD2015-08-03 06:29:28 UTC (rev 137779)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.42.1
-pkgrel=1
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('8df5874c4a67ad55496bf3af548d99a2'
- 'SKIP')
- validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 137778, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 06:29:28 UTC (rev 137779)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.43.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('3037f0b6ce03d434618e9db5506ae6be'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2015-08-03 06:29:12 UTC (rev 137778)
+++ curlbuild.h 2015-08-03 06:29:28 UTC (rev 137779)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include curlbuild-32.h
-#elif __WORDSIZE == 64

[arch-commits] Commit in perl-term-readkey/repos (4 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:56:04
  Author: fyan
Revision: 242945

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

Added:
  perl-term-readkey/repos/extra-i686/PKGBUILD
(from rev 242944, perl-term-readkey/trunk/PKGBUILD)
  perl-term-readkey/repos/extra-x86_64/PKGBUILD
(from rev 242944, perl-term-readkey/trunk/PKGBUILD)
Deleted:
  perl-term-readkey/repos/extra-i686/PKGBUILD
  perl-term-readkey/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 06:55:37 UTC (rev 242944)
+++ extra-i686/PKGBUILD 2015-08-03 06:56:04 UTC (rev 242945)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-term-readkey
-_realname=TermReadKey
-pkgver=2.32
-pkgrel=2
-pkgdesc=Provides simple control over terminal driver modes
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('perl' 'glibc')
-url=http://search.cpan.org/~jstowe/${_realname}/;
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/${_realname}-$pkgver.tar.gz)
-md5sums=('c55420c3456b8e470a01d6557b1045a8')
-
-build() {
-  cd ${srcdir}/TermReadKey-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/TermReadKey-$pkgver
-  make test
-}
-
-package() {
-  cd ${srcdir}/TermReadKey-$pkgver
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so
-  install -d ${pkgdir}/usr/share/licenses/$pkgname/
-  head -7 README  ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-term-readkey/repos/extra-i686/PKGBUILD (from rev 242944, 
perl-term-readkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 06:56:04 UTC (rev 242945)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-term-readkey
+_realname=TermReadKey
+pkgver=2.33
+pkgrel=1
+pkgdesc=Provides simple control over terminal driver modes
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('perl' 'glibc')
+url=http://search.cpan.org/~jstowe/${_realname}/;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/${_realname}-$pkgver.tar.gz)
+md5sums=('1b60aa12b05b5c59d09061fa03087fdb')
+
+build() {
+  cd ${srcdir}/TermReadKey-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/TermReadKey-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/TermReadKey-$pkgver
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so
+  install -d ${pkgdir}/usr/share/licenses/$pkgname/
+  head -7 README  ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 06:55:37 UTC (rev 242944)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:56:04 UTC (rev 242945)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-term-readkey
-_realname=TermReadKey
-pkgver=2.32
-pkgrel=2
-pkgdesc=Provides simple control over terminal driver modes
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('perl' 'glibc')
-url=http://search.cpan.org/~jstowe/${_realname}/;
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/${_realname}-$pkgver.tar.gz)

[arch-commits] Commit in perl-term-readkey/trunk (PKGBUILD)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 08:55:37
  Author: fyan
Revision: 242944

upgpkg: perl-term-readkey 2.33-1

Modified:
  perl-term-readkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:41:27 UTC (rev 242943)
+++ PKGBUILD2015-08-03 06:55:37 UTC (rev 242944)
@@ -6,8 +6,8 @@
 
 pkgname=perl-term-readkey
 _realname=TermReadKey
-pkgver=2.32
-pkgrel=2
+pkgver=2.33
+pkgrel=1
 pkgdesc=Provides simple control over terminal driver modes
 arch=('i686' 'x86_64')
 license=('custom')
@@ -15,7 +15,7 @@
 url=http://search.cpan.org/~jstowe/${_realname}/;
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/${_realname}-$pkgver.tar.gz)
-md5sums=('c55420c3456b8e470a01d6557b1045a8')
+md5sums=('1b60aa12b05b5c59d09061fa03087fdb')
 
 build() {
   cd ${srcdir}/TermReadKey-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:06:04
  Author: fyan
Revision: 242948

upgpkg: pysmbc 1.0.15.4-1

Modified:
  pysmbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:59:52 UTC (rev 242947)
+++ PKGBUILD2015-08-03 07:06:04 UTC (rev 242948)
@@ -3,15 +3,19 @@
 
 pkgbase=pysmbc
 pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.3
+pkgver=1.0.15.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/pysmbc/;
 license=('GPL')
 makedepends=('python2' 'python' 'smbclient')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-md5sums=('67d4a23ffbd5f5fcf4b4b68f57d4f195'
- 'SKIP')
+#source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+#md5sums=('7e1d0b5438bf9c2660a60094d7eaabb3'
+# 'SKIP')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano
+# Key revoked as of 1.0.15.4
+source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('7e1d0b5438bf9c2660a60094d7eaabb3')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:06:30
  Author: fyan
Revision: 242949

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

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

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   42 -
 extra-x86_64/PKGBUILD |   42 -
 3 files changed, 92 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 07:06:04 UTC (rev 242948)
+++ extra-i686/PKGBUILD 2015-08-03 07:06:30 UTC (rev 242949)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=pysmbc
-pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pysmbc/;
-license=('GPL')
-makedepends=('python2' 'python' 'smbclient')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-md5sums=('67d4a23ffbd5f5fcf4b4b68f57d4f195'
- 'SKIP')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
-}
-
-build(){
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd ${srcdir}/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-pysmbc() {
-  pkgdesc=Python 3 bindings for libsmbclient
-  depends=('python' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-pysmbc() {
-  pkgdesc=Python 2 bindings for libsmbclient
-  depends=('python2' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: pysmbc/repos/extra-i686/PKGBUILD (from rev 242948, 
pysmbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 07:06:30 UTC (rev 242949)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+
+pkgbase=pysmbc
+pkgname=('python2-pysmbc' 'python-pysmbc')
+pkgver=1.0.15.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/pysmbc/;
+license=('GPL')
+makedepends=('python2' 'python' 'smbclient')
+#source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
+#md5sums=('7e1d0b5438bf9c2660a60094d7eaabb3'
+# 'SKIP')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano
+# Key revoked as of 1.0.15.4
+source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('7e1d0b5438bf9c2660a60094d7eaabb3')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd ${srcdir}/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pysmbc() {
+  pkgdesc=Python 3 bindings for libsmbclient
+  depends=('python' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-pysmbc() {
+  pkgdesc=Python 2 bindings for libsmbclient
+  depends=('python2' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 07:06:04 UTC (rev 242948)
+++ extra-x86_64/PKGBUILD   2015-08-03 07:06:30 UTC (rev 242949)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=pysmbc
-pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pysmbc/;
-license=('GPL')
-makedepends=('python2' 'python' 'smbclient')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.asc})
-md5sums=('67d4a23ffbd5f5fcf4b4b68f57d4f195'
- 'SKIP')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
-}
-
-build(){
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd ${srcdir}/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-pysmbc() {
-  pkgdesc=Python 3 bindings for libsmbclient
-  depends=('python' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-pysmbc() {
-  pkgdesc=Python 2 bindings for libsmbclient
-  depends=('python2' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root=$pkgdir 

[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2015-08-03 Thread Giovanni Scafora
Date: Monday, August 3, 2015 @ 08:23:31
  Author: giovanni
Revision: 242939

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 242938, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 242938, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 06:23:21 UTC (rev 242938)
+++ extra-i686/PKGBUILD 2015-08-03 06:23:31 UTC (rev 242939)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.68
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('2db2445eb072b6ecf8a1a79c9ed3e4de')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e /\$opts-{optimize} = '-O2 -g';/d \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE=$CFLAGS
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
-   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
-   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
-   depends+=(perl=$_perlver_min perl$_perlver_max)
-fi
-# template end;
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 242938, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 06:23:31 UTC (rev 242939)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.70
+pkgrel=1
+pkgdesc=Perl extension for using OpenSSL
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('511cc451a64b0c5051bd9167f37051a0')
+
+prepare() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  sed -i \
+  -e /\$opts-{optimize} = '-O2 -g';/d \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  export OPTIMIZE=$CFLAGS
+  export OPENSSL_PREFIX=/usr
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 06:23:21 UTC (rev 242938)
+++ extra-x86_64/PKGBUILD   2015-08-03 06:23:31 UTC (rev 242939)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.68
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('2db2445eb072b6ecf8a1a79c9ed3e4de')
-
-prepare() {
-  cd 

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 09:00:36
  Author: fyan
Revision: 137788

upgpkg: lib32-gnutls 3.4.3-1

sync with [core]

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 06:53:30 UTC (rev 137787)
+++ PKGBUILD2015-08-03 07:00:36 UTC (rev 137788)
@@ -7,16 +7,16 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
 url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 
@@ -34,7 +34,6 @@
   ./configure --prefix=/usr --libdir=/usr/lib32 \
 --with-zlib \
 --disable-static \
-   --without-idn \
 --disable-guile \
 --disable-valgrind-tests --disable-hardware-acceleration
   make


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:50:26
  Author: jelle
Revision: 137856

upgpkg: python-reportlab 3.2.0-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
+++ PKGBUILD2015-08-03 18:50:26 UTC (rev 137856)
@@ -6,8 +6,8 @@
 pkgbase=python-reportlab
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
-pkgver=3.1.44
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=A proven industry-strength PDF generating solution
 arch=('i686' 'x86_64')
 url=http://www.reportlab.org/rl_toolkit.html;
@@ -18,7 +18,7 @@
 replaces=('python-reportlab=2.5-2')
 license=('CUSTOM')
 
source=(https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
-md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
+md5sums=('79d059e797c557aed4b40c68dd6c7eae')
 
 build() {
 cd $srcdir


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:50:38
  Author: jelle
Revision: 137857

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

Added:
  python-reportlab/repos/community-i686/ChangeLog
(from rev 137856, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-i686/PKGBUILD
(from rev 137856, python-reportlab/trunk/PKGBUILD)
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 137856, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 137856, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-i686/ChangeLog
  python-reportlab/repos/community-i686/PKGBUILD
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   36 
 /PKGBUILD  |   94 +++
 community-i686/ChangeLog   |   18 
 community-i686/PKGBUILD|   47 -
 community-x86_64/ChangeLog |   18 
 community-x86_64/PKGBUILD  |   47 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-08-03 18:50:26 UTC (rev 137856)
+++ community-i686/ChangeLog2015-08-03 18:50:38 UTC (rev 137857)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   giova...@archlinux.org
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-i686/ChangeLog (from rev 137856, 
python-reportlab/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-08-03 18:50:38 UTC (rev 137857)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   giova...@archlinux.org
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 18:50:26 UTC (rev 137856)
+++ community-i686/PKGBUILD 2015-08-03 18:50:38 UTC (rev 137857)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.1.44
-pkgrel=2
-pkgdesc=A proven industry-strength PDF generating solution
-arch=('i686' 'x86_64')
-url=http://www.reportlab.org/rl_toolkit.html;
-depends=('freetype2')
-conflicts=('python-reportlab=2.5-2')
-makedepends=('python' 'python2')
-checkdepends=('python2-pillow' 'python-pillow')
-replaces=('python-reportlab=2.5-2')
-license=('CUSTOM')
-source=(https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
-md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
-
-build() {
-cd $srcdir
-cp -rf ${_origname}-$pkgver ${_origname}2-$pkgver
-}
-
-package_python2-reportlab() {
-depends=('python2')
-cd $srcdir/${_origname}2-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-reportlab() {
-depends=('python3')
-cd $srcdir/${_origname}-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-cd ${srcdir}/${_origname}-${pkgver}
-python2 setup.py tests
-python setup.py tests
-}

Copied: python-reportlab/repos/community-i686/PKGBUILD (from rev 137856, 
python-reportlab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 18:50:38 UTC (rev 137857)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=A proven industry-strength PDF generating solution
+arch=('i686' 'x86_64')

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:06
  Author: jelle
Revision: 137859

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

Added:
  haskell-http/repos/community-i686/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-i686/PKGBUILD
  haskell-http/repos/community-i686/haskell-http.install
  haskell-http/repos/community-x86_64/PKGBUILD
  haskell-http/repos/community-x86_64/haskell-http.install

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 ++
 community-i686/PKGBUILD   |   49 
 community-i686/haskell-http.install   |   35 ---
 community-x86_64/PKGBUILD |   49 
 community-x86_64/haskell-http.install |   35 ---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:11:55 UTC (rev 137858)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=3
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
- cd ${_hkgname}-${pkgver}
-
- install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
- install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
- runhaskell Setup copy --destdir=${pkgdir}
-
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-http/repos/community-i686/PKGBUILD (from rev 137858, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.20
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+ cd ${_hkgname}-${pkgver}
+
+ install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+ install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+ runhaskell Setup copy --destdir=${pkgdir}
+
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

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

2015-08-03 Thread Jaroslav Lichtblau
Date: Monday, August 3, 2015 @ 20:20:58
  Author: jlichtblau
Revision: 137855

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
(from rev 137854, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 18:20:45 UTC (rev 137854)
+++ PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-# Contributor: Lukasz Fidosz virh...@gmail.com
-
-pkgname=menumaker
-pkgver=0.99.7
-pkgrel=9
-pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
-arch=('any')
-url=http://menumaker.sourceforge.net/;
-license=('BSD')
-depends=('python2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-  rm -rf ${pkgdir}/usr/share/info
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 137854, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+# Contributor: Lukasz Fidosz virh...@gmail.com
+
+pkgname=menumaker
+pkgver=0.99.8
+pkgrel=1
+pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
+arch=('any')
+url=http://menumaker.sourceforge.net/;
+license=('BSD')
+depends=('python')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/share/info
+
+#license
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
+}


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

2015-08-03 Thread Jaroslav Lichtblau
Date: Monday, August 3, 2015 @ 20:20:45
  Author: jlichtblau
Revision: 137854

upgpkg: menumaker 0.99.8-1 - new upstream release

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:03:25 UTC (rev 137853)
+++ PKGBUILD2015-08-03 18:20:45 UTC (rev 137854)
@@ -1,34 +1,34 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Ben contrasu...@myrealbox.com
 # Contributor: Lukasz Fidosz virh...@gmail.com
 
 pkgname=menumaker
-pkgver=0.99.7
-pkgrel=9
+pkgver=0.99.8
+pkgrel=1
 pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
 arch=('any')
 url=http://menumaker.sourceforge.net/;
 license=('BSD')
-depends=('python2')
+depends=('python')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --with-python=/usr/bin/python2
+  ./configure --prefix=/usr --infodir=/usr/share/info
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-  rm -rf ${pkgdir}/usr/share/info
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/share/info
+
+#license
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
 }


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:11:55
  Author: jelle
Revision: 137858

upgpkg: haskell-http 4000.2.20-1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:50:38 UTC (rev 137857)
+++ PKGBUILD2015-08-03 19:11:55 UTC (rev 137858)
@@ -2,17 +2,17 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=3
+pkgver=4000.2.20
+pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
 
 build() {
  cd ${_hkgname}-${pkgver}


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:25
  Author: jelle
Revision: 137860

upgpkg: xmobar 0.23.1-2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 19:12:06 UTC (rev 137859)
+++ PKGBUILD2015-08-03 19:12:25 UTC (rev 137860)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:33
  Author: jelle
Revision: 137861

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch

+
 /PKGBUILD  |   62 ++
 /disable-ewmh-plugin.patch |   92 +++
 community-i686/PKGBUILD|   31 -
 community-i686/disable-ewmh-plugin.patch   |   46 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/disable-ewmh-plugin.patch |   46 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:12:25 UTC (rev 137860)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.23.1
-pkgrel=1
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
-'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 137860, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:25 UTC (rev 
137860)
+++ community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:33 UTC (rev 
137861)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this 

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:33:42
  Author: fyan
Revision: 242975

upgpkg: dnsmasq 2.75-1

upstream new release

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:29:20 UTC (rev 242974)
+++ PKGBUILD2015-08-03 16:33:42 UTC (rev 242975)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.73
+pkgver=2.75
 pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
@@ -15,7 +15,7 @@
 backup=('etc/dnsmasq.conf')
 source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
 'dnsmasq.service')
-md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
+md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
  'SKIP'
  'b87f68013c3e8b4bb37117de968d4603')
 validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:03:25
  Author: jelle
Revision: 137853

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 18:03:12 UTC (rev 137852)
+++ community-i686/PKGBUILD 2015-08-03 18:03:25 UTC (rev 137853)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('037dc67b7902d10f49f6fa5404a73a24')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH=$PWD/build/python
-  #python test/test_psutil.py
-
-  msg2 python2
-  export PYTHONPATH=$PWD/build/python2
-  #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 137852, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 18:03:25 UTC (rev 137853)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('b34360627efb429cb18a4a3143b18c8c')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH=$PWD/build/python
+  #python test/test_psutil.py
+
+  msg2 python2
+  export PYTHONPATH=$PWD/build/python2
+  #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 18:03:12 UTC (rev 137852)
+++ community-x86_64/PKGBUILD   2015-08-03 18:03:25 UTC (rev 137853)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:03:12
  Author: jelle
Revision: 137852

upgpkg: python-psutil 3.1.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:22:11 UTC (rev 137851)
+++ PKGBUILD2015-08-03 18:03:12 UTC (rev 137852)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.0.1
+pkgver=3.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('037dc67b7902d10f49f6fa5404a73a24')
+md5sums=('b34360627efb429cb18a4a3143b18c8c')
 
 build() {
   cd psutil-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:34:11
  Author: fyan
Revision: 242976

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  102 +
 /dnsmasq.install |   30 
 /dnsmasq.service |   28 +++
 extra-i686/PKGBUILD  |   51 
 extra-i686/dnsmasq.install   |   15 --
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   51 
 extra-x86_64/dnsmasq.install |   15 --
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 16:33:42 UTC (rev 242975)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.73
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
- 'SKIP'
- 'b87f68013c3e8b4bb37117de968d4603')
-validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
-
-build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=$build_copts
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # need to pass COPTS here to avoid rebuilding the binary.
-  make \
-COPTS=$build_copts \
-BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/usr/lib/systemd/system/dnsmasq.service
-
-  # DNSSEC setup
-  sed -i 's,%%PREFIX%%,/usr,' $pkgdir/etc/dnsmasq.conf
-  install -Dm644 trust-anchors.conf 
$pkgdir/usr/share/dnsmasq/trust-anchors.conf
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 242975, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.75
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=$build_copts
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS=$build_copts \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
+  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/usr/lib/systemd/system/dnsmasq.service
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' $pkgdir/etc/dnsmasq.conf
+  install 

  1   2   >