[arch-commits] Commit in wireless-regdb/repos (7 files)

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:59:39
  Author: tpowa
Revision: 231140

db-move: moved wireless-regdb from [testing] to [core] (any)

Added:
  wireless-regdb/repos/core-any/PKGBUILD
(from rev 231138, wireless-regdb/repos/testing-any/PKGBUILD)
  wireless-regdb/repos/core-any/crda.conf.d
(from rev 231138, wireless-regdb/repos/testing-any/crda.conf.d)
  wireless-regdb/repos/core-any/wireless-regdb.install
(from rev 231138, wireless-regdb/repos/testing-any/wireless-regdb.install)
Deleted:
  wireless-regdb/repos/core-any/PKGBUILD
  wireless-regdb/repos/core-any/crda.conf.d
  wireless-regdb/repos/core-any/wireless-regdb.install
  wireless-regdb/repos/testing-any/

-+
 /PKGBUILD   |   46 ++
 /crda.conf.d|4 +++
 /wireless-regdb.install |   13 ++
 core-any/PKGBUILD   |   46 --
 core-any/crda.conf.d|4 ---
 core-any/wireless-regdb.install |   13 --
 6 files changed, 63 insertions(+), 63 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2015-02-08 09:59:36 UTC (rev 231139)
+++ core-any/PKGBUILD   2015-02-08 09:59:39 UTC (rev 231140)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wireless-regdb
-pkgver=2014.06.02
-pkgrel=1
-pkgdesc=Central Regulatory Domain Database
-arch=('any')
-url=http://wireless.kernel.org/en/developers/Regulatory;
-backup=(etc/conf.d/wireless-regdom)
-license=('custom')
-depends=('sh')
-makedepends=('crda')
-install=wireless-regdb.install
-source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
-crda.conf.d)
-sha256sums=('2d3ef3c6d46ce27e6f43a69db3e5ef582ada73e0dabbe464a370448dfac040cc'
-'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
-
-package() {
-  # Install and verify regulatory.bin file
-  msg Installing and verifying the regulatory.bin file ...
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
-  # This creates a depend/makedepend loop:
-  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
-  # wireless-regdb makedepends on crda
-  if /usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin  /dev/null; 
then
-msg Regulatory database verification was succesful.
-  else
-error Regulatory database verification failed.
-return 1
-  fi
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5
-
-  msg Installing /etc/conf.d/wireless-regdom ...
-  install -D -m644 ${srcdir}/crda.conf.d 
${pkgdir}/etc/conf.d/wireless-regdom
-  for dom in $(grep ^country ${srcdir}/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
-echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp
-  done
-  sort -u ${pkgdir}/etc/conf.d/wireless-regdom.tmp  
${pkgdir}/etc/conf.d/wireless-regdom
-  rm ${pkgdir}/etc/conf.d/wireless-regdom.tmp
-
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wireless-regdb/repos/core-any/PKGBUILD (from rev 231138, 
wireless-regdb/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2015-02-08 09:59:39 UTC (rev 231140)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wireless-regdb
+pkgver=2015.01.30
+pkgrel=2
+pkgdesc=Central Regulatory Domain Database
+arch=('any')
+url=http://wireless.kernel.org/en/developers/Regulatory;
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+crda.conf.d)
+sha256sums=('438d7f3d62686bc997098d17fe1aff95c6f6ec061aaab90ab7c2c17e8451ce85'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 
seth.fors...@canonical.com
+package() {
+  # Install and verify regulatory.bin file
+  msg Installing and verifying the regulatory.bin file ...
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:57:26
  Author: tpowa
Revision: 231136

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 231133, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 231133, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 231133, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 231133, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 231133, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 231133, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  102 
 /nv-drm.patch |   54 +++
 /nvidia-340xx.install |   30 ++
 extra-i686/PKGBUILD   |   51 --
 extra-i686/nv-drm.patch   |   27 -
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   51 --
 extra-x86_64/nv-drm.patch |   27 -
 extra-x86_64/nvidia-340xx.install |   15 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 09:57:24 UTC (rev 231135)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:26 UTC (rev 231136)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-3.18-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-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)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ $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
-}
-
-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/extra-i686/PKGBUILD (from rev 231133, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:26 UTC (rev 231136)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-3.18-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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)

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:57:22
  Author: tpowa
Revision: 231134

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 231133, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 231133, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 231133, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 231133, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 231133, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 231133, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

-+
 /PKGBUILD   |  114 ++
 /nv-drm.patch   |   54 +++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   57 -
 extra-i686/nv-drm.patch |   27 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/nv-drm.patch   |   27 -
 extra-x86_64/nvidia.install |   15 -
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 09:57:04 UTC (rev 231133)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:22 UTC (rev 231134)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.18-ARCH
-pkgrel=8
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-source+=('nv-drm.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031')
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i $srcdir/nv-drm.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-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 -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 231133, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:22 UTC (rev 231134)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.18-ARCH
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:57:04
  Author: tpowa
Revision: 231133

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

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

---+
 /PKGBUILD |  602 
 /change-default-console-loglevel.patch|   22 
 /config   |14442 
 /config.x86_64|13944 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  301 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7221 --
 core-i686/config.x86_64   | 6972 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  301 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7221 --
 core-x86_64/config.x86_64 | 6972 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 29112 insertions(+), 29112 deletions(-)

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


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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:09
  Author: tpowa
Revision: 127282

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 127280, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 127280, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 127280, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 127280, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:05 UTC (rev 127281)
+++ community-i686/PKGBUILD 2015-02-08 09:58:09 UTC (rev 127282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
-pkgrel=24
-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=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-install=bbswitch.install
-source=(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-i686/PKGBUILD (from rev 127280, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:09 UTC (rev 127282)
@@ -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-3.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=25
+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=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=bbswitch.install
+source=(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
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-02-08 09:58:05 UTC (rev 127281)
+++ community-i686/bbswitch.install 2015-02-08 09:58:09 UTC (rev 127282)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.18-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 127280, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-02-08 09:58:09 UTC (rev 127282)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:05
  Author: tpowa
Revision: 127281

db-move: moved acpi_call from [community-testing] to [community] (i686)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 127280, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 127280, acpi_call/repos/community-testing-i686/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/

--+
 /PKGBUILD|   47 +
 /acpi_call.install   |   14 +++
 community-i686/PKGBUILD  |   47 -
 community-i686/acpi_call.install |   14 ---
 4 files changed, 61 insertions(+), 61 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 06:39:56 UTC (rev 127280)
+++ community-i686/PKGBUILD 2015-02-08 09:58:05 UTC (rev 127281)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=20
-_extramodules=extramodules-3.18-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/${pkgname};
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix build with Linux 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 127280, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:05 UTC (rev 127281)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=21
+_extramodules=extramodules-3.18-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/${pkgname};
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-02-08 06:39:56 UTC (rev 127280)
+++ community-i686/acpi_call.install2015-02-08 09:58:05 UTC (rev 127281)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.18-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-i686/acpi_call.install (from rev 127280, 
acpi_call/repos/community-testing-i686/acpi_call.install)

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:57:24
  Author: tpowa
Revision: 231135

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 231133, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 231133, nvidia/repos/testing-i686/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 231133, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 231133, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 231133, nvidia/repos/testing-x86_64/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 231133, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  112 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 +++
 extra-i686/PKGBUILD  |   56 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 -
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 -
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 09:57:22 UTC (rev 231134)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:24 UTC (rev 231135)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.35
-_extramodules=extramodules-3.18-ARCH
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-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;
-nv-drm-343.36.patch)
-md5sums=('d2b8f7f90ef5037f03f94519f9809511'
- '9ca9f07f91361362f304ca8317ddd453'
- 'ff8a5f979e4428f8c847423fb007042c')
-
-[[ $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 -p1 -i ../nv-drm-343.36.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 231133, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 09:57:24 UTC (rev 231135)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.35
+_extramodules=extramodules-3.18-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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;
+nv-drm-343.36.patch)
+md5sums=('d2b8f7f90ef5037f03f94519f9809511'
+ '9ca9f07f91361362f304ca8317ddd453'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+

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

2015-02-08 Thread Pierre Schmitz
Date: Sunday, February 8, 2015 @ 09:47:36
  Author: pierre
Revision: 231132

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

Added:
  gd/repos/testing-i686/
  gd/repos/testing-i686/PKGBUILD
(from rev 231131, gd/trunk/PKGBUILD)
  gd/repos/testing-x86_64/
  gd/repos/testing-x86_64/PKGBUILD
(from rev 231131, gd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: gd/repos/testing-i686/PKGBUILD (from rev 231131, gd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-08 08:47:36 UTC (rev 231132)
@@ -0,0 +1,36 @@
+# $Id$
+
+pkgname=gd
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Library for the dynamic creation of images by programmers
+arch=('i686' 'x86_64')
+url=http://www.libgd.org/;
+license=('custom')
+depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff')
+makedepends=('git')
+optdepends=('perl: bdftogd script')
+source=(${pkgname}::git+https://github.com/libgd/libgd.git#tag=${pkgname}-${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./bootstrap.sh
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--with-vpx=/usr \
+--with-tiff=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gd/repos/testing-x86_64/PKGBUILD (from rev 231131, gd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-08 08:47:36 UTC (rev 231132)
@@ -0,0 +1,36 @@
+# $Id$
+
+pkgname=gd
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Library for the dynamic creation of images by programmers
+arch=('i686' 'x86_64')
+url=http://www.libgd.org/;
+license=('custom')
+depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff')
+makedepends=('git')
+optdepends=('perl: bdftogd script')
+source=(${pkgname}::git+https://github.com/libgd/libgd.git#tag=${pkgname}-${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./bootstrap.sh
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--with-vpx=/usr \
+--with-tiff=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-02-08 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 09:36:17
  Author: giovanni
Revision: 231130

upgpkg: vice 2.4-7

Fixed FS42985

Modified:
  vice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 08:14:22 UTC (rev 231129)
+++ PKGBUILD2015-02-08 08:36:17 UTC (rev 231130)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=6
+pkgrel=7
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://vice-emu.sourceforge.net/;
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
+depends=('alsa-lib' 'pulseaudio' 'giflib' 'libxxf86vm' 'vte' 'libnet' 
'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 install=vice.install
@@ -46,6 +46,7 @@
   ./configure --prefix=/usr \
   --enable-ethernet \
   --with-alsa \
+  --with-pulse \
   --enable-fullscreen \
   --enable-gnomeui \
   --disable-ffmpeg


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

2015-02-08 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 09:36:33
  Author: giovanni
Revision: 231131

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

Added:
  vice/repos/extra-i686/PKGBUILD
(from rev 231130, vice/trunk/PKGBUILD)
  vice/repos/extra-i686/vice-2.4-giflib-5.1.0.patch
(from rev 231130, vice/trunk/vice-2.4-giflib-5.1.0.patch)
  vice/repos/extra-i686/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 231130, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/extra-i686/vice-2.4-notexi-notxt.patch
(from rev 231130, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/extra-i686/vice-2.4-x11video.patch
(from rev 231130, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/extra-i686/vice-2.4-zlib-1.2.7.patch
(from rev 231130, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/extra-i686/vice.install
(from rev 231130, vice/trunk/vice.install)
  vice/repos/extra-x86_64/PKGBUILD
(from rev 231130, vice/trunk/PKGBUILD)
  vice/repos/extra-x86_64/vice-2.4-giflib-5.1.0.patch
(from rev 231130, vice/trunk/vice-2.4-giflib-5.1.0.patch)
  vice/repos/extra-x86_64/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 231130, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/extra-x86_64/vice-2.4-notexi-notxt.patch
(from rev 231130, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/extra-x86_64/vice-2.4-x11video.patch
(from rev 231130, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/extra-x86_64/vice-2.4-zlib-1.2.7.patch
(from rev 231130, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/extra-x86_64/vice.install
(from rev 231130, vice/trunk/vice.install)
Deleted:
  vice/repos/extra-i686/PKGBUILD
  vice/repos/extra-i686/vice-2.4-giflib-5.1.0.patch
  vice/repos/extra-i686/vice-2.4-no-fc-cache-no-lib64.patch
  vice/repos/extra-i686/vice-2.4-notexi-notxt.patch
  vice/repos/extra-i686/vice-2.4-x11video.patch
  vice/repos/extra-i686/vice-2.4-zlib-1.2.7.patch
  vice/repos/extra-i686/vice.install
  vice/repos/extra-x86_64/PKGBUILD
  vice/repos/extra-x86_64/vice-2.4-giflib-5.1.0.patch
  vice/repos/extra-x86_64/vice-2.4-no-fc-cache-no-lib64.patch
  vice/repos/extra-x86_64/vice-2.4-notexi-notxt.patch
  vice/repos/extra-x86_64/vice-2.4-x11video.patch
  vice/repos/extra-x86_64/vice-2.4-zlib-1.2.7.patch
  vice/repos/extra-x86_64/vice.install

--+
 /PKGBUILD|  122 +
 /vice-2.4-giflib-5.1.0.patch |   78 +
 /vice-2.4-no-fc-cache-no-lib64.patch |   50 
 /vice-2.4-notexi-notxt.patch |   56 +
 /vice-2.4-x11video.patch |   22 +++
 /vice-2.4-zlib-1.2.7.patch   |   74 
 /vice.install|   36 ++
 extra-i686/PKGBUILD  |   60 --
 extra-i686/vice-2.4-giflib-5.1.0.patch   |   39 --
 extra-i686/vice-2.4-no-fc-cache-no-lib64.patch   |   25 
 extra-i686/vice-2.4-notexi-notxt.patch   |   28 
 extra-i686/vice-2.4-x11video.patch   |   11 -
 extra-i686/vice-2.4-zlib-1.2.7.patch |   37 --
 extra-i686/vice.install  |   18 ---
 extra-x86_64/PKGBUILD|   60 --
 extra-x86_64/vice-2.4-giflib-5.1.0.patch |   39 --
 extra-x86_64/vice-2.4-no-fc-cache-no-lib64.patch |   25 
 extra-x86_64/vice-2.4-notexi-notxt.patch |   28 
 extra-x86_64/vice-2.4-x11video.patch |   11 -
 extra-x86_64/vice-2.4-zlib-1.2.7.patch   |   37 --
 extra-x86_64/vice.install|   18 ---
 21 files changed, 438 insertions(+), 436 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 08:36:17 UTC (rev 231130)
+++ extra-i686/PKGBUILD 2015-02-08 08:36:33 UTC (rev 231131)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=vice
-pkgver=2.4
-pkgrel=6
-pkgdesc=The Versatile Commodore 8-bit Emulator
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://vice-emu.sourceforge.net/;
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
-makedepends=('xorg-font-utils')
-options=('!makeflags')
-install=vice.install
-source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
-'vice-2.4-x11video.patch'
-'vice-2.4-no-fc-cache-no-lib64.patch'
-'vice-2.4-notexi-notxt.patch'
-'vice-2.4-zlib-1.2.7.patch'
-'vice-2.4-giflib-5.1.0.patch')
-md5sums=('b017647a0c159bbe43cdb81762d1c577'
- '99931efcb779734c9df069e94f0b38a5'
- 'b0d1392664decd3169740baf90661710'
- '877f93db1550ea81386aae7c3b578442'
- '9d9f62f05a967a5926df496e86404148'
- 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:19
  Author: tpowa
Revision: 127287

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 127280, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 127280, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 127280, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 127280, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 127280, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 127280, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 127280, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 127280, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  116 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:17 UTC (rev 127286)
+++ community-i686/PKGBUILD 2015-02-08 09:58:19 UTC (rev 127287)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.20
-pkgrel=7
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.18' 'linux3.19'
- 'linux-headers=3.18' 'linux-headers3.19'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-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=3.18' 'linux3.19')
-  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=3.18' 'linux3.19')
-  

[arch-commits] Commit in crda/repos (30 files)

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:59:36
  Author: tpowa
Revision: 231139

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

Added:
  crda/repos/core-i686/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 231138, 
crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/core-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 231138, 
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/core-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 231138, 
crda/repos/testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/core-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 231138, 
crda/repos/testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/core-i686/PKGBUILD
(from rev 231138, crda/repos/testing-i686/PKGBUILD)
  crda/repos/core-i686/crda.install
(from rev 231138, crda/repos/testing-i686/crda.install)
  crda/repos/core-i686/set-wireless-regdom
(from rev 231138, crda/repos/testing-i686/set-wireless-regdom)
  crda/repos/core-x86_64/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 231138, 
crda/repos/testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/core-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 231138, 
crda/repos/testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/core-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 231138, 
crda/repos/testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/core-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 231138, 
crda/repos/testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/core-x86_64/PKGBUILD
(from rev 231138, crda/repos/testing-x86_64/PKGBUILD)
  crda/repos/core-x86_64/crda.install
(from rev 231138, crda/repos/testing-x86_64/crda.install)
  crda/repos/core-x86_64/set-wireless-regdom
(from rev 231138, crda/repos/testing-x86_64/set-wireless-regdom)
Deleted:
  crda/repos/core-i686/0001-Makefile-Don-t-run-ldconfig.patch
  
crda/repos/core-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
  
crda/repos/core-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
  
crda/repos/core-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
  crda/repos/core-i686/PKGBUILD
  crda/repos/core-i686/crda.install
  crda/repos/core-i686/set-wireless-regdom
  crda/repos/core-x86_64/0001-Makefile-Don-t-run-ldconfig.patch
  
crda/repos/core-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
  
crda/repos/core-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
  
crda/repos/core-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
  crda/repos/core-x86_64/PKGBUILD
  crda/repos/core-x86_64/crda.install
  crda/repos/core-x86_64/set-wireless-regdom
  crda/repos/testing-i686/
  crda/repos/testing-x86_64/

-+
 /0001-Makefile-Don-t-run-ldconfig.patch |  
 48 
 /0001-Makefile-Link-libreg.so-against-the-crypto-library.patch  |  
110 ++
 /0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch|  
104 +
 /0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch|  
 74 ++
 /PKGBUILD   |  
106 +
 /crda.install   |  
 10 
 /set-wireless-regdom|  
 10 
 core-i686/0001-Makefile-Don-t-run-ldconfig.patch|  
 24 --
 core-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch |  
 55 -
 core-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch   |  
 52 
 core-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch   |  
 37 ---
 core-i686/PKGBUILD  |  
 53 
 core-i686/crda.install  |  
  5 
 core-i686/set-wireless-regdom   |  
  5 
 core-x86_64/0001-Makefile-Don-t-run-ldconfig.patch  |  
 24 --
 core-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   |  
 55 -
 core-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch |  
 52 
 core-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch |  
 37 ---
 core-x86_64/PKGBUILD|  
 53 
 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:13
  Author: tpowa
Revision: 127284

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 127280, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 127280, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 127280, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 127280, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:11 UTC (rev 127283)
+++ community-i686/PKGBUILD 2015-02-08 09:58:13 UTC (rev 127284)
@@ -1,60 +0,0 @@
-# $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_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=18
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-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 | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_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-3.$_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-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 127280, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:13 UTC (rev 127284)
@@ -0,0 +1,60 @@
+# $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_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=19
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:11
  Author: tpowa
Revision: 127283

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 127280, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 127280, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 127280, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 127280, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:09 UTC (rev 127282)
+++ community-i686/PKGBUILD 2015-02-08 09:58:11 UTC (rev 127283)
@@ -1,45 +0,0 @@
-# $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.039.00
-pkgrel=8
-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://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_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_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 127280, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:11 UTC (rev 127283)
@@ -0,0 +1,45 @@
+# $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.039.00
+pkgrel=9
+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://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_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_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+  

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:17
  Author: tpowa
Revision: 127286

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 127280, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 127280, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 127280, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 127280, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 127280, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 127280, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   22 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   22 
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-02-08 09:58:15 UTC (rev 127285)
+++ community-i686/60-vhba.rules2015-02-08 09:58:17 UTC (rev 127286)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 127280, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-02-08 09:58:17 UTC (rev 127286)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:15 UTC (rev 127285)
+++ community-i686/PKGBUILD 2015-02-08 09:58:17 UTC (rev 127286)
@@ -1,44 +0,0 @@
-# $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-3.18-ARCH
-pkgrel=4
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-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-i686/PKGBUILD (from rev 127280, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:17 UTC (rev 127286)
@@ -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-3.18-ARCH
+pkgrel=5
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:58
  Author: tpowa
Revision: 231137

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

Added:
  rpcbind/repos/core-i686/PKGBUILD
(from rev 231136, rpcbind/repos/testing-i686/PKGBUILD)
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
(from rev 231136, rpcbind/repos/testing-i686/rpcbind-sunrpc.patch)
  rpcbind/repos/core-i686/rpcbind.conf
(from rev 231136, rpcbind/repos/testing-i686/rpcbind.conf)
  rpcbind/repos/core-i686/rpcbind.install
(from rev 231136, rpcbind/repos/testing-i686/rpcbind.install)
  rpcbind/repos/core-i686/rpcbind.service
(from rev 231136, rpcbind/repos/testing-i686/rpcbind.service)
  rpcbind/repos/core-i686/rpcbind.socket
(from rev 231136, rpcbind/repos/testing-i686/rpcbind.socket)
  rpcbind/repos/core-x86_64/PKGBUILD
(from rev 231136, rpcbind/repos/testing-x86_64/PKGBUILD)
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
(from rev 231136, rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch)
  rpcbind/repos/core-x86_64/rpcbind.conf
(from rev 231136, rpcbind/repos/testing-x86_64/rpcbind.conf)
  rpcbind/repos/core-x86_64/rpcbind.install
(from rev 231136, rpcbind/repos/testing-x86_64/rpcbind.install)
  rpcbind/repos/core-x86_64/rpcbind.service
(from rev 231136, rpcbind/repos/testing-x86_64/rpcbind.service)
  rpcbind/repos/core-x86_64/rpcbind.socket
(from rev 231136, rpcbind/repos/testing-x86_64/rpcbind.socket)
Deleted:
  rpcbind/repos/core-i686/PKGBUILD
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
  rpcbind/repos/core-i686/rpcbind.conf
  rpcbind/repos/core-i686/rpcbind.install
  rpcbind/repos/core-i686/rpcbind.service
  rpcbind/repos/core-i686/rpcbind.socket
  rpcbind/repos/core-x86_64/PKGBUILD
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
  rpcbind/repos/core-x86_64/rpcbind.conf
  rpcbind/repos/core-x86_64/rpcbind.install
  rpcbind/repos/core-x86_64/rpcbind.service
  rpcbind/repos/core-x86_64/rpcbind.socket
  rpcbind/repos/testing-i686/
  rpcbind/repos/testing-x86_64/

--+
 /PKGBUILD|  118 +
 /rpcbind-sunrpc.patch|   44 +
 /rpcbind.conf|6 +
 /rpcbind.install |   16 +
 /rpcbind.service |   22 ++
 /rpcbind.socket  |   16 +
 core-i686/PKGBUILD   |   63 ---
 core-i686/rpcbind-sunrpc.patch   |   22 --
 core-i686/rpcbind.conf   |3 
 core-i686/rpcbind.install|   13 
 core-i686/rpcbind.service|   11 ---
 core-i686/rpcbind.socket |8 --
 core-x86_64/PKGBUILD |   63 ---
 core-x86_64/rpcbind-sunrpc.patch |   22 --
 core-x86_64/rpcbind.conf |3 
 core-x86_64/rpcbind.install  |   13 
 core-x86_64/rpcbind.service  |   11 ---
 core-x86_64/rpcbind.socket   |8 --
 18 files changed, 222 insertions(+), 240 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-02-08 09:57:26 UTC (rev 231136)
+++ core-i686/PKGBUILD  2015-02-08 09:58:58 UTC (rev 231137)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpcbind
-pkgver=0.2.1
-pkgrel=5
-pkgdesc=portmap replacement which supports RPC over various protocols
-arch=(i686 x86_64)
-backup=('etc/conf.d/rpcbind')
-depends=('bash' 'glibc' 'libtirpc')
-url=http://rpcbind.sourceforge.net;
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.1.tar.bz2
-rpcbind-sunrpc.patch
-rpcbind.service
-rpcbind.socket
-rpcbind.conf)
-install=rpcbind.install
-md5sums=('0a5f9c2142af814c55d957aaab3bcc68'
- 'c02ac36a98baac70b8a26190524b7b73'
- '0f493a590c250267034e230e7bf1f894'
- 'e5a205cd7402fedaf74a744b2a22f0ad'
- 'd4c74d1be9f98344af138a15ad3b6f8c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts 
--with-statedir=/var/lib/rpcbind
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install rpcbind config file
-  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install systemd service file
-  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
-  # install system socket activation
-  install -D -m644 $srcdir/rpcbind.socket 
$pkgdir/usr/lib/systemd/system/rpcbind.socket
-  # add symlinks
-  mkdir 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:58:15
  Author: tpowa
Revision: 127285

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 127280, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 127280, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 127280, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 127280, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 09:58:13 UTC (rev 127284)
+++ community-i686/PKGBUILD 2015-02-08 09:58:15 UTC (rev 127285)
@@ -1,59 +0,0 @@
-# $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
-pkgrel=61
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  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${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 127280, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 09:58:15 UTC (rev 127285)
@@ -0,0 +1,59 @@
+# $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
+pkgrel=62
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 10:59:04
  Author: tpowa
Revision: 231138

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

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

+
 /PKGBUILD  |  180 +++
 /exports   |   24 
 /id_resolver.conf  |4 
 /idmapd.conf   |   28 
 /nfs-common.conf   |   44 
 /nfs-server.conf   |   34 
 /nfs-utils-1.1.4-mtab-sym.patch|   78 +
 /nfs-utils-1.3.1-rc2.patch | 1348 +++
 /nfs-utils.conf|2 
 /nfs-utils.install |   64 +
 /nfs-utils_env.sh  |   40 
 core-i686/PKGBUILD |   82 -
 core-i686/exports  |   12 
 core-i686/id_resolver.conf |2 
 core-i686/idmapd.conf  |   14 
 core-i686/nfs-common.conf  |   22 
 

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

2015-02-08 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 09:14:22
  Author: giovanni
Revision: 231129

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

Added:
  parted/repos/extra-i686/PKGBUILD
(from rev 231128, parted/trunk/PKGBUILD)
  parted/repos/extra-i686/parted-735669-fat16-crash-v1.patch
(from rev 231128, parted/trunk/parted-735669-fat16-crash-v1.patch)
  parted/repos/extra-i686/parted.install
(from rev 231128, parted/trunk/parted.install)
  parted/repos/extra-x86_64/PKGBUILD
(from rev 231128, parted/trunk/PKGBUILD)
  parted/repos/extra-x86_64/parted-735669-fat16-crash-v1.patch
(from rev 231128, parted/trunk/parted-735669-fat16-crash-v1.patch)
  parted/repos/extra-x86_64/parted.install
(from rev 231128, parted/trunk/parted.install)
Deleted:
  parted/repos/extra-i686/PKGBUILD
  parted/repos/extra-i686/parted-3.1-readline.patch
  parted/repos/extra-i686/parted.install
  parted/repos/extra-x86_64/PKGBUILD
  parted/repos/extra-x86_64/parted-3.1-readline.patch
  parted/repos/extra-x86_64/parted.install

-+
 /PKGBUILD   |   80 +
 /parted.install |   36 
 extra-i686/PKGBUILD |   32 ---
 extra-i686/parted-3.1-readline.patch|   11 -
 extra-i686/parted-735669-fat16-crash-v1.patch   |  193 ++
 extra-i686/parted.install   |   18 --
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/parted-3.1-readline.patch  |   11 -
 extra-x86_64/parted-735669-fat16-crash-v1.patch |  193 ++
 extra-x86_64/parted.install |   18 --
 10 files changed, 502 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 08:14:11 UTC (rev 231128)
+++ extra-i686/PKGBUILD 2015-02-08 08:14:22 UTC (rev 231129)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=parted
-pkgver=3.2
-pkgrel=1
-pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/parted/parted.html;
-depends=('device-mapper' 'e2fsprogs')
-makedepends=('pkg-config')
-install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0247b6a7b314f8edeb618159fa95f9cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --disable-debug \
-  --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: parted/repos/extra-i686/PKGBUILD (from rev 231128, 
parted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 08:14:22 UTC (rev 231129)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.2
+pkgrel=2
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper')
+makedepends=('pkg-config')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'parted-735669-fat16-crash-v1.patch')
+md5sums=('0247b6a7b314f8edeb618159fa95f9cb'
+ '15a72be3860b9ec754dc7bff17a5afae')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/parted-735669-fat16-crash-v1.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/parted-3.1-readline.patch
===
--- extra-i686/parted-3.1-readline.patch2015-02-08 08:14:11 UTC (rev 
231128)
+++ extra-i686/parted-3.1-readline.patch2015-02-08 08:14:22 UTC (rev 
231129)
@@ -1,11 +0,0 @@
 a/parted/ui.c
-+++ b/parted/ui.c
-@@ -1474,7 +1474,7 @@
- #ifdef HAVE_LIBREADLINE
-   if (!opt_script_mode) {
- rl_initialize ();
--rl_attempted_completion_function = (CPPFunction*) complete_function;
-+rl_attempted_completion_function = (rl_completion_func_t*) 
complete_function;
- readline_state.in_readline = 0;
-   }
- #endif

Copied: parted/repos/extra-i686/parted-735669-fat16-crash-v1.patch (from rev 
231128, parted/trunk/parted-735669-fat16-crash-v1.patch)

[arch-commits] Commit in parted/trunk (PKGBUILD parted-735669-fat16-crash-v1.patch)

2015-02-08 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 09:14:11
  Author: giovanni
Revision: 231128

upgpkg: parted 3.2-2

Fixed FS42574

Added:
  parted/trunk/parted-735669-fat16-crash-v1.patch
Modified:
  parted/trunk/PKGBUILD

+
 PKGBUILD   |   16 ++
 parted-735669-fat16-crash-v1.patch |  193 +++
 2 files changed, 205 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 07:50:27 UTC (rev 231127)
+++ PKGBUILD2015-02-08 08:14:11 UTC (rev 231128)
@@ -4,17 +4,25 @@
 
 pkgname=parted
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://www.gnu.org/software/parted/parted.html;
-depends=('device-mapper' 'e2fsprogs')
+depends=('device-mapper')
 makedepends=('pkg-config')
 install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0247b6a7b314f8edeb618159fa95f9cb')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'parted-735669-fat16-crash-v1.patch')
+md5sums=('0247b6a7b314f8edeb618159fa95f9cb'
+ '15a72be3860b9ec754dc7bff17a5afae')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/parted-735669-fat16-crash-v1.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Added: parted-735669-fat16-crash-v1.patch
===
--- parted-735669-fat16-crash-v1.patch  (rev 0)
+++ parted-735669-fat16-crash-v1.patch  2015-02-08 08:14:11 UTC (rev 231128)
@@ -0,0 +1,193 @@
+From 3a4c152d38ce34481b0f4fda8aea4e71a8280d8f Mon Sep 17 00:00:00 2001
+From: Mike Fleetwood mike.fleetw...@googlemail.com
+Date: Sat, 27 Sep 2014 10:23:17 +0100
+Subject: [PATCH 1/3] lib-fs-resize: Prevent crash resizing FAT16 file systems
+
+Resizing FAT16 file system crashes in libparted/fs/r/fat/resize.c
+create_resize_context() because it was dereferencing NULL pointer
+fs_info-info_sector to copy the info_sector.
+
+Only FAT32 file systems have info_sector populated by fat_open() -
+fat_info_sector_read().  FAT12 and FAT16 file systems don't have an
+info_sector so pointer fs_info-info_sector remains assigned NULL from
+fat_alloc().  When resizing a FAT file system create_resize_context()
+was always dereferencing fs_info-info_sector to memory copy the
+info_sector, hence it crashed for FAT12 and FAT16.
+
+Make create_resize_context() only copy the info_sector for FAT32 file
+systems.
+
+Reported by Christian Hesse in
+https://bugzilla.gnome.org/show_bug.cgi?id=735669
+---
+ NEWS|4 
+ libparted/fs/r/fat/resize.c |   12 +---
+ 2 files changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/NEWS b/NEWS
+index 297b0a5..da7db50 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,10 @@ GNU parted NEWS-*- 
outline -*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug Fixes
++
++  libparted-fs-resize: Prevent crash resizing FAT16 file systems.
++
+ 
+ * Noteworthy changes in release 3.2 (2014-07-28) [stable]
+ 
+diff --git a/libparted/fs/r/fat/resize.c b/libparted/fs/r/fat/resize.c
+index 919acf0..bfe60a0 100644
+--- a/libparted/fs/r/fat/resize.c
 b/libparted/fs/r/fat/resize.c
+@@ -668,11 +668,17 @@ create_resize_context (PedFileSystem* fs, const 
PedGeometry* new_geom)
+ 
+ /* preserve boot code, etc. */
+   new_fs_info-boot_sector = ped_malloc (new_geom-dev-sector_size);
+-  new_fs_info-info_sector = ped_malloc (new_geom-dev-sector_size);
+   memcpy (new_fs_info-boot_sector, fs_info-boot_sector,
+   new_geom-dev-sector_size);
+-  memcpy (new_fs_info-info_sector, fs_info-info_sector,
+-  new_geom-dev-sector_size);
++  new_fs_info-info_sector = NULL;
++  if (fs_info-fat_type == FAT_TYPE_FAT32)
++  {
++  PED_ASSERT (fs_info-info_sector != NULL);
++  new_fs_info-info_sector =
++  ped_malloc (new_geom-dev-sector_size);
++  memcpy (new_fs_info-info_sector, fs_info-info_sector,
++  new_geom-dev-sector_size);
++  }
+ 
+   new_fs_info-logical_sector_size = fs_info-logical_sector_size;
+   new_fs_info-sector_count = new_geom-length;
+-- 
+1.7.1
+
+
+From 2b5a4805533557b1bcdb5f70537569383f1fe7e8 Mon Sep 17 00:00:00 2001
+From: Mike Fleetwood mike.fleetw...@googlemail.com
+Date: Sat, 27 Sep 2014 11:31:46 +0100
+Subject: [PATCH 2/3] tests: t3000-resize-fs.sh: Add FAT16 resizing test
+
+Add FAT16 resizing test so that we don't regress again.
+---
+ tests/t3000-resize-fs.sh |   16 +---
+ 1 files changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/tests/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh
+index 8cab476..9084eb4 100755
+--- 

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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 12:37:38
  Author: fyan
Revision: 127298

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

Added:
  python-tornado/repos/community-testing-i686/
  
python-tornado/repos/community-testing-i686/0001-use_system_ca_certificates.patch
(from rev 127297, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 127297, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-testing-i686/PKGBUILD
(from rev 127297, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-testing-x86_64/
  
python-tornado/repos/community-testing-x86_64/0001-use_system_ca_certificates.patch
(from rev 127297, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-testing-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 127297, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-testing-x86_64/PKGBUILD
(from rev 127297, python-tornado/trunk/PKGBUILD)

-+
 community-testing-i686/0001-use_system_ca_certificates.patch|  
 57 ++
 community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |  
 23 ++
 community-testing-i686/PKGBUILD |  
 82 ++
 community-testing-x86_64/0001-use_system_ca_certificates.patch  |  
 57 ++
 community-testing-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |  
 23 ++
 community-testing-x86_64/PKGBUILD   |  
 82 ++
 6 files changed, 324 insertions(+)

Copied: 
python-tornado/repos/community-testing-i686/0001-use_system_ca_certificates.patch
 (from rev 127297, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-testing-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-testing-i686/0001-use_system_ca_certificates.patch
2015-02-08 11:37:38 UTC (rev 127298)
@@ -0,0 +1,57 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ 
+ if setuptools is not None:
+ # If setuptools is not available, you're on your own for dependencies.
+-install_requires = ['certifi']
++install_requires = []
+ if sys.version_info  (3, 2):
+ install_requires.append('backports.ssl_match_hostname')
+ kwargs['install_requires'] = install_requires
+diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
+index f0f73fa..ffe3e40 100644
+--- a/tornado/simple_httpclient.py
 b/tornado/simple_httpclient.py
+@@ -33,17 +33,9 @@ except ImportError:
+ # ssl is not available on Google App Engine.
+ ssl = None
+ 
+-try:
+-import certifi
+-except ImportError:
+-certifi = None
+-
+ 
+ def _default_ca_certs():
+-if certifi is None:
+-raise Exception(The 'certifi' package is required to use https 
+-in simple_httpclient)
+-return certifi.where()
++return /etc/ssl/certs/ca-certificates.crt
+ 
+ 
+ class SimpleAsyncHTTPClient(AsyncHTTPClient):
+diff --git a/tornado/test/iostream_test.py b/tornado/test/iostream_test.py
+index 01b0d95..47a64e7 100644
+--- a/tornado/test/iostream_test.py
 b/tornado/test/iostream_test.py
+@@ -10,7 +10,6 @@ from tornado.stack_context import NullContext
+ from tornado.testing import AsyncHTTPTestCase, AsyncHTTPSTestCase, 
AsyncTestCase, bind_unused_port, ExpectLog, gen_test
+ from tornado.test.util import unittest, skipIfNonUnix
+ from tornado.web import RequestHandler, Application
+-import certifi
+ import errno
+ import logging
+ import os
+@@ -855,7 +854,7 @@ class TestIOStreamStartTLS(AsyncTestCase):
+ def test_handshake_fail(self):
+ self.server_start_tls(_server_ssl_options())
+ client_future = self.client_start_tls(
+-dict(cert_reqs=ssl.CERT_REQUIRED, ca_certs=certifi.where()))
++dict(cert_reqs=ssl.CERT_REQUIRED, 
ca_certs=/etc/ssl/certs/ca-certificates.crt))
+ with ExpectLog(gen_log, SSL Error):
+ with self.assertRaises(ssl.SSLError):
+ yield client_future

Copied: 
python-tornado/repos/community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
 (from rev 127297, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
===
--- community-testing-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   
(rev 0)
+++ 

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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 12:36:49
  Author: fyan
Revision: 127297

upgpkg: python-tornado 4.1.0-1

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 11:33:01 UTC (rev 127296)
+++ PKGBUILD2015-02-08 11:36:49 UTC (rev 127297)
@@ -3,14 +3,14 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted' 'python2-futures' 'python2-singledispatch')
 source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;
 0001-use_system_ca_certificates.patch
 0002-get-rid-of-backports-ssl-match-hostname.patch)
@@ -39,16 +39,31 @@
 }
 
 check() {
-  cd tornado
-  python -m tornado.test.runtests || warning Tests failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+  (
+cd tornado
+# TODO: exporting PYTHONPATH didn't fix the tornado.speedups not found 
problem...
+export PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH
+python -m tornado.test.runtests
+python -m tornado.test.runtests 
--httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient
+# python -m tornado.test.runtests 
--resolver=tornado.platform.caresresolver.CaresResolver  # pycares not in the 
repos
+python -m tornado.test.runtests --resolver=tornado.netutil.ThreadedResolver
+python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop
+python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop
+python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop
+python -m tornado.test.runtests 
--ioloop=tornado.test.twisted_test.LayeredTwistedIOLoop 
--resolver=tornado.platform.twisted.TwistedResolver
+  ) || warning Python 3 tests failed
 
-  cd ../tornado-py2
-  python2 -m tornado.test.runtests || warning Tests failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+  (
+cd tornado-py2
+export PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH
+python2 -m tornado.test.runtests
+python2 -m tornado.test.runtests 
--httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient
+# python2 -m tornado.test.runtests 
--resolver=tornado.platform.caresresolver.CaresResolver  # pycares not in the 
repos
+python2 -m tornado.test.runtests 
--resolver=tornado.netutil.ThreadedResolver
+python2 -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop
+python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop
+python2 -m tornado.test.runtests 
--ioloop=tornado.test.twisted_test.LayeredTwistedIOLoop 
--resolver=tornado.platform.twisted.TwistedResolver
+  ) || warning Python 2 tests failed
 }
 
 package_python-tornado() {


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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:23:21
  Author: fyan
Revision: 231144

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

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

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   89 ---
 extra-x86_64/PKGBUILD |   89 ---
 3 files changed, 180 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 12:22:37 UTC (rev 231143)
+++ extra-i686/PKGBUILD 2015-02-08 12:23:21 UTC (rev 231144)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.4.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('b7696a3f33d5610b215a343216ab5624'
- 'SKIP')
-
-prepare() {
-  cp -a lxml-$pkgver{,-py2}
-}
-
-build() {
-  cd lxml-$pkgver
-  python setup.py build
-
-  cd ../lxml-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Setting LANG to workaround encoding issue
-  # TODO: Find a sane way to skip inplace build
-
-  cd lxml-$pkgver
-  LANG=en_US.UTF-8 make PYTHON=python test
-  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH python test.py -p 
-v
-
-  cd ../lxml-$pkgver-py2
-  LANG=en_US.UTF-8 make PYTHON=python2 test
-  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH python2 test.py 
-p -v
-}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver-py2
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --skip-build --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 231143, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 12:23:21 UTC (rev 231144)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.4.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('429e5e771c4be0798923c04cb9739b4e'
+ 'SKIP')
+validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
+
+prepare() {
+  cp -a lxml-$pkgver{,-py2}
+}
+
+build() {
+  cd lxml-$pkgver
+  python setup.py build
+
+  cd ../lxml-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Setting LANG to workaround encoding issue
+  # TODO: Find a sane way to skip inplace build
+
+  cd lxml-$pkgver
+  LANG=en_US.UTF-8 make PYTHON=python test
+  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH 

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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:37:19
  Author: fyan
Revision: 231145

upgpkg: kdebase-runtime 14.12.2-2

add kdepimlibs to depends (FS#43701)

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 12:23:21 UTC (rev 231144)
+++ PKGBUILD2015-02-08 12:37:19 UTC (rev 231145)
@@ -5,13 +5,13 @@
 
 pkgname=kdebase-runtime
 pkgver=14.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
 depends=(kdelibs 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
+ 'oxygen-icons' 'xorg-xauth' 'libwebp' 'kdepimlibs')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
  'networkmanager' 'boost')
 optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:23:10
  Author: aginiewicz
Revision: 127293

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 11:23:04 UTC (rev 127292)
+++ community-i686/PKGBUILD 2015-02-08 11:23:10 UTC (rev 127293)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Michael Schubert mschu.dev at gmail
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgbase=python-bottleneck
-pkgname=('python2-bottleneck' 'python-bottleneck')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Fast NumPy array functions written in Cython
-arch=('i686' 'x86_64')
-url=http://berkeleyanalytics.com/bottleneck/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
-md5sums=('1a363fa35ce521eebb838e1bd6520e24')
-
-build() {
-  cd $srcdir
-  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
-
-  msg Building Python2
-  cd $srcdir/Bottleneck-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/Bottleneck-${pkgver}
-  python setup.py build
-}
-
-package_python2-bottleneck() {
-  depends=('python2-numpy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-scipy: needed for integrated benchmarks')
-
-  cd $srcdir/Bottleneck-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-bottleneck() {
-  depends=('python-numpy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-scipy: needed for integrated benchmarks')
-
-  cd $srcdir/Bottleneck-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-bottleneck/repos/community-i686/PKGBUILD (from rev 127292, 
python-bottleneck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 11:23:10 UTC (rev 127293)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Michael Schubert mschu.dev at gmail
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Fast NumPy array functions written in Cython
+arch=('i686' 'x86_64')
+url=http://berkeleyanalytics.com/bottleneck/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
+md5sums=('380fa6f275bd24f27e7cf0e0d752f5d2')
+
+build() {
+  cd $srcdir
+  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/Bottleneck-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/Bottleneck-${pkgver}
+  python setup.py build
+}
+
+package_python2-bottleneck() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-08 11:23:04 UTC (rev 127292)
+++ community-x86_64/PKGBUILD   2015-02-08 11:23:10 UTC (rev 127293)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Michael 

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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:23:04
  Author: aginiewicz
Revision: 127292

upgpkg: python-bottleneck 1.0.0-1

python-bottleneck: new upstream release

Modified:
  python-bottleneck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 11:19:28 UTC (rev 127291)
+++ PKGBUILD2015-02-08 11:23:04 UTC (rev 127292)
@@ -5,7 +5,7 @@
 
 pkgbase=python-bottleneck
 pkgname=('python2-bottleneck' 'python-bottleneck')
-pkgver=0.8.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=Fast NumPy array functions written in Cython
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
-md5sums=('1a363fa35ce521eebb838e1bd6520e24')
+md5sums=('380fa6f275bd24f27e7cf0e0d752f5d2')
 
 build() {
   cd $srcdir


[arch-commits] Commit in (5 files)

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:32:10
  Author: aginiewicz
Revision: 127294

moving python2-singledispatch from AUR

Added:
  python2-singledispatch/
  python2-singledispatch/repos/
  python2-singledispatch/trunk/
  python2-singledispatch/trunk/PKGBUILD
  python2-singledispatch/trunk/license

--+
 PKGBUILD |   37 +
 license  |   19 +++
 2 files changed, 56 insertions(+)

Added: python2-singledispatch/trunk/PKGBUILD
===
--- python2-singledispatch/trunk/PKGBUILD   (rev 0)
+++ python2-singledispatch/trunk/PKGBUILD   2015-02-08 11:32:10 UTC (rev 
127294)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-singledispatch
+pkgver=3.4.0.3
+pkgrel=0
+pkgdesc=Implementation of functools.singledispatch from Python 3.4
+arch=('any')
+url=https://bitbucket.org/ambv/singledispatch;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/s/singledispatch/singledispatch-$pkgver.tar.gz;
 license)
+md5sums=('af2fc6a3d6cc5a02d0bf54d909785fcb'
+ '360faaffcf297a20e20e2289af00ce07')
+
+prepare() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find ${srcdir} -name '*.py')
+}
+
+build() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  install -D ${srcdir}/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: python2-singledispatch/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-singledispatch/trunk/license
===
--- python2-singledispatch/trunk/license(rev 0)
+++ python2-singledispatch/trunk/license2015-02-08 11:32:10 UTC (rev 
127294)
@@ -0,0 +1,19 @@
+Copyright (c) 2013 Łukasz Langa
+
+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.


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:32:54
  Author: aginiewicz
Revision: 127295

upgpkg: python2-singledispatch 3.4.0.3-1

python2-singledispatch: release

Modified:
  python2-singledispatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 11:32:10 UTC (rev 127294)
+++ PKGBUILD2015-02-08 11:32:54 UTC (rev 127295)
@@ -3,7 +3,7 @@
 
 pkgname=python2-singledispatch
 pkgver=3.4.0.3
-pkgrel=0
+pkgrel=1
 pkgdesc=Implementation of functools.singledispatch from Python 3.4
 arch=('any')
 url=https://bitbucket.org/ambv/singledispatch;


[arch-commits] Commit in python2-singledispatch/repos (3 files)

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:33:01
  Author: aginiewicz
Revision: 127296

archrelease: copy trunk to community-any

Added:
  python2-singledispatch/repos/community-any/
  python2-singledispatch/repos/community-any/PKGBUILD
(from rev 127295, python2-singledispatch/trunk/PKGBUILD)
  python2-singledispatch/repos/community-any/license
(from rev 127295, python2-singledispatch/trunk/license)

--+
 PKGBUILD |   37 +
 license  |   19 +++
 2 files changed, 56 insertions(+)

Copied: python2-singledispatch/repos/community-any/PKGBUILD (from rev 127295, 
python2-singledispatch/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-08 11:33:01 UTC (rev 127296)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-singledispatch
+pkgver=3.4.0.3
+pkgrel=1
+pkgdesc=Implementation of functools.singledispatch from Python 3.4
+arch=('any')
+url=https://bitbucket.org/ambv/singledispatch;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/s/singledispatch/singledispatch-$pkgver.tar.gz;
 license)
+md5sums=('af2fc6a3d6cc5a02d0bf54d909785fcb'
+ '360faaffcf297a20e20e2289af00ce07')
+
+prepare() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find ${srcdir} -name '*.py')
+}
+
+build() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/singledispatch-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  install -D ${srcdir}/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python2-singledispatch/repos/community-any/license (from rev 127295, 
python2-singledispatch/trunk/license)
===
--- community-any/license   (rev 0)
+++ community-any/license   2015-02-08 11:33:01 UTC (rev 127296)
@@ -0,0 +1,19 @@
+Copyright (c) 2013 Łukasz Langa
+
+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.


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:17:21
  Author: aginiewicz
Revision: 127288

upgpkg: python-oauth2client 1.4.6-1

python-oauth2client: new upstream release

Modified:
  python-oauth2client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 09:58:19 UTC (rev 127287)
+++ PKGBUILD2015-02-08 11:17:21 UTC (rev 127288)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc=A client library for OAuth 2.0
 arch=('any')
@@ -15,7 +15,7 @@
  'python-six' 'python2-httplib2' 'python2-pyasn1'
  'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
 
source=(https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
-md5sums=('efe572cc88edf0a1df1b5d53ed0fcf5c')
+md5sums=('bce90994cc917de8b1042465561ce3c6')
 
 prepare() {
   cd $srcdir


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:17:30
  Author: aginiewicz
Revision: 127289

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 11:17:21 UTC (rev 127288)
+++ PKGBUILD2015-02-08 11:17:30 UTC (rev 127289)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Atlanis emall...@archlinux.us
-
-pkgbase=python-oauth2client
-pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.5
-pkgrel=1
-pkgdesc=A client library for OAuth 2.0
-arch=('any')
-url=https://github.com/google/oauth2client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
- 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
- 'python-six' 'python2-httplib2' 'python2-pyasn1'
- 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
-source=(https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
-md5sums=('efe572cc88edf0a1df1b5d53ed0fcf5c')
-
-prepare() {
-  cd $srcdir
-  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
-  cd oauth2client-py2-${pkgver}
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/oauth2client-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/oauth2client-${pkgver}
-  python setup.py build
-}
-
-package_python2-oauth2client() {
-  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
-  optdepends=('python2-gflags: for oauth2client.tools.run function')
-
-  cd $srcdir/oauth2client-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-
-package_python-oauth2client() {
-  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
-
-  cd $srcdir/oauth2client-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-

Copied: python-oauth2client/repos/community-any/PKGBUILD (from rev 127288, 
python-oauth2client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 11:17:30 UTC (rev 127289)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Atlanis emall...@archlinux.us
+
+pkgbase=python-oauth2client
+pkgname=('python2-oauth2client' 'python-oauth2client')
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=A client library for OAuth 2.0
+arch=('any')
+url=https://github.com/google/oauth2client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
+ 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
+ 'python-six' 'python2-httplib2' 'python2-pyasn1'
+ 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
+source=(https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz;)
+md5sums=('bce90994cc917de8b1042465561ce3c6')
+
+prepare() {
+  cd $srcdir
+  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
+  cd oauth2client-py2-${pkgver}
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg Building Python2
+  cd $srcdir/oauth2client-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/oauth2client-${pkgver}
+  python setup.py build
+}
+
+package_python2-oauth2client() {
+  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
+  optdepends=('python2-gflags: for oauth2client.tools.run function')
+
+  cd $srcdir/oauth2client-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+
+package_python-oauth2client() {
+  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
+
+  cd $srcdir/oauth2client-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:19:28
  Author: aginiewicz
Revision: 127291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 11:19:25 UTC (rev 127290)
+++ PKGBUILD2015-02-08 11:19:28 UTC (rev 127291)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.6.5
-pkgrel=1
-pkgdesc=A Python module for creating Excel XLSX files
-arch=('any')
-url=https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz;)
-md5sums=('7d58c3a4684ea79b9e5cbeee7f9240b0')
-
-prepare() {
-  cd $srcdir
-  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/XlsxWriter-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/XlsxWriter-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd $srcdir/XlsxWriter-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  mv $pkgdir/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd $srcdir/XlsxWriter-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 127290, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 11:19:28 UTC (rev 127291)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=0.6.6
+pkgrel=1
+pkgdesc=A Python module for creating Excel XLSX files
+arch=('any')
+url=https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz;)
+md5sums=('5dc51eda210ddea487e33e5c9fc5e640')
+
+prepare() {
+  cd $srcdir
+  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
+}
+
+build() {
+  msg Building Python2
+  cd $srcdir/XlsxWriter-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/XlsxWriter-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd $srcdir/XlsxWriter-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  mv $pkgdir/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd $srcdir/XlsxWriter-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-02-08 Thread Andrzej Giniewicz
Date: Sunday, February 8, 2015 @ 12:19:25
  Author: aginiewicz
Revision: 127290

upgpkg: python-xlsxwriter 0.6.6-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 11:17:30 UTC (rev 127289)
+++ PKGBUILD2015-02-08 11:19:25 UTC (rev 127290)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc=A Python module for creating Excel XLSX files
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=(https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz;)
-md5sums=('7d58c3a4684ea79b9e5cbeee7f9240b0')
+md5sums=('5dc51eda210ddea487e33e5c9fc5e640')
 
 prepare() {
   cd $srcdir


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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:16:11
  Author: fyan
Revision: 231141

upgpkg: kscreen-frameworks 5.2.0-3

add qt5-graphicaleffects to depends (FS#43729)

Modified:
  kscreen-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 09:59:39 UTC (rev 231140)
+++ PKGBUILD2015-02-08 12:16:11 UTC (rev 231141)
@@ -4,12 +4,12 @@
 
 pkgname=kscreen-frameworks
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE's screen management software
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kscreen'
 license=('LGPL')
-depends=('kxmlgui' 'libkscreen-frameworks' 'qt5-declarative')
+depends=('kxmlgui' 'libkscreen-frameworks' 'qt5-declarative' 
'qt5-graphicaleffects')
 makedepends=('extra-cmake-modules' 'git' 'python')
 conflicts=('kscreen')
 groups=('plasma')


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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:16:57
  Author: fyan
Revision: 231142

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

Added:
  kscreen-frameworks/repos/extra-i686/PKGBUILD
(from rev 231141, kscreen-frameworks/trunk/PKGBUILD)
  kscreen-frameworks/repos/extra-i686/kscreen-frameworks.install
(from rev 231141, kscreen-frameworks/trunk/kscreen-frameworks.install)
  kscreen-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 231141, kscreen-frameworks/trunk/PKGBUILD)
  kscreen-frameworks/repos/extra-x86_64/kscreen-frameworks.install
(from rev 231141, kscreen-frameworks/trunk/kscreen-frameworks.install)
Deleted:
  kscreen-frameworks/repos/extra-i686/PKGBUILD
  kscreen-frameworks/repos/extra-i686/kscreen-frameworks.install
  kscreen-frameworks/repos/extra-x86_64/PKGBUILD
  kscreen-frameworks/repos/extra-x86_64/kscreen-frameworks.install

-+
 /PKGBUILD   |   76 ++
 /kscreen-frameworks.install |   22 
 extra-i686/PKGBUILD |   38 ---
 extra-i686/kscreen-frameworks.install   |   11 
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/kscreen-frameworks.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 12:16:11 UTC (rev 231141)
+++ extra-i686/PKGBUILD 2015-02-08 12:16:57 UTC (rev 231142)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kscreen-frameworks
-pkgver=5.2.0
-pkgrel=2
-pkgdesc=KDE's screen management software
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kscreen'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen-frameworks' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'git' 'python')
-conflicts=('kscreen')
-groups=('plasma')
-install=$pkgname.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
-md5sums=('b49bad6be9c178cc7a8c55b77bc63d5a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kscreen-frameworks/repos/extra-i686/PKGBUILD (from rev 231141, 
kscreen-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 12:16:57 UTC (rev 231142)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kscreen-frameworks
+pkgver=5.2.0
+pkgrel=3
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen-frameworks' 'qt5-declarative' 
'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'git' 'python')
+conflicts=('kscreen')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
+md5sums=('b49bad6be9c178cc7a8c55b77bc63d5a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kscreen-frameworks.install
===
--- extra-i686/kscreen-frameworks.install   2015-02-08 12:16:11 UTC (rev 
231141)
+++ extra-i686/kscreen-frameworks.install   2015-02-08 12:16:57 UTC (rev 
231142)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kscreen-frameworks/repos/extra-i686/kscreen-frameworks.install (from 
rev 231141, kscreen-frameworks/trunk/kscreen-frameworks.install)
===
--- extra-i686/kscreen-frameworks.install   (rev 0)
+++ extra-i686/kscreen-frameworks.install   2015-02-08 12:16:57 UTC (rev 
231142)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:22:37
  Author: fyan
Revision: 231143

upgpkg: python-lxml 3.4.2-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 12:16:57 UTC (rev 231142)
+++ PKGBUILD2015-02-08 12:22:37 UTC (rev 231143)
@@ -4,7 +4,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -11,7 +11,7 @@
 url=http://lxml.de/;
 makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('b7696a3f33d5610b215a343216ab5624'
+md5sums=('429e5e771c4be0798923c04cb9739b4e'
  'SKIP')
 validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
 


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

2015-02-08 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 13:38:06
  Author: fyan
Revision: 231146

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

Added:
  kdebase-runtime/repos/extra-i686/CVE-2014-8600.patch
(from rev 231145, kdebase-runtime/trunk/CVE-2014-8600.patch)
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 231145, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 231145, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/CVE-2014-8600.patch
(from rev 231145, kdebase-runtime/trunk/CVE-2014-8600.patch)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 231145, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 231145, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/CVE-2014-8600.patch
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/CVE-2014-8600.patch
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /CVE-2014-8600.patch |   40 +++
 /PKGBUILD|  112 +
 /kdebase-runtime.install |   26 +++
 extra-i686/CVE-2014-8600.patch   |   20 -
 extra-i686/PKGBUILD  |   56 
 extra-i686/kdebase-runtime.install   |   13 ---
 extra-x86_64/CVE-2014-8600.patch |   20 -
 extra-x86_64/PKGBUILD|   56 
 extra-x86_64/kdebase-runtime.install |   13 ---
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/CVE-2014-8600.patch
===
--- extra-i686/CVE-2014-8600.patch  2015-02-08 12:37:19 UTC (rev 231145)
+++ extra-i686/CVE-2014-8600.patch  2015-02-08 12:38:06 UTC (rev 231146)
@@ -1,20 +0,0 @@
 a/kioslave/bookmarks/kio_bookmarks.cpp
-+++ b/kioslave/bookmarks/kio_bookmarks.cpp
-@@ -22,6 +22,7 @@
- #include stdlib.h
- 
- #include qregexp.h
-+#include qtextdocument.h
- 
- #include kapplication.h
- #include kcmdlineargs.h
-@@ -197,7 +198,7 @@
- echoImage(regexp.cap(1), regexp.cap(2), url.queryItem(size));
-   } else {
- echoHead();
--echo(p class=\message\ + i18n(Wrong request: %1,path) + /p);
-+echo(p class=\message\ + i18n(Bad request: %1, 
Qt::escape(Qt::escape(url.prettyUrl( + /p);
-   }
-   finished();
- }
-

Copied: kdebase-runtime/repos/extra-i686/CVE-2014-8600.patch (from rev 231145, 
kdebase-runtime/trunk/CVE-2014-8600.patch)
===
--- extra-i686/CVE-2014-8600.patch  (rev 0)
+++ extra-i686/CVE-2014-8600.patch  2015-02-08 12:38:06 UTC (rev 231146)
@@ -0,0 +1,20 @@
+--- a/kioslave/bookmarks/kio_bookmarks.cpp
 b/kioslave/bookmarks/kio_bookmarks.cpp
+@@ -22,6 +22,7 @@
+ #include stdlib.h
+ 
+ #include qregexp.h
++#include qtextdocument.h
+ 
+ #include kapplication.h
+ #include kcmdlineargs.h
+@@ -197,7 +198,7 @@
+ echoImage(regexp.cap(1), regexp.cap(2), url.queryItem(size));
+   } else {
+ echoHead();
+-echo(p class=\message\ + i18n(Wrong request: %1,path) + /p);
++echo(p class=\message\ + i18n(Bad request: %1, 
Qt::escape(Qt::escape(url.prettyUrl( + /p);
+   }
+   finished();
+ }
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 12:37:19 UTC (rev 231145)
+++ extra-i686/PKGBUILD 2015-02-08 12:38:06 UTC (rev 231146)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=14.12.2
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=(kdelibs 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager' 'boost')
-optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-provides=('khelpcenter' 'notification-daemon')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('96811840cb04a879109739f3df4f8075fb876ea7')
-
-prepare() {
-  mkdir build
-
-  cd kde-runtime-${pkgver}
-}
-
-build() {
-  cd build
-  cmake 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 19:38:09
  Author: tpowa
Revision: 231147

upgpkg: linux-firmware 20150206.17657c3-1

bump to latest version

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 12:38:06 UTC (rev 231146)
+++ PKGBUILD2015-02-08 18:38:09 UTC (rev 231147)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=38e5405
-pkgver=20141201.${_rev}
+_rev=17657c3
+pkgver=20150206.${_rev}
 pkgrel=1
 pkgdesc=Firmware files for Linux
 makedepends=('git')


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

2015-02-08 Thread Guillaume Alaux
Date: Sunday, February 8, 2015 @ 19:38:52
  Author: guillaume
Revision: 231149

Upstream release 2.2.6

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 18:38:19 UTC (rev 231148)
+++ PKGBUILD2015-02-08 18:38:52 UTC (rev 231149)
@@ -5,7 +5,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=easytag
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'desktop-file-utils' 'opusfile')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a6da3a094997fa225d1c01211b282f2d3c2dfd93a74f3bec24017bd5a13f3855')
+sha256sums=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 19:38:19
  Author: tpowa
Revision: 231148

archrelease: copy trunk to testing-any

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

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

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


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

2015-02-08 Thread Guillaume Alaux
Date: Sunday, February 8, 2015 @ 19:39:28
  Author: guillaume
Revision: 231150

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

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

--+
 /PKGBUILD|   70 +
 /easytag.install |   24 ++
 extra-i686/PKGBUILD  |   35 
 extra-i686/easytag.install   |   12 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/easytag.install |   12 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 18:38:52 UTC (rev 231149)
+++ extra-i686/PKGBUILD 2015-02-08 18:39:28 UTC (rev 231150)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=easytag
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'opusfile')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a6da3a094997fa225d1c01211b282f2d3c2dfd93a74f3bec24017bd5a13f3855')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 231149, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 18:39:28 UTC (rev 231150)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=easytag
+pkgver=2.2.6
+pkgrel=1
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/easytag.install
===
--- extra-i686/easytag.install  2015-02-08 18:38:52 UTC (rev 231149)
+++ extra-i686/easytag.install  2015-02-08 18:39:28 UTC (rev 231150)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: easytag/repos/extra-i686/easytag.install (from rev 231149, 
easytag/trunk/easytag.install)
===
--- extra-i686/easytag.install  (rev 0)
+++ extra-i686/easytag.install  2015-02-08 18:39:28 UTC (rev 231150)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-08 18:38:52 UTC (rev 231149)
+++ extra-x86_64/PKGBUILD   2015-02-08 18:39:28 UTC (rev 231150)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Kevin Piche 

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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 19:48:42
  Author: jlichtblau
Revision: 127305

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   68 -
 kchmviewer.changelog |   80 +
 kchmviewer.install   |   24 +++---
 3 files changed, 88 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 18:48:31 UTC (rev 127304)
+++ PKGBUILD2015-02-08 18:48:42 UTC (rev 127305)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=7.2
-pkgrel=1
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 127304, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 18:48:42 UTC (rev 127305)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.2
+pkgrel=2
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
+sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-08 18:48:31 UTC (rev 127304)
+++ kchmviewer.changelog2015-02-08 18:48:42 UTC (rev 127305)
@@ -1,38 +0,0 @@
-2014-12-23  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  vinayshas...@gmail.com
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-x86_64/kchmviewer.changelog (from rev 
127304, kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2015-02-08 18:48:42 UTC 

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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 19:48:31
  Author: jlichtblau
Revision: 127304

upgpkg: kchmviewer 7.2-2
bug fix, source file update

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 16:47:03 UTC (rev 127303)
+++ PKGBUILD2015-02-08 18:48:31 UTC (rev 127304)
@@ -4,7 +4,7 @@
 
 pkgname=kchmviewer
 pkgver=7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A .chm files (MS HTML help file format) viewer
 arch=('i686' 'x86_64')
 url=http://kchmviewer.sourceforge.net/;
@@ -14,8 +14,8 @@
 options=('libtool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
+sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
 
 build() {
   cd $pkgname-$pkgver

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-08 16:47:03 UTC (rev 127303)
+++ kchmviewer.changelog2015-02-08 18:48:31 UTC (rev 127304)
@@ -1,3 +1,7 @@
+2015-02-08  Jaroslav Lichtblau svetlemo...@archlinux.org
+   * kchmviewer 7.2-2
+   * FS#43740 fix, source file updated
+
 2014-12-23  Jaroslav Lichtblau svetlemo...@archlinux.org
* kchmviewer 7.2-1
 


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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 19:54:20
  Author: jlichtblau
Revision: 127306

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |   68 -
 kchmviewer.changelog |   80 +
 kchmviewer.install   |   24 +++---
 3 files changed, 88 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 18:48:42 UTC (rev 127305)
+++ PKGBUILD2015-02-08 18:54:20 UTC (rev 127306)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=7.2
-pkgrel=1
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 127305, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 18:54:20 UTC (rev 127306)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.2
+pkgrel=2
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
+sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-08 18:48:42 UTC (rev 127305)
+++ kchmviewer.changelog2015-02-08 18:54:20 UTC (rev 127306)
@@ -1,38 +0,0 @@
-2014-12-23  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  vinayshas...@gmail.com
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-i686/kchmviewer.changelog (from rev 127305, 
kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2015-02-08 18:54:20 UTC (rev 127306)
@@ 

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

2015-02-08 Thread Ike Devolder
Date: Sunday, February 8, 2015 @ 17:47:03
  Author: idevolder
Revision: 127303

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

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

+
 /PKGBUILD  |  166 +++
 /doublecmd.install |   68 ++
 community-i686/PKGBUILD|   83 -
 community-i686/doublecmd.install   |   34 ---
 community-x86_64/PKGBUILD  |   83 -
 community-x86_64/doublecmd.install |   34 ---
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 16:46:52 UTC (rev 127302)
+++ community-i686/PKGBUILD 2015-02-08 16:47:03 UTC (rev 127303)
@@ -1,83 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.11
-_helpver=0.5.5
-pkgrel=2
-url=http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=$pkgbase.install
-provides=($pkgbase)
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-   http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
-)
-
-prepare() {
-   cd $pkgbase-$pkgver
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-
-   cd $srcdir
-
-   cp -a $pkgbase-$pkgver $pkgbase-gtk
-   cp -a $pkgbase-$pkgver $pkgbase-qt
-}
-
-build() {
-   msg2 'build gtk'
-   gtkdir=$srcdir/$pkgbase-gtk
-   cd $gtkdir
-   bsdtar -zxf $srcdir/lazarus-20140321-2.tar.gz
-   sed -e s/\\(export\\ lazbuild=\\).*/\\1\\$(which lazbuild) 
--primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\/ -i 
build.sh
-   sed -e s/%%SRCDIR%%/${gtkdir//\//\\\/}/g -i lazarus/packagefiles.xml
-   ./build.sh beta gtk2
-
-   msg2 'build qt'
-   qtdir=$srcdir/$pkgbase-qt
-   cd $qtdir
-   bsdtar -zxf $srcdir/lazarus-20140321-2.tar.gz
-   sed -e s/\\(export\\ lazbuild=\\).*/\\1\\$(which lazbuild) 
--primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\/ -i build.sh
-   sed -e s/%%SRCDIR%%/${qtdir//\//\\\/}/g -i lazarus/packagefiles.xml
-   ./build.sh beta qt
-
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc=twin-panel (commander-style) file manager (GTK)
-   depends=('gtk2')
-   conflicts=('doublecmd-qt')
-   cd $srcdir/$pkgbase-gtk
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-
-package_doublecmd-qt() {
-   pkgdesc=twin-panel (commander-style) file manager (QT)
-   depends=('qt4pas')
-   conflicts=('doublecmd-gtk2')
-   cd $srcdir/$pkgbase-qt
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-
-sha256sums=('a7d31243f9e8fc69ed6854a264d78ee59bfe3dd89e2bb19043c715e3b3d114ea'
-'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 127302, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 16:47:03 UTC (rev 127303)
@@ -0,0 +1,83 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.6.0
+_helpver=0.6.0
+pkgrel=1
+url=http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=$pkgbase.install
+provides=($pkgbase)
+makedepends=('lazarus' 

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

2015-02-08 Thread Ike Devolder
Date: Sunday, February 8, 2015 @ 17:46:52
  Author: idevolder
Revision: 127302

upgpkg: doublecmd 0.6.0-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 16:16:09 UTC (rev 127301)
+++ PKGBUILD2015-02-08 16:46:52 UTC (rev 127302)
@@ -5,9 +5,9 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.11
-_helpver=0.5.5
-pkgrel=2
+pkgver=0.6.0
+_helpver=0.6.0
+pkgrel=1
 url=http://doublecmd.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -78,6 +78,6 @@
cp -a * $pkgdir/usr/share/$pkgbase/doc/
 }
 
-sha256sums=('a7d31243f9e8fc69ed6854a264d78ee59bfe3dd89e2bb19043c715e3b3d114ea'
-'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf'
+sha256sums=('809b182eb03ed3a07f21d6690f0289ab80eefbe3ca0a998efe65742d5f0c4a4f'
+'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
 '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')


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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 19:56:41
  Author: jlichtblau
Revision: 127307

upgpkg: homebank 5.0.0-1

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |8 
 homebank.changelog |   23 +--
 2 files changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 18:54:20 UTC (rev 127306)
+++ PKGBUILD2015-02-08 18:56:41 UTC (rev 127307)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=homebank
-pkgver=4.6.3
+pkgver=5.0.0
 pkgrel=1
 pkgdesc=Free, easy, personal accounting for everyone
 arch=('i686' 'x86_64')
 url=http://homebank.free.fr/;
 license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
 makedepends=('intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
+sha256sums=('28d4342d989997ce63acdf5b92354f6142bb6d87d57fc37dd7610beb73305918')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2015-02-08 18:54:20 UTC (rev 127306)
+++ homebank.changelog  2015-02-08 18:56:41 UTC (rev 127307)
@@ -1,29 +1,32 @@
-2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-02-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 5.0.0-1
+
+2014-08-10 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.6.3-1
 
-2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-07-29 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.6.2-1
 
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.6.1-1
 
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-03-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.6-1
 
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.5-1
 
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-10-05 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.4-1
 
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.3-1
 
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.2-1
 
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5.1-1
 
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-01-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* homebank 4.5-1


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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 19:56:49
  Author: jlichtblau
Revision: 127308

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   60 +-
 homebank.changelog |   61 ++-
 homebank.install   |   26 ++---
 3 files changed, 75 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 18:56:41 UTC (rev 127307)
+++ PKGBUILD2015-02-08 18:56:49 UTC (rev 127308)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.3
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 127307, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 18:56:49 UTC (rev 127308)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('28d4342d989997ce63acdf5b92354f6142bb6d87d57fc37dd7610beb73305918')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2015-02-08 18:56:41 UTC (rev 127307)
+++ homebank.changelog  2015-02-08 18:56:49 UTC (rev 127308)
@@ -1,29 +0,0 @@
-2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-x86_64/homebank.changelog (from rev 127307, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2015-02-08 18:56:49 UTC (rev 127308)
@@ -0,0 +1,32 @@
+2015-02-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 5.0.0-1
+
+2014-08-10 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.3-1
+
+2014-07-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau svetlemo...@archlinux.org

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

2015-02-08 Thread Jaroslav Lichtblau
Date: Sunday, February 8, 2015 @ 20:02:27
  Author: jlichtblau
Revision: 127309

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |   60 +-
 homebank.changelog |   61 ++-
 homebank.install   |   26 ++---
 3 files changed, 75 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 18:56:49 UTC (rev 127308)
+++ PKGBUILD2015-02-08 19:02:27 UTC (rev 127309)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.3
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 127308, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 19:02:27 UTC (rev 127309)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('28d4342d989997ce63acdf5b92354f6142bb6d87d57fc37dd7610beb73305918')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2015-02-08 18:56:49 UTC (rev 127308)
+++ homebank.changelog  2015-02-08 19:02:27 UTC (rev 127309)
@@ -1,29 +0,0 @@
-2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 127308, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2015-02-08 19:02:27 UTC (rev 127309)
@@ -0,0 +1,32 @@
+2015-02-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 5.0.0-1
+
+2014-08-10 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.3-1
+
+2014-07-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * homebank 

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 20:15:09
  Author: tpowa
Revision: 231151

start preparing 3.19

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

---+
 PKGBUILD  |   10 +--
 config|  170 +---
 config.x86_64 |  159 +++-
 3 files changed, 227 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 18:39:28 UTC (rev 231150)
+++ PKGBUILD2015-02-08 19:15:09 UTC (rev 231151)
@@ -4,8 +4,8 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-3.18
-pkgver=3.18.6
+_srcname=linux-3.19
+pkgver=3.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -14,8 +14,8 @@
 options=('!strip')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
 https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.sign;
-https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
-https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign;
+#https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+#https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -41,7 +41,7 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  patch -p1 -i ${srcdir}/patch-${pkgver}
+  #patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2015-02-08 18:39:28 UTC (rev 231150)
+++ config  2015-02-08 19:15:09 UTC (rev 231151)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.18.0 Kernel Configuration
+# Linux/x86 3.19.0-rc7 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -84,6 +84,7 @@
 CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
 CONFIG_GENERIC_PENDING_IRQ=y
 CONFIG_IRQ_DOMAIN=y
+CONFIG_GENERIC_MSI_IRQ=y
 # CONFIG_IRQ_DOMAIN_DEBUG is not set
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
@@ -122,7 +123,6 @@
 #
 # RCU Subsystem
 #
-CONFIG_TREE_PREEMPT_RCU=y
 CONFIG_PREEMPT_RCU=y
 # CONFIG_TASKS_RCU is not set
 CONFIG_RCU_STALL_COMMON=y
@@ -146,7 +146,7 @@
 CONFIG_CPUSETS=y
 CONFIG_PROC_PID_CPUSET=y
 CONFIG_CGROUP_CPUACCT=y
-CONFIG_RESOURCE_COUNTERS=y
+CONFIG_PAGE_COUNTER=y
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
@@ -177,6 +177,7 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
+CONFIG_INIT_FALLBACK=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
@@ -278,6 +279,7 @@
 # GCOV-based kernel profiling
 #
 # CONFIG_GCOV_KERNEL is not set
+CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 CONFIG_HAVE_GENERIC_DMA_COHERENT=y
 CONFIG_SLABINFO=y
 CONFIG_RT_MUTEXES=y
@@ -421,6 +423,7 @@
 # CONFIG_PREEMPT_VOLUNTARY is not set
 CONFIG_PREEMPT=y
 CONFIG_PREEMPT_COUNT=y
+CONFIG_X86_UP_APIC_MSI=y
 CONFIG_X86_LOCAL_APIC=y
 CONFIG_X86_IO_APIC=y
 CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
@@ -507,6 +510,7 @@
 CONFIG_ARCH_USES_PG_UNCACHED=y
 CONFIG_ARCH_RANDOM=y
 CONFIG_X86_SMAP=y
+# CONFIG_X86_INTEL_MPX is not set
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_SECCOMP=y
@@ -545,7 +549,6 @@
 CONFIG_PM_WAKELOCKS=y
 CONFIG_PM_WAKELOCKS_LIMIT=100
 CONFIG_PM_WAKELOCKS_GC=y
-CONFIG_PM_RUNTIME=y
 CONFIG_PM=y
 CONFIG_PM_DEBUG=y
 CONFIG_PM_ADVANCED_DEBUG=y
@@ -593,6 +596,7 @@
 CONFIG_ACPI_APEI_EINJ=m
 CONFIG_ACPI_APEI_ERST_DEBUG=m
 CONFIG_ACPI_EXTLOG=m
+# CONFIG_PMIC_OPREGION is not set
 CONFIG_SFI=y
 CONFIG_X86_APM_BOOT=y
 CONFIG_APM=y
@@ -610,6 +614,7 @@
 CONFIG_CPU_FREQ_STAT=m
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
@@ -618,11 +623,11 @@
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
-# CONFIG_CPUFREQ_DT is not set
 
 #
-# x86 CPU frequency scaling drivers
+# CPU frequency scaling drivers
 #
+# CONFIG_CPUFREQ_DT is not set
 CONFIG_X86_INTEL_PSTATE=y
 CONFIG_X86_PCC_CPUFREQ=m
 CONFIG_X86_ACPI_CPUFREQ=m
@@ -691,7 +696,6 @@
 CONFIG_PCI_IOV=y
 CONFIG_PCI_PRI=y
 CONFIG_PCI_PASID=y
-CONFIG_PCI_IOAPIC=y
 CONFIG_PCI_LABEL=y
 
 #
@@ -810,6 +814,7 @@
 CONFIG_NET_IPVTI=m
 CONFIG_NET_UDP_TUNNEL=m
 CONFIG_NET_FOU=m
+CONFIG_NET_FOU_IP_TUNNELS=y
 CONFIG_GENEVE=m
 CONFIG_INET_AH=m
 CONFIG_INET_ESP=m
@@ -919,6 +924,7 @@
 CONFIG_NF_NAT_IRC=m
 CONFIG_NF_NAT_SIP=m
 CONFIG_NF_NAT_TFTP=m
+CONFIG_NF_NAT_REDIRECT=m
 

[arch-commits] Commit in livestreamer/repos/community-any (3 files)

2015-02-08 Thread Evangelos Foutras
Date: Sunday, February 8, 2015 @ 17:16:09
  Author: foutrelis
Revision: 127301

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 127300, livestreamer/trunk/PKGBUILD)
  
livestreamer/repos/community-any/plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
(from rev 127300, 
livestreamer/trunk/plugins-hitbox-Refactor-to-use-the-StreamMapper.patch)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   71 +++--
 plugins-hitbox-Refactor-to-use-the-StreamMapper.patch |  197 
 2 files changed, 237 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 16:16:00 UTC (rev 127300)
+++ PKGBUILD2015-02-08 16:16:09 UTC (rev 127301)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-makedepends=('python-sphinx')
-source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('84dd83d301518ffcf96f30cbffc0e0598e0756e7ab8e7498d11285d42fe17f9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build_sphinx -b man
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-
-  install -Dm644 build/sphinx/man/livestreamer.1 \
-$pkgdir/usr/share/man/man1/livestreamer.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 127300, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 16:16:09 UTC (rev 127301)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.11.1
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+makedepends=('python-sphinx')
+source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz
+plugins-hitbox-Refactor-to-use-the-StreamMapper.patch)
+sha256sums=('84dd83d301518ffcf96f30cbffc0e0598e0756e7ab8e7498d11285d42fe17f9c'
+'1a305add9db98912f0cdb16862d1296588b2ed299587de26d93c5be53f9fd572')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://github.com/chrippa/livestreamer/issues/648
+  patch -Np1 -i ../plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build_sphinx -b man
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 build/sphinx/man/livestreamer.1 \
+$pkgdir/usr/share/man/man1/livestreamer.1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
livestreamer/repos/community-any/plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
 (from rev 127300, 
livestreamer/trunk/plugins-hitbox-Refactor-to-use-the-StreamMapper.patch)
===
--- plugins-hitbox-Refactor-to-use-the-StreamMapper.patch   
(rev 0)
+++ plugins-hitbox-Refactor-to-use-the-StreamMapper.patch   2015-02-08 
16:16:09 UTC (rev 127301)
@@ -0,0 +1,197 @@
+From 3cd7f604b9f3327f7626b719a3035c47a68ea9a2 Mon Sep 17 00:00:00 2001
+From: Christopher Rosell chri...@tanuki.se
+Date: Tue, 16 Dec 2014 23:03:17 +0100
+Subject: [PATCH] plugins.hitbox: Refactor to use the StreamMapper.
+
+Also add support for HLS streams.
+
+Resolves #648.
+---
+ src/livestreamer/plugins/hitbox.py | 139 -
+ 1 file changed, 92 insertions(+), 47 deletions(-)
+
+diff --git a/src/livestreamer/plugins/hitbox.py 
b/src/livestreamer/plugins/hitbox.py
+index 306a318..556a3d9 100644
+--- a/src/livestreamer/plugins/hitbox.py
 b/src/livestreamer/plugins/hitbox.py
+@@ -1,10 +1,13 @@
+ import re
+ 
++from itertools import chain
++
+ from livestreamer.compat import urlparse
+ from livestreamer.plugin import Plugin
+-from livestreamer.plugin.api import http, validate
++from livestreamer.plugin.api import StreamMapper, http, validate
+ from livestreamer.stream import HLSStream, HTTPStream, RTMPStream
+ 

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

2015-02-08 Thread Evangelos Foutras
Date: Sunday, February 8, 2015 @ 17:16:00
  Author: foutrelis
Revision: 127300

upgpkg: livestreamer 1.11.1-2

Add upstream fix for the hitbox plugin.

Added:
  livestreamer/trunk/plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
Modified:
  livestreamer/trunk/PKGBUILD

---+
 PKGBUILD  |   15 -
 plugins-hitbox-Refactor-to-use-the-StreamMapper.patch |  197 
 2 files changed, 209 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 14:20:49 UTC (rev 127299)
+++ PKGBUILD2015-02-08 16:16:00 UTC (rev 127300)
@@ -3,7 +3,7 @@
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
 url='https://github.com/chrippa/livestreamer'
@@ -10,9 +10,18 @@
 license=('BSD')
 depends=('python-requests' 'rtmpdump' 'python-setuptools')
 makedepends=('python-sphinx')
-source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('84dd83d301518ffcf96f30cbffc0e0598e0756e7ab8e7498d11285d42fe17f9c')
+source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz
+plugins-hitbox-Refactor-to-use-the-StreamMapper.patch)
+sha256sums=('84dd83d301518ffcf96f30cbffc0e0598e0756e7ab8e7498d11285d42fe17f9c'
+'1a305add9db98912f0cdb16862d1296588b2ed299587de26d93c5be53f9fd572')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://github.com/chrippa/livestreamer/issues/648
+  patch -Np1 -i ../plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   python setup.py build_sphinx -b man

Added: plugins-hitbox-Refactor-to-use-the-StreamMapper.patch
===
--- plugins-hitbox-Refactor-to-use-the-StreamMapper.patch   
(rev 0)
+++ plugins-hitbox-Refactor-to-use-the-StreamMapper.patch   2015-02-08 
16:16:00 UTC (rev 127300)
@@ -0,0 +1,197 @@
+From 3cd7f604b9f3327f7626b719a3035c47a68ea9a2 Mon Sep 17 00:00:00 2001
+From: Christopher Rosell chri...@tanuki.se
+Date: Tue, 16 Dec 2014 23:03:17 +0100
+Subject: [PATCH] plugins.hitbox: Refactor to use the StreamMapper.
+
+Also add support for HLS streams.
+
+Resolves #648.
+---
+ src/livestreamer/plugins/hitbox.py | 139 -
+ 1 file changed, 92 insertions(+), 47 deletions(-)
+
+diff --git a/src/livestreamer/plugins/hitbox.py 
b/src/livestreamer/plugins/hitbox.py
+index 306a318..556a3d9 100644
+--- a/src/livestreamer/plugins/hitbox.py
 b/src/livestreamer/plugins/hitbox.py
+@@ -1,10 +1,13 @@
+ import re
+ 
++from itertools import chain
++
+ from livestreamer.compat import urlparse
+ from livestreamer.plugin import Plugin
+-from livestreamer.plugin.api import http, validate
++from livestreamer.plugin.api import StreamMapper, http, validate
+ from livestreamer.stream import HLSStream, HTTPStream, RTMPStream
+ 
++HLS_PLAYLIST_BASE = http://www.hitbox.tv{0};
+ LIVE_API = http://www.hitbox.tv/api/media/live/{0}?showHidden=true;
+ PLAYER_API = 
http://www.hitbox.tv/api/player/config/{0}/{1}?embed=falseshowHidden=true;
+ SWF_BASE = http://edge.vie.hitbox.tv/static/player/flowplayer/;
+@@ -43,7 +46,7 @@
+ validate.filter(lambda b: b.get(url) and b.get(label)),
+ [{
+ label: validate.text,
+-url: validate.text
++url: validate.text,
+ }],
+ )
+ },
+@@ -52,15 +55,20 @@
+ validate.optional(netConnectionUrl): validate.text,
+ validate.optional(bitrates): [{
+ label: validate.text,
+-url: validate.text
++url: validate.text,
++provider: validate.text
+ }]
+ }],
+-plugins: {
+-validate.optional(clustering): {
+-netConnectionUrl: validate.text,
+-url: validate.text
++plugins: validate.all(
++dict,
++validate.filter(lambda k, v: k in [rtmp, rtmpHitbox, hls]),
++{
++validate.text: {
++validate.optional(netConnectionUrl): validate.text,
++url: validate.text
++}
+ }
+-}
++)
+ }
+ )
+ 
+@@ -77,6 +85,79 @@ def _get_quality(self, label):
+ 
+ return live
+ 
++def _create_hls_streams(self, bitrate):
++url = bitrate[url]
++quality = self._get_quality(bitrate[label])
++
++if not url.startswith(http):
++url = HLS_PLAYLIST_BASE.format(url)
++
++if bitrate[label] == Auto:
++try:
++streams = 

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

2015-02-08 Thread Christian Hesse
Date: Sunday, February 8, 2015 @ 15:20:49
  Author: eworm
Revision: 127299

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

Added:
  gnome-packagekit/repos/community-i686/
  gnome-packagekit/repos/community-i686/PKGBUILD
(from rev 127298, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
(from rev 127298, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-x86_64/
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 127298, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
(from rev 127298, gnome-packagekit/trunk/gnome-packagekit.install)

---+
 community-i686/PKGBUILD   |   36 
 community-i686/gnome-packagekit.install   |   13 ++
 community-x86_64/PKGBUILD |   36 
 community-x86_64/gnome-packagekit.install |   13 ++
 4 files changed, 98 insertions(+)

Copied: gnome-packagekit/repos/community-i686/PKGBUILD (from rev 127298, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 14:20:49 UTC (rev 127299)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.14.2
+pkgrel=2
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=${pkgname}.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('d3abbf6f7e599a5f39dda28b99a5f511380612283078a35ea8daf71e6c51ebc3')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-schemas-compile \
+   --disable-gtk-doc \
+   PYTHON=/usr/bin/python2
+   sed -i 's|docbook2man|docbook2man --sgml|' man/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}
+

Copied: gnome-packagekit/repos/community-i686/gnome-packagekit.install (from 
rev 127298, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- community-i686/gnome-packagekit.install (rev 0)
+++ community-i686/gnome-packagekit.install 2015-02-08 14:20:49 UTC (rev 
127299)
@@ -0,0 +1,13 @@
+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-packagekit/repos/community-x86_64/PKGBUILD (from rev 127298, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-08 14:20:49 UTC (rev 127299)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.14.2
+pkgrel=2
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=${pkgname}.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('d3abbf6f7e599a5f39dda28b99a5f511380612283078a35ea8daf71e6c51ebc3')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-schemas-compile \
+   --disable-gtk-doc \
+   PYTHON=/usr/bin/python2
+   sed -i 's|docbook2man|docbook2man --sgml|' man/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}
+

Copied: gnome-packagekit/repos/community-x86_64/gnome-packagekit.install (from 
rev 127298, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- community-x86_64/gnome-packagekit.install   (rev 0)
+++ community-x86_64/gnome-packagekit.install   

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

2015-02-08 Thread Christian Hesse
Date: Sunday, February 8, 2015 @ 22:41:40
  Author: eworm
Revision: 127312

upgpkg: packagekit 1.0.4-3

* remove build dependency for pm-utils (upstream removed support with commit 
Remove PmUtils script helper 7231e6a2)
* fix upstream bug alpm: remove is broken (#39)

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:22:44 UTC (rev 127311)
+++ PKGBUILD2015-02-08 21:41:40 UTC (rev 127312)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit'
+   'networkmanager' 'pacman=4.2.0' 'polkit'
'shared-mime-info' 'sqlite' 'bash-completion')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
@@ -20,13 +20,23 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   
'packagekit-0001-fix-bad-event-usage-when-removing-package.patch::https://github.com/hughsie/PackageKit/commit/d4e5654eff038e828e142d4e0fefc64e1e2491e7.patch'
+   
'packagekit-0002-honor-simulate-flag-while-removing-packages.patch::https://github.com/hughsie/PackageKit/commit/b024647bd4e6ced41e811b88aea1cea16cb28dfb.patch')
 sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71'
-   'SKIP')
+   'SKIP'
+   'bb2ea68145af2e542c74b5e76ec729c46f65345861b624cb37695830b899ecbf'
+   '4c2ca5ee5b60257ecf67c3822561510587b0afe263abf4fba98879d4d15156ea')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}
 
+   # https://github.com/hughsie/PackageKit/pull/43/commits
+   # alpm: fix bad event usage when removing package
+   patch -Np1  
${srcdir}/packagekit-0001-fix-bad-event-usage-when-removing-package.patch
+   # alpm: honor simulate flag while removing packages
+   patch -Np1  
${srcdir}/packagekit-0002-honor-simulate-flag-while-removing-packages.patch
+
# packagekit does not know about updates made by pacman while daemon is 
running
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.


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

2015-02-08 Thread Gaetan Bisson
Date: Sunday, February 8, 2015 @ 22:41:25
  Author: bisson
Revision: 231159

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:37:34 UTC (rev 231158)
+++ PKGBUILD2015-02-08 21:41:25 UTC (rev 231159)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.14.2
+pkgver=4.15
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -11,8 +11,8 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/su-4.14.2/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
 
 install=install
 


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

2015-02-08 Thread Gaetan Bisson
Date: Sunday, February 8, 2015 @ 22:41:54
  Author: bisson
Revision: 231160

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

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

---+
 /PKGBUILD |   64 
 /install  |   36 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/install|   18 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/install  |   18 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 21:41:25 UTC (rev 231159)
+++ extra-i686/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sharutils
-pkgver=4.14.2
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/su-4.14.2/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: sharutils/repos/extra-i686/PKGBUILD (from rev 231159, 
sharutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sharutils
+pkgver=4.15
+pkgrel=1
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2015-02-08 21:41:25 UTC (rev 231159)
+++ extra-i686/install  2015-02-08 21:41:54 UTC (rev 231160)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file $infodir/dir
-   done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file $infodir/dir
-   done
-}

Copied: sharutils/repos/extra-i686/install (from rev 231159, 
sharutils/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2015-02-08 21:41:54 UTC (rev 231160)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+   for file in ${filelist[@]}; do
+   install-info $infodir/$file $infodir/dir
+   done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file $infodir/dir
+   done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-08 21:41:25 UTC (rev 231159)
+++ extra-x86_64/PKGBUILD   2015-02-08 21:41:54 UTC (rev 231160)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sharutils
-pkgver=4.14.2

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

2015-02-08 Thread Christian Hesse
Date: Sunday, February 8, 2015 @ 22:48:20
  Author: eworm
Revision: 127313

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

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

-+
 /PKGBUILD   |  148 ++
 /packagekit.install |   22 +
 community-i686/PKGBUILD |   64 --
 community-i686/packagekit.install   |   11 --
 community-x86_64/PKGBUILD   |   64 --
 community-x86_64/packagekit.install |   11 --
 6 files changed, 170 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 21:41:40 UTC (rev 127312)
+++ community-i686/PKGBUILD 2015-02-08 21:48:20 UTC (rev 127313)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse m...@eworm.de
-# Contributor: Jonathan Conder jonno.con...@gmail.com
-
-pkgname='packagekit'
-pkgver=1.0.4
-pkgrel=2
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit'
-   'shared-mime-info' 'sqlite' 'bash-completion')
-optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-install='packagekit.install'
-backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
-sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71'
-   'SKIP')
-
-prepare() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   # packagekit does not know about updates made by pacman while daemon is 
running
-   # https://github.com/hughsie/PackageKit/issues/15
-   # For now we just exit the daemon... It will launch with a clean status 
if required.
-   sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-}
-
-build() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-dummy \
-   --enable-alpm
-   make
-}
-
-package() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 ${pkgdir}/usr/share/polkit-1/rules.d
-
-   make DESTDIR=${pkgdir} install
-}
-

Copied: packagekit/repos/community-i686/PKGBUILD (from rev 127312, 
packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 21:48:20 UTC (rev 127313)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'pacman=4.2.0' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')

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

2015-02-08 Thread Tobias Powalowski
Date: Sunday, February 8, 2015 @ 20:21:44
  Author: tpowa
Revision: 231152

fix #43527

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

---+
 PKGBUILD  |2 --
 config|4 +++-
 config.x86_64 |4 +++-
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:15:09 UTC (rev 231151)
+++ PKGBUILD2015-02-08 19:21:44 UTC (rev 231152)
@@ -134,8 +134,6 @@
   rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
   # remove the firmware
   rm -rf ${pkgdir}/lib/firmware
-  # gzip -9 all modules to save 100MB of space
-  find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
   # make room for external modules
   ln -s ../extramodules-${_basekernel}${_kernelname:--ARCH} 
${pkgdir}/lib/modules/${_kernver}/extramodules
   # add real version for building modules and running depmod from 
post_install/upgrade

Modified: config
===
--- config  2015-02-08 19:15:09 UTC (rev 231151)
+++ config  2015-02-08 19:21:44 UTC (rev 231152)
@@ -291,7 +291,9 @@
 CONFIG_MODVERSIONS=y
 # CONFIG_MODULE_SRCVERSION_ALL is not set
 # CONFIG_MODULE_SIG is not set
-# CONFIG_MODULE_COMPRESS is not set
+CONFIG_MODULE_COMPRESS=y
+CONFIG_MODULE_COMPRESS_GZIP=y
+# CONFIG_MODULE_COMPRESS_XZ is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_BLOCK=y
 CONFIG_LBDAF=y

Modified: config.x86_64
===
--- config.x86_64   2015-02-08 19:15:09 UTC (rev 231151)
+++ config.x86_64   2015-02-08 19:21:44 UTC (rev 231152)
@@ -303,7 +303,9 @@
 CONFIG_MODVERSIONS=y
 # CONFIG_MODULE_SRCVERSION_ALL is not set
 # CONFIG_MODULE_SIG is not set
-# CONFIG_MODULE_COMPRESS is not set
+CONFIG_MODULE_COMPRESS=y
+CONFIG_MODULE_COMPRESS_GZIP=y
+# CONFIG_MODULE_COMPRESS_XZ is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_BLOCK=y
 CONFIG_BLK_DEV_BSG=y


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

2015-02-08 Thread Daniel Micay
Date: Sunday, February 8, 2015 @ 20:22:14
  Author: thestinger
Revision: 127310

upgpkg: qcachegrind 0.7.4-4

Modified:
  qcachegrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:02:27 UTC (rev 127309)
+++ PKGBUILD2015-02-08 19:22:14 UTC (rev 127310)
@@ -5,12 +5,12 @@
 pkgname=qcachegrind
 _pkgname=kcachegrind
 pkgver=0.7.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Visualization of Performance Profiling Data'
 arch=('i686' 'x86_64')
 url='http://kcachegrind.sourceforge.net'
 license=('GPL2')
-depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
 optdepends=('graphviz: For drawing call graphs'
 'php: pprof2calltree'
 'python2: hotshot2calltree')


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

2015-02-08 Thread Daniel Micay
Date: Sunday, February 8, 2015 @ 20:22:44
  Author: thestinger
Revision: 127311

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

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

--+
 /PKGBUILD|   88 +
 /qcachegrind.install |   24 +
 community-i686/PKGBUILD  |   44 
 community-i686/qcachegrind.install   |   12 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/qcachegrind.install |   12 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 19:22:14 UTC (rev 127310)
+++ community-i686/PKGBUILD 2015-02-08 19:22:44 UTC (rev 127311)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Ivan Sichmann Freitas ivansichfrei...@gmail.com
-
-pkgname=qcachegrind
-_pkgname=kcachegrind
-pkgver=0.7.4
-pkgrel=3
-pkgdesc='Visualization of Performance Profiling Data'
-arch=('i686' 'x86_64')
-url='http://kcachegrind.sourceforge.net'
-license=('GPL2')
-depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('graphviz: For drawing call graphs'
-'php: pprof2calltree'
-'python2: hotshot2calltree')
-conflicts=('kdesdk-kcachegrind')
-source=(http://kcachegrind.sourceforge.net/$_pkgname-$pkgver.tar.gz)
-md5sums=('a0be465c0f4acfa08bedafb3963a3193')
-install=$pkgname.install
-
-build() {
-  cd $_pkgname-$pkgver
-  qmake-qt5
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  install -Dm755 cgview/cgview $pkgdir/usr/bin/cgview
-  install -Dm755 qcachegrind/qcachegrind $pkgdir/usr/bin/qcachegrind
-  install -Dm755 converters/{dprof,hotshot,memprof,op,pprof}2calltree \
-$pkgdir/usr/bin/
-  install -Dm644 qcachegrind/qcachegrind.desktop \
-$pkgdir/usr/share/applications/qcachegrind.desktop
-  install -Dm644 kcachegrind/hi32-app-kcachegrind.png \
-$pkgdir/usr/share/icons/hicolor/32x32/apps/kcachegrind.png
-  install -Dm644 kcachegrind/hi48-app-kcachegrind.png \
-$pkgdir/usr/share/icons/hicolor/48x48/apps/kcachegrind.png
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/bin/hotshot2calltree
-}

Copied: qcachegrind/repos/community-i686/PKGBUILD (from rev 127310, 
qcachegrind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 19:22:44 UTC (rev 127311)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfrei...@gmail.com
+
+pkgname=qcachegrind
+_pkgname=kcachegrind
+pkgver=0.7.4
+pkgrel=4
+pkgdesc='Visualization of Performance Profiling Data'
+arch=('i686' 'x86_64')
+url='http://kcachegrind.sourceforge.net'
+license=('GPL2')
+depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
+optdepends=('graphviz: For drawing call graphs'
+'php: pprof2calltree'
+'python2: hotshot2calltree')
+conflicts=('kdesdk-kcachegrind')
+source=(http://kcachegrind.sourceforge.net/$_pkgname-$pkgver.tar.gz)
+md5sums=('a0be465c0f4acfa08bedafb3963a3193')
+install=$pkgname.install
+
+build() {
+  cd $_pkgname-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  install -Dm755 cgview/cgview $pkgdir/usr/bin/cgview
+  install -Dm755 qcachegrind/qcachegrind $pkgdir/usr/bin/qcachegrind
+  install -Dm755 converters/{dprof,hotshot,memprof,op,pprof}2calltree \
+$pkgdir/usr/bin/
+  install -Dm644 qcachegrind/qcachegrind.desktop \
+$pkgdir/usr/share/applications/qcachegrind.desktop
+  install -Dm644 kcachegrind/hi32-app-kcachegrind.png \
+$pkgdir/usr/share/icons/hicolor/32x32/apps/kcachegrind.png
+  install -Dm644 kcachegrind/hi48-app-kcachegrind.png \
+$pkgdir/usr/share/icons/hicolor/48x48/apps/kcachegrind.png
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Deleted: community-i686/qcachegrind.install
===
--- community-i686/qcachegrind.install  2015-02-08 19:22:14 

[arch-commits] Commit in coin-or-coinutils/repos (8 files)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:12:24
  Author: arojas
Revision: 127315

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

Added:
  coin-or-coinutils/repos/community-staging-i686/
  coin-or-coinutils/repos/community-staging-i686/CoinRational.patch
(from rev 127314, coin-or-coinutils/trunk/CoinRational.patch)
  coin-or-coinutils/repos/community-staging-i686/CoinRational2.patch
(from rev 127314, coin-or-coinutils/trunk/CoinRational2.patch)
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 127314, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/
  coin-or-coinutils/repos/community-staging-x86_64/CoinRational.patch
(from rev 127314, coin-or-coinutils/trunk/CoinRational.patch)
  coin-or-coinutils/repos/community-staging-x86_64/CoinRational2.patch
(from rev 127314, coin-or-coinutils/trunk/CoinRational2.patch)
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 127314, coin-or-coinutils/trunk/PKGBUILD)

--+
 community-staging-i686/CoinRational.patch|   10 +
 community-staging-i686/CoinRational2.patch   |   10 +
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-x86_64/CoinRational.patch  |   10 +
 community-staging-x86_64/CoinRational2.patch |   10 +
 community-staging-x86_64/PKGBUILD|   45 +
 6 files changed, 130 insertions(+)

Copied: coin-or-coinutils/repos/community-staging-i686/CoinRational.patch (from 
rev 127314, coin-or-coinutils/trunk/CoinRational.patch)
===
--- community-staging-i686/CoinRational.patch   (rev 0)
+++ community-staging-i686/CoinRational.patch   2015-02-08 22:12:24 UTC (rev 
127315)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.am.orig 2015-01-20 00:44:08.982573893 +0100
 CoinUtils/src/Makefile.am  2015-01-20 00:44:38.656137230 +0100
+@@ -161,6 +161,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Copied: coin-or-coinutils/repos/community-staging-i686/CoinRational2.patch 
(from rev 127314, coin-or-coinutils/trunk/CoinRational2.patch)
===
--- community-staging-i686/CoinRational2.patch  (rev 0)
+++ community-staging-i686/CoinRational2.patch  2015-02-08 22:12:24 UTC (rev 
127315)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.in.orig 2015-01-20 00:55:48.206963412 +0100
 CoinUtils/src/Makefile.in  2015-01-20 00:56:30.617185620 +0100
+@@ -481,6 +481,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
127314, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-08 22:12:24 UTC (rev 127315)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.2
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;
 'CoinRational.patch' 'CoinRational2.patch')
+sha1sums=('bba1f30169dae236f44b94a573956ce7bf3e2ce0'
+  'a894098d7705b082ac89591d9c45e259dd33'
+  'ef5ee274c75893d0f0b69cdf376996154b03780e')
+
+prepare() {
+  cd CoinUtils-$pkgver
+
+# install missing header
+  patch -p0 -i $srcdir/CoinRational.patch
+  patch -p0 -i $srcdir/CoinRational2.patch
+}
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-coinutils/repos/community-staging-x86_64/CoinRational.patch 
(from rev 127314, coin-or-coinutils/trunk/CoinRational.patch)
===
--- community-staging-x86_64/CoinRational.patch (rev 0)
+++ community-staging-x86_64/CoinRational.patch 2015-02-08 

[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:12:03
  Author: arojas
Revision: 127314

upgpkg: coin-or-coinutils 2.10.2-1

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 21:48:20 UTC (rev 127313)
+++ PKGBUILD2015-02-08 22:12:03 UTC (rev 127314)
@@ -4,8 +4,8 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=4
+pkgver=2.10.2
+pkgrel=1
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/CoinUtils;
@@ -14,7 +14,7 @@
 makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;
 'CoinRational.patch' 'CoinRational2.patch')
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874'
+sha1sums=('bba1f30169dae236f44b94a573956ce7bf3e2ce0'
   'a894098d7705b082ac89591d9c45e259dd33'
   'ef5ee274c75893d0f0b69cdf376996154b03780e')
 


[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:22:16
  Author: arojas
Revision: 127316

Coinutils 2.10.2 rebuild

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 22:12:24 UTC (rev 127315)
+++ PKGBUILD2015-02-08 22:22:16 UTC (rev 127316)
@@ -3,7 +3,7 @@
 
 pkgname=coin-or-osi
 pkgver=0.107.0
-pkgrel=2
+pkgrel=3
 pkgdesc=COIN-OR Open Solver Interface
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/Osi;
@@ -10,7 +10,7 @@
 license=('EPL')
 groups=('coin-or')
 depends=('coin-or-coinutils')
-makedepends=('gcc-fortran' 'lapack' 'glpk')
+makedepends=('gcc-fortran')
 source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
 sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
 


[arch-commits] Commit in coin-or-osi/repos (4 files)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:22:37
  Author: arojas
Revision: 127317

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

Added:
  coin-or-osi/repos/community-staging-i686/
  coin-or-osi/repos/community-staging-i686/PKGBUILD
(from rev 127316, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-staging-x86_64/
  coin-or-osi/repos/community-staging-x86_64/PKGBUILD
(from rev 127316, coin-or-osi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: coin-or-osi/repos/community-staging-i686/PKGBUILD (from rev 127316, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-08 22:22:37 UTC (rev 127317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=3
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+makedepends=('gcc-fortran')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-osi/repos/community-staging-x86_64/PKGBUILD (from rev 127316, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-08 22:22:37 UTC (rev 127317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=3
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+makedepends=('gcc-fortran')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:37:53
  Author: arojas
Revision: 127318

Update to 1.16.1

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 22:22:37 UTC (rev 127317)
+++ PKGBUILD2015-02-08 22:37:53 UTC (rev 127318)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-clp
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc=COIN-OR linear programming solver
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('coin-or')
 depends=('coin-or-osi' 'suitesparse')
 source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('700eba68fbaa56a499e498e9bb6d6159b4a1d83f')
+sha1sums=('9d08bd006f6e52fd70569b1e68439df7f3a11438')
 
 build() {
   cd Clp-$pkgver/Clp


[arch-commits] Commit in coin-or-clp/repos (4 files)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:38:15
  Author: arojas
Revision: 127319

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

Added:
  coin-or-clp/repos/community-staging-i686/
  coin-or-clp/repos/community-staging-i686/PKGBUILD
(from rev 127318, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-staging-x86_64/
  coin-or-clp/repos/community-staging-x86_64/PKGBUILD
(from rev 127318, coin-or-clp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: coin-or-clp/repos/community-staging-i686/PKGBUILD (from rev 127318, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-08 22:38:15 UTC (rev 127319)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.1
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Clp;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-osi' 'suitesparse')
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('9d08bd006f6e52fd70569b1e68439df7f3a11438')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-clp/repos/community-staging-x86_64/PKGBUILD (from rev 127318, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-08 22:38:15 UTC (rev 127319)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.1
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Clp;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-osi' 'suitesparse')
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('9d08bd006f6e52fd70569b1e68439df7f3a11438')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:46:59
  Author: arojas
Revision: 127321

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

Added:
  coin-or-cgl/repos/community-staging-i686/
  coin-or-cgl/repos/community-staging-i686/PKGBUILD
(from rev 127320, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-staging-x86_64/
  coin-or-cgl/repos/community-staging-x86_64/PKGBUILD
(from rev 127320, coin-or-cgl/trunk/PKGBUILD)

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

Copied: coin-or-cgl/repos/community-staging-i686/PKGBUILD (from rev 127320, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-08 22:46:59 UTC (rev 127321)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.1
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cgl;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('a80eadfb60154751eff500ac629f40057eebb0ca')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-cgl/repos/community-staging-x86_64/PKGBUILD (from rev 127320, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-08 22:46:59 UTC (rev 127321)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.1
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cgl;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('a80eadfb60154751eff500ac629f40057eebb0ca')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:46:41
  Author: arojas
Revision: 127320

Update to 0.59.1

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 22:38:15 UTC (rev 127319)
+++ PKGBUILD2015-02-08 22:46:41 UTC (rev 127320)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cgl
-pkgver=0.59.0
+pkgver=0.59.1
 pkgrel=1
 pkgdesc=COIN-OR Cut Generation Library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('coin-or')
 depends=('coin-or-clp')
 source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('13d15895bd8425c7c9d9fe2ae9cb92babc6c3a73')
+sha1sums=('a80eadfb60154751eff500ac629f40057eebb0ca')
 
 build() {
   cd Cgl-$pkgver/Cgl


[arch-commits] Commit in coin-or-cbc/repos (4 files)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:59:03
  Author: arojas
Revision: 127323

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

Added:
  coin-or-cbc/repos/community-staging-i686/
  coin-or-cbc/repos/community-staging-i686/PKGBUILD
(from rev 127322, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-staging-x86_64/
  coin-or-cbc/repos/community-staging-x86_64/PKGBUILD
(from rev 127322, coin-or-cbc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: coin-or-cbc/repos/community-staging-i686/PKGBUILD (from rev 127322, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-08 22:59:03 UTC (rev 127323)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cbc;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cgl')
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('337f1ef086d88d4fd17c1895778e22a3729ae29f')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-cbc/repos/community-staging-x86_64/PKGBUILD (from rev 127322, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-08 22:59:03 UTC (rev 127323)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cbc;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cgl')
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('337f1ef086d88d4fd17c1895778e22a3729ae29f')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2015-02-08 Thread Antonio Rojas
Date: Sunday, February 8, 2015 @ 23:58:46
  Author: arojas
Revision: 127322

Update to 2.9.1

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 22:46:59 UTC (rev 127321)
+++ PKGBUILD2015-02-08 22:58:46 UTC (rev 127322)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cbc
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
 pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/Cbc;
@@ -13,7 +13,7 @@
 groups=('coin-or')
 depends=('coin-or-cgl')
 source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('6b08e4b0e9decfc7fd770b945b31adf7f3cefeb6')
+sha1sums=('337f1ef086d88d4fd17c1895778e22a3729ae29f')
 
 build() {
   cd Cbc-$pkgver/Cbc


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

2015-02-08 Thread Antonio Rojas
Date: Monday, February 9, 2015 @ 01:35:40
  Author: arojas
Revision: 127324

Coinutils 2.10.2 rebuild

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 22:59:03 UTC (rev 127323)
+++ PKGBUILD2015-02-09 00:35:40 UTC (rev 127324)
@@ -9,7 +9,7 @@
 
 pkgname=sage-mathematics
 pkgver=6.4.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
 arch=('i686' 'x86_64')
 url=http://www.sagemath.org;


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:01:25
  Author: tpowa
Revision: 127340

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

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

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 127339, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-09 07:01:25 UTC (rev 127340)
@@ -0,0 +1,45 @@
+# $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.039.00
+pkgrel=10
+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://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_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_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 127339, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2015-02-09 07:01:25 UTC (rev 
127340)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.19-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-testing-x86_64/PKGBUILD (from rev 127339, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-09 07:01:25 UTC (rev 127340)
@@ -0,0 +1,45 @@
+# $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.039.00
+pkgrel=10
+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://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:01:11
  Author: tpowa
Revision: 127339

upgpkg: r8168 8.039.00-10

rebuild against 3.19

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 06:41:05 UTC (rev 127338)
+++ PKGBUILD2015-02-09 07:01:11 UTC (rev 127339)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=9
+pkgrel=10
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)

Modified: r8168.install
===
--- r8168.install   2015-02-09 06:41:05 UTC (rev 127338)
+++ r8168.install   2015-02-09 07:01:11 UTC (rev 127339)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.16-ARCH'
+   EXTRAMODULES='extramodules-3.19-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:03:32
  Author: tpowa
Revision: 127341

upgpkg: rt3562sta 2.4.1.1_r1-20

rebuild against 3.19

Modified:
  rt3562sta/trunk/PKGBUILD
  rt3562sta/trunk/rt3562sta.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 07:01:25 UTC (rev 127340)
+++ PKGBUILD2015-02-09 07:03:32 UTC (rev 127341)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=19
+pkgrel=20
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;

Modified: rt3562sta.install
===
--- rt3562sta.install   2015-02-09 07:01:25 UTC (rev 127340)
+++ rt3562sta.install   2015-02-09 07:03:32 UTC (rev 127341)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.15-ARCH'
+   EXTRAMODULES='extramodules-3.19-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:03:40
  Author: tpowa
Revision: 127342

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

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

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/rt3562sta.install   |   16 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 4 files changed, 152 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 127341, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-09 07:03:40 UTC (rev 127342)
@@ -0,0 +1,60 @@
+# $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_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=20
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+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 | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   # clean up this mess of mixing RT2860STA with RT3562STA
+   # in documentation files
+   mv RT2860STA.dat RT3562STA.dat
+   mv RT2860STACard.dat RT3562STACard.dat
+   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
+
+   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
+   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
+   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
+   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
+
+   export EXTRA_CFLAGS=-DVERSION=$pkgver
+
+   # this Makefile is far too strict...
+   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
+
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_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-3.$_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-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
127341, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2015-02-09 07:03:40 UTC (rev 
127342)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.19-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-testing-x86_64/PKGBUILD (from rev 127341, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-09 07:03:40 UTC (rev 127342)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:06:14
  Author: tpowa
Revision: 127344

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

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

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   22 
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   22 
 6 files changed, 134 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
127343, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-02-09 07:06:14 UTC (rev 
127344)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 127343, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-09 07:06:14 UTC (rev 127344)
@@ -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-3.19-ARCH
+pkgrel=6
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+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-testing-i686/vhba-module.install (from rev 
127343, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2015-02-09 07:06:14 UTC (rev 
127344)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
127343, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2015-02-09 07:06:14 UTC (rev 
127344)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 127343, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-09 07:06:14 UTC (rev 127344)
@@ -0,0 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:06:03
  Author: tpowa
Revision: 127343

upgpkg: vhba-module 20140928-6

rebuild against 3.19

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 07:03:40 UTC (rev 127342)
+++ PKGBUILD2015-02-09 07:06:03 UTC (rev 127343)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-3.18-ARCH
-pkgrel=5
+_extramodules=extramodules-3.19-ARCH
+pkgrel=6
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
 options=(!makeflags)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:18:18
  Author: tpowa
Revision: 127346

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

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

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 127345, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-09 07:18:18 UTC (rev 127346)
@@ -0,0 +1,59 @@
+# $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
+pkgrel=63
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  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${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
127345, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2015-02-09 07:18:18 UTC (rev 
127346)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.19-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 127345, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-09 07:18:18 UTC (rev 127346)
@@ -0,0 +1,59 @@
+# $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
+pkgrel=63
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 08:18:08
  Author: tpowa
Revision: 127345

upgpkg: tp_smapi 0.41-63

rebuild against 3.19

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |6 +++---
 tp_smapi.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 07:06:14 UTC (rev 127344)
+++ PKGBUILD2015-02-09 07:18:08 UTC (rev 127345)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=62
+pkgrel=63
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi.install
===
--- tp_smapi.install2015-02-09 07:06:14 UTC (rev 127344)
+++ tp_smapi.install2015-02-09 07:18:08 UTC (rev 127345)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-3.15-ARCH
+extramodules=/usr/lib/modules/extramodules-3.19-ARCH
 
 post_install() {
   depmod -v $( $extramodules/version) /dev/null


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

2015-02-08 Thread Felix Yan
Date: Monday, February 9, 2015 @ 08:45:00
  Author: fyan
Revision: 231178

upgpkg: nvidia-304xx 304.125-10

rebuild for linux 3.19

Added:
  nvidia-304xx/trunk/nvidia-3.19.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +++--
 nvidia-3.19.patch |   21 +
 2 files changed, 28 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 06:34:49 UTC (rev 231177)
+++ PKGBUILD2015-02-09 07:45:00 UTC (rev 231178)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.125
-_extramodules=extramodules-3.18-ARCH
-pkgrel=9
+_extramodules=extramodules-3.19-ARCH
+pkgrel=10
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
+depends=('linux=3.19' 'linux3.20' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
 conflicts=('nvidia')
 license=('custom')
 install=nvidia.install
@@ -28,8 +28,8 @@
 md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
 fi
 
-source+=('nv-drm.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031')
+source+=('nv-drm.patch' 'nvidia-3.19.patch')
+md5sums+=('79671a27131da619a33eb02ed0c2c031' 
'd14e651d20054d18e0360c157ae60ae4')
 
 prepare() {
 cd ${srcdir}
@@ -37,6 +37,7 @@
 cd ${_pkg}
 # patches here
 patch -p0 -i $srcdir/nv-drm.patch
+patch -p1 -i $srcdir/nvidia-3.19.patch
 }
 
 build() {

Added: nvidia-3.19.patch
===
--- nvidia-3.19.patch   (rev 0)
+++ nvidia-3.19.patch   2015-02-09 07:45:00 UTC (rev 231178)
@@ -0,0 +1,21 @@
+diff -Npur NVIDIA-Linux-x86_64-304.orig/kernel/nv.c 
NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c
+--- NVIDIA-Linux-x86_64-304.orig/kernel/nv.c   2014-12-02 04:58:34.0 
+0100
 NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c2014-12-21 
17:50:33.420697348 +0100
+@@ -2026,7 +2026,7 @@ long nv_kern_unlocked_ioctl(
+ unsigned long i_arg
+ )
+ {
+-return nv_kern_ioctl(file-f_dentry-d_inode, file, cmd, i_arg);
++return nv_kern_ioctl(file-f_path.dentry-d_inode, file, cmd, i_arg);
+ }
+ 
+ long nv_kern_compat_ioctl(
+@@ -2035,7 +2035,7 @@ long nv_kern_compat_ioctl(
+ unsigned long i_arg
+ )
+ {
+-return nv_kern_ioctl(file-f_dentry-d_inode, file, cmd, i_arg);
++return nv_kern_ioctl(file-f_path.dentry-d_inode, file, cmd, i_arg);
+ }
+ 
+ /*


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

2015-02-08 Thread Felix Yan
Date: Monday, February 9, 2015 @ 08:45:51
  Author: fyan
Revision: 231179

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 231178, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nv-drm.patch
(from rev 231178, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-i686/nvidia-3.19.patch
(from rev 231178, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 231178, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 231178, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
(from rev 231178, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch
(from rev 231178, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 231178, nvidia-304xx/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   58 +
 testing-i686/nv-drm.patch|   27 +
 testing-i686/nvidia-3.19.patch   |   21 +
 testing-i686/nvidia.install  |   15 +
 testing-x86_64/PKGBUILD  |   58 +
 testing-x86_64/nv-drm.patch  |   27 +
 testing-x86_64/nvidia-3.19.patch |   21 +
 testing-x86_64/nvidia.install|   15 +
 8 files changed, 242 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 231178, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-09 07:45:51 UTC (rev 231179)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.19-ARCH
+pkgrel=10
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+conflicts=('nvidia')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+
+source+=('nv-drm.patch' 'nvidia-3.19.patch')
+md5sums+=('79671a27131da619a33eb02ed0c2c031' 
'd14e651d20054d18e0360c157ae60ae4')
+
+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
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+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 -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nv-drm.patch (from rev 231178, 
nvidia-304xx/trunk/nv-drm.patch)
===
--- testing-i686/nv-drm.patch   (rev 0)
+++ testing-i686/nv-drm.patch   2015-02-09 07:45:51 UTC (rev 231179)
@@ -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 = 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:34:49
  Author: tpowa
Revision: 231177

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

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

+
 testing-i686/PKGBUILD  |   56 +++
 testing-i686/nv-drm-343.36.patch   |   14 
 testing-i686/nvidia.install|   18 +++
 testing-x86_64/PKGBUILD|   56 +++
 testing-x86_64/nv-drm-343.36.patch |   14 
 testing-x86_64/nvidia.install  |   18 +++
 6 files changed, 176 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 231176, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-09 06:34:49 UTC (rev 231177)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.35
+_extramodules=extramodules-3.19-ARCH
+pkgrel=7
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+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;
+nv-drm-343.36.patch)
+md5sums=('d2b8f7f90ef5037f03f94519f9809511'
+ '9ca9f07f91361362f304ca8317ddd453'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $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 -p1 -i ../nv-drm-343.36.patch
+}
+
+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/testing-i686/nv-drm-343.36.patch (from rev 231176, 
nvidia/trunk/nv-drm-343.36.patch)
===
--- testing-i686/nv-drm-343.36.patch(rev 0)
+++ testing-i686/nv-drm-343.36.patch2015-02-09 06:34:49 UTC (rev 231177)
@@ -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/testing-i686/nvidia.install (from rev 231176, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2015-02-09 06:34:49 UTC (rev 231177)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.19-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.19-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.19-ARCH'
+depmod $(cat 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:34:27
  Author: tpowa
Revision: 231176

upgpkg: nvidia 346.35-7

rebuild against 3.19

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 06:29:27 UTC (rev 231175)
+++ PKGBUILD2015-02-09 06:34:27 UTC (rev 231176)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=346.35
-_extramodules=extramodules-3.18-ARCH
-pkgrel=6
+_extramodules=extramodules-3.19-ARCH
+pkgrel=7
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
+depends=('linux=3.19' 'linux3.20' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
 license=('custom')
 install=nvidia.install
 options=(!strip)

Modified: nvidia.install
===
--- nvidia.install  2015-02-09 06:29:27 UTC (rev 231175)
+++ nvidia.install  2015-02-09 06:34:27 UTC (rev 231176)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
 echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:28:33
  Author: tpowa
Revision: 231174

upgpkg: linux 3.19-1

bump to 3.19

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 03:43:08 UTC (rev 231173)
+++ PKGBUILD2015-02-09 06:28:33 UTC (rev 231174)
@@ -22,12 +22,10 @@
 'linux.preset'
 'change-default-console-loglevel.patch'
 )
-sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
+sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
 'SKIP'
-'84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb'
-'SKIP'
-'d3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52'
-'df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377'
+'704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8'
+'59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(

Modified: config
===
--- config  2015-02-09 03:43:08 UTC (rev 231173)
+++ config  2015-02-09 06:28:33 UTC (rev 231174)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.19.0-rc7 Kernel Configuration
+# Linux/x86 3.19.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3556,7 +3556,7 @@
 CONFIG_GENERIC_PINCONF=y
 # CONFIG_DEBUG_PINCTRL is not set
 # CONFIG_PINCTRL_SINGLE is not set
-CONFIG_PINCTRL_BAYTRAIL=y 
+CONFIG_PINCTRL_BAYTRAIL=y
 CONFIG_PINCTRL_CHERRYVIEW=m
 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
 CONFIG_GPIOLIB=y

Modified: config.x86_64
===
--- config.x86_64   2015-02-09 03:43:08 UTC (rev 231173)
+++ config.x86_64   2015-02-09 06:28:33 UTC (rev 231174)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.19.0-rc7 Kernel Configuration
+# Linux/x86 3.19.0-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -3435,7 +3435,7 @@
 CONFIG_PINCONF=y
 CONFIG_GENERIC_PINCONF=y
 # CONFIG_DEBUG_PINCTRL is not set
-CONFIG_PINCTRL_BAYTRAIL=y 
+CONFIG_PINCTRL_BAYTRAIL=y
 CONFIG_PINCTRL_CHERRYVIEW=m
 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
 CONFIG_GPIOLIB=y
@@ -5161,6 +5161,10 @@
 CONFIG_USB_MV_U3D=m
 CONFIG_USB_M66592=m
 CONFIG_USB_BDC_UDC=m
+
+#
+# Platform Support
+#
 CONFIG_USB_BDC_PCI=m
 CONFIG_USB_AMD5536UDC=m
 CONFIG_USB_NET2272=m


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:29:27
  Author: tpowa
Revision: 231175

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

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

--+
 /PKGBUILD|  594 
 /change-default-console-loglevel.patch   |   22 
 /config  |14566 +
 /config.x86_64   |14066 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7221 
 testing-i686/config.x86_64   | 6972 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7221 
 testing-x86_64/config.x86_64 | 6972 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 29350 insertions(+), 29112 deletions(-)

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


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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:41:05
  Author: tpowa
Revision: 127338

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

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

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

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 127337, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-09 06:41:05 UTC (rev 127338)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=22
+_extramodules=extramodules-3.19-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/${pkgname};
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
127337, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-02-09 06:41:05 UTC (rev 
127338)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.19-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-testing-x86_64/PKGBUILD (from rev 127337, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-09 06:41:05 UTC (rev 127338)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=22
+_extramodules=extramodules-3.19-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/${pkgname};
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 

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

2015-02-08 Thread Tobias Powalowski
Date: Monday, February 9, 2015 @ 07:40:44
  Author: tpowa
Revision: 127337

upgpkg: acpi_call 1.1.0-22

rebuild against 3.19

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 03:49:39 UTC (rev 127336)
+++ PKGBUILD2015-02-09 06:40:44 UTC (rev 127337)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=21
-_extramodules=extramodules-3.18-ARCH
+pkgrel=22
+_extramodules=extramodules-3.19-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/${pkgname};
 license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
 install=${pkgname}.install
 source=(${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2015-02-09 03:49:39 UTC (rev 127336)
+++ acpi_call.install   2015-02-09 06:40:44 UTC (rev 127337)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.18-ARCH
+  _extramodules=extramodules-3.19-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2015-02-08 Thread Antonio Rojas
Date: Monday, February 9, 2015 @ 01:36:32
  Author: arojas
Revision: 127325

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/ChangeLog
(from rev 127324, sage-mathematics/trunk/ChangeLog)
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 127324, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/blas.patch
(from rev 127324, sage-mathematics/trunk/blas.patch)
  sage-mathematics/repos/community-staging-i686/c_lib.patch
(from rev 127324, sage-mathematics/trunk/c_lib.patch)
  sage-mathematics/repos/community-staging-i686/clean.patch
(from rev 127324, sage-mathematics/trunk/clean.patch)
  sage-mathematics/repos/community-staging-i686/env.patch
(from rev 127324, sage-mathematics/trunk/env.patch)
  sage-mathematics/repos/community-staging-i686/fes02.patch
(from rev 127324, sage-mathematics/trunk/fes02.patch)
  sage-mathematics/repos/community-staging-i686/package.patch
(from rev 127324, sage-mathematics/trunk/package.patch)
  sage-mathematics/repos/community-staging-i686/paths.patch
(from rev 127324, sage-mathematics/trunk/paths.patch)
  sage-mathematics/repos/community-staging-i686/pexpect-del.patch
(from rev 127324, sage-mathematics/trunk/pexpect-del.patch)
  sage-mathematics/repos/community-staging-i686/pexpect-env.patch
(from rev 127324, sage-mathematics/trunk/pexpect-env.patch)
  sage-mathematics/repos/community-staging-i686/skip-check.patch
(from rev 127324, sage-mathematics/trunk/skip-check.patch)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/ChangeLog
(from rev 127324, sage-mathematics/trunk/ChangeLog)
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 127324, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/blas.patch
(from rev 127324, sage-mathematics/trunk/blas.patch)
  sage-mathematics/repos/community-staging-x86_64/c_lib.patch
(from rev 127324, sage-mathematics/trunk/c_lib.patch)
  sage-mathematics/repos/community-staging-x86_64/clean.patch
(from rev 127324, sage-mathematics/trunk/clean.patch)
  sage-mathematics/repos/community-staging-x86_64/env.patch
(from rev 127324, sage-mathematics/trunk/env.patch)
  sage-mathematics/repos/community-staging-x86_64/fes02.patch
(from rev 127324, sage-mathematics/trunk/fes02.patch)
  sage-mathematics/repos/community-staging-x86_64/package.patch
(from rev 127324, sage-mathematics/trunk/package.patch)
  sage-mathematics/repos/community-staging-x86_64/paths.patch
(from rev 127324, sage-mathematics/trunk/paths.patch)
  sage-mathematics/repos/community-staging-x86_64/pexpect-del.patch
(from rev 127324, sage-mathematics/trunk/pexpect-del.patch)
  sage-mathematics/repos/community-staging-x86_64/pexpect-env.patch
(from rev 127324, sage-mathematics/trunk/pexpect-env.patch)
  sage-mathematics/repos/community-staging-x86_64/skip-check.patch
(from rev 127324, sage-mathematics/trunk/skip-check.patch)

+
 community-staging-i686/ChangeLog   |   11 ++
 community-staging-i686/PKGBUILD|  145 +++
 community-staging-i686/blas.patch  |   30 +
 community-staging-i686/c_lib.patch |   26 
 community-staging-i686/clean.patch |   23 
 community-staging-i686/env.patch   |  127 +++
 community-staging-i686/fes02.patch |   45 
 community-staging-i686/package.patch   |   11 ++
 community-staging-i686/paths.patch |   32 +
 community-staging-i686/pexpect-del.patch   |   15 ++
 community-staging-i686/pexpect-env.patch   |   32 +
 community-staging-i686/skip-check.patch|   21 +++
 community-staging-x86_64/ChangeLog |   11 ++
 community-staging-x86_64/PKGBUILD  |  145 +++
 community-staging-x86_64/blas.patch|   30 +
 community-staging-x86_64/c_lib.patch   |   26 
 community-staging-x86_64/clean.patch   |   23 
 community-staging-x86_64/env.patch |  127 +++
 community-staging-x86_64/fes02.patch   |   45 
 community-staging-x86_64/package.patch |   11 ++
 community-staging-x86_64/paths.patch   |   32 +
 community-staging-x86_64/pexpect-del.patch |   15 ++
 community-staging-x86_64/pexpect-env.patch |   32 +
 community-staging-x86_64/skip-check.patch  |   21 +++
 24 files changed, 1036 insertions(+)

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


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

2015-02-08 Thread Gaetan Bisson
Date: Monday, February 9, 2015 @ 04:36:40
  Author: bisson
Revision: 231168

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

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

---+
 /PKGBUILD |  112 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   51 -
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   51 -
 extra-x86_64/install  |   13 -
 6 files changed, 138 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-09 03:36:09 UTC (rev 231167)
+++ extra-i686/PKGBUILD 2015-02-09 03:36:40 UTC (rev 231168)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=2
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
- 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;)
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|python|python2|g' src/main.cpp
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 231167, 
inkscape/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-09 03:36:40 UTC (rev 231168)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=3
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python 

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

2015-02-08 Thread Gaetan Bisson
Date: Monday, February 9, 2015 @ 04:36:09
  Author: bisson
Revision: 231167

fix FS#43744

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 02:59:08 UTC (rev 231166)
+++ PKGBUILD2015-02-09 03:36:09 UTC (rev 231167)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=2
+pkgrel=3
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')
@@ -19,8 +19,10 @@
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
 
#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;)
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
 
 install=install
 
@@ -31,6 +33,9 @@
sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|python|python2|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
 }
 
 build() {