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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:49:07
  Author: tpowa
Revision: 230928

upgpkg: wireless-regdb 2015.01.30-1

bump to latest version

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:46:46 UTC (rev 230927)
+++ PKGBUILD2015-02-07 08:49:07 UTC (rev 230928)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=wireless-regdb
-pkgver=2014.06.02
+pkgver=2015.01.30
 pkgrel=1
 pkgdesc=Central Regulatory Domain Database
 arch=('any')
@@ -12,11 +12,12 @@
 depends=('sh')
 makedepends=('crda')
 install=wireless-regdb.install
-source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
 crda.conf.d)
-sha256sums=('2d3ef3c6d46ce27e6f43a69db3e5ef582ada73e0dabbe464a370448dfac040cc'
+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 ...
@@ -30,7 +31,7 @@
 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}/sforshee.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/sforshee.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
 


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:49:15
  Author: tpowa
Revision: 230929

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   47 +++
 crda.conf.d|4 
 wireless-regdb.install |   13 +
 3 files changed, 64 insertions(+)

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 230928, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-02-07 08:49:15 UTC (rev 230929)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wireless-regdb
+pkgver=2015.01.30
+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,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 ${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}/sforshee.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/sforshee.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/testing-any/crda.conf.d (from rev 230928, 
wireless-regdb/trunk/crda.conf.d)
===
--- testing-any/crda.conf.d (rev 0)
+++ testing-any/crda.conf.d 2015-02-07 08:49:15 UTC (rev 230929)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+

Copied: wireless-regdb/repos/testing-any/wireless-regdb.install (from rev 
230928, wireless-regdb/trunk/wireless-regdb.install)
===
--- testing-any/wireless-regdb.install  (rev 0)
+++ testing-any/wireless-regdb.install  2015-02-07 08:49:15 UTC (rev 230929)
@@ -0,0 +1,13 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  # If crda is installed, we verify the integrity of the database
+  # If not, we skip this step silently
+  if [ -x /usr/bin/regdbdump ]; then
+if ! /usr/bin/regdbdump /usr/lib/crda/regulatory.bin  /dev/null; then
+  echo Failed to verify the integrity of the wireless regulatory 
database, CRDA will not work.
+fi
+  fi
+}


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:57:04
  Author: tpowa
Revision: 230934

upgpkg: nvidia-340xx 340.76-2

rebuild against 3.18.6

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:54:18 UTC (rev 230933)
+++ PKGBUILD2015-02-07 08:57:04 UTC (rev 230934)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-3.18-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:57:13
  Author: tpowa
Revision: 230935

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

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

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/nv-drm.patch   |   27 ++
 testing-i686/nvidia-340xx.install   |   15 ++
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/nv-drm.patch |   27 ++
 testing-x86_64/nvidia-340xx.install |   15 ++
 6 files changed, 186 insertions(+)

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

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 230934, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2015-02-07 08:57:13 UTC (rev 230935)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:11:26
  Author: tpowa
Revision: 230922

upgpkg: linux 3.18.6-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 05:06:36 UTC (rev 230921)
+++ PKGBUILD2015-02-07 08:11:26 UTC (rev 230922)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.18
-pkgver=3.18.5
+pkgver=3.18.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a'
+'84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb'
 'SKIP'
 'd3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52'
 'df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377'


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

2015-02-07 Thread Laurent Carlier
Date: Saturday, February 7, 2015 @ 09:11:43
  Author: lcarlier
Revision: 230923

upgpkg: mesa 10.4.4-1

upstream update 10.4.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:11:26 UTC (rev 230922)
+++ PKGBUILD2015-02-07 08:11:43 UTC (rev 230923)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.4.3
+pkgver=10.4.4
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad'
+sha256sums=('f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:11:45
  Author: tpowa
Revision: 230924

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

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

--+
 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 
 12 files changed, 29112 insertions(+)

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


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

2015-02-07 Thread Laurent Carlier
Date: Saturday, February 7, 2015 @ 09:11:58
  Author: lcarlier
Revision: 230925

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 230924, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 230924, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 230924, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 230924, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  332 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  166 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  166 
 6 files changed, 496 insertions(+), 496 deletions(-)

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


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

2015-02-07 Thread Laurent Carlier
Date: Saturday, February 7, 2015 @ 09:15:36
  Author: lcarlier
Revision: 127214

upgpkg: lib32-mesa 10.4.4-1

upstream update 10.4.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 07:07:53 UTC (rev 127213)
+++ PKGBUILD2015-02-07 08:15:36 UTC (rev 127214)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.4.3
+pkgver=10.4.4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
LICENSE)
-sha256sums=('ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad'
+sha256sums=('f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-02-07 Thread Laurent Carlier
Date: Saturday, February 7, 2015 @ 09:15:47
  Author: lcarlier
Revision: 127215

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 127214, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 127214, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  280 ++---
 2 files changed, 222 insertions(+), 222 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-07 08:15:36 UTC (rev 127214)
+++ LICENSE 2015-02-07 08:15:47 UTC (rev 127215)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 127214, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-07 08:15:47 UTC (rev 127215)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:54:18
  Author: tpowa
Revision: 230933

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

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

---+
 testing-i686/PKGBUILD |   57 
 testing-i686/nv-drm.patch |   27 ++
 testing-i686/nvidia.install   |   15 ++
 testing-x86_64/PKGBUILD   |   57 
 testing-x86_64/nv-drm.patch   |   27 ++
 testing-x86_64/nvidia.install |   15 ++
 6 files changed, 198 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 230932, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-07 08:54:18 UTC (rev 230933)
@@ -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;)
+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/testing-i686/nv-drm.patch (from rev 230932, 
nvidia-304xx/trunk/nv-drm.patch)
===
--- testing-i686/nv-drm.patch   (rev 0)
+++ testing-i686/nv-drm.patch   2015-02-07 08:54:18 UTC (rev 230933)
@@ -0,0 +1,27 @@
+--- kernel/nv-drm.c~ 2014-09-12 00:33:06.0 +0200
 kernel/nv-drm.c 2014-10-14 11:35:52.854400737 +0200
+@@ -18,6 +18,11 @@
+
+ #include drm/drmP.h
+
++/* 3.18-rc0+ */
++#ifndef drm_gem_object
++#include drm/drm_gem.h
++#endif
++
+ extern nv_linux_state_t *nv_linux_devices;
+
+ struct nv_gem_object {
+diff --git a/kernel/nv-drm.c~ b/kernel/nv-drm.c
+index ecc982a..60d7aae 100644
+--- kernel/nv-drm.c~
 kernel/nv-drm.c
+@@ -129,6 +129,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 230932, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2015-02-07 08:54:18 UTC (rev 230933)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-ARCH'
+depmod $(cat 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:54:08
  Author: tpowa
Revision: 230932

upgpkg: nvidia-304xx 304.125-9

rebuild against 3.18.6

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:51:49 UTC (rev 230931)
+++ PKGBUILD2015-02-07 08:54:08 UTC (rev 230932)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.125
 _extramodules=extramodules-3.18-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 10:42:50
  Author: allan
Revision: 231092

upgpkg: glibc 2.21-1

glibc-2.21 toolchain rebuild, upstream update

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 09:42:45 UTC (rev 231091)
+++ PKGBUILD2015-02-07 09:42:50 UTC (rev 231092)
@@ -7,8 +7,8 @@
 # NOTE: adjust version in install script when locale files are updated
 
 pkgname=glibc
-pkgver=2.20
-pkgrel=6
+pkgver=2.21
+pkgrel=1
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -22,12 +22,10 @@
 options=('!strip' 'staticlibs')
 install=glibc.install
 source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
-glibc-2.20-roundup.patch
 locale.gen.txt
 locale-gen)
-md5sums=('948a6e06419a01bd51e97206861595b0'
+md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
  'SKIP'
- 'f7a5faf2911ae7c13f584bd60c802873'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
@@ -35,8 +33,8 @@
 prepare() {
   cd ${srcdir}/glibc-${pkgver}
 
-  # glibc-2.20..f80af766
-  patch -p1 -i $srcdir/glibc-2.20-roundup.patch
+  # glibc-2.21..
+  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }
@@ -69,7 +67,8 @@
   --enable-bind-now --disable-profile \
   --enable-stackguard-randomization \
   --enable-lock-elision \
-  --enable-multi-arch
+  --enable-multi-arch \
+  --disable-werror
 
   # build libraries with hardening disabled
   echo build-programs=no  configparms


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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 10:44:42
  Author: allan
Revision: 231093

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

Added:
  glibc/repos/staging-i686/
  glibc/repos/staging-i686/PKGBUILD
(from rev 231092, glibc/trunk/PKGBUILD)
  glibc/repos/staging-i686/glibc-2.20-roundup.patch
(from rev 231092, glibc/trunk/glibc-2.20-roundup.patch)
  glibc/repos/staging-i686/glibc.install
(from rev 231092, glibc/trunk/glibc.install)
  glibc/repos/staging-i686/locale-gen
(from rev 231092, glibc/trunk/locale-gen)
  glibc/repos/staging-i686/locale.gen.txt
(from rev 231092, glibc/trunk/locale.gen.txt)
  glibc/repos/staging-x86_64/
  glibc/repos/staging-x86_64/PKGBUILD
(from rev 231092, glibc/trunk/PKGBUILD)
  glibc/repos/staging-x86_64/glibc-2.20-roundup.patch
(from rev 231092, glibc/trunk/glibc-2.20-roundup.patch)
  glibc/repos/staging-x86_64/glibc.install
(from rev 231092, glibc/trunk/glibc.install)
  glibc/repos/staging-x86_64/locale-gen
(from rev 231092, glibc/trunk/locale-gen)
  glibc/repos/staging-x86_64/locale.gen.txt
(from rev 231092, glibc/trunk/locale.gen.txt)

-+
 staging-i686/PKGBUILD   |  148 
 staging-i686/glibc-2.20-roundup.patch   |  890 ++
 staging-i686/glibc.install  |   22 
 staging-i686/locale-gen |   42 +
 staging-i686/locale.gen.txt |   23 
 staging-x86_64/PKGBUILD |  148 
 staging-x86_64/glibc-2.20-roundup.patch |  890 ++
 staging-x86_64/glibc.install|   22 
 staging-x86_64/locale-gen   |   42 +
 staging-x86_64/locale.gen.txt   |   23 
 10 files changed, 2250 insertions(+)

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


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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 10:50:47
  Author: allan
Revision: 231095

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

Added:
  gcc/repos/staging-i686/
  gcc/repos/staging-i686/PKGBUILD
(from rev 231094, gcc/trunk/PKGBUILD)
  gcc/repos/staging-i686/gcc-4.8-filename-output.patch
(from rev 231094, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-i686/gcc-4.9-isl-0.13-hack.patch
(from rev 231094, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/staging-i686/gcc-ada.install
(from rev 231094, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-i686/gcc-fortran.install
(from rev 231094, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-i686/gcc-go.install
(from rev 231094, gcc/trunk/gcc-go.install)
  gcc/repos/staging-i686/gcc-libs.install
(from rev 231094, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-i686/gcc.install
(from rev 231094, gcc/trunk/gcc.install)
  gcc/repos/staging-x86_64/
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 231094, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/gcc-4.8-filename-output.patch
(from rev 231094, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-x86_64/gcc-4.9-isl-0.13-hack.patch
(from rev 231094, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/staging-x86_64/gcc-ada.install
(from rev 231094, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-x86_64/gcc-fortran.install
(from rev 231094, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-x86_64/gcc-go.install
(from rev 231094, gcc/trunk/gcc-go.install)
  gcc/repos/staging-x86_64/gcc-libs.install
(from rev 231094, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-x86_64/gcc.install
(from rev 231094, gcc/trunk/gcc.install)

--+
 staging-i686/PKGBUILD|  315 +
 staging-i686/gcc-4.8-filename-output.patch   |   17 +
 staging-i686/gcc-4.9-isl-0.13-hack.patch |   71 +
 staging-i686/gcc-ada.install |   20 +
 staging-i686/gcc-fortran.install |   16 +
 staging-i686/gcc-go.install  |   20 +
 staging-i686/gcc-libs.install|   16 +
 staging-i686/gcc.install |   20 +
 staging-x86_64/PKGBUILD  |  315 +
 staging-x86_64/gcc-4.8-filename-output.patch |   17 +
 staging-x86_64/gcc-4.9-isl-0.13-hack.patch   |   71 +
 staging-x86_64/gcc-ada.install   |   20 +
 staging-x86_64/gcc-fortran.install   |   16 +
 staging-x86_64/gcc-go.install|   20 +
 staging-x86_64/gcc-libs.install  |   16 +
 staging-x86_64/gcc.install   |   20 +
 16 files changed, 990 insertions(+)

Copied: gcc/repos/staging-i686/PKGBUILD (from rev 231094, gcc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-07 09:50:47 UTC (rev 231095)
@@ -0,0 +1,315 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.9.2
+_pkgver=4.9
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=3
+_snapshot=4.9-20150204
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.25' 'libmpc' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz
+gcc-4.8-filename-output.patch)
+md5sums=('5a59c19c4ff7acd3db7f8d94843f7f85'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ '6810bb9b2252f03e6c98d9a671d94589')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  # https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=9140d56f
+  patch 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:46:46
  Author: tpowa
Revision: 230927

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

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

+
 testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
|   24 
 testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch 
|   55 ++
 testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch   
|   52 +
 testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch   
|   37 ++
 testing-i686/PKGBUILD  
|   53 +
 testing-i686/crda.install  
|5 
 testing-i686/set-wireless-regdom   
|5 
 testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch  
|   24 
 testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
|   55 ++
 testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
|   52 +
 testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch 
|   37 ++
 testing-x86_64/PKGBUILD
|   53 +
 testing-x86_64/crda.install
|5 
 testing-x86_64/set-wireless-regdom 
|5 
 14 files changed, 462 insertions(+)

Copied: crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch (from 
rev 230926, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
===
--- testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 
(rev 0)
+++ testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 2015-02-07 08:46:46 UTC 
(rev 230927)
@@ -0,0 +1,24 @@
+From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:30:24 +0100
+Subject: [PATCH] Makefile: Don't run ldconfig
+
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 80f4946..c003195 100644
+--- a/Makefile
 b/Makefile
+@@ -130,7 +130,6 @@ install-libreg:
+   $(NQ) '  INSTALL  libreg'
+   $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+   $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+-  $(Q)ldconfig
+ 
+ %.o: %.c regdb.h $(LIBREG)
+   $(NQ) '  CC  ' $@
+-- 
+1.9.0
+

Copied: 
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
 (from rev 230926, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
===
--- testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch  

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:46:28
  Author: tpowa
Revision: 230926

upgpkg: crda 3.18-1

bump to latest version

Modified:
  crda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:11:58 UTC (rev 230925)
+++ PKGBUILD2015-02-07 08:46:28 UTC (rev 230926)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=crda
-pkgver=3.13
+pkgver=3.18
 pkgrel=1
 pkgdesc=Central Regulatory Domain Agent for wireless networks
 arch=(i686 x86_64)
@@ -11,24 +11,19 @@
 depends=('wireless-regdb' 'libnl' 'libgcrypt' 'systemd' 'iw')
 makedepends=('python2-m2crypto')
 install=crda.install
-source=(https://kernel.org/pub/software/network/crda/${pkgname}-${pkgver}.tar.xz
+source=(https://kernel.org/pub/software/network/crda/${pkgname}-${pkgver}.tar{.xz,.sign}
 set-wireless-regdom
-0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
-0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
 0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
 0001-Makefile-Don-t-run-ldconfig.patch)
-sha256sums=('2f85da7ab0170b140d6ed62596c8f268d4a7dedecf84cac7182ada979742ff59'
+sha256sums=('43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf'
+'SKIP'
 '603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'
-'8920b5988eb1befe13f88ce5c0dbbf30c294796d613681a2b0925f6f8534c51b'
-'ced0a372b06ffd64f90be77d7267c9d8cc10413bc017c3154b7208dbf69be3cb'
 '96b2068b27202f8bc78009869520e396cb3f3ac7a826efef06d0fc41047f2520'
 'ff52990cf9295e5cebcf07ebbf2a96e225d97088573edcc898b29ce33a0fb663')
-
+validpgpkeys=('E4053F8D0E7C4B9A0A20AB27DC553250F8FE7407') #Luis R. Rodriguez
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
-  patch -p1 -i 
${srcdir}/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
-  patch -p1 -i 
${srcdir}/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
   patch -p1 -i 
${srcdir}/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
   patch -p1 -i ${srcdir}/0001-Makefile-Don-t-run-ldconfig.patch
 }
@@ -51,3 +46,8 @@
   
   install -D -m755 ${srcdir}/set-wireless-regdom 
${pkgdir}/usr/bin/set-wireless-regdom
 }
+sha256sums=('43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf'
+'SKIP'
+'603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'
+'96b2068b27202f8bc78009869520e396cb3f3ac7a826efef06d0fc41047f2520'
+'ff52990cf9295e5cebcf07ebbf2a96e225d97088573edcc898b29ce33a0fb663')


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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 10:48:08
  Author: allan
Revision: 231094

upgpkg: gcc 4.9.2-3

glibc-2.21 toolchain rebuild, new upstream snapshot

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 09:44:42 UTC (rev 231093)
+++ PKGBUILD2015-02-07 09:48:08 UTC (rev 231094)
@@ -9,8 +9,8 @@
 _pkgver=4.9
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=2
-_snapshot=4.9-20141224
+pkgrel=3
+_snapshot=4.9-20150204
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -23,7 +23,7 @@
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz
 gcc-4.8-filename-output.patch)
-md5sums=('064bc3224ed492c1b2751c313f8278b0'
+md5sums=('5a59c19c4ff7acd3db7f8d94843f7f85'
  'e039bfcfb6c2ab039b8ee69bf883e824'
  'e34fca0540d840e5d0f6427e98c92252'
  '6810bb9b2252f03e6c98d9a671d94589')


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:51:39
  Author: tpowa
Revision: 230930

upgpkg: nvidia 346.35-6

rebuild against 3.18.6

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 08:49:15 UTC (rev 230929)
+++ PKGBUILD2015-02-07 08:51:39 UTC (rev 230930)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=346.35
 _extramodules=extramodules-3.18-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:51:49
  Author: tpowa
Revision: 230931

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 230930, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nv-drm-343.36.patch
(from rev 230930, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 230930, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 230930, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nv-drm-343.36.patch
(from rev 230930, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 230930, 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 230930, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-07 08:51:49 UTC (rev 230931)
@@ -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
+
+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 230930, 
nvidia/trunk/nv-drm-343.36.patch)
===
--- testing-i686/nv-drm-343.36.patch(rev 0)
+++ testing-i686/nv-drm-343.36.patch2015-02-07 08:51:49 UTC (rev 230931)
@@ -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 230930, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2015-02-07 08:51:49 UTC (rev 230931)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-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'
+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.18-ARCH'
+depmod $(cat 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:12:15
  Author: tpowa
Revision: 127220

archrelease: copy trunk to community-testing-i686

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

---+
 PKGBUILD  |   47 +++
 acpi_call.install |   14 ++
 2 files changed, 61 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 127219, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:12:15 UTC (rev 127220)
@@ -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:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
127219, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-02-07 10:12:15 UTC (rev 
127220)
@@ -0,0 +1,14 @@
+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:


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:12:07
  Author: tpowa
Revision: 127219

upgpkg: acpi_call 1.1.0-21

rebuild against 3.18.6

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:08:28 UTC (rev 127218)
+++ PKGBUILD2015-02-07 10:12:07 UTC (rev 127219)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=20
+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')


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:30:29
  Author: tpowa
Revision: 127228

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 127227, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 127227, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 127227, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 127227, 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 127227, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:30:29 UTC (rev 127228)
@@ -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=$( ${_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 
127227, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2015-02-07 10:30:29 UTC (rev 
127228)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.15-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 127227, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-07 10:30:29 UTC (rev 127228)
@@ -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

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:30:18
  Author: tpowa
Revision: 127227

upgpkg: tp_smapi 0.41-62

rebuild against 3.18.6

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:14:59 UTC (rev 127226)
+++ PKGBUILD2015-02-07 10:30:18 UTC (rev 127227)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=61
+pkgrel=62
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:30:59
  Author: tpowa
Revision: 127229

upgpkg: vhba-module 20140928-5

rebuild against 3.18.6

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:30:29 UTC (rev 127228)
+++ PKGBUILD2015-02-07 10:30:59 UTC (rev 127229)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.18-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;


[arch-commits] Commit in linux-api-headers/repos (4 files)

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 11:35:09
  Author: allan
Revision: 231101

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

Added:
  linux-api-headers/repos/staging-i686/
  linux-api-headers/repos/staging-i686/PKGBUILD
(from rev 231100, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/staging-x86_64/
  linux-api-headers/repos/staging-x86_64/PKGBUILD
(from rev 231100, linux-api-headers/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: linux-api-headers/repos/staging-i686/PKGBUILD (from rev 231100, 
linux-api-headers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-07 10:35:09 UTC (rev 231101)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.18.5
+_basever=3.18
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign)
+md5sums=('9e854df51ca3fef8bfe566dbd7b89241'
+ 'SKIP'
+ 'e8563b2feaa6c33d20d23ac7add9d385'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/staging-x86_64/PKGBUILD (from rev 231100, 
linux-api-headers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-07 10:35:09 UTC (rev 231101)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.18.5
+_basever=3.18
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign)
+md5sums=('9e854df51ca3fef8bfe566dbd7b89241'
+ 'SKIP'
+ 'e8563b2feaa6c33d20d23ac7add9d385'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:14:59
  Author: tpowa
Revision: 127226

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

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:32:05
  Author: tpowa
Revision: 127231

upgpkg: virtualbox-modules 4.3.20-8

rebuild against 3.18.6

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:31:08 UTC (rev 127230)
+++ PKGBUILD2015-02-07 10:32:05 UTC (rev 127231)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.20
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-2.25-roundup.patch)

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 11:31:24
  Author: allan
Revision: 231098

upgpkg: binutils 2.25-2

glibc-2.21 toolchain rebuild, pull patchset from upstream branch

Added:
  binutils/trunk/binutils-2.25-roundup.patch
Modified:
  binutils/trunk/PKGBUILD

-+
 PKGBUILD|   11 
 binutils-2.25-roundup.patch | 1660 ++
 2 files changed, 1668 insertions(+), 3 deletions(-)

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


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:31:08
  Author: tpowa
Revision: 127230

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 127229, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 127229, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 127229, 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 127229, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 127229, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 127229, 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 
127229, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-02-07 10:31:08 UTC (rev 
127230)
@@ -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 127229, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:31:08 UTC (rev 127230)
@@ -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')
+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-testing-i686/vhba-module.install (from rev 
127229, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2015-02-07 10:31:08 UTC (rev 
127230)
@@ -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 
127229, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2015-02-07 10:31:08 UTC (rev 
127230)
@@ -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 127229, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-07 10:31:08 UTC (rev 127230)
@@ 

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 11:44:13
  Author: fyan
Revision: 127233

upgpkg: nodejs 0.12.0-1

- enable shared zlib/libuv

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:32:16 UTC (rev 127232)
+++ PKGBUILD2015-02-07 10:44:13 UTC (rev 127233)
@@ -9,14 +9,14 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.36
-_npmver=2.5.0
-pkgrel=3
+pkgver=0.12.0
+_npmver=2.5.1
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
-depends=('openssl')
+depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
 provides=('nodejs-node-gyp')
 makedepends=('python2' 'git' 'procps-ng')
 optdepends=('python2: for node-gyp')
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
 git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81'
+sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
 'SKIP')
 
 prepare() {
@@ -50,7 +50,11 @@
   export PYTHON=python2
   ./configure \
 --prefix=/usr \
---shared-openssl
+--shared-openssl \
+--shared-zlib \
+--shared-libuv
+# --shared-v8
+# --shared-cares
 
   make
 


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 11:44:48
  Author: fyan
Revision: 127234

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

Added:
  nodejs/repos/community-testing-i686/
  nodejs/repos/community-testing-i686/PKGBUILD
(from rev 127233, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 127233, nodejs/trunk/PKGBUILD)

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

Copied: nodejs/repos/community-testing-i686/PKGBUILD (from rev 127233, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:44:48 UTC (rev 127234)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.12.0
+_npmver=2.5.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv
+# --shared-v8
+# --shared-cares
+
+  make
+
+  cd ../npm
+  ../node-v$pkgver/node cli.js install ronn marked
+  PATH=$srcdir/node-v$pkgver:$PATH make
+  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
+}
+
+check() {
+  cd node-v$pkgver
+  make test || warning Tests failed
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+
+  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
+  for _dir in man1 man3 man5 man7; do
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-x86_64/PKGBUILD (from rev 127233, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-07 10:44:48 UTC (rev 127234)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.12.0
+_npmver=2.5.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'libuv') # 'v8' 'c-ares')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)

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

2015-02-07 Thread Andreas Radke
Date: Saturday, February 7, 2015 @ 11:50:10
  Author: andyrtr
Revision: 231103

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 231102, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 231102, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 231102, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 231102, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 231102, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/PKGBUILD.44
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install_LibO44.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.44
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install_LibO44.diff

--+
 /PKGBUILD|  
780 ++
 /libreoffice-fresh.csh   |   
12 
 /libreoffice-fresh.install   |   
26 
 /libreoffice-fresh.sh|   
12 
 /make-pyuno-work-with-system-wide-module-install.diff|   
88 +
 extra-i686/PKGBUILD  |  
403 -
 extra-i686/PKGBUILD.44   |  
403 -
 extra-i686/libreoffice-fresh.csh |
6 
 extra-i686/libreoffice-fresh.install |   
13 
 extra-i686/libreoffice-fresh.sh  |
6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 extra-i686/make-pyuno-work-with-system-wide-module-install_LibO44.diff   |   
44 
 extra-x86_64/PKGBUILD|  
403 -
 extra-x86_64/PKGBUILD.44 |  
403 -
 extra-x86_64/libreoffice-fresh.csh   |
6 
 extra-x86_64/libreoffice-fresh.install   |   
13 
 extra-x86_64/libreoffice-fresh.sh|
6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install_LibO44.diff |   
44 
 19 files changed, 918 insertions(+), 1838 deletions(-)

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


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:51:00
  Author: tpowa
Revision: 231104

upgpkg: wireless-regdb 2015.01.30-2

remove .install, wireless-regdb is checked during build, no need to check 
during install again

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:50:10 UTC (rev 231103)
+++ PKGBUILD2015-02-07 10:51:00 UTC (rev 231104)
@@ -3,7 +3,7 @@
 
 pkgname=wireless-regdb
 pkgver=2015.01.30
-pkgrel=1
+pkgrel=2
 pkgdesc=Central Regulatory Domain Database
 arch=('any')
 url=http://wireless.kernel.org/en/developers/Regulatory;
@@ -11,7 +11,6 @@
 license=('custom')
 depends=('sh')
 makedepends=('crda')
-install=wireless-regdb.install
 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
 crda.conf.d)
 sha256sums=('438d7f3d62686bc997098d17fe1aff95c6f6ec061aaab90ab7c2c17e8451ce85'


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

2015-02-07 Thread Andreas Radke
Date: Saturday, February 7, 2015 @ 11:49:37
  Author: andyrtr
Revision: 231102

upgpkg: libreoffice-fresh 4.4.0-2

drop gconf and lockdown support; FS#42653

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:35:09 UTC (rev 231101)
+++ PKGBUILD2015-02-07 10:49:37 UTC (rev 231102)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=4.4.0.3
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -14,10 +14,10 @@
'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 
'libpagemaker'
@@ -206,7 +206,8 @@
--enable-kde4\
--enable-gtk3 \
--disable-gstreamer-0-10 \
-   --enable-lockdown\
+   --disable-gconf \
+   --disable-lockdown \
--enable-openssl \
--enable-odk\
--enable-orcus \
@@ -311,7 +312,7 @@
'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 
'dbus-glib'
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 
'graphite'
'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
-   'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book')
optdepends=('java-runtime: adds java support'


[arch-commits] Commit in python-irc/trunk (PKGBUILD jaraco.py)

2015-02-07 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 12:00:21
  Author: kkeen
Revision: 127235

upgpkg: python-irc 11.0.1-1

Modified:
  python-irc/trunk/PKGBUILD
  python-irc/trunk/jaraco.py

---+
 PKGBUILD  |   10 +++--
 jaraco.py |  106 
 2 files changed, 113 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:44:48 UTC (rev 127234)
+++ PKGBUILD2015-02-07 11:00:21 UTC (rev 127235)
@@ -6,7 +6,7 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=8.9.1
+pkgver=11.0.1
 pkgrel=1
 pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
 depends=('python-six')
@@ -18,8 +18,8 @@
 install='python-irc.install'
 source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip
 jaraco.py)
-md5sums=('b19439f713a33d13585302e15c45bc26'
- '90a2ebb75d5b5263ea8f688f024a93d5')
+md5sums=('391088628b92b5a5ad48e2fefa4feab1'
+ '0577cd2b5ffe3907b9b7ce60aa422bb6')
 
 build() {
   cd $srcdir
@@ -27,7 +27,11 @@
   cp jaraco.py irc-$pkgver/irc/
   pushd irc-$pkgver
   sed -i 's/jaraco.util.itertools/irc.jaraco/' irc/client.py
+  sed -i 's/jaraco.util.string/irc.jaraco/'irc/strings.py
+  sed -i 's/jaraco.util.dictlib/irc.jaraco/'   irc/dict.py
   sed -i '25i irc/jaraco.py' irc.egg-info/SOURCES.txt
+  sed -i s/'jaraco.util',// setup.py
+  echo six  irc.egg-info/requires.txt
   popd
   cp -a irc-$pkgver irc2-$pkgver
 }

Modified: jaraco.py
===
--- jaraco.py   2015-02-07 10:44:48 UTC (rev 127234)
+++ jaraco.py   2015-02-07 11:00:21 UTC (rev 127235)
@@ -4,8 +4,13 @@
 new package for these util functions, let's embed them
 instead.  Reconsider this when there is more than a dozen
 lines of code.
+
+He also says that this grab-bag of routines is deprecated
 
 
+import six
+
+# from jaraco.util.itertools import always_iterable
 def always_iterable(item):
 taken from jaraco.util-10.0.2
 if item is None:
@@ -14,3 +19,104 @@
 item = (item,)
 return item
 
+
+# from jaraco.util.string import FoldedCase
+class FoldedCase(six.text_type):
+
+A case insensitive string class; behaves just like str
+except compares equal when the only variation is case.
+ s = FoldedCase('hello world')
+
+ s == 'Hello World'
+True
+
+ 'Hello World' == s
+True
+
+ s.index('O')
+4
+
+ s.split('O')
+['hell', ' w', 'rld']
+
+ sorted(map(FoldedCase, ['GAMMA', 'alpha', 'Beta']))
+['alpha', 'Beta', 'GAMMA']
+
+def __lt__(self, other):
+return self.lower()  other.lower()
+
+def __gt__(self, other):
+return self.lower()  other.lower()
+
+def __eq__(self, other):
+return self.lower() == other.lower()
+
+def __hash__(self):
+return hash(self.lower())
+
+# cache lower since it's likely to be called frequently.
+def lower(self):
+self._lower = super(FoldedCase, self).lower()
+self.lower = lambda: self._lower
+return self._lower
+
+def index(self, sub):
+return self.lower().index(sub.lower())
+
+def split(self, splitter=' ', maxsplit=0):
+pattern = re.compile(re.escape(splitter), re.I)
+return pattern.split(self, maxsplit)
+
+
+# from jaraco.util.dictlib import KeyTransformingDict
+class KeyTransformingDict(dict):
+
+A dict subclass that transforms the keys before they're used.
+Subclasses may override the default transform_key to customize behavior.
+
+@staticmethod
+def transform_key(key):
+return key
+
+def __init__(self, *args, **kargs):
+super(KeyTransformingDict, self).__init__()
+# build a dictionary using the default constructs
+d = dict(*args, **kargs)
+# build this dictionary using transformed keys.
+for item in d.items():
+self.__setitem__(*item)
+
+def __setitem__(self, key, val):
+key = self.transform_key(key)
+super(KeyTransformingDict, self).__setitem__(key, val)
+
+def __getitem__(self, key):
+key = self.transform_key(key)
+return super(KeyTransformingDict, self).__getitem__(key)
+
+def __contains__(self, key):
+key = self.transform_key(key)
+return super(KeyTransformingDict, self).__contains__(key)
+
+def __delitem__(self, key):
+key = self.transform_key(key)
+return super(KeyTransformingDict, self).__delitem__(key)
+
+def setdefault(self, key, *args, **kwargs):
+key = self.transform_key(key)
+return super(KeyTransformingDict, self).setdefault(key, *args, 
**kwargs)
+
+def pop(self, key, *args, **kwargs):
+key = self.transform_key(key)
+return super(KeyTransformingDict, self).pop(key, *args, **kwargs)
+
+def matching_key_for(self, key):
+
+Given a key, return the actual 

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

2015-02-07 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 12:01:00
  Author: kkeen
Revision: 127236

archrelease: copy trunk to community-any

Added:
  python-irc/repos/community-any/PKGBUILD
(from rev 127235, python-irc/trunk/PKGBUILD)
  python-irc/repos/community-any/jaraco.py
(from rev 127235, python-irc/trunk/jaraco.py)
  python-irc/repos/community-any/python-irc.install
(from rev 127235, python-irc/trunk/python-irc.install)
  python-irc/repos/community-any/python2-irc.install
(from rev 127235, python-irc/trunk/python2-irc.install)
Deleted:
  python-irc/repos/community-any/PKGBUILD
  python-irc/repos/community-any/jaraco.py
  python-irc/repos/community-any/python-irc.install
  python-irc/repos/community-any/python2-irc.install

-+
 PKGBUILD|  134 +---
 jaraco.py   |  138 --
 python-irc.install  |   96 +-
 python2-irc.install |   96 +-
 4 files changed, 287 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 11:00:21 UTC (rev 127235)
+++ PKGBUILD2015-02-07 11:01:00 UTC (rev 127236)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-# Contributor: Pierre Chapuis catw...@archlinux.us
-# Contributor: Stefano Esposito ragna...@email.it
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=8.9.1
-pkgrel=1
-pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
-depends=('python-six')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-arch=('any')
-url=http://pypi.python.org/pypi/irc;
-license=('LGPL')
-install='python-irc.install'
-source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip
-jaraco.py)
-md5sums=('b19439f713a33d13585302e15c45bc26'
- '90a2ebb75d5b5263ea8f688f024a93d5')
-
-build() {
-  cd $srcdir
-  # todo, convince author not to use his own misc lib
-  cp jaraco.py irc-$pkgver/irc/
-  pushd irc-$pkgver
-  sed -i 's/jaraco.util.itertools/irc.jaraco/' irc/client.py
-  sed -i '25i irc/jaraco.py' irc.egg-info/SOURCES.txt
-  popd
-  cp -a irc-$pkgver irc2-$pkgver
-}
-
-package_python2-irc()
-{
-  depends=('python2-six')
-  install='python2-irc.install'
-
-  cd $srcdir/irc2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-}
-
-package_python-irc()
-{
-  depends=('python-six')
-  install='python-irc.install'
-
-  cd $srcdir/irc-$pkgver
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-}
-
-check()
-{
-  cd $srcdir/irc-$pkgver
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test 
-
-  cd $srcdir/irc2-$pkgver
-  python2 setup.py test 
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 127235, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 11:01:00 UTC (rev 127236)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+# Contributor: Pierre Chapuis catw...@archlinux.us
+# Contributor: Stefano Esposito ragna...@email.it
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=11.0.1
+pkgrel=1
+pkgdesc=IRC (Internet Relay Chat) protocol client library for Python
+depends=('python-six')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url=http://pypi.python.org/pypi/irc;
+license=('LGPL')
+install='python-irc.install'
+source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip
+jaraco.py)
+md5sums=('391088628b92b5a5ad48e2fefa4feab1'
+ '0577cd2b5ffe3907b9b7ce60aa422bb6')
+
+build() {
+  cd $srcdir
+  # todo, convince author not to use his own misc lib
+  cp jaraco.py irc-$pkgver/irc/
+  pushd irc-$pkgver
+  sed -i 's/jaraco.util.itertools/irc.jaraco/' irc/client.py
+  sed -i 's/jaraco.util.string/irc.jaraco/'irc/strings.py
+  sed -i 's/jaraco.util.dictlib/irc.jaraco/'   irc/dict.py
+  sed -i '25i irc/jaraco.py' irc.egg-info/SOURCES.txt
+  sed -i s/'jaraco.util',// setup.py
+  echo six  irc.egg-info/requires.txt
+  popd
+  cp -a irc-$pkgver irc2-$pkgver
+}
+
+package_python2-irc()
+{
+  depends=('python2-six')
+  install='python2-irc.install'
+
+  cd $srcdir/irc2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+}
+
+package_python-irc()
+{
+  depends=('python-six')
+  install='python-irc.install'
+
+  cd $srcdir/irc-$pkgver
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root=$pkgdir --optimize=0
+  find $pkgdir/ 

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

2015-02-07 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 13:26:33
  Author: kkeen
Revision: 127238

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

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

---+
 /PKGBUILD |  160 
 community-i686/PKGBUILD   |   74 
 community-x86_64/PKGBUILD |   74 
 3 files changed, 160 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-07 12:26:09 UTC (rev 127237)
+++ community-i686/PKGBUILD 2015-02-07 12:26:33 UTC (rev 127238)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.6.2
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-pillow.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python3 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py3basever/
-  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' PIL/OleFileIO.py
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py2basever/
-  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 127237, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-07 12:26:33 UTC (rev 127238)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.7.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;
+https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz;)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ '892cd70e3838250b615095d117173b57')
+
+prepare() {
+  cd $srcdir
+  # allow sane to build
+  sed -i s|os.path.join|'../libImaging', | $srcdir/Sane-$pkgver/setup.py
+  cp -r $srcdir/Sane-$pkgver $srcdir/$_appname-$pkgver/Sane
+  # py2 and py3
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:14:05
  Author: tpowa
Revision: 127224

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 127223, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 127223, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 127223, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 127223, 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 127223, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:14:05 UTC (rev 127224)
@@ -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
+
+   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 127223, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2015-02-07 10:14:05 UTC (rev 
127224)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.16-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 127223, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-07 10:14:05 UTC (rev 127224)
@@ -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 

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:13:57
  Author: tpowa
Revision: 127223

upgpkg: r8168 8.039.00-9

rebuild against 3.18.6

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:13:06 UTC (rev 127222)
+++ PKGBUILD2015-02-07 10:13:57 UTC (rev 127223)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=8
+pkgrel=9
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:12:58
  Author: tpowa
Revision: 127221

upgpkg: bbswitch 0.8-25

rebuild against 3.18.6

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:12:15 UTC (rev 127220)
+++ PKGBUILD2015-02-07 10:12:58 UTC (rev 127221)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
-pkgrel=24
+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;)


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:13:06
  Author: tpowa
Revision: 127222

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 127221, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:13:06 UTC (rev 127222)
@@ -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
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
127221, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-02-07 10:13:06 UTC (rev 
127222)
@@ -0,0 +1,12 @@
+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-testing-x86_64/PKGBUILD (from rev 127221, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-07 10:13:06 UTC (rev 127222)
@@ -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
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
127221, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2015-02-07 10:13:06 UTC (rev 
127222)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:14:51
  Author: tpowa
Revision: 127225

upgpkg: rt3562sta 2.4.1.1_r1-19

rebuild against 3.18.6

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:14:05 UTC (rev 127224)
+++ PKGBUILD2015-02-07 10:14:51 UTC (rev 127225)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=18
+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;


[arch-commits] Commit in wireless-regdb/repos/testing-any (6 files)

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:51:09
  Author: tpowa
Revision: 231105

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   93 +++
 crda.conf.d|8 ++--
 wireless-regdb.install |   26 ++---
 3 files changed, 63 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 10:51:00 UTC (rev 231104)
+++ PKGBUILD2015-02-07 10:51:09 UTC (rev 231105)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wireless-regdb
-pkgver=2015.01.30
-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,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 ${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}/sforshee.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/sforshee.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/testing-any/PKGBUILD (from rev 231104, 
wireless-regdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 10:51:09 UTC (rev 231105)
@@ -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 ${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 

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 13:37:36
  Author: fyan
Revision: 127240

archrelease: copy trunk to community-any

Added:
  pep8/repos/community-any/LICENSE
(from rev 127239, pep8/trunk/LICENSE)
  pep8/repos/community-any/PKGBUILD
(from rev 127239, pep8/trunk/PKGBUILD)
Deleted:
  pep8/repos/community-any/LICENSE
  pep8/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 +++---
 PKGBUILD |  130 ++---
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-07 12:37:12 UTC (rev 127239)
+++ LICENSE 2015-02-07 12:37:36 UTC (rev 127240)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
-Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the Software), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: pep8/repos/community-any/LICENSE (from rev 127239, pep8/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-07 12:37:36 UTC (rev 127240)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
+Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the Software), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 12:37:12 UTC (rev 127239)
+++ PKGBUILD2015-02-07 12:37:36 UTC (rev 127240)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-pkgbase=pep8
-pkgname=($pkgbase python2-$pkgbase)
-pkgver=1.5.7
-pkgrel=1
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git+https://github.com/jcrocholl/${pkgbase}.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -r $pkgbase{,-py2}
-
-  sed -i '1s/env python$/python2/' $pkgbase-py2/pep8.py
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-py2
-  python2 setup.py test
-}
-
-package_pep8() {
-  depends=('python' 'python-setuptools')
-  provides=('pep8-python3')
-  conflicts=('pep8-python3')
-  replaces=('pep8-python3')
-
-  cd $pkgbase
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pep8() {
-  depends=('python2' 'python2-setuptools')
-  provides=('pep8-python2')
-  conflicts=('pep8-python2')
-  

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 13:37:12
  Author: fyan
Revision: 127239

upgpkg: pep8 1.6-1

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 12:26:33 UTC (rev 127238)
+++ PKGBUILD2015-02-07 12:37:12 UTC (rev 127239)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Ismael Carnales icarnales at gmail dot com
 # Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
 
 pkgbase=pep8
 pkgname=($pkgbase python2-$pkgbase)
-pkgver=1.5.7
+pkgver=1.6
 pkgrel=1
 pkgdesc=Python style guide checker
 arch=('any')


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 11:05:47
  Author: fyan
Revision: 127217

upgpkg: python-ecdsa 0.12-1

Modified:
  python-ecdsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 09:37:26 UTC (rev 127216)
+++ PKGBUILD2015-02-07 10:05:47 UTC (rev 127217)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org  
+
 pkgbase=python-ecdsa
 pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc=Implementation of ECDSA in Python
 arch=('any')
 url=https://github.com/warner/python-ecdsa;
@@ -11,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('8ef586fe4dbb156697d756900cb41d7c'
+md5sums=('c3a4f41156392f71e0c790e497dae8b5'
  '66ffc5e30f76cbb5358fe54b645e5a1d')
 
 build() {


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 11:08:28
  Author: fyan
Revision: 127218

archrelease: copy trunk to community-any

Added:
  python-ecdsa/repos/community-any/LICENSE
(from rev 127217, python-ecdsa/trunk/LICENSE)
  python-ecdsa/repos/community-any/PKGBUILD
(from rev 127217, python-ecdsa/trunk/PKGBUILD)
Deleted:
  python-ecdsa/repos/community-any/LICENSE
  python-ecdsa/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 -
 PKGBUILD |   71 ++---
 2 files changed, 60 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-07 10:05:47 UTC (rev 127217)
+++ LICENSE 2015-02-07 10:08:28 UTC (rev 127218)
@@ -1,24 +0,0 @@
-python-ecdsa Copyright (c) 2010 Brian Warner
-
-Portions written in 2005 by Peter Pearson and placed in the public domain.
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the Software), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-ecdsa/repos/community-any/LICENSE (from rev 127217, 
python-ecdsa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-07 10:08:28 UTC (rev 127218)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 10:05:47 UTC (rev 127217)
+++ PKGBUILD2015-02-07 10:08:28 UTC (rev 127218)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.11
-pkgrel=2
-pkgdesc=Implementation of ECDSA in Python
-arch=('any')
-url=https://github.com/warner/python-ecdsa;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('8ef586fe4dbb156697d756900cb41d7c'
- '66ffc5e30f76cbb5358fe54b645e5a1d')
-
-build() {
-  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
-  cd $srcdir/ecdsa-$pkgver-py2
-  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
-}
-
-package_python-ecdsa() {
-  depends=('python')
-  cd $srcdir/ecdsa-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-ecdsa() {
-  depends=('python2')
-  cd $srcdir/ecdsa-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ecdsa/repos/community-any/PKGBUILD (from rev 127217, 
python-ecdsa/trunk/PKGBUILD)
===
--- PKGBUILD

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

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 11:32:16
  Author: tpowa
Revision: 127232

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

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

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

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
127231, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-07 10:32:16 UTC (rev 127232)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.20
+pkgrel=8
+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')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
127231, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-02-07 10:32:16 UTC (rev 127232)
@@ -0,0 +1,58 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+

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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 11:33:02
  Author: allan
Revision: 231099

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

Added:
  binutils/repos/staging-i686/
  binutils/repos/staging-i686/PKGBUILD
(from rev 231098, binutils/trunk/PKGBUILD)
  binutils/repos/staging-i686/binutils-2.25-roundup.patch
(from rev 231098, binutils/trunk/binutils-2.25-roundup.patch)
  binutils/repos/staging-i686/binutils.install
(from rev 231098, binutils/trunk/binutils.install)
  binutils/repos/staging-x86_64/
  binutils/repos/staging-x86_64/PKGBUILD
(from rev 231098, binutils/trunk/PKGBUILD)
  binutils/repos/staging-x86_64/binutils-2.25-roundup.patch
(from rev 231098, binutils/trunk/binutils-2.25-roundup.patch)
  binutils/repos/staging-x86_64/binutils.install
(from rev 231098, binutils/trunk/binutils.install)

+
 staging-i686/PKGBUILD  |   72 +
 staging-i686/binutils-2.25-roundup.patch   | 1660 +++
 staging-i686/binutils.install  |   17 
 staging-x86_64/PKGBUILD|   72 +
 staging-x86_64/binutils-2.25-roundup.patch | 1660 +++
 staging-x86_64/binutils.install|   17 
 6 files changed, 3498 insertions(+)

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


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

2015-02-07 Thread Allan McRae
Date: Saturday, February 7, 2015 @ 11:33:26
  Author: allan
Revision: 231100

upgpkg: linux-api-headers 3.18.5-1

glibc-2.21 toolchain rebuild, upstream patchlevel bump

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:33:02 UTC (rev 231099)
+++ PKGBUILD2015-02-07 10:33:26 UTC (rev 231100)
@@ -4,7 +4,7 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=3.18.1
+pkgver=3.18.5
 _basever=3.18
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
@@ -17,7 +17,7 @@
 http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign)
 md5sums=('9e854df51ca3fef8bfe566dbd7b89241'
  'SKIP'
- '82864000fde42252dd5e80cceb971479'
+ 'e8563b2feaa6c33d20d23ac7add9d385'
  'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman


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

2015-02-07 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 13:26:09
  Author: kkeen
Revision: 127237

upgpkg: python-pillow 2.7.0-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 11:01:00 UTC (rev 127236)
+++ PKGBUILD2015-02-07 12:26:09 UTC (rev 127237)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -14,11 +14,17 @@
 url=http://python-pillow.github.io/;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('e5ec45b7dd828e8710714e4a96bba49c')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;
+https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz;)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ '892cd70e3838250b615095d117173b57')
 
-build() {
+prepare() {
   cd $srcdir
+  # allow sane to build
+  sed -i s|os.path.join|'../libImaging', | $srcdir/Sane-$pkgver/setup.py
+  cp -r $srcdir/Sane-$pkgver $srcdir/$_appname-$pkgver/Sane
+  # py2 and py3
   cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
 }  
 


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 14:36:31
  Author: fyan
Revision: 231107

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 231106, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 231106, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/fix-openssl.patch
(from rev 231106, cmake/trunk/fix-openssl.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 231106, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 231106, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/fix-openssl.patch
(from rev 231106, cmake/trunk/fix-openssl.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/fix-openssl.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/fix-openssl.patch

+
 /PKGBUILD  |  118 ++
 /cmake.install |   24 ++
 /fix-openssl.patch |  152 +++
 extra-i686/PKGBUILD|   61 ---
 extra-i686/cmake.install   |   12 ---
 extra-i686/fix-openssl.patch   |   76 ---
 extra-x86_64/PKGBUILD  |   61 ---
 extra-x86_64/cmake.install |   12 ---
 extra-x86_64/fix-openssl.patch |   76 ---
 9 files changed, 294 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-07 13:35:42 UTC (rev 231106)
+++ extra-i686/PKGBUILD 2015-02-07 13:36:31 UTC (rev 231107)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=3.1.1
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
-'fix-openssl.patch')
-md5sums=('0ae4f25dbec66697c0c3cec1b9e885ae'
- '6e7853ca9d495a06615cb8049d4434ee')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-openssl.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -d ${vimpath}/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
-${vimpath}/help/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
-${vimpath}/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
-${vimpath}/syntax/
-
-  install -d ${pkgdir}/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-${pkgdir}/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 231106, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-07 13:36:31 UTC (rev 231107)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('75f61184aa70664bc7b3158293950f04')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -d 

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 14:37:27
  Author: fyan
Revision: 231108

upgpkg: udisks2 2.1.4-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 13:36:31 UTC (rev 231107)
+++ PKGBUILD2015-02-07 13:37:27 UTC (rev 231108)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
@@ -9,22 +9,16 @@
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL2')
 depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
 optdepends=('parted: partition management'
 'gptfdisk: GUID partition table support'
 'ntfs-3g: NTFS filesystem management support'
 'dosfstools: VFAT filesystem management support')
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign}
-git-fixes.patch)
-sha256sums=('5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d'
-'SKIP'
-'52a9b9f039f9f115414715375f2b5874b79b5b67fbe2bdf3105b46d3a35f673f')
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign})
+sha256sums=('a4e148dd3a4a209160452a12cfe770382836027002f6c84f2e6c17eb5be519bb'
+'SKIP')
+validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')  # Martin Pitt
 
-prepare() {
-  cd udisks-$pkgver
-  #patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd udisks-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 14:38:07
  Author: fyan
Revision: 231109

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

Added:
  udisks2/repos/extra-i686/PKGBUILD
(from rev 231108, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-i686/git-fixes.patch
(from rev 231108, udisks2/trunk/git-fixes.patch)
  udisks2/repos/extra-x86_64/PKGBUILD
(from rev 231108, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-x86_64/git-fixes.patch
(from rev 231108, udisks2/trunk/git-fixes.patch)
Deleted:
  udisks2/repos/extra-i686/PKGBUILD
  udisks2/repos/extra-i686/git-fixes.patch
  udisks2/repos/extra-x86_64/PKGBUILD
  udisks2/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   70 +
 /git-fixes.patch | 1554 +
 extra-i686/PKGBUILD  |   41 -
 extra-i686/git-fixes.patch   |  777 
 extra-x86_64/PKGBUILD|   41 -
 extra-x86_64/git-fixes.patch |  777 
 6 files changed, 1624 insertions(+), 1636 deletions(-)

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


[arch-commits] Commit in lib32-glibc/repos (3 files)

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 15:48:15
  Author: heftig
Revision: 127246

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-glibc/repos/multilib-staging-x86_64/
  lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD
(from rev 127245, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-staging-x86_64/lib32-glibc.conf
(from rev 127245, lib32-glibc/trunk/lib32-glibc.conf)

--+
 PKGBUILD |  145 +
 lib32-glibc.conf |1 
 2 files changed, 146 insertions(+)

Copied: lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD (from rev 127245, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-02-07 14:48:15 UTC (rev 127246)
@@ -0,0 +1,145 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.21
+pkgrel=1
+pkgdesc=GNU C Library (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=()
+depends=()
+makedepends=('gcc-multilib=4.9')
+backup=()
+
+
+options=('!strip' 'staticlibs' '!emptydirs')
+
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+lib32-glibc.conf)
+md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
+ 'SKIP'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
+
+prepare() {
+  cd ${srcdir}/glibc-${pkgver}
+
+  # glibc-2.21..
+  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = i686 ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
+  #fi
+
+  echo slibdir=/usr/lib32  configparms
+  echo rtlddir=/usr/lib32  configparms
+  echo sbindir=/usr/bin  configparms
+  echo rootsbindir=/usr/bin  configparms
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror \
+  i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo build-programs=no  configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i /build-programs=/s#no#yes# configparms
+  echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  echo CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '5,7d' configparms
+}
+
+check() {
+  # the linker commands need to be reordered - fixed in 2.19
+  LDFLAGS=${LDFLAGS/--as-needed,/}
+
+  cd ${srcdir}/glibc-build
+
+  # tst-cleanupx4 failure on i686 is expected
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/glibc-build
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need one 32 bit specific header file
+  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
+
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 $srcdir/lib32-glibc.conf 
$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf
+
+  # Symlink /usr/lib32/locale to /usr/lib/locale
+  ln -s ../lib/locale $pkgdir/usr/lib32/locale
+
+  # remove the static libraries that have a shared counterpart
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
+
+  # Do not strip the following files for improved debugging support
+  # (improved as in not breaking gdb and valgrind...):
+  #   ld-${pkgver}.so
+  #   libc-${pkgver}.so
+  #   libpthread-${pkgver}.so
+  #   libthread_db-1.0.so
+
+  cd $pkgdir
+  strip $STRIP_BINARIES \
+\
+\
+usr/lib32/getconf/*
+
+
+  strip $STRIP_STATIC usr/lib32/*.a
+
+  strip $STRIP_SHARED 

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 15:53:18
  Author: fyan
Revision: 127247

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

Added:
  libpinyin/repos/staging-i686/PKGBUILD
(from rev 127246, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/staging-x86_64/PKGBUILD
(from rev 127246, libpinyin/trunk/PKGBUILD)
Deleted:
  libpinyin/repos/staging-i686/PKGBUILD
  libpinyin/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-02-07 14:48:15 UTC (rev 127246)
+++ staging-i686/PKGBUILD   2015-02-07 14:53:18 UTC (rev 127247)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=1.0.99.20150203
-_modelver=8
-pkgrel=1
-pkgdesc=Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-depends=('db' 'glib2')
-makedepends=('git')
-source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
-
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
-noextract=(model${_modelver}.text.tar.gz)
-sha512sums=('SKIP'
-
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
-
-build() {
-  cd ${pkgname}
-
-  cp ../model${_modelver}.text.tar.gz data/
-  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
-
-  aclocal  libtoolize --force  autoheader  automake -a  autoconf
-  ./configure --prefix=/usr  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: libpinyin/repos/staging-i686/PKGBUILD (from rev 127246, 
libpinyin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-07 14:53:18 UTC (rev 127247)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.0.99.20150203
+_modelver=8
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-02-07 14:48:15 UTC (rev 127246)
+++ staging-x86_64/PKGBUILD 2015-02-07 14:53:18 UTC (rev 127247)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=1.0.99.20150203
-_modelver=8
-pkgrel=1
-pkgdesc=Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-depends=('db' 'glib2')
-makedepends=('git')
-source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
-
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
-noextract=(model${_modelver}.text.tar.gz)
-sha512sums=('SKIP'
-
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
-
-build() {
-  cd ${pkgname}
-
-  cp ../model${_modelver}.text.tar.gz data/
-  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
-
-  aclocal  libtoolize --force  autoheader  automake -a  autoconf
-  ./configure --prefix=/usr  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR=${pkgdir} install
-}

Copied: libpinyin/repos/staging-x86_64/PKGBUILD (from rev 127246, 
libpinyin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-07 14:53:18 UTC (rev 

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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 15:58:56
  Author: fyan
Revision: 127248

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

Added:
  libpinyin/repos/community-staging-i686/
  libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 127247, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-staging-x86_64/
  libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 127247, libpinyin/trunk/PKGBUILD)

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

Copied: libpinyin/repos/community-staging-i686/PKGBUILD (from rev 127247, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-07 14:58:56 UTC (rev 127248)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.0.99.20150203
+_modelver=8
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 127247, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-07 14:58:56 UTC (rev 127248)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.0.99.20150203
+_modelver=8
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}


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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 14:14:13
  Author: heftig
Revision: 127241

4.9.2-3

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 12:37:36 UTC (rev 127240)
+++ PKGBUILD2015-02-07 13:14:13 UTC (rev 127241)
@@ -10,8 +10,8 @@
 _pkgver=4.9
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=2
-_snapshot=4.9-20141224
+pkgrel=3
+_snapshot=4.9-20150204
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -25,7 +25,7 @@
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz
 gcc-4.8-filename-output.patch)
-md5sums=('064bc3224ed492c1b2751c313f8278b0'
+md5sums=('5a59c19c4ff7acd3db7f8d94843f7f85'
  'e039bfcfb6c2ab039b8ee69bf883e824'
  'e34fca0540d840e5d0f6427e98c92252'
  '6810bb9b2252f03e6c98d9a671d94589')


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 14:35:42
  Author: fyan
Revision: 231106

upgpkg: cmake 3.1.2-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 10:51:09 UTC (rev 231105)
+++ PKGBUILD2015-02-07 13:35:42 UTC (rev 231106)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=cmake
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
@@ -14,14 +15,11 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 install=${pkgname}.install
-source=(http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
-'fix-openssl.patch')
-md5sums=('0ae4f25dbec66697c0c3cec1b9e885ae'
- '6e7853ca9d495a06615cb8049d4434ee')
+source=(http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('75f61184aa70664bc7b3158293950f04')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-openssl.patch
 }
 
 build() {


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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 16:06:18
  Author: heftig
Revision: 127249

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 127248, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-filename-output.patch
(from rev 127248, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 127248, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-4.9-isl-0.13-hack.patch
(from rev 127248, gcc-multilib/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-ada.install
(from rev 127248, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-fortran.install
(from rev 127248, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-go.install
(from rev 127248, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-libs.install
(from rev 127248, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc.install
(from rev 127248, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  386 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-4.9-isl-0.13-hack.patch   |   71 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 9 files changed, 601 insertions(+)

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 127248, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-02-07 15:06:18 UTC (rev 127249)
@@ -0,0 +1,386 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.9.2
+_pkgver=4.9
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=3
+_snapshot=4.9-20150204
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.20')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz
+gcc-4.8-filename-output.patch)
+md5sums=('5a59c19c4ff7acd3db7f8d94843f7f85'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ '6810bb9b2252f03e6c98d9a671d94589')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  # https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=9140d56f
+  patch -p1 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \

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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 16:06:45
  Author: heftig
Revision: 127250

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libltdl/repos/multilib-staging-x86_64/
  lib32-libltdl/repos/multilib-staging-x86_64/PKGBUILD
(from rev 127249, lib32-libltdl/trunk/PKGBUILD)

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

Copied: lib32-libltdl/repos/multilib-staging-x86_64/PKGBUILD (from rev 127249, 
lib32-libltdl/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-02-07 15:06:45 UTC (rev 127250)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.5
+pkgrel=1
+pkgdesc=A generic library support script (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' 'lib32-glibc' 'libtool')
+makedepends=('gcc-multilib')
+provides=(lib32-libtool=$pkgver)
+conflicts=('lib32-libtool')
+replaces=('lib32-libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('ee9c087775aeb98ce53a9c69da865a55'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/libtool-${pkgver}
+  export CC=gcc -m32 CXX=g++ -m32
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/usr/lib 
/usr/lib32 --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${srcdir}/libtool-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libtool-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}


[arch-commits] Commit in libpinyin/repos (staging-i686 staging-x86_64)

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 16:12:12
  Author: fyan
Revision: 127251

remove wrongly created staging folders

Deleted:
  libpinyin/repos/staging-i686/
  libpinyin/repos/staging-x86_64/


[arch-commits] Commit in lib32-glibc/trunk (PKGBUILD glibc-2.20-roundup.patch)

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 14:22:34
  Author: heftig
Revision: 127242

2.21

Modified:
  lib32-glibc/trunk/PKGBUILD
Deleted:
  lib32-glibc/trunk/glibc-2.20-roundup.patch

--+
 PKGBUILD |   16 
 glibc-2.20-roundup.patch |  890 -
 2 files changed, 8 insertions(+), 898 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 13:14:13 UTC (rev 127241)
+++ PKGBUILD2015-02-07 13:22:34 UTC (rev 127242)
@@ -7,8 +7,8 @@
 
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
-pkgver=2.20
-pkgrel=6
+pkgver=2.21
+pkgrel=1
 pkgdesc=GNU C Library (32-bit)
 arch=('x86_64')
 url=http://www.gnu.org/software/libc;
@@ -22,11 +22,9 @@
 options=('!strip' 'staticlibs' '!emptydirs')
 
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-glibc-2.20-roundup.patch
 lib32-glibc.conf)
-md5sums=('948a6e06419a01bd51e97206861595b0'
+md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
  'SKIP'
- 'f7a5faf2911ae7c13f584bd60c802873'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
@@ -33,8 +31,8 @@
 prepare() {
   cd ${srcdir}/glibc-${pkgver}
 
-  # glibc-2.20..f80af766
-  patch -p1 -i $srcdir/glibc-2.20-roundup.patch
+  # glibc-2.21..
+  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }
@@ -70,7 +68,9 @@
   --enable-bind-now --disable-profile \
   --enable-stackguard-randomization \
   --enable-lock-elision \
-  --enable-multi-arch i686-unknown-linux-gnu
+  --enable-multi-arch \
+  --disable-werror \
+  i686-unknown-linux-gnu
 
   # build libraries with hardening disabled
   echo build-programs=no  configparms

Deleted: glibc-2.20-roundup.patch
===
--- glibc-2.20-roundup.patch2015-02-07 13:14:13 UTC (rev 127241)
+++ glibc-2.20-roundup.patch2015-02-07 13:22:34 UTC (rev 127242)
@@ -1,890 +0,0 @@
-diff --git a/ChangeLog b/ChangeLog
-index f343428..e416cd0 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,109 @@
-+2014-12-16  Florian Weimer  fwei...@redhat.com
-+
-+  [BZ #17630]
-+  * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
-+  names.
-+
-+2014-12-15  Jeff Law  l...@redhat.com
-+
-+  [BZ #16617]
-+  * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
-+  on the heap.  (CVE-2012-3406)
-+  * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
-+  * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
-+  * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
-+
-+2014-11-24  Siddhesh Poyarekar  siddh...@redhat.com
-+
-+  [BZ #17266]
-+  * misc/sys/cdefs.h: Define __extern_always_inline for clang
-+  4.2 and newer.
-+
-+2014-11-19  Carlos O'Donell  car...@redhat.com
-+  Florian Weimer  fwei...@redhat.com
-+  Joseph Myers  jos...@codesourcery.com
-+  Adam Conrad  adcon...@0c3.net
-+  Andreas Schwab  sch...@suse.de
-+  Brooks  bmo...@google.com
-+
-+  [BZ #17625]
-+  * wordexp-test.c (__dso_handle): Add prototype.
-+  (__register_atfork): Likewise.
-+  (__app_register_atfork): New function.
-+  (registered_forks): New global.
-+  (register_fork): New function.
-+  (test_case): Add 3 new tests for WRDE_CMDSUB.
-+  (main): Call __app_register_atfork.
-+  (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
-+  fork count is non-zero fail the test.
-+  * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
-+  is set.
-+  (parse_dollars): Remove check for WRDE_NOCMD.
-+  (parse_dquote): Likewise.
-+
-+2014-11-10  Renlin Li  renlin...@arm.com
-+
-+  [BZ #17555]
-+  * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
-+
-+2014-10-22  Maciej W. Rozycki  ma...@codesourcery.com
-+
-+  [BZ #17485]
-+  * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
-+
-+2014-10-08  Roland McGrath  rol...@hack.frob.com
-+
-+  [BZ #17460]
-+  * nscd/nscd.c (more_help): Rewrite list of tables collection
-+  using xstrdup and asprintf.
-+
-+  * nscd/nscd_conf.c: Remove local xstrdup declaration.
-+
-+2014-10-09  Allan McRae  al...@archlinux.org
-+
-+  * po/fr.po: Update French translation from translation project.
-+
-+2014-09-16  Siddhesh Poyarekar  siddh...@redhat.com
-+
-+  [BZ #17370]
-+  * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
-+
-+2014-09-11  Tim Lammens  tim.lamm...@gmail.com
-+
-+  [BZ #17370]
-+  * libio/wfileops (do_ftell_wide): Free OUT.
-+
-+2014-09-16  Siddhesh Poyarekar  siddh...@redhat.com
-+  Jakub Jelinek  ja...@redhat.com
-+
-+  [BZ #17266]
-+  * libio/stdio.h: Check definition of 

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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 14:23:06
  Author: heftig
Revision: 127243

2.4.5

Modified:
  lib32-libltdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 13:22:34 UTC (rev 127242)
+++ PKGBUILD2015-02-07 13:23:06 UTC (rev 127243)
@@ -6,8 +6,8 @@
 # NOTE: requires rebuilt with each new gcc version
 
 pkgname=lib32-libltdl
-pkgver=2.4.4
-pkgrel=2.1
+pkgver=2.4.5
+pkgrel=1
 pkgdesc=A generic library support script (32-bit)
 arch=('x86_64')
 url=http://www.gnu.org/software/libtool;
@@ -19,14 +19,14 @@
 conflicts=('lib32-libtool')
 replaces=('lib32-libtool')
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
-md5sums=('51bf400de3354687d68dfa2392506b7e'
+md5sums=('ee9c087775aeb98ce53a9c69da865a55'
  'SKIP')
-validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
 
 build() {
   cd ${srcdir}/libtool-${pkgver}
   export CC=gcc -m32 CXX=g++ -m32
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/lib /usr/lib 
/usr/lib32 --libdir=/usr/lib32
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/usr/lib 
/usr/lib32 --libdir=/usr/lib32
   make
 }
 


[arch-commits] Commit in cmake/trunk (fix-openssl.patch)

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 14:38:51
  Author: fyan
Revision: 231110

remove uneeded patch

Deleted:
  cmake/trunk/fix-openssl.patch

---+
 fix-openssl.patch |   76 
 1 file changed, 76 deletions(-)

Deleted: fix-openssl.patch
===
--- fix-openssl.patch   2015-02-07 13:38:07 UTC (rev 231109)
+++ fix-openssl.patch   2015-02-07 13:38:51 UTC (rev 231110)
@@ -1,76 +0,0 @@
-X-Git-Url: 
http://www.cmake.org/gitweb?p=cmake.git;a=blobdiff_plain;f=Modules%2FFindOpenSSL.cmake;h=3adc2692622e459a175f31d5b2a54619ec8164f2;hp=bfbe01f59090ed096ba81e95f2d125d2d53b2179;hb=27da8cf2d3ddf34acd9eeccf630d83ccbf89cd38;hpb=081c724ccb82ed1bae3f629f4b6f0b3afc79fdfc
-
-diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake
-index bfbe01f..3adc269 100644
 a/Modules/FindOpenSSL.cmake
-+++ b/Modules/FindOpenSSL.cmake
-@@ -285,7 +285,7 @@ endfunction()
- if (OPENSSL_INCLUDE_DIR)
-   if(OPENSSL_INCLUDE_DIR AND EXISTS 
${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h)
- file(STRINGS ${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h 
openssl_version_str
-- REGEX ^#define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x([0-9a-fA-F])+.*)
-+ REGEX ^# *define[\t ]+OPENSSL_VERSION_NUMBER[\t 
]+0x([0-9a-fA-F])+.*)
- 
- # The version number is encoded as 0xMNNFFPPS: major minor fix patch 
status
- # The status gives if this is a developer or prerelease and is ignored 
here.
-X-Git-Url: 
http://www.cmake.org/gitweb?p=cmake.git;a=blobdiff_plain;f=Modules%2FFindOpenSSL.cmake;h=3adc2692622e459a175f31d5b2a54619ec8164f2;hp=6b4f9853c01f64b94bfec3ff51da8789af63a07e;hb=27da8cf2d3ddf34acd9eeccf630d83ccbf89cd38;hpb=c5d9a8283cfac15b4a5a07f18d5eb10c1f388505
-
-diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake
-index 6b4f985..3adc269 100644
 a/Modules/FindOpenSSL.cmake
-+++ b/Modules/FindOpenSSL.cmake
-@@ -16,10 +16,12 @@
- #
- # ::
- #
--#   OPENSSL_FOUND - system has the OpenSSL library
--#   OPENSSL_INCLUDE_DIR - the OpenSSL include directory
--#   OPENSSL_LIBRARIES - The libraries needed to use OpenSSL
--#   OPENSSL_VERSION - This is set to $major.$minor.$revision$path (eg. 0.9.8s)
-+#   OPENSSL_FOUND - System has the OpenSSL library
-+#   OPENSSL_INCLUDE_DIR - The OpenSSL include directory
-+#   OPENSSL_CRYPTO_LIBRARY - The OpenSSL crypto library
-+#   OPENSSL_SSL_LIBRARY - The OpenSSL SSL library
-+#   OPENSSL_LIBRARIES - All OpenSSL libraries
-+#   OPENSSL_VERSION - This is set to $major.$minor.$revision$patch (eg. 
0.9.8s)
- 
- #=
- # Copyright 2006-2009 Kitware, Inc.
-@@ -153,6 +155,8 @@ if(WIN32 AND NOT CYGWIN)
- 
- mark_as_advanced(LIB_EAY_LIBRARY_DEBUG LIB_EAY_LIBRARY_RELEASE
-  SSL_EAY_LIBRARY_DEBUG SSL_EAY_LIBRARY_RELEASE)
-+set( OPENSSL_SSL_LIBRARY ${SSL_EAY_LIBRARY} )
-+set( OPENSSL_CRYPTO_LIBRARY ${LIB_EAY_LIBRARY} )
- set( OPENSSL_LIBRARIES ${SSL_EAY_LIBRARY} ${LIB_EAY_LIBRARY} )
-   elseif(MINGW)
- # same player, for MinGW
-@@ -181,6 +185,8 @@ if(WIN32 AND NOT CYGWIN)
- )
- 
- mark_as_advanced(SSL_EAY LIB_EAY)
-+set( OPENSSL_SSL_LIBRARY ${SSL_EAY} )
-+set( OPENSSL_CRYPTO_LIBRARY ${LIB_EAY} )
- set( OPENSSL_LIBRARIES ${SSL_EAY} ${LIB_EAY} )
- unset(LIB_EAY_NAMES)
- unset(SSL_EAY_NAMES)
-@@ -207,6 +213,8 @@ if(WIN32 AND NOT CYGWIN)
- )
- 
- mark_as_advanced(SSL_EAY LIB_EAY)
-+set( OPENSSL_SSL_LIBRARY ${SSL_EAY} )
-+set( OPENSSL_CRYPTO_LIBRARY ${LIB_EAY} )
- set( OPENSSL_LIBRARIES ${SSL_EAY} ${LIB_EAY} )
-   endif()
- else()
-@@ -275,9 +283,7 @@ function(from_hex HEX DEC)
- endfunction()
- 
- if (OPENSSL_INCLUDE_DIR)
--  if (_OPENSSL_VERSION)
--set(OPENSSL_VERSION ${_OPENSSL_VERSION})
--  elseif(OPENSSL_INCLUDE_DIR AND EXISTS 
${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h)
-+  if(OPENSSL_INCLUDE_DIR AND EXISTS 
${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h)
- file(STRINGS ${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h 
openssl_version_str
-  REGEX ^# *define[\t ]+OPENSSL_VERSION_NUMBER[\t 
]+0x([0-9a-fA-F])+.*)
- 


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 15:46:09
  Author: fyan
Revision: 127245

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

Added:
  libpinyin/repos/staging-i686/
  libpinyin/repos/staging-i686/PKGBUILD
(from rev 127244, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/staging-x86_64/
  libpinyin/repos/staging-x86_64/PKGBUILD
(from rev 127244, libpinyin/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libpinyin/repos/staging-i686/PKGBUILD (from rev 127244, 
libpinyin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-07 14:46:09 UTC (rev 127245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.0.99.20150203
+_modelver=8
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: libpinyin/repos/staging-x86_64/PKGBUILD (from rev 127244, 
libpinyin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-07 14:46:09 UTC (rev 127245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=1.0.99.20150203
+_modelver=8
+pkgrel=1
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+makedepends=('git')
+source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
+
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
+noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i /wget.*model${_modelver}\.text\.tar\.gz/ d data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+}


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 15:45:38
  Author: fyan
Revision: 127244

upgpkg: libpinyin 1.0.99.20150203-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 13:23:06 UTC (rev 127243)
+++ PKGBUILD2015-02-07 14:45:38 UTC (rev 127244)
@@ -4,8 +4,8 @@
 # Contributor: WU Jun quark at lihdd dot net
 
 pkgname=libpinyin
-pkgver=1.0.0
-_modelver=7
+pkgver=1.0.99.20150203
+_modelver=8
 pkgrel=1
 pkgdesc=Library to deal with pinyin
 arch=('i686' 'x86_64')
@@ -16,6 +16,8 @@
 source=(git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver;
 
http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz;)
 noextract=(model${_modelver}.text.tar.gz)
+sha512sums=('SKIP'
+
'6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
 
 build() {
   cd ${pkgname}
@@ -31,6 +33,3 @@
   cd ${pkgname}
   make DESTDIR=${pkgdir} install
 }
-
-sha512sums=('SKIP'
-
'74a56a23cdca24124037f688ed85a921089155a1b9a0b61e646f805b2bb698c56682c5d6a47ff86657c8b131a831dbee9d5cc5165d4c1f235b77fcd5b2e480ad')


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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 16:33:35
  Author: heftig
Revision: 23

dep fix

Modified:
  unoconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 13:38:51 UTC (rev 231110)
+++ PKGBUILD2015-02-07 15:33:35 UTC (rev 23)
@@ -5,12 +5,12 @@
 
 pkgname=unoconv
 pkgver=0.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Libreoffice-based document converter
-depends=('python' 'libreoffice-common')
-makedepends=('asciidoc')
-arch=('any')
-license=('GPL2')
+depends=(python libreoffice)
+makedepends=(asciidoc)
+arch=(any)
+license=(GPL2)
 url=http://dag.wieers.com/home-made/unoconv;
 source=($url/$pkgname-$pkgver.tar.gz python3.patch)
 sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'


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

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 16:34:12
  Author: heftig
Revision: 231112

archrelease: copy trunk to extra-any

Added:
  unoconv/repos/extra-any/PKGBUILD
(from rev 23, unoconv/trunk/PKGBUILD)
  unoconv/repos/extra-any/python3.patch
(from rev 23, unoconv/trunk/python3.patch)
Deleted:
  unoconv/repos/extra-any/PKGBUILD
  unoconv/repos/extra-any/python3.patch

---+
 PKGBUILD  |   46 +--
 python3.patch |  716 
 2 files changed, 381 insertions(+), 381 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 15:33:35 UTC (rev 23)
+++ PKGBUILD2015-02-07 15:34:12 UTC (rev 231112)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: max.bra max.bra at alice dot it
-# Contributor: SeeSchloss seeschl...@seos.fr
-
-pkgname=unoconv
-pkgver=0.6
-pkgrel=4
-pkgdesc=Libreoffice-based document converter
-depends=('python' 'libreoffice-common')
-makedepends=('asciidoc')
-arch=('any')
-license=('GPL2')
-url=http://dag.wieers.com/home-made/unoconv;
-source=($url/$pkgname-$pkgver.tar.gz python3.patch)
-sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'
-'424c371768442951e9fa0d5fccd91f78d5da808fecf047b54862e322484f45d7')
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-patch $pkgdir/usr/bin/unoconv $srcdir/python3.patch
-}

Copied: unoconv/repos/extra-any/PKGBUILD (from rev 23, 
unoconv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 15:34:12 UTC (rev 231112)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: max.bra max.bra at alice dot it
+# Contributor: SeeSchloss seeschl...@seos.fr
+
+pkgname=unoconv
+pkgver=0.6
+pkgrel=5
+pkgdesc=Libreoffice-based document converter
+depends=(python libreoffice)
+makedepends=(asciidoc)
+arch=(any)
+license=(GPL2)
+url=http://dag.wieers.com/home-made/unoconv;
+source=($url/$pkgname-$pkgver.tar.gz python3.patch)
+sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'
+'424c371768442951e9fa0d5fccd91f78d5da808fecf047b54862e322484f45d7')
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+patch $pkgdir/usr/bin/unoconv $srcdir/python3.patch
+}

Deleted: python3.patch
===
--- python3.patch   2015-02-07 15:33:35 UTC (rev 23)
+++ python3.patch   2015-02-07 15:34:12 UTC (rev 231112)
@@ -1,358 +0,0 @@
 /usr/bin/unoconv   2012-10-02 00:57:35.0 +0200
-+++ unoconv2013-03-13 22:04:42.584278253 +0100
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- 
- ### This program is free software; you can redistribute it and/or modify
- ### it under the terms of the GNU General Public License as published by
-@@ -14,6 +14,7 @@
- ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- ### Copyright 2007-2010 Dag Wieers d...@wieers.com
- 
-+from __future__ import print_function
- from distutils.version import LooseVersion
- import getopt
- import glob
-@@ -233,18 +234,18 @@
- 
- def debug_office():
- if 'URE_BOOTSTRAP' in os.environ:
--print sys.stderr, 'URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP']
-+print('URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP'], 
file=sys.stderr)
- if 'UNO_PATH' in os.environ:
--print sys.stderr, 'UNO_PATH=%s' % os.environ['UNO_PATH']
-+print('UNO_PATH=%s' % os.environ['UNO_PATH'], file=sys.stderr)
- if 'UNO_TYPES' in os.environ:
--print sys.stderr, 'UNO_TYPES=%s' % os.environ['UNO_TYPES']
--print 'PATH=%s' % os.environ['PATH']
-+print('UNO_TYPES=%s' % os.environ['UNO_TYPES'], file=sys.stderr)
-+print('PATH=%s' % os.environ['PATH'])
- if 'PYTHONHOME' in os.environ:
--print sys.stderr, 'PYTHONHOME=%s' % os.environ['PYTHONHOME']
-+print('PYTHONHOME=%s' % os.environ['PYTHONHOME'], file=sys.stderr)
- if 'PYTHONPATH' in os.environ:
--print sys.stderr, 'PYTHONPATH=%s' % os.environ['PYTHONPATH']
-+print('PYTHONPATH=%s' % os.environ['PYTHONPATH'], file=sys.stderr)
- if 'LD_LIBRARY_PATH' in os.environ:
--print sys.stderr, 'LD_LIBRARY_PATH=%s' % 
os.environ['LD_LIBRARY_PATH']
-+print('LD_LIBRARY_PATH=%s' % os.environ['LD_LIBRARY_PATH'], 
file=sys.stderr)
- 
- def python_switch(office):
- if office.pythonhome:
-@@ -335,11 +336,11 @@
- return ret
- 
- def display(self, doctype):
--print sys.stderr, The following list of %s formats are currently 
available:\n % doctype
-+print(The following list of %s formats are currently available:\n % 
doctype, file=sys.stderr)
- for fmt 

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

2015-02-07 Thread Daniel Micay
Date: Saturday, February 7, 2015 @ 17:41:33
  Author: thestinger
Revision: 127255

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

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

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29636 insertions(+), 29636 deletions(-)

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


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 17:22:31
  Author: fyan
Revision: 127252

upgpkg: ibus-libpinyin 1.6.99.20150203-1

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 15:12:12 UTC (rev 127251)
+++ PKGBUILD2015-02-07 16:22:31 UTC (rev 127252)
@@ -7,7 +7,7 @@
 # Contributor: Lee.MaRSleemars at gmail.com
 
 pkgname=ibus-libpinyin
-pkgver=1.6.92
+pkgver=1.6.99.20150203
 pkgrel=1
 pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
 arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@
 url=https://github.com/libpinyin/ibus-libpinyin;
 depends=('ibus' 'libpinyin' 'python2-xdg')
 makedepends=('git' 'intltool' 'gnome-common')
-source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz)
+source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('9ede5d09d32f6f0177ea0a029f8d3b53359cca7166db5c40775bf11842b13c5b5e6eeeb7d74f238280f6c97b1c7b2db7438ecf73d296182528b493b37649033d')
 
 build() {
   cd $pkgname-$pkgver
@@ -38,5 +39,3 @@
   cd $pkgname-$pkgver
   make NO_INDEX=true DESTDIR=$pkgdir install
 }
-
-sha512sums=('b4af0083c9c1dd4273c75372acf5d74ce317effdf56d8a0de8a3e3cd24f40b1b2dba91786d0a1cd72c9d7867b9ae630c4f69b04b378529dca8be0869e91d322d')


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

2015-02-07 Thread Felix Yan
Date: Saturday, February 7, 2015 @ 17:22:59
  Author: fyan
Revision: 127253

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

Added:
  ibus-libpinyin/repos/community-staging-i686/
  ibus-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 127252, ibus-libpinyin/trunk/PKGBUILD)
  ibus-libpinyin/repos/community-staging-x86_64/
  ibus-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 127252, ibus-libpinyin/trunk/PKGBUILD)

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

Copied: ibus-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 127252, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-07 16:22:59 UTC (rev 127253)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor:  Yangtse Suyangts...@gmail.com
+# Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
+# Contributor: riverscnriverscn at gmail.com
+# Contributor: rainyrainylau at gmail.com
+# Contributor: Lee.MaRSleemars at gmail.com
+
+pkgname=ibus-libpinyin
+pkgver=1.6.99.20150203
+pkgrel=1
+pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python2-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('9ede5d09d32f6f0177ea0a029f8d3b53359cca7166db5c40775bf11842b13c5b5e6eeeb7d74f238280f6c97b1c7b2db7438ecf73d296182528b493b37649033d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  for file in setup/ibus-setup-libpinyin.in; do
+sed -i 's_exec python_exec python2_' $file
+  done
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR=$pkgdir install
+}

Copied: ibus-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
127252, ibus-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-07 16:22:59 UTC (rev 127253)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor:  Yangtse Suyangts...@gmail.com
+# Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
+# Contributor: riverscnriverscn at gmail.com
+# Contributor: rainyrainylau at gmail.com
+# Contributor: Lee.MaRSleemars at gmail.com
+
+pkgname=ibus-libpinyin
+pkgver=1.6.99.20150203
+pkgrel=1
+pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python2-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('9ede5d09d32f6f0177ea0a029f8d3b53359cca7166db5c40775bf11842b13c5b5e6eeeb7d74f238280f6c97b1c7b2db7438ecf73d296182528b493b37649033d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  for file in setup/ibus-setup-libpinyin.in; do
+sed -i 's_exec python_exec python2_' $file
+  done
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR=$pkgdir install
+}


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

2015-02-07 Thread Daniel Micay
Date: Saturday, February 7, 2015 @ 17:40:31
  Author: thestinger
Revision: 127254

upgpkg: linux-grsec 3.18.6.201502062100-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 16:22:59 UTC (rev 127253)
+++ PKGBUILD2015-02-07 16:40:31 UTC (rev 127254)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.5
+_pkgver=3.18.6
 _grsecver=3.0
-_timestamp=201502050849
+_timestamp=201502062100
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a'
+'84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb'
 'SKIP'
-'35b03c3f2f2a42448a091479dc09e020fd89966570b87ec83f3b8e077b745bf4'
+'060c24087ed82d984ba8a956c5719857f9fcf425f99858e110a34135313e9e85'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-02-07 Thread Andreas Radke
Date: Saturday, February 7, 2015 @ 20:10:40
  Author: andyrtr
Revision: 231114

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 231113, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 19:10:13 UTC (rev 231113)
+++ PKGBUILD2015-02-07 19:10:40 UTC (rev 231114)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.11.2
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 231113, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 19:10:40 UTC (rev 231114)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('043590edde76a1df3e96070c46cbc7ae5f88f081')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2015-02-07 Thread Andreas Radke
Date: Saturday, February 7, 2015 @ 20:10:13
  Author: andyrtr
Revision: 231113

upgpkg: mdds 0.12.0-1

upstream update 0.12.0

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 15:34:12 UTC (rev 231112)
+++ PKGBUILD2015-02-07 19:10:13 UTC (rev 231113)
@@ -3,7 +3,7 @@
 # Contributor: kusakata shohei atmark kusakata period com
 
 pkgname=mdds
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('boost')
 # see http://code.google.com/p/multidimalgorithm/wiki/Downloads
 source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
+sha1sums=('043590edde76a1df3e96070c46cbc7ae5f88f081')
 
 build() {
   cd ${pkgname}_${pkgver}


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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 06:45:40
  Author: fyan
Revision: 127278

archrelease: copy trunk to community-any

Added:
  python-ecdsa/repos/community-any/LICENSE
(from rev 127277, python-ecdsa/trunk/LICENSE)
  python-ecdsa/repos/community-any/PKGBUILD
(from rev 127277, python-ecdsa/trunk/PKGBUILD)
Deleted:
  python-ecdsa/repos/community-any/LICENSE
  python-ecdsa/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 
 PKGBUILD |   73 ++---
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-08 05:45:19 UTC (rev 127277)
+++ LICENSE 2015-02-08 05:45:40 UTC (rev 127278)
@@ -1,24 +0,0 @@
-python-ecdsa Copyright (c) 2010 Brian Warner
-
-Portions written in 2005 by Peter Pearson and placed in the public domain.
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the Software), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-ecdsa/repos/community-any/LICENSE (from rev 127277, 
python-ecdsa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-08 05:45:40 UTC (rev 127278)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 05:45:19 UTC (rev 127277)
+++ PKGBUILD2015-02-08 05:45:40 UTC (rev 127278)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.12
-pkgrel=1
-pkgdesc=Implementation of ECDSA in Python
-arch=('any')
-url=https://github.com/warner/python-ecdsa;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('c3a4f41156392f71e0c790e497dae8b5'
- '66ffc5e30f76cbb5358fe54b645e5a1d')
-
-build() {
-  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
-  cd $srcdir/ecdsa-$pkgver-py2
-  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
-}
-
-package_python-ecdsa() {
-  depends=('python')
-  cd $srcdir/ecdsa-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-ecdsa() {
-  depends=('python2')
-  cd $srcdir/ecdsa-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ecdsa/repos/community-any/PKGBUILD (from rev 127277, 
python-ecdsa/trunk/PKGBUILD)
===
--- PKGBUILD

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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 06:45:19
  Author: fyan
Revision: 127277

upgpkg: python-ecdsa 0.13-1

Modified:
  python-ecdsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 04:32:48 UTC (rev 127276)
+++ PKGBUILD2015-02-08 05:45:19 UTC (rev 127277)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-ecdsa
 pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc=Implementation of ECDSA in Python
 arch=('any')
@@ -12,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
-md5sums=('c3a4f41156392f71e0c790e497dae8b5'
+md5sums=('1f60eda9cb5c46722856db41a3ae6670'
  '66ffc5e30f76cbb5358fe54b645e5a1d')
 
 build() {


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

2015-02-07 Thread Allan McRae
Date: Sunday, February 8, 2015 @ 03:20:58
  Author: allan
Revision: 231119

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

Added:
  valgrind/repos/staging-i686/
  valgrind/repos/staging-i686/PKGBUILD
(from rev 231118, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-i686/valgrind-3.9.0-glibc-2.21.patch
(from rev 231118, valgrind/trunk/valgrind-3.9.0-glibc-2.21.patch)
  valgrind/repos/staging-x86_64/
  valgrind/repos/staging-x86_64/PKGBUILD
(from rev 231118, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-x86_64/valgrind-3.9.0-glibc-2.21.patch
(from rev 231118, valgrind/trunk/valgrind-3.9.0-glibc-2.21.patch)

+
 staging-i686/PKGBUILD  |   35 ++
 staging-i686/valgrind-3.9.0-glibc-2.21.patch   |   54 +++
 staging-x86_64/PKGBUILD|   35 ++
 staging-x86_64/valgrind-3.9.0-glibc-2.21.patch |   54 +++
 4 files changed, 178 insertions(+)

Copied: valgrind/repos/staging-i686/PKGBUILD (from rev 231118, 
valgrind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-08 02:20:58 UTC (rev 231119)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.10.1
+pkgrel=2
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc=2.21' 'glibc2.22' 'perl')
+makedepends=('gdb' 'openmpi')
+optdepends=('openmpi: MPI support')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
+valgrind-3.9.0-glibc-2.21.patch)
+sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: valgrind/repos/staging-i686/valgrind-3.9.0-glibc-2.21.patch (from rev 
231118, valgrind/trunk/valgrind-3.9.0-glibc-2.21.patch)
===
--- staging-i686/valgrind-3.9.0-glibc-2.21.patch
(rev 0)
+++ staging-i686/valgrind-3.9.0-glibc-2.21.patch2015-02-08 02:20:58 UTC 
(rev 231119)
@@ -0,0 +1,54 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,26 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
++$as_echo 2.20 family 6; }
++
++$as_echo #define GLIBC_2_20 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
++$as_echo 2.21 family 6; }
++
++$as_echo #define GLIBC_2_21 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
+--- valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
 valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
+@@ -918,6 +918,20 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  AC_MSG_RESULT(2.20 family)
++  AC_DEFINE([GLIBC_2_20], 1, [Define to 1 if you're using glibc 2.20.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  AC_MSG_RESULT(2.21 family)
++  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   AC_MSG_RESULT(Darwin)
+   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])

Copied: 

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

2015-02-07 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 08:50:08
  Author: giovanni
Revision: 231126

upgpkg: gparted 0.21.0-2

Fixed FS42432

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 07:41:39 UTC (rev 231125)
+++ PKGBUILD2015-02-08 07:50:08 UTC (rev 231126)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
@@ -42,7 +42,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
-  --sbindir=/usr/bin
+  --sbindir=/usr/bin \
+  --enable-online-resize \
+  --enable-libparted-dmraid
   make
 }
 


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

2015-02-07 Thread Jonathan Steel
Date: Saturday, February 7, 2015 @ 23:25:53
  Author: jsteel
Revision: 127257

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

Added:
  sc/repos/community-i686/
  sc/repos/community-i686/PKGBUILD
(from rev 127256, sc/trunk/PKGBUILD)
  sc/repos/community-x86_64/
  sc/repos/community-x86_64/PKGBUILD
(from rev 127256, sc/trunk/PKGBUILD)

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

Copied: sc/repos/community-i686/PKGBUILD (from rev 127256, sc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-07 22:25:53 UTC (rev 127257)
@@ -0,0 +1,39 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Army
+# Contributor: Jay Tanzman jay at jt512 dot dynddns dot ort
+# Contributor: Ray Kohler ataraxia937 at gmail dot com
+
+pkgname=sc
+pkgver=7.16
+pkgrel=5
+pkgdesc=Ncurses-based spreadsheet program
+arch=('i686' 'x86_64')
+url=http://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html;
+license=('Public Domain')
+depends=('ncurses')
+source=(http://ibiblio.org/pub/linux/apps/financial/spreadsheet/$pkgname-$pkgver.tar.gz
+https://launchpadlibrarian.net/1281150/${pkgname}_$pkgver-2.diff.gz)
+md5sums=('1db636e9b2dc7cd73c40aeece6852d47'
+ '83d5d8a4b5ffb4e85da887b63c49f2ff')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i $srcdir/${pkgname}_$pkgver-2.diff
+
+  make
+  make sc.1 psc.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/doc/$pkgname \
+$pkgdir/usr/share/man/man1 $pkgdir/usr/share/licenses/$pkgname
+
+  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+
+  echo This program is in the public domain.  \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sc/repos/community-x86_64/PKGBUILD (from rev 127256, sc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-07 22:25:53 UTC (rev 127257)
@@ -0,0 +1,39 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Army
+# Contributor: Jay Tanzman jay at jt512 dot dynddns dot ort
+# Contributor: Ray Kohler ataraxia937 at gmail dot com
+
+pkgname=sc
+pkgver=7.16
+pkgrel=5
+pkgdesc=Ncurses-based spreadsheet program
+arch=('i686' 'x86_64')
+url=http://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html;
+license=('Public Domain')
+depends=('ncurses')
+source=(http://ibiblio.org/pub/linux/apps/financial/spreadsheet/$pkgname-$pkgver.tar.gz
+https://launchpadlibrarian.net/1281150/${pkgname}_$pkgver-2.diff.gz)
+md5sums=('1db636e9b2dc7cd73c40aeece6852d47'
+ '83d5d8a4b5ffb4e85da887b63c49f2ff')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i $srcdir/${pkgname}_$pkgver-2.diff
+
+  make
+  make sc.1 psc.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/doc/$pkgname \
+$pkgdir/usr/share/man/man1 $pkgdir/usr/share/licenses/$pkgname
+
+  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+
+  echo This program is in the public domain.  \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:25:15
  Author: fyan
Revision: 127273

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 127272, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 127272, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 127272, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 127272, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   62 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   31 
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   31 
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 04:24:42 UTC (rev 127272)
+++ community-i686/PKGBUILD 2015-02-08 04:25:15 UTC (rev 127273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pidgin-lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 127272, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 04:25:15 UTC (rev 127273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pidgin-lwqq
+pkgver=0.4.1.20150208
+#_gitver=tag=v$pkgver
+_gitver='commit=a0fa8bfe45308b5fc165ff7df6abf91c634904bd'
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2015-02-08 04:24:42 UTC (rev 127272)
+++ community-i686/pidgin-lwqq.install  2015-02-08 04:25:15 UTC (rev 127273)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 127272, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2015-02-08 04:25:15 UTC (rev 127273)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-08 04:24:42 UTC (rev 127272)
+++ community-x86_64/PKGBUILD   2015-02-08 04:25:15 UTC (rev 127273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pidgin-lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq 

[arch-commits] Commit in lwqq/trunk (pt_tea.patch)

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:25:19
  Author: fyan
Revision: 127274

remove uneeded patch

Deleted:
  lwqq/trunk/pt_tea.patch

--+
 pt_tea.patch |   28 
 1 file changed, 28 deletions(-)

Deleted: pt_tea.patch
===
--- pt_tea.patch2015-02-08 04:25:15 UTC (rev 127273)
+++ pt_tea.patch2015-02-08 04:25:19 UTC (rev 127274)
@@ -1,28 +0,0 @@
-From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
-From: EricInBj erici...@hotmail.com
-Date: Thu, 29 Jan 2015 14:23:37 +0800
-Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
- =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
- =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
- =?UTF-8?q?=E9=A2=98?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- lib/login.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/login.c b/lib/login.c
-index 78b06ce..aa8b90f 100644
 a/lib/login.c
-+++ b/lib/login.c
-@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient 
*lc,const char* appid)
-   srand48(time(NULL));
-   double random = drand48();
-   snprintf(url, sizeof(url), WEBQQ_CHECK_HOST/check?uin=%sappid=%s
--  
js_ver=10037js_type=0%s%su1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.htmlr=%.16lf,
-+  js_ver=10112js_type=0%s%spt_tea=1r=%.16lf,
-   lc-username, appid,
-   lc-login_sig?login_sig=:,
-   lc-login_sig?:,


[arch-commits] Commit in valgrind-multilib/repos (3 files)

2015-02-07 Thread Allan McRae
Date: Sunday, February 8, 2015 @ 03:37:13
  Author: allan
Revision: 127263

archrelease: copy trunk to multilib-staging-x86_64

Added:
  valgrind-multilib/repos/multilib-staging-x86_64/
  valgrind-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 127262, valgrind-multilib/trunk/PKGBUILD)
  
valgrind-multilib/repos/multilib-staging-x86_64/valgrind-3.9.0-glibc-2.21.patch
(from rev 127262, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch)

-+
 PKGBUILD|   38 ++
 valgrind-3.9.0-glibc-2.21.patch |   54 ++
 2 files changed, 92 insertions(+)

Copied: valgrind-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 
127262, valgrind-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-02-08 02:37:13 UTC (rev 127263)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=valgrind-multilib
+pkgver=3.10.1
+pkgrel=2
+pkgdesc=A tool to help find memory-management problems in programs for 
multilib
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc=2.20' 'lib32-glibc2.21' 'perl')
+makedepends=('gdb' 'openmpi' 'gcc-multilib')
+optdepends=('openmpi: MPI support')
+options=('staticlibs' '!emptydirs')
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+valgrind-3.9.0-glibc-2.21.patch)
+sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
+
+provides=('valgrind')
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
+}
+
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
valgrind-multilib/repos/multilib-staging-x86_64/valgrind-3.9.0-glibc-2.21.patch 
(from rev 127262, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch)
===
--- multilib-staging-x86_64/valgrind-3.9.0-glibc-2.21.patch 
(rev 0)
+++ multilib-staging-x86_64/valgrind-3.9.0-glibc-2.21.patch 2015-02-08 
02:37:13 UTC (rev 127263)
@@ -0,0 +1,54 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,26 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
++$as_echo 2.20 family 6; }
++
++$as_echo #define GLIBC_2_20 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
++$as_echo 2.21 family 6; }
++
++$as_echo #define GLIBC_2_21 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
+--- valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
 valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
+@@ -918,6 +918,20 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  AC_MSG_RESULT(2.20 family)
++  AC_DEFINE([GLIBC_2_20], 1, [Define to 1 if you're using glibc 2.20.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  AC_MSG_RESULT(2.21 family)
++  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   AC_MSG_RESULT(Darwin)
+   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])


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

2015-02-07 Thread Allan McRae
Date: Sunday, February 8, 2015 @ 03:36:30
  Author: allan
Revision: 127262

upgpkg: valgrind-multilib 3.10.1-2

glibc-2.21 rebuild

Added:
  valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch
(from rev 127261, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.20.patch)
Modified:
  valgrind-multilib/trunk/PKGBUILD
Deleted:
  valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.20.patch

-+
 PKGBUILD|8 ++---
 valgrind-3.9.0-glibc-2.20.patch |   37 --
 valgrind-3.9.0-glibc-2.21.patch |   54 ++
 3 files changed, 58 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 23:23:18 UTC (rev 127261)
+++ PKGBUILD2015-02-08 02:36:30 UTC (rev 127262)
@@ -4,7 +4,7 @@
 
 pkgname=valgrind-multilib
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to help find memory-management problems in programs for 
multilib
 arch=(x86_64)
 license=(GPL)
@@ -14,9 +14,9 @@
 optdepends=('openmpi: MPI support')
 options=('staticlibs' '!emptydirs')
 source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch)
+valgrind-3.9.0-glibc-2.21.patch)
 sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
+  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
 
 provides=('valgrind')
 conflicts=('valgrind')
@@ -23,7 +23,7 @@
 
 prepare() {
   cd valgrind-$pkgver
-  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
 }
 
 build() {

Deleted: valgrind-3.9.0-glibc-2.20.patch
===
--- valgrind-3.9.0-glibc-2.20.patch 2015-02-07 23:23:18 UTC (rev 127261)
+++ valgrind-3.9.0-glibc-2.20.patch 2015-02-08 02:36:30 UTC (rev 127262)
@@ -1,37 +0,0 @@
-diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
 valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
-+++ valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
-@@ -6689,6 +6689,16 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.20)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
-+$as_echo 2.20 family 6; }
-+
-+$as_echo #define GLIBC_2_20 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
- $as_echo Darwin 6; }
-diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
 valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
-+++ valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
-@@ -918,6 +918,13 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.20)
-+  AC_MSG_RESULT(2.20 family)
-+  AC_DEFINE([GLIBC_2_20], 1, [Define to 1 if you're using glibc 2.20.x])
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   AC_MSG_RESULT(Darwin)
-   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])

Copied: valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch (from rev 
127261, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.20.patch)
===
--- valgrind-3.9.0-glibc-2.21.patch (rev 0)
+++ valgrind-3.9.0-glibc-2.21.patch 2015-02-08 02:36:30 UTC (rev 127262)
@@ -0,0 +1,54 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,26 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
++$as_echo 2.20 family 6; }
++
++$as_echo #define GLIBC_2_20 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
++$as_echo 2.21 family 6; }
++
++$as_echo #define GLIBC_2_21 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}

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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:23:09
  Author: fyan
Revision: 127271

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

Added:
  lwqq/repos/community-i686/PKGBUILD
(from rev 127270, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-i686/pt_tea.patch
(from rev 127270, lwqq/trunk/pt_tea.patch)
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 127270, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/pt_tea.patch
(from rev 127270, lwqq/trunk/pt_tea.patch)
Deleted:
  lwqq/repos/community-i686/PKGBUILD
  lwqq/repos/community-i686/pt_tea.patch
  lwqq/repos/community-x86_64/PKGBUILD
  lwqq/repos/community-x86_64/pt_tea.patch

---+
 /PKGBUILD |   70 
 /pt_tea.patch |   56 
 community-i686/PKGBUILD   |   38 -
 community-i686/pt_tea.patch   |   28 
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/pt_tea.patch |   28 
 6 files changed, 126 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-i686/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver
-pt_tea.patch)
-sha512sums=('SKIP'
-
'277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../pt_tea.patch
-}
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 127270, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=lwqq
+pkgver=0.4.1.20150208
+#_gitver=tag=v$pkgver
+_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pt_tea.patch
===
--- community-i686/pt_tea.patch 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-i686/pt_tea.patch 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,28 +0,0 @@
-From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
-From: EricInBj erici...@hotmail.com
-Date: Thu, 29 Jan 2015 14:23:37 +0800
-Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
- =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
- =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
- =?UTF-8?q?=E9=A2=98?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- lib/login.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/login.c b/lib/login.c
-index 78b06ce..aa8b90f 100644
 a/lib/login.c
-+++ b/lib/login.c
-@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient 
*lc,const char* appid)
-   srand48(time(NULL));
-   double random = drand48();
-   snprintf(url, sizeof(url), WEBQQ_CHECK_HOST/check?uin=%sappid=%s
--  
js_ver=10037js_type=0%s%su1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.htmlr=%.16lf,
-+  js_ver=10112js_type=0%s%spt_tea=1r=%.16lf,
-   lc-username, appid,
-   lc-login_sig?login_sig=:,
-   lc-login_sig?:,

Copied: lwqq/repos/community-i686/pt_tea.patch (from rev 127270, 
lwqq/trunk/pt_tea.patch)
===
--- community-i686/pt_tea.patch  

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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:22:35
  Author: fyan
Revision: 127270

upgpkg: lwqq 0.4.1.20150208-1

bump to latest git version as the current version doesn't really work

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 04:20:14 UTC (rev 127269)
+++ PKGBUILD2015-02-08 04:22:35 UTC (rev 127270)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
+pkgver=0.4.1.20150208
+#_gitver=tag=v$pkgver
+_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
+pkgrel=1
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/lwqq;
@@ -12,14 +12,11 @@
 license=('GPL3')
 depends=('curl' 'libev' 'js17' 'sqlite')
 makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver
-pt_tea.patch)
-sha512sums=('SKIP'
-
'277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+sha512sums=('SKIP')
 
 prepare() {
   cd $pkgname
-  patch -p1 -i ../pt_tea.patch
 }
 
 build() {


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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:24:42
  Author: fyan
Revision: 127272

upgpkg: pidgin-lwqq 0.4.1.20150208-1

bump to latest git version as the current version doesn't really work

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 04:23:09 UTC (rev 127271)
+++ PKGBUILD2015-02-08 04:24:42 UTC (rev 127272)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pidgin-lwqq
-pkgver=0.4.1
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
+pkgver=0.4.1.20150208
+#_gitver=tag=v$pkgver
+_gitver='commit=a0fa8bfe45308b5fc165ff7df6abf91c634904bd'
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')


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

2015-02-07 Thread Jan Steffens
Date: Sunday, February 8, 2015 @ 02:50:29
  Author: heftig
Revision: 231117

FS#38586 missing dep

Modified:
  libquvi-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 22:23:36 UTC (rev 231116)
+++ PKGBUILD2015-02-08 01:50:29 UTC (rev 231117)
@@ -8,7 +8,7 @@
 arch=('any')
 url='http://quvi.sourceforge.net/'
 license=('AGPL3')
-depends=('lua-socket' 'lua-bitop' 'lua-expat')
+depends=('lua-socket' 'lua-bitop' 'lua-expat' 'lua-luajson')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('46ddfd887260a515199c2e1ba8c46d8a'
  'SKIP')


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

2015-02-07 Thread Allan McRae
Date: Sunday, February 8, 2015 @ 03:19:47
  Author: allan
Revision: 231118

upgpkg: valgrind 3.10.1-2

glibc-2.21 rebuild

Added:
  valgrind/trunk/valgrind-3.9.0-glibc-2.21.patch
(from rev 231117, valgrind/trunk/valgrind-3.9.0-glibc-2.20.patch)
Modified:
  valgrind/trunk/PKGBUILD
Deleted:
  valgrind/trunk/valgrind-3.9.0-glibc-2.20.patch

-+
 PKGBUILD|   12 
 valgrind-3.9.0-glibc-2.20.patch |   37 --
 valgrind-3.9.0-glibc-2.21.patch |   54 ++
 3 files changed, 60 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 01:50:29 UTC (rev 231117)
+++ PKGBUILD2015-02-08 02:19:47 UTC (rev 231118)
@@ -4,23 +4,23 @@
 
 pkgname=valgrind
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool to help find memory-management problems in programs'
 arch=(i686 x86_64)
 license=(GPL)
 url='http://valgrind.org/'
-depends=('glibc=2.20' 'glibc2.21' 'perl')
+depends=('glibc=2.21' 'glibc2.22' 'perl')
 makedepends=('gdb' 'openmpi')
 optdepends=('openmpi: MPI support')
-options=('staticlibs' '!emptydirs')
+options=('!emptydirs')
 source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.20.patch)
+valgrind-3.9.0-glibc-2.21.patch)
 sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
-  '2080c3d44de20857f18b03a93404a8f3d3721f7e')
+  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.20.patch
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
 }
 
 build() {

Deleted: valgrind-3.9.0-glibc-2.20.patch
===
--- valgrind-3.9.0-glibc-2.20.patch 2015-02-08 01:50:29 UTC (rev 231117)
+++ valgrind-3.9.0-glibc-2.20.patch 2015-02-08 02:19:47 UTC (rev 231118)
@@ -1,37 +0,0 @@
-diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
 valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
-+++ valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
-@@ -6689,6 +6689,16 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.20)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
-+$as_echo 2.20 family 6; }
-+
-+$as_echo #define GLIBC_2_20 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
- $as_echo Darwin 6; }
-diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
 valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
-+++ valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
-@@ -918,6 +918,13 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.20)
-+  AC_MSG_RESULT(2.20 family)
-+  AC_DEFINE([GLIBC_2_20], 1, [Define to 1 if you're using glibc 2.20.x])
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   AC_MSG_RESULT(Darwin)
-   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])

Copied: valgrind/trunk/valgrind-3.9.0-glibc-2.21.patch (from rev 231117, 
valgrind/trunk/valgrind-3.9.0-glibc-2.20.patch)
===
--- valgrind-3.9.0-glibc-2.21.patch (rev 0)
+++ valgrind-3.9.0-glibc-2.21.patch 2015-02-08 02:19:47 UTC (rev 231118)
@@ -0,0 +1,54 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,26 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.20)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
++$as_echo 2.20 family 6; }
++
++$as_echo #define GLIBC_2_20 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.21)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
++$as_echo 2.21 family 6; }
++
++$as_echo #define GLIBC_2_21 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp 

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

2015-02-07 Thread Jonathan Steel
Date: Saturday, February 7, 2015 @ 23:22:30
  Author: jsteel
Revision: 127256

Adding sc to [community]

Added:
  sc/
  sc/repos/
  sc/trunk/
  sc/trunk/PKGBUILD

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

Added: sc/trunk/PKGBUILD
===
--- sc/trunk/PKGBUILD   (rev 0)
+++ sc/trunk/PKGBUILD   2015-02-07 22:22:30 UTC (rev 127256)
@@ -0,0 +1,39 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Army
+# Contributor: Jay Tanzman jay at jt512 dot dynddns dot ort
+# Contributor: Ray Kohler ataraxia937 at gmail dot com
+
+pkgname=sc
+pkgver=7.16
+pkgrel=5
+pkgdesc=Ncurses-based spreadsheet program
+arch=('i686' 'x86_64')
+url=http://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html;
+license=('Public Domain')
+depends=('ncurses')
+source=(http://ibiblio.org/pub/linux/apps/financial/spreadsheet/$pkgname-$pkgver.tar.gz
+https://launchpadlibrarian.net/1281150/${pkgname}_$pkgver-2.diff.gz)
+md5sums=('1db636e9b2dc7cd73c40aeece6852d47'
+ '83d5d8a4b5ffb4e85da887b63c49f2ff')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i $srcdir/${pkgname}_$pkgver-2.diff
+
+  make
+  make sc.1 psc.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/doc/$pkgname \
+$pkgdir/usr/share/man/man1 $pkgdir/usr/share/licenses/$pkgname
+
+  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+
+  echo This program is in the public domain.  \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)

2015-02-07 Thread Jan Steffens
Date: Saturday, February 7, 2015 @ 23:23:36
  Author: heftig
Revision: 231116

Glamor support got removed in 2.99.917

Modified:
  xf86-video-intel/trunk/xf86-video-intel.install

--+
 xf86-video-intel.install |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: xf86-video-intel.install
===
--- xf86-video-intel.install2015-02-07 20:23:37 UTC (rev 231115)
+++ xf86-video-intel.install2015-02-07 22:23:36 UTC (rev 231116)
@@ -6,16 +6,14 @@
 
 post_install() {
   cat MSG
- This driver uses SNA as the default acceleration method. You can
-fall back to UXA if you run into trouble or test experimental
-Glamor acceleration. To do so, save a file with the following 
-content as /etc/X11/xorg.conf.d/20-intel.conf :
+ This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
   Section Device
 Identifier  Intel Graphics
 Driver  intel
-Option  AccelMethod  sna
-#Option  AccelMethod  uxa
-#Option  AccelMethod  glamor
+Option  AccelMethod  uxa
+#Option  AccelMethod  sna
   EndSection
 MSG
 }


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

2015-02-07 Thread Jan Steffens
Date: Sunday, February 8, 2015 @ 05:16:54
  Author: heftig
Revision: 127268

Fix deps

Modified:
  valgrind-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 02:51:52 UTC (rev 127267)
+++ PKGBUILD2015-02-08 04:16:54 UTC (rev 127268)
@@ -4,12 +4,12 @@
 
 pkgname=valgrind-multilib
 pkgver=3.10.1
-pkgrel=2
+pkgrel=2.1
 pkgdesc=A tool to help find memory-management problems in programs for 
multilib
 arch=(x86_64)
 license=(GPL)
 url='http://valgrind.org/'
-depends=('lib32-glibc=2.20' 'lib32-glibc2.21' 'perl')
+depends=('lib32-glibc=2.21' 'lib32-glibc2.22' 'perl')
 makedepends=('gdb' 'openmpi' 'gcc-multilib')
 optdepends=('openmpi: MPI support')
 options=('staticlibs' '!emptydirs')
@@ -18,7 +18,7 @@
 sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
   'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
 
-provides=('valgrind')
+provides=(valgrind=$pkgver-$pkgrel)
 conflicts=('valgrind')
 
 prepare() {


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

2015-02-07 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 08:50:27
  Author: giovanni
Revision: 231127

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 231126, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 231126, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 231126, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 231126, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 231126, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 231126, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 231126, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 231126, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/gparted_polkit
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/gparted_polkit
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  126 +
 /gparted.install |   22 +++
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 ++
 extra-i686/PKGBUILD  |   61 --
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   61 --
 extra-x86_64/gparted.install |   11 -
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 200 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 07:50:08 UTC (rev 231126)
+++ extra-i686/PKGBUILD 2015-02-08 07:50:27 UTC (rev 231127)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.21.0
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-md5sums=('c9618b2eba00e3f081d3f40e8a6029e2'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g gparted.desktop.in.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy \
- 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  install -m755 ${srcdir}/gparted_polkit \
-${pkgdir}/usr/bin/gparted_polkit
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 231126, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 07:50:27 UTC (rev 231127)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló 

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

2015-02-07 Thread Alexander Rødseth
Date: Sunday, February 8, 2015 @ 00:21:42
  Author: arodseth
Revision: 127260

upgpkg: mod_wsgi 4.4.7-1

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-07 23:06:33 UTC (rev 127259)
+++ PKGBUILD2015-02-07 23:21:42 UTC (rev 127260)
@@ -5,7 +5,7 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.5
+pkgver=4.4.7
 pkgrel=1
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
@@ -39,6 +39,7 @@
   pkgdesc='Python WSGI adapter module for Apache'
   depends=('apache' 'python')
   conflicts=('mod_wsgi2')
+
   make -C $pkgbase DESTDIR=$pkgdir install
 }
 
@@ -46,6 +47,7 @@
   pkgdesc='Python2 WSGI adapter module for Apache'
   depends=('apache' 'python2')
   conflicts=('mod_wsgi')
+
   make -C py2 DESTDIR=$pkgdir install
 }
 


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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:32:27
  Author: fyan
Revision: 127275

upgpkg: skk-jisyo 20150208-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 04:25:19 UTC (rev 127274)
+++ PKGBUILD2015-02-08 04:32:27 UTC (rev 127275)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150201
+pkgver=20150208
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('eaa87e9fb8a8990cbbd3958934296c55'
+md5sums=('1a0c7ae654d73afbd25d9d7704b3588a'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-02-07 Thread Felix Yan
Date: Sunday, February 8, 2015 @ 05:32:48
  Author: fyan
Revision: 127276

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 127275, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 127275, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 04:32:27 UTC (rev 127275)
+++ PKGBUILD2015-02-08 04:32:48 UTC (rev 127276)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150201
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('eaa87e9fb8a8990cbbd3958934296c55'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '37436a1e0ce2ce975a490b61dcd1e03c')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 127275, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 04:32:48 UTC (rev 127276)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150208
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('1a0c7ae654d73afbd25d9d7704b3588a'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '37436a1e0ce2ce975a490b61dcd1e03c')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-02-08 04:32:27 UTC (rev 127275)
+++ skk-jisyo.install   2015-02-08 04:32:48 UTC (rev 127276)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 127275, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-02-08 04:32:48 UTC (rev 127276)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gd/trunk (PKGBUILD color_c_null_pointer.patch)

2015-02-07 Thread Pierre Schmitz
Date: Sunday, February 8, 2015 @ 08:41:39
  Author: pierre
Revision: 231125

upgpkg: gd 2.1.1-1

Modified:
  gd/trunk/PKGBUILD
Deleted:
  gd/trunk/color_c_null_pointer.patch

+
 PKGBUILD   |   24 +---
 color_c_null_pointer.patch |   18 --
 2 files changed, 9 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 02:50:23 UTC (rev 231124)
+++ PKGBUILD2015-02-08 07:41:39 UTC (rev 231125)
@@ -1,27 +1,21 @@
 # $Id$
 
 pkgname=gd
-pkgver=2.1.0
-pkgrel=3
+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=(https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${pkgver}.tar.xz;
-'color_c_null_pointer.patch')
-md5sums=('03588159bf4faab9079849c8d709acc6'
- '51f5ff073eabbd7809e0ce438d5bb1c2')
+source=(${pkgname}::git+https://github.com/libgd/libgd.git#tag=${pkgname}-${pkgver};)
+md5sums=('SKIP')
 
-prepare() {
-  cd libgd-${pkgver}
-  # CVE-2014-2497
-  patch -p1 -i ${srcdir}/color_c_null_pointer.patch
-}
-
 build() {
-  cd libgd-${pkgver}
+  cd ${pkgname}
+  ./bootstrap.sh
   ./configure \
 --prefix=/usr \
 --disable-rpath \
@@ -31,12 +25,12 @@
 }
 
 check() {
-  cd libgd-${pkgver}
+  cd ${pkgname}
   make check
 }
 
 package() {
-  cd libgd-${pkgver}
+  cd ${pkgname}
   make DESTDIR=${pkgdir} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Deleted: color_c_null_pointer.patch
===
--- color_c_null_pointer.patch  2015-02-08 02:50:23 UTC (rev 231124)
+++ color_c_null_pointer.patch  2015-02-08 07:41:39 UTC (rev 231125)
@@ -1,18 +0,0 @@
-diff -up ./src/gdxpm.c.color_c_null_pointer ./src/gdxpm.c
 ./src/gdxpm.c.color_c_null_pointer 2013-06-25 11:58:23.0 +0200
-+++ ./src/gdxpm.c  2014-07-16 16:43:44.0 +0200
-@@ -62,6 +62,13 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFro
- 
-   for(i = 0; i  number; i++) {
-   char *c_color = image.colorTable[i].c_color;
-+  if (!c_color)
-+  {
-+  /* unsupported color key or color key not defined */
-+  gdImageDestroy(im);
-+  im = 0;
-+  goto done;
-+  }
-   if(strcmp(c_color, None) == 0) {
-   colors[i] = gdImageGetTransparent(im);
-   if(colors[i] == -1) colors[i] = 
gdImageColorAllocate(im, 0, 0, 0);
-diff -up ./x.color_c_null_pointer ./x


[arch-commits] Commit in valgrind-multilib/repos/multilib-testing-x86_64 (4 files)

2015-02-07 Thread Jan Steffens
Date: Sunday, February 8, 2015 @ 05:20:14
  Author: heftig
Revision: 127269

archrelease: copy trunk to multilib-testing-x86_64

Added:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 127268, valgrind-multilib/trunk/PKGBUILD)
  
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.21.patch
(from rev 127268, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch)
Deleted:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
  
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.21.patch

-+
 PKGBUILD|   76 +-
 valgrind-3.9.0-glibc-2.21.patch |  108 +++---
 2 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-08 04:16:54 UTC (rev 127268)
+++ PKGBUILD2015-02-08 04:20:14 UTC (rev 127269)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Dan McGee d...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=valgrind-multilib
-pkgver=3.10.1
-pkgrel=2
-pkgdesc=A tool to help find memory-management problems in programs for 
multilib
-arch=(x86_64)
-license=(GPL)
-url='http://valgrind.org/'
-depends=('lib32-glibc=2.20' 'lib32-glibc2.21' 'perl')
-makedepends=('gdb' 'openmpi' 'gcc-multilib')
-optdepends=('openmpi: MPI support')
-options=('staticlibs' '!emptydirs')
-source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.21.patch)
-sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
-  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
-
-provides=('valgrind')
-conflicts=('valgrind')
-
-prepare() {
-  cd valgrind-$pkgver
-  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
-}
-
-build() {
-  cd valgrind-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
-  make
-}
-
-package() {
-  cd valgrind-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
127268, valgrind-multilib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-08 04:20:14 UTC (rev 127269)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=valgrind-multilib
+pkgver=3.10.1
+pkgrel=2.1
+pkgdesc=A tool to help find memory-management problems in programs for 
multilib
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc=2.21' 'lib32-glibc2.22' 'perl')
+makedepends=('gdb' 'openmpi' 'gcc-multilib')
+optdepends=('openmpi: MPI support')
+options=('staticlibs' '!emptydirs')
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+valgrind-3.9.0-glibc-2.21.patch)
+sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
+
+provides=(valgrind=$pkgver-$pkgrel)
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.21.patch
+}
+
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: valgrind-3.9.0-glibc-2.21.patch
===
--- valgrind-3.9.0-glibc-2.21.patch 2015-02-08 04:16:54 UTC (rev 127268)
+++ valgrind-3.9.0-glibc-2.21.patch 2015-02-08 04:20:14 UTC (rev 127269)
@@ -1,54 +0,0 @@
-diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
 valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
-+++ valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
-@@ -6689,6 +6689,26 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.20)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.20 family 5
-+$as_echo 2.20 family 6; }
-+
-+$as_echo #define GLIBC_2_20 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-+ 2.21)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
-+$as_echo 2.21 family 6; }
-+
-+$as_echo #define GLIBC_2_21 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
- $as_echo Darwin 6; }
-diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
 valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
-+++ 

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

2015-02-07 Thread Fabio Castelli
Date: Sunday, February 8, 2015 @ 00:06:33
  Author: muflone
Revision: 127259

archrelease: copy trunk to community-any

Added:
  sweethome3d/repos/community-any/PKGBUILD
(from rev 127258, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-any/sweethome3d.desktop
(from rev 127258, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-any/sweethome3d.sh
(from rev 127258, sweethome3d/trunk/sweethome3d.sh)
Deleted:
  sweethome3d/repos/community-any/PKGBUILD
  sweethome3d/repos/community-any/sweethome3d.desktop
  sweethome3d/repos/community-any/sweethome3d.sh

-+
 PKGBUILD|   60 +-
 sweethome3d.desktop |   20 
 sweethome3d.sh  |   38 +++
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 23:05:46 UTC (rev 127258)
+++ PKGBUILD2015-02-07 23:06:33 UTC (rev 127259)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jsteel mail at jsteel dot org
-# Contributor: Daniel YC Lin dlin.tw at gmail
-# Contributor: Tdy  t...@gmx.com
-# Contributor: Biginoz biginoz at free.fr
-# Contributor: Archan Paul paul.arc...@gmail.com
-
-pkgname=sweethome3d
-pkgver=4.5
-pkgrel=1
-pkgdesc=An interior design application to draw the plan of your house in a 3D 
environment
-arch=('any')
-url=http://www.sweethome3d.com/;
-license=('GPL')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar;
-${pkgname}.sh
-${pkgname}.desktop)
-sha256sums=('fc2d424873d9b0fcf34592e301e3ae6ac336a9c4144ce755de29b5f505f3d99f'
-'52ec3b707795e94842943a22d9c0fa282bfbadea6d7e4eb9a99e99280ffe00ad'
-'da4872b1ba6780cc77156aa9fb47e156061c7ef4b15a74f370a451bed28a61ff')
-
-package() {
-  cd ${srcdir}
-  install -D -m 644 SweetHome3D-${pkgver}.jar 
${pkgdir}/usr/share/java/${pkgname}.jar
-  install -D -m 644 
com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png
 ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  install -D -m 755 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -D -m 755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
-}

Copied: sweethome3d/repos/community-any/PKGBUILD (from rev 127258, 
sweethome3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 23:06:33 UTC (rev 127259)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel mail at jsteel dot org
+# Contributor: Daniel YC Lin dlin.tw at gmail
+# Contributor: Tdy  t...@gmx.com
+# Contributor: Biginoz biginoz at free.fr
+# Contributor: Archan Paul paul.arc...@gmail.com
+
+pkgname=sweethome3d
+pkgver=4.6
+pkgrel=1
+pkgdesc=An interior design application to draw the plan of your house in a 3D 
environment
+arch=('any')
+url=http://www.sweethome3d.com/;
+license=('GPL')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar;
+${pkgname}.sh
+${pkgname}.desktop)
+sha256sums=('47928511dc79906ba8cc2439fc0cb3cf5ed80274ae5b33f5278243e807752d98'
+'52ec3b707795e94842943a22d9c0fa282bfbadea6d7e4eb9a99e99280ffe00ad'
+'da4872b1ba6780cc77156aa9fb47e156061c7ef4b15a74f370a451bed28a61ff')
+
+package() {
+  cd ${srcdir}
+  install -D -m 644 SweetHome3D-${pkgver}.jar 
${pkgdir}/usr/share/java/${pkgname}.jar
+  install -D -m 644 
com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png
 ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  install -D -m 755 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m 755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
+}

Deleted: sweethome3d.desktop
===
--- sweethome3d.desktop 2015-02-07 23:05:46 UTC (rev 127258)
+++ sweethome3d.desktop 2015-02-07 23:06:33 UTC (rev 127259)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Sweet Home 3D
-Comment=An interior design application
-TryExec=/usr/bin/sweethome3d
-Exec=sweethome3d
-Icon=/usr/share/pixmaps/sweethome3d.png
-Categories=Office;Java;
-StartupWMClass=com-eteks-sweethome3d-SweetHome3DBootstrap

Copied: sweethome3d/repos/community-any/sweethome3d.desktop (from rev 127258, 
sweethome3d/trunk/sweethome3d.desktop)
===
--- sweethome3d.desktop (rev 0)
+++ sweethome3d.desktop 2015-02-07 23:06:33 UTC (rev 127259)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=/usr/bin/sweethome3d
+Exec=sweethome3d

  1   2   >