[arch-commits] Commit in geoip-database/repos/extra-any (3 files)

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 05:32:04
  Author: foutrelis
Revision: 228997

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 228996, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 228996, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

+
 PKGBUILD   |   96 +++
 check-last-modified.sh |9 
 2 files changed, 57 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-14 04:31:59 UTC (rev 228996)
+++ PKGBUILD2015-01-14 04:32:04 UTC (rev 228997)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=geoip-database
-pkgver=20141202
-pkgrel=1
-pkgdesc=GeoLite country geolocation database compiled by MaxMind
-arch=('any')
-url=http://www.maxmind.com/app/ip-location;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('a423a0c87bf9a78ef8d68153b424987c6bbddec85b5f784ca747706f4df10361'
-'1a8e61732e39ac9d9acc20d648b2530d7bd0ff1c250f51fd18148931fbfe2830'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd $srcdir
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
-  done
-}
-
-check() {
-  cd $srcdir
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error Copyright notice is missing from $_database; something is fishy!
-  return 1
-fi
-  done
-}
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/GeoIP
-  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 228996, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-14 04:32:04 UTC (rev 228997)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=geoip-database
+pkgver=20150106
+pkgrel=1
+pkgdesc=GeoLite country geolocation database compiled by MaxMind
+arch=('any')
+url=http://dev.maxmind.com/geoip/legacy/downloadable/;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('7fd7e4829e2677a7975eeecd170134195e5b7e6fc7d30bf3caf34db41bcd'
+'126fd2953eb193e60538e30b4465610530383f7a782745cacdca5ba6825f471c'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd $srcdir
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
+  done
+}
+
+check() {
+  cd $srcdir
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error Copyright notice is missing from $_database; something is fishy!
+  return 1
+fi
+  done
+}
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/GeoIP
+  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/check-last-modified.sh (from rev 228996, 
geoip-database/trunk/check-last-modified.sh)
===
--- check-last-modified.sh  (rev 0)
+++ check-last-modified.sh  2015-01-14 04:32:04 UTC (rev 228997)
@@ -0,0 +1,9 @@
+#!/bin/bash -e
+
+URLS=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+  https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz)
+
+for url in ${URLS[@]}; do
+   last_mod=$(curl -sI $url | grep ^Last-Modified: | cut -d' ' -f2- | tr 
-d '\r')
+   echo $last_mod (${url##*/})
+done


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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 05:31:59
  Author: foutrelis
Revision: 228996

upgpkg: geoip-database 20150106-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 04:29:23 UTC (rev 228995)
+++ PKGBUILD2015-01-14 04:31:59 UTC (rev 228996)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=geoip-database
-pkgver=20141202
+pkgver=20150106
 pkgrel=1
 pkgdesc=GeoLite country geolocation database compiled by MaxMind
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('a423a0c87bf9a78ef8d68153b424987c6bbddec85b5f784ca747706f4df10361'
-'1a8e61732e39ac9d9acc20d648b2530d7bd0ff1c250f51fd18148931fbfe2830'
+sha256sums=('7fd7e4829e2677a7975eeecd170134195e5b7e6fc7d30bf3caf34db41bcd'
+'126fd2953eb193e60538e30b4465610530383f7a782745cacdca5ba6825f471c'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


[arch-commits] Commit in llvm/trunk (PKGBUILD llvm-3.5.0-fix-cmake-llvm-exports.patch)

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 05:29:02
  Author: foutrelis
Revision: 228994

upgpkg: llvm 3.5.1-1

New upstream release.

Modified:
  llvm/trunk/PKGBUILD
Deleted:
  llvm/trunk/llvm-3.5.0-fix-cmake-llvm-exports.patch

-+
 PKGBUILD|   21 ++--
 llvm-3.5.0-fix-cmake-llvm-exports.patch |   39 --
 2 files changed, 8 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 23:20:44 UTC (rev 228993)
+++ PKGBUILD2015-01-14 04:29:02 UTC (rev 228994)
@@ -11,8 +11,8 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
  'clang-tools-extra')
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.5.1
+pkgrel=1
 _ocaml_ver=4.02.1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
@@ -26,24 +26,23 @@
 
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
 llvm-3.5.0-force-link-pass.o.patch
-llvm-3.5.0-fix-cmake-llvm-exports.patch
 llvm-3.5.0-fix-ocaml-as-needed.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03'
+sha256sums=('bf3275d2d7890015c8d8f5e6f4f882f8cf3bf51967297ebe74111d6d8b53be15'
 'SKIP'
-'fc80992e004b06f6c7afb612de1cdaa9ac9d25811c55f94fcf7331d9b81cdb8b'
+'6773f3f9cf815631cc7e779ec134ddd228dc8e9a250e1ea3a910610c59eb8f5c'
 'SKIP'
-'2981beb378afb5aa5c50ed017720a42a33e77e902c7086ad2d412ef4fa931f69'
+'e8d011250389cfc36eb51557ca25ae66ab08173e8d53536a0747356105d72906'
 'SKIP'
-'a4b3e655832bf8d9a357ea2c771db347237460e131988cbb96cda40ff39a8136'
+'adf4b526f33e681aff5961f0821f5b514d3fc375410008842640b56a2e6a837a'
 'SKIP'
 '5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
-'841a153d0e9d2d196ea5318388ff295e69c41547eb73b24edf92a1b2cc3cccdd'
 '0d8b268cf101b0a08dbe458a041c33be0500d09b1a62ed0a16f205758647a5fc'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569')
+validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -68,10 +67,6 @@
   # http://llvm.org/bugs/show_bug.cgi?id=20067
   patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
 
-  # Fix generation of broken LLVMExports.cmake file
-  # http://llvm.org/bugs/show_bug.cgi?id=20884
-  patch -Np0 -i ../llvm-3.5.0-fix-cmake-llvm-exports.patch
-
   # Fix OCaml bindings linking with -Wl,--as-needed
   # http://llvm.org/bugs/show_bug.cgi?id=22014
   patch -Np1 -i ../llvm-3.5.0-fix-ocaml-as-needed.patch

Deleted: llvm-3.5.0-fix-cmake-llvm-exports.patch
===
--- llvm-3.5.0-fix-cmake-llvm-exports.patch 2015-01-13 23:20:44 UTC (rev 
228993)
+++ llvm-3.5.0-fix-cmake-llvm-exports.patch 2015-01-14 04:29:02 UTC (rev 
228994)
@@ -1,39 +0,0 @@
-Index: cmake/modules/Makefile
-===
 cmake/modules/Makefile (revision 217483)
-+++ cmake/modules/Makefile (revision 217484)
-@@ -33,6 +33,16 @@
-   LLVM_ENABLE_RTTI := 0
- endif
- 
-+LLVM_LIBS_TO_EXPORT := $(subst -l,,$(shell $(LLVM_CONFIG) --libs 
$(LINK_COMPONENTS) || echo Error))
-+
-+ifeq ($(LLVM_LIBS_TO_EXPORT),Error)
-+$(error llvm-config --libs failed)
-+endif
-+
-+ifndef LLVM_LIBS_TO_EXPORT
-+$(error LLVM_LIBS_TO_EXPORT cannot be empty)
-+endif
-+
- OBJMODS := LLVMConfig.cmake LLVMConfigVersion.cmake LLVMExports.cmake
- 
- $(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
-@@ -45,7 +55,7 @@
- -e 's/@LLVM_VERSION_PATCH@/'$(LLVM_VERSION_PATCH)'/' \
- -e 's/@PACKAGE_VERSION@/'$(LLVMVersion)'/' \
- -e 's/@LLVM_COMMON_DEPENDS@//' \
---e 's/@LLVM_AVAILABLE_LIBS@/'$(subst -l,,$(LLVMConfigLibs))'/' \
-+-e 's/@LLVM_AVAILABLE_LIBS@/'$(LLVM_LIBS_TO_EXPORT)'/' \
- -e 's/@LLVM_ALL_TARGETS@/'$(ALL_TARGETS)'/' \
- -e 's/@LLVM_TARGETS_TO_BUILD@/'$(TARGETS_TO_BUILD)'/' \
- -e 's/@LLVM_TARGETS_WITH_JIT@/'$(TARGETS_WITH_JIT)'/' \
-@@ -83,7 +93,7 @@
-   $(Echo) 'Generating LLVM CMake target exports file'
-   $(Verb) ( \
- echo '# LLVM CMake target exports.  Do not include directly.'  \
--for lib in $(subst -l,,$(LLVMConfigLibs)); do \
-+for lib in $(LLVM_LIBS_TO_EXPORT); do \
-   echo 'add_library('$$lib' STATIC IMPORTED)'  \
-   echo 'set_property(TARGET '$$lib' PROPERTY IMPORTED_LOCATION 

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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 05:29:23
  Author: foutrelis
Revision: 228995

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 228994, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-3.5.0-fix-ocaml-as-needed.patch
(from rev 228994, llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch)
  llvm/repos/extra-i686/llvm-3.5.0-force-link-pass.o.patch
(from rev 228994, llvm/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 228994, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 228994, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 228994, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-ocaml-as-needed.patch
(from rev 228994, llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch)
  llvm/repos/extra-x86_64/llvm-3.5.0-force-link-pass.o.patch
(from rev 228994, llvm/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 228994, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 228994, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-3.5.0-fix-cmake-llvm-exports.patch
  llvm/repos/extra-i686/llvm-3.5.0-fix-ocaml-as-needed.patch
  llvm/repos/extra-i686/llvm-3.5.0-force-link-pass.o.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-cmake-llvm-exports.patch
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-ocaml-as-needed.patch
  llvm/repos/extra-x86_64/llvm-3.5.0-force-link-pass.o.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

--+
 /PKGBUILD|  602 +
 /llvm-3.5.0-fix-ocaml-as-needed.patch|   28 
 /llvm-3.5.0-force-link-pass.o.patch  |   56 +
 /llvm-Config-config.h|   18 
 /llvm-Config-llvm-config.h   |   18 
 extra-i686/PKGBUILD  |  306 
 extra-i686/llvm-3.5.0-fix-cmake-llvm-exports.patch   |   39 -
 extra-i686/llvm-3.5.0-fix-ocaml-as-needed.patch  |   14 
 extra-i686/llvm-3.5.0-force-link-pass.o.patch|   28 
 extra-i686/llvm-Config-config.h  |9 
 extra-i686/llvm-Config-llvm-config.h |9 
 extra-x86_64/PKGBUILD|  306 
 extra-x86_64/llvm-3.5.0-fix-cmake-llvm-exports.patch |   39 -
 extra-x86_64/llvm-3.5.0-fix-ocaml-as-needed.patch|   14 
 extra-x86_64/llvm-3.5.0-force-link-pass.o.patch  |   28 
 extra-x86_64/llvm-Config-config.h|9 
 extra-x86_64/llvm-Config-llvm-config.h   |9 
 17 files changed, 722 insertions(+), 810 deletions(-)

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


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

2015-01-13 Thread Evangelos Foutras
Date: Tuesday, January 13, 2015 @ 18:19:50
  Author: foutrelis
Revision: 228982

upgpkg: firefox 35.0-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 17:11:17 UTC (rev 228981)
+++ PKGBUILD2015-01-13 17:19:50 UTC (rev 228982)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=34.0.5
+pkgver=35.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('1680191ff7d4c465c0e6a5d7d6ff7a426f5bfa64f8d6d68a4bdfa9ac4ee459c8'
+sha256sums=('bedeb5bbd8b49e5b286497ef7732542c6e7441088fd8cd577d7ca8af4c871e81'
 'SKIP'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
@@ -31,6 +31,7 @@
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 '4f0046b39a8d98f6e4fc3360ec490cb2416e38c7b3e92699f7e511c206c2c961'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
+validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 18:02:28
  Author: tpowa
Revision: 228978

upgpkg: clawsker 0.7.12-1

bump to latest version

Modified:
  clawsker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 16:55:31 UTC (rev 228977)
+++ PKGBUILD2015-01-13 17:02:28 UTC (rev 228978)
@@ -4,7 +4,7 @@
 # Contributor: Jakub mr.MikyMaus Fiser m...@mikymaus.org
 
 pkgname=clawsker
-pkgver=0.7.11
+pkgver=0.7.12
 pkgrel=1
 pkgdesc=An applet to edit Claws Mail's hidden preferences.
 arch=('any')
@@ -24,4 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make PREFIX=/usr DESTDIR=$pkgdir install
 }
-md5sums=('50ce3bc4db4ce2e624d4124c8d64065c')
+md5sums=('3c28d5e1fc83327b782258b15c05d35f')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 18:02:35
  Author: tpowa
Revision: 228979

archrelease: copy trunk to extra-any

Added:
  clawsker/repos/extra-any/PKGBUILD
(from rev 228978, clawsker/trunk/PKGBUILD)
Deleted:
  clawsker/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 17:02:28 UTC (rev 228978)
+++ PKGBUILD2015-01-13 17:02:35 UTC (rev 228979)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Francesco Groccia frgroccia gmail.com
-# Contributor: Jakub mr.MikyMaus Fiser m...@mikymaus.org
-
-pkgname=clawsker
-pkgver=0.7.11
-pkgrel=1
-pkgdesc=An applet to edit Claws Mail's hidden preferences.
-arch=('any')
-url=http://www.claws-mail.org/clawsker.php;
-license=('GPL3')
-makedepends=('gettext')
-depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
-source=(http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz;)
-
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}
-md5sums=('50ce3bc4db4ce2e624d4124c8d64065c')

Copied: clawsker/repos/extra-any/PKGBUILD (from rev 228978, 
clawsker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 17:02:35 UTC (rev 228979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Francesco Groccia frgroccia gmail.com
+# Contributor: Jakub mr.MikyMaus Fiser m...@mikymaus.org
+
+pkgname=clawsker
+pkgver=0.7.12
+pkgrel=1
+pkgdesc=An applet to edit Claws Mail's hidden preferences.
+arch=('any')
+url=http://www.claws-mail.org/clawsker.php;
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+source=(http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz;)
+
+build()
+{
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}
+md5sums=('3c28d5e1fc83327b782258b15c05d35f')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 19:26:51
  Author: tpowa
Revision: 228986

upgpkg: rpcbind 0.2.2-1

bump to latest version, fix #41433

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 17:20:55 UTC (rev 228985)
+++ PKGBUILD2015-01-13 18:26:51 UTC (rev 228986)
@@ -2,22 +2,23 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=rpcbind
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.2.2
+pkgrel=1
 pkgdesc=portmap replacement which supports RPC over various protocols
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')
-depends=('bash' 'glibc' 'libtirpc')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
 url=http://rpcbind.sourceforge.net;
 license=('custom')
 replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.1.tar.bz2
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 rpcbind-sunrpc.patch
 rpcbind.service
 rpcbind.socket
 rpcbind.conf)
 install=rpcbind.install
-md5sums=('0a5f9c2142af814c55d957aaab3bcc68'
+md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
  'c02ac36a98baac70b8a26190524b7b73'
  '0f493a590c250267034e230e7bf1f894'
  'e5a205cd7402fedaf74a744b2a22f0ad'
@@ -51,11 +52,6 @@
   install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
   # install system socket activation
   install -D -m644 $srcdir/rpcbind.socket 
$pkgdir/usr/lib/systemd/system/rpcbind.socket
-  # add symlinks
-  mkdir $pkgdir/usr/lib/systemd/system/sockets.target.wants
-  mkdir $pkgdir/usr/lib/systemd/system/multi-user.target.wants
-  ln -sf ../rpcbind.socket 
$pkgdir/usr/lib/systemd/system/sockets.target.wants/rpcbind.socket
-  ln -sf ../rpcbind.service 
$pkgdir/usr/lib/systemd/system/multi-user.target.wants/rpcbind.service
   # add state directory
   install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
   # install license


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

2015-01-13 Thread Anatol Pomozov
Date: Tuesday, January 13, 2015 @ 18:11:17
  Author: anatolik
Revision: 228981

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

Added:
  ethtool/repos/testing-i686/
  ethtool/repos/testing-i686/PKGBUILD
(from rev 228980, ethtool/trunk/PKGBUILD)
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 228980, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-i686/PKGBUILD (from rev 228980, 
ethtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-13 17:11:17 UTC (rev 228981)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.18
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('fbf1a167b88a5966a2c56a2483af68c6'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 
b...@kernel.org
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 228980, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-13 17:11:17 UTC (rev 228981)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.18
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('fbf1a167b88a5966a2c56a2483af68c6'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 
b...@kernel.org
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}


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

2015-01-13 Thread Anatol Pomozov
Date: Tuesday, January 13, 2015 @ 18:10:39
  Author: anatolik
Revision: 228980

upgpkg: ethtool 1:3.18-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 17:02:35 UTC (rev 228979)
+++ PKGBUILD2015-01-13 17:10:39 UTC (rev 228980)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp mdk...@elys.com
 
 pkgname=ethtool
-pkgver=3.16
+pkgver=3.18
 pkgrel=1
 epoch=1
 pkgdesc=Utility for controlling network drivers and hardware
@@ -12,8 +12,10 @@
 url=https://www.kernel.org/pub/software/network/ethtool/;
 license=('GPL')
 depends=('glibc')
-source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7eee202accb86104adc8463a36a1a468')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('fbf1a167b88a5966a2c56a2483af68c6'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 
b...@kernel.org
 
 build() {
 cd $pkgname-$pkgver


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

2015-01-13 Thread Evangelos Foutras
Date: Tuesday, January 13, 2015 @ 18:20:55
  Author: foutrelis
Revision: 228985

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 228984, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 17:20:38 UTC (rev 228984)
+++ PKGBUILD2015-01-13 17:20:55 UTC (rev 228985)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=34.0.5
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'az Azerbaijani'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'ms Malay'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-
-  # Fix a few broken langpacks
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
-  if in_array $1 bg csb; then
-pushd $pkgdir/usr/lib/firefox/browser/extensions /dev/null
-unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-sed -i '/./,$!d' install.rdf
-zip -u langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-rm install.rdf
-popd /dev/null
-  fi
-}
-
-md5sums=('0115143500dd545f20887fff6a005a4b'
- 'd2f93adc6cfe34d04bd7dcc17d457317'
- 'baf1f70c865462ab1d75e5ff55fde09b'
- '1c466a5e9f62ba0ba440e20dcb70d4d7'
- 'e577b2421f436e230a0cf1c113c39df1'
- '31128db58f73e912847e37aea840c9c4'
- '43b7fbdb60d2cb3b25adc227fcfc0b62'
- 'eb3c55d17c984e8a6433f0136249c87e'
- '0209518ebeea0d340e324bf15393c366'
- 'd594a02075df66f20a8bf71875fb4897'
- 'f77c19aad70708cc387a7d23c9f9b5c6'
- '9503098e2bf4169cb09a0bc87c3f1cb6'
- 'f71f651b35f8939b9b1519fbe74b14b0'
- 'fb0c268ad086f0ae66c18513673e1a6f'
- '4c8b5a1dfc3e2ec59a7ff7da8c769182'
- 'b2abe8aa6b8c07662e8599b5319d89a8'
- '49325c5c211a70de621fb1ea6334ad4b'
- '1baf52fd7156c78f56a88d2c6292fa1a'
- '89090bbcab8bd98e5aab29c38ee19fec'
- '4b0220fc777307cee60434e0921e4681'
- 

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

2015-01-13 Thread Evangelos Foutras
Date: Tuesday, January 13, 2015 @ 18:20:38
  Author: foutrelis
Revision: 228984

upgpkg: firefox-i18n 35.0-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 17:20:30 UTC (rev 228983)
+++ PKGBUILD2015-01-13 17:20:38 UTC (rev 228984)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=34.0.5
+pkgver=35.0
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -30,7 +30,6 @@
   'bs Bosnian'
   'ca Catalan'
   'cs Czech'
-  'csbKashubian'
   'cy Welsh'
   'da Danish'
   'de German'
@@ -91,6 +90,7 @@
   'si Sinhala'
   'sk Slovak'
   'sl Slovenian'
+  'sonSonghai'
   'sq Albanian'
   'sr Serbian'
   'sv-SE  Swedish'
@@ -130,7 +130,7 @@
 
   # Fix a few broken langpacks
   # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
-  if in_array $1 bg csb; then
+  if in_array $1 bg; then
 pushd $pkgdir/usr/lib/firefox/browser/extensions /dev/null
 unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
 sed -i '/./,$!d' install.rdf
@@ -140,91 +140,91 @@
   fi
 }
 
-md5sums=('0115143500dd545f20887fff6a005a4b'
- 'd2f93adc6cfe34d04bd7dcc17d457317'
- 'baf1f70c865462ab1d75e5ff55fde09b'
- '1c466a5e9f62ba0ba440e20dcb70d4d7'
- 'e577b2421f436e230a0cf1c113c39df1'
- '31128db58f73e912847e37aea840c9c4'
- '43b7fbdb60d2cb3b25adc227fcfc0b62'
- 'eb3c55d17c984e8a6433f0136249c87e'
- '0209518ebeea0d340e324bf15393c366'
- 'd594a02075df66f20a8bf71875fb4897'
- 'f77c19aad70708cc387a7d23c9f9b5c6'
- '9503098e2bf4169cb09a0bc87c3f1cb6'
- 'f71f651b35f8939b9b1519fbe74b14b0'
- 'fb0c268ad086f0ae66c18513673e1a6f'
- '4c8b5a1dfc3e2ec59a7ff7da8c769182'
- 'b2abe8aa6b8c07662e8599b5319d89a8'
- '49325c5c211a70de621fb1ea6334ad4b'
- '1baf52fd7156c78f56a88d2c6292fa1a'
- '89090bbcab8bd98e5aab29c38ee19fec'
- '4b0220fc777307cee60434e0921e4681'
- '261e8b37552037e3965bce8b72574dc9'
- 'a54b73efab1fd4d7383524ac34ea7e6d'
- 'cb54aeb496b852f8ec65419011e377b7'
- 'de2be00327e212156083270b09109f57'
- '0acbd440022891461e056121ae6329d5'
- '037d9e4b93d12ce3d8fe4a411fc1b33e'
- 'bf361c7951cb289bf7a4eb7d6e249acc'
- 'fb83cd37336aabedfc756688197770ff'
- '3e036cafe87acdf5faed11858899073d'
- 'e7e1e90153d0bd077332d330e5d8'
- '176942676510838ff942da2e0a178555'
- 'c9acea79e62ec1c0a913ec18cd3376dd'
- 'e934c89fab1c263e6682759e199101d5'
- '6a9cd0ebbed11c6e3439e79a5fb61232'
- 'e651aba280d298ef68b9a19456166e34'
- '5be6fbea664c792be0a8b5e69242f6e3'
- '2dc4c39ca4058867602478ef61c21487'
- '3659fd32aae70259f1490b4b77ef73a5'
- 'd4121e8a7ed003a61ac835f6a7c7a9c6'
- 'e8da734046f68b0fcc36a7382fb16171'
- '537d8d114d4e07d714e5a1bf47b2ae3c'
- '0f308d89fbb56b74d1c277c0b0d637be'
- '407f368126dc3b58f44656d2c0d333e0'
- 'cf50a4d49323a8c8afef4dff4b54cb53'
- '543f5606082008b1ddeb0e4a4c541d5c'
- '8142659e1c39224429e06deaed8d96a8'
- 'a3b1c993ce2552d315d4eac3e7ae31a6'
- '33ffddadb5c66c983cbd00622b523d63'
- '6b2b27cebbe4514c58d556548a6af75b'
- '435218c709bc7e0fe6ca203d70603c32'
- 'f8969cc6abcecc6ae4bd3f2b72db0b18'
- 'b4feec05dc05f5a06731b2a981a099ce'
- '6463b045558ee19f512a4f575185e72a'
- 'ffa1a181abd3f6a7169c8909de2a0166'
- 'c06f4a9c383ca2ecb560eb9a4f4bba18'
- 'de40d45a0ed5dc0e0b5c5202aeac8bf5'
- 'e026d1a2eddc8c964f9c6e03d6cd1d37'
- 'aa8cfe86c7e8606260a101398f5c454c'
- '2c97b7681caa526972a787d257dc3b67'
- 'ac4b02de391ce4f32e33cc2203939599'
- 'fe2a25edabb8c1a5a0fdce44ae5a8d43'
- 'f33b165de98b96034764d964d6e7d8e5'
- '8dea7a63caa2a6b0fea1271af9c30561'
- 'f6718e7714b8340cbf14f5e93e53594f'
- 'c5a9ca7dbac79f35c2ebe4e2e1bfb49f'
- 'b052f82e39fff33bb175236ce27834bd'
- '643dd03e0875c694c658afa33ae25d8a'
- '0afb28541359a00b1a7c632332475903'
- '67d23a123be9007f31722186c74bab85'
- '1ccc34760b50c26b710604a2657b8692'
- '208ef966a36644f850f7f02ca3755d03'
- '2d570f73653c6ecf2a9fafd1b89f7ce7'
- 'b4fe52b92c2e637e34e97d0898cdfe4e'
- 'fd9f18a1330b053490f5ad9b355856f5'
- '7e25946274a66fcb4c8520369643c7bb'
- '8ee97120e9787b3e8b0ed1815b9a3f47'
- 'fe07b8067f2b5c5d1af16cae98c82647'
- '90b1eb1cc6be85820b9b847330de4fad'
- 'f9cfa9ddcd8ea555aeb32560e17579ba'
- 'a0b084c931d956aa5e3227bf2f3ca415'
- 

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

2015-01-13 Thread Evangelos Foutras
Date: Tuesday, January 13, 2015 @ 18:20:30
  Author: foutrelis
Revision: 228983

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 228982, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 228982, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 228982, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 228982, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 228982, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 228982, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/rhbz-966424.patch
(from rev 228982, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 228982, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 228982, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 228982, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 228982, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 228982, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 228982, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 228982, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/rhbz-966424.patch
(from rev 228982, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 228982, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/rhbz-966424.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/rhbz-966424.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  230 +
 /firefox-install-dir.patch |   24 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   68 
 /rhbz-966424.patch |   28 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  114 --
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   34 
 extra-i686/rhbz-966424.patch   |   14 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  114 --
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   34 
 extra-x86_64/rhbz-966424.patch |   14 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 636 insertions(+), 634 deletions(-)

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


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 19:27:54
  Author: tpowa
Revision: 228987

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

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

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-i686/rpcbind-sunrpc.patch   |   22 
 testing-i686/rpcbind.conf   |3 +
 testing-i686/rpcbind.install|   13 +++
 testing-i686/rpcbind.service|   11 ++
 testing-i686/rpcbind.socket |8 
 testing-x86_64/PKGBUILD |   59 ++
 testing-x86_64/rpcbind-sunrpc.patch |   22 
 testing-x86_64/rpcbind.conf |3 +
 testing-x86_64/rpcbind.install  |   13 +++
 testing-x86_64/rpcbind.service  |   11 ++
 testing-x86_64/rpcbind.socket   |8 
 12 files changed, 232 insertions(+)

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 228986, 
rpcbind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-13 18:27:54 UTC (rev 228987)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.service
+rpcbind.socket
+rpcbind.conf)
+install=rpcbind.install
+md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ '0f493a590c250267034e230e7bf1f894'
+ 'e5a205cd7402fedaf74a744b2a22f0ad'
+ 'd4c74d1be9f98344af138a15ad3b6f8c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts 
--with-statedir=/var/lib/rpcbind
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install system socket activation
+  install -D -m644 $srcdir/rpcbind.socket 
$pkgdir/usr/lib/systemd/system/rpcbind.socket
+  # add state directory
+  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-i686/rpcbind-sunrpc.patch (from rev 228986, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-i686/rpcbind-sunrpc.patch   (rev 0)
+++ testing-i686/rpcbind-sunrpc.patch   2015-01-13 18:27:54 UTC (rev 228987)
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig   2008-11-19 14:17:34.0 +0100
 rpcbind-0.1.7/src/rpcbind.c2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,7 @@
+ char *udp_uaddr;  /* Universal UDP address */
+ char *tcp_uaddr;  /* Universal TCP address */
+ #endif
+-static char servname[] = rpcbind;

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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 19:28:34
  Author: tpowa
Revision: 228988

upgpkg: gettext 0.19.4-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 18:27:54 UTC (rev 228987)
+++ PKGBUILD2015-01-13 18:28:34 UTC (rev 228988)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.19.3
+pkgver=0.19.4
 pkgrel=1
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
@@ -14,8 +14,7 @@
 options=(!docs)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('c365029ffc866fc4e485d9e5ca60b260'
- 'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -32,3 +31,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
+md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
+ 'SKIP')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 19:28:45
  Author: tpowa
Revision: 228989

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

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

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

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 228988, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-13 18:28:45 UTC (rev 228989)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.4
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
+ 'SKIP')

Copied: gettext/repos/testing-i686/gettext.install (from rev 228988, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2015-01-13 18:28:45 UTC (rev 228989)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 228988, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-13 18:28:45 UTC (rev 228989)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.4
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
+ 'SKIP')

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 228988, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2015-01-13 18:28:45 UTC (rev 228989)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-13 Thread Jonathan Steel
Date: Tuesday, January 13, 2015 @ 19:41:38
  Author: jsteel
Revision: 125880

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 18:41:16 UTC (rev 125879)
+++ community-i686/PKGBUILD 2015-01-13 18:41:38 UTC (rev 125880)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Brett Hoerner br...@bretthoerner.com
-# Contributor: Jochen Schalanda jochen+...@schalanda.name
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-# Contributor: helios a...@wiresphere.de
-# Contributor: George Ornbo gor...@gmail.com
-# Contributor: Niklas Heer niklas.h...@me.com
-# Contributor: Steven Nance ste...@devtrw.com
-
-pkgname=vagrant
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=Build and distribute virtualized development environments
-arch=('i686' 'x86_64')
-url=http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('ruby' 'curl' 'lzo' 'libidn' 'rtmpdump')
-makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('5fdb20727a3c3c31f33432ba7d5283a4')
-[[ $CARCH == i686 ]]  md5sums+=('c04042b24de56d18a041bc005e5ecaa4')
-[[ $CARCH == x86_64 ]]  md5sums+=('53d8a137e0b50fee8509a7d1c15fd33b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  EMBEDDED_DIR=$srcdir/substrate/embedded
-
-  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
-
-  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
-
-  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
-  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
-  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
-  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
-$EMBEDDED_DIR/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 125879, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 18:41:38 UTC (rev 125880)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.7.2
+pkgrel=2
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('ruby' 'curl' 'lzo' 'libidn' 'rtmpdump')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('5fdb20727a3c3c31f33432ba7d5283a4')
+[[ $CARCH == i686 ]]  md5sums+=('c04042b24de56d18a041bc005e5ecaa4')
+[[ $CARCH == x86_64 ]]  md5sums+=('53d8a137e0b50fee8509a7d1c15fd33b')
+
+prepare() {
+  # Fix FS#43419
+  sed -i 's/hexdigest(path)/hexdigest(path.to_s)/' \
+$pkgname-$pkgver/plugins/provisioners/puppet/provisioner/puppet.rb
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
+

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

2015-01-13 Thread Jonathan Steel
Date: Tuesday, January 13, 2015 @ 19:41:16
  Author: jsteel
Revision: 125879

upgpkg: vagrant 1.7.2-2

Fix FS#43419

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 16:59:23 UTC (rev 125878)
+++ PKGBUILD2015-01-13 18:41:16 UTC (rev 125879)
@@ -11,7 +11,7 @@
 
 pkgname=vagrant
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Build and distribute virtualized development environments
 arch=('i686' 'x86_64')
 url=http://vagrantup.com;
@@ -25,6 +25,12 @@
 [[ $CARCH == i686 ]]  md5sums+=('c04042b24de56d18a041bc005e5ecaa4')
 [[ $CARCH == x86_64 ]]  md5sums+=('53d8a137e0b50fee8509a7d1c15fd33b')
 
+prepare() {
+  # Fix FS#43419
+  sed -i 's/hexdigest(path)/hexdigest(path.to_s)/' \
+$pkgname-$pkgver/plugins/provisioners/puppet/provisioner/puppet.rb
+}
+
 build() {
   cd $pkgname-$pkgver
 


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:00:20
  Author: tpowa
Revision: 228962

upgpkg: tdb 1.3.4-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 13:32:47 UTC (rev 228961)
+++ PKGBUILD2015-01-13 14:00:20 UTC (rev 228962)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=tdb
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
 arch=(i686 x86_64)
@@ -12,8 +12,9 @@
 url=http://tdb.samba.org/;
 makedepends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library 
Distribution Key samba-b...@samba.org 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's#python#python2#g' buildtools/bin/waf
@@ -33,4 +34,5 @@
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
 }
-md5sums=('34c45294affc188f2bc0060983130cda')
+md5sums=('60a9ad41e45d53e97c7cd4262932a53a'
+ 'SKIP')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:00:31
  Author: tpowa
Revision: 228963

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

Added:
  tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 228962, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-i686/PKGBUILD
(from rev 228962, tdb/trunk/PKGBUILD)
  tdb/repos/extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 228962, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-x86_64/PKGBUILD
(from rev 228962, tdb/trunk/PKGBUILD)
Deleted:
  tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
  tdb/repos/extra-i686/PKGBUILD
  tdb/repos/extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
  tdb/repos/extra-x86_64/PKGBUILD

+
 /0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   54 +++
 /PKGBUILD  |   76 
++
 extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch   |   27 ---
 extra-i686/PKGBUILD|   36 
 extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 ---
 extra-x86_64/PKGBUILD  |   36 
 6 files changed, 130 insertions(+), 126 deletions(-)

Deleted: extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
===
--- extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2015-01-13 14:00:20 UTC (rev 228962)
+++ extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2015-01-13 14:00:31 UTC (rev 228963)
@@ -1,27 +0,0 @@
-From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
-From: Adam Williamson awill...@redhat.com
-Date: Fri, 23 May 2014 10:08:14 -0700
-Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
-
-Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
-not include stdbool.h. This causes any build including tdb.h to fail, at least
-for me with GCC 4.9.0.

- lib/tdb/include/tdb.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/tdb.h b/include/tdb.h
-index 5ea5e60..03e429c 100644
 a/include/tdb.h
-+++ b/include/tdb.h
-@@ -31,6 +31,7 @@ extern C {
- #endif
- 
- #include signal.h
-+#include stdbool.h
- 
- /**
-  * @defgroup tdb The tdb API
--- 
-1.9.3
-

Copied: tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch 
(from rev 228962, tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
===
--- extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(rev 0)
+++ extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2015-01-13 14:00:31 UTC (rev 228963)
@@ -0,0 +1,27 @@
+From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Fri, 23 May 2014 10:08:14 -0700
+Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
+
+Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
+not include stdbool.h. This causes any build including tdb.h to fail, at least
+for me with GCC 4.9.0.
+---
+ lib/tdb/include/tdb.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/tdb.h b/include/tdb.h
+index 5ea5e60..03e429c 100644
+--- a/include/tdb.h
 b/include/tdb.h
+@@ -31,6 +31,7 @@ extern C {
+ #endif
+ 
+ #include signal.h
++#include stdbool.h
+ 
+ /**
+  * @defgroup tdb The tdb API
+-- 
+1.9.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 14:00:20 UTC (rev 228962)
+++ extra-i686/PKGBUILD 2015-01-13 14:00:31 UTC (rev 228963)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=tdb
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://tdb.samba.org/;
-makedepends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
-   # Use system docbook.xsl
-   
#_manstyle=/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl
-   #sed -i s#http.*xsl#$_manstyle# tdb.mk
-   export PYTHON=/usr/bin/python2
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export 

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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:04:29
  Author: tpowa
Revision: 228964

upgpkg: ldb 1.1.19-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 14:00:31 UTC (rev 228963)
+++ PKGBUILD2015-01-13 14:04:29 UTC (rev 228964)
@@ -4,16 +4,18 @@
 # Contributor: Marco A Rojas marquicus at gmail dot com
 
 pkgname=ldb
-pkgver=1.1.18
+pkgver=1.1.19
 pkgrel=1
 pkgdesc=A schema-less, ldap like, API and database
 arch=('i686' 'x86_64')
 url=http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
 license=('GPL3')
 depends=('talloc' 'tevent' 'tdb' 'popt')
 makedepends=('python2')
 optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key samba-b...@samba.org 
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,4 +39,5 @@
 
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('288716704228f6158d6855360121cae5')
+md5sums=('5a71017290a8996e3aeb24e1254d12a2'
+ 'SKIP')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:04:39
  Author: tpowa
Revision: 228965

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

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

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   40 --
 extra-x86_64/PKGBUILD |   40 --
 3 files changed, 86 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 14:04:29 UTC (rev 228964)
+++ extra-i686/PKGBUILD 2015-01-13 14:04:39 UTC (rev 228965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-
-pkgname=ldb
-pkgver=1.1.18
-pkgrel=1
-pkgdesc=A schema-less, ldap like, API and database
-arch=('i686' 'x86_64')
-url=http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('288716704228f6158d6855360121cae5')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 228964, ldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-13 14:04:39 UTC (rev 228965)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+
+pkgname=ldb
+pkgver=1.1.19
+pkgrel=1
+pkgdesc=A schema-less, ldap like, API and database
+arch=('i686' 'x86_64')
+url=http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key samba-b...@samba.org 
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('5a71017290a8996e3aeb24e1254d12a2'
+ 'SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-13 14:04:29 UTC (rev 228964)
+++ extra-x86_64/PKGBUILD   2015-01-13 14:04:39 UTC (rev 228965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-
-pkgname=ldb
-pkgver=1.1.18
-pkgrel=1
-pkgdesc=A schema-less, ldap like, API and database
-arch=('i686' 'x86_64')
-url=http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
-

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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:16:30
  Author: tpowa
Revision: 228966

upgpkg: samba 4.1.15-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 14:04:39 UTC (rev 228965)
+++ PKGBUILD2015-01-13 14:16:30 UTC (rev 228966)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.14
+pkgver=4.1.15
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
+# to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.14
-pkgrel=2
+_realver=4.1.15
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -23,6 +23,7 @@
  'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb=1.1.15' 'krb5' 
'pam' 'systemd' 
  'gamin' 'gnutls=2.4.1' 'talloc' 'tdb' 'dbus')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.asc
 samba.logrotate
 samba.pam
 samba.service
@@ -33,6 +34,7 @@
 smbd@.service
 winbindd.service
 samba.conf)
+validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key samba-b...@samba.org
 ### UNINSTALL dmapi package before building!!!
 
 build() {
@@ -241,7 +243,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('9f7bae123ed39d2aa9ba842d3a138d54'
+md5sums=('b236590fc2d6a3303358c8aadb367882'
+ 'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:42:18
  Author: tpowa
Revision: 228971

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 14:21:48 UTC (rev 228970)
+++ PKGBUILD2015-01-13 14:42:18 UTC (rev 228971)
@@ -3,15 +3,17 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kexec-tools
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc=Load another kernel from the currently executing Linux kernel
 arch=('i686' 'x86_64')
 url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+source=(#ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
 # upstream tarballs broken with bsdtar!
-
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
+
http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
+http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
 )
+validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
 depends=('gawk' 'zlib' 'xz')
 license=('GPL2')
 
@@ -26,4 +28,5 @@
   make DESTDIR=$pkgdir install
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
 }
-md5sums=('20903a8ede204e7a62e8f38ac01d292d')
+md5sums=('2c4dec4e857e84ca530478bac0ec114b'
+ 'SKIP')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:17:04
  Author: tpowa
Revision: 228968

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 228967, qemu/repos/testing-i686/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 228967, qemu/repos/testing-i686/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 228967, qemu/repos/testing-i686/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 228967, qemu/repos/testing-x86_64/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 228967, qemu/repos/testing-x86_64/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 228967, qemu/repos/testing-x86_64/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install
  qemu/repos/testing-i686/
  qemu/repos/testing-x86_64/

+
 /65-kvm.rules  |4 
 /PKGBUILD  |  184 +++
 /qemu.install  |   46 
 extra-i686/2.0.0-usb-stack.patch   |   36 --
 extra-i686/65-kvm.rules|2 
 extra-i686/PKGBUILD|  100 ---
 extra-i686/qemu.install|   23 
 extra-x86_64/2.0.0-usb-stack.patch |   36 --
 extra-x86_64/65-kvm.rules  |2 
 extra-x86_64/PKGBUILD  |  100 ---
 extra-x86_64/qemu.install  |   23 
 11 files changed, 234 insertions(+), 322 deletions(-)

Deleted: extra-i686/2.0.0-usb-stack.patch
===
--- extra-i686/2.0.0-usb-stack.patch2015-01-13 14:17:01 UTC (rev 228967)
+++ extra-i686/2.0.0-usb-stack.patch2015-01-13 14:17:04 UTC (rev 228968)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev-setup_len == sizeof(dev-data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index  len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
-Signed-off-by: Michael S. Tsirkin mst at redhat.com

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev-setup_index  0 ||
- dev-setup_len  0 ||
--dev-setup_index = sizeof(dev-data_buf) ||
--dev-setup_len = sizeof(dev-data_buf)) {
-+dev-setup_index  dev-setup_len ||
-+dev-setup_len  sizeof(dev-data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2015-01-13 14:17:01 UTC (rev 228967)
+++ extra-i686/65-kvm.rules 2015-01-13 14:17:04 UTC (rev 228968)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 228967, 
qemu/repos/testing-i686/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2015-01-13 14:17:04 UTC (rev 228968)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 14:17:01 UTC (rev 228967)
+++ extra-i686/PKGBUILD 2015-01-13 14:17:04 UTC (rev 228968)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=('qemu' 'libcacard')
-pkgver=2.1.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
- 'usbredir')
-replaces=('qemu-kvm')
-options=(!strip)
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules
-2.0.0-usb-stack.patch)
-
-prepare ()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/2.0.0-usb-stack.patch
-}
-
-build ()

[arch-commits] Commit in samba/repos (52 files)

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:17:01
  Author: tpowa
Revision: 228967

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 228966, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 228966, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 228966, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 228966, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 228966, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 228966, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 228966, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 228966, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 228966, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 228966, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 228966, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 228966, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 228966, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 228966, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 228966, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 228966, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 228966, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 228966, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 228966, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 228966, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 228966, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 228966, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 228966, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 228966, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 228966, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 228966, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  514 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  254 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 

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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:21:48
  Author: tpowa
Revision: 228970

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 14:21:37 UTC (rev 228969)
+++ extra-i686/PKGBUILD 2015-01-13 14:21:48 UTC (rev 228970)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=spandsp
-pkgver=0.0.6pre21
-pkgrel=2
-pkgdesc=A DSP library for telephony
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.soft-switch.org/;
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')
-
-build() {
-  cd $pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}

Copied: spandsp/repos/extra-i686/PKGBUILD (from rev 228969, 
spandsp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-13 14:21:48 UTC (rev 228970)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=spandsp
+pkgver=0.0.6
+pkgrel=1
+pkgdesc=A DSP library for telephony
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.soft-switch.org/;
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $pkgname-0.0.6
+  make DESTDIR=$pkgdir install
+}
+md5sums=('897d839516a6d4edb20397d4757a7ca3')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-13 14:21:37 UTC (rev 228969)
+++ extra-x86_64/PKGBUILD   2015-01-13 14:21:48 UTC (rev 228970)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=spandsp
-pkgver=0.0.6pre21
-pkgrel=2
-pkgdesc=A DSP library for telephony
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.soft-switch.org/;
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')
-
-build() {
-  cd $pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}

Copied: spandsp/repos/extra-x86_64/PKGBUILD (from rev 228969, 
spandsp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-13 14:21:48 UTC (rev 228970)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=spandsp
+pkgver=0.0.6
+pkgrel=1
+pkgdesc=A DSP library for telephony
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.soft-switch.org/;
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $pkgname-0.0.6
+  make DESTDIR=$pkgdir install
+}
+md5sums=('897d839516a6d4edb20397d4757a7ca3')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 15:21:37
  Author: tpowa
Revision: 228969

upgpkg: spandsp 0.0.6-1

bump to latest version

Modified:
  spandsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 14:17:04 UTC (rev 228968)
+++ PKGBUILD2015-01-13 14:21:37 UTC (rev 228969)
@@ -2,15 +2,14 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=spandsp
-pkgver=0.0.6pre21
-pkgrel=2
+pkgver=0.0.6
+pkgrel=1
 pkgdesc=A DSP library for telephony
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.soft-switch.org/;
 depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
 
 build() {
   cd $pkgname-0.0.6
@@ -27,3 +26,4 @@
   cd $pkgname-0.0.6
   make DESTDIR=$pkgdir install
 }
+md5sums=('897d839516a6d4edb20397d4757a7ca3')


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

2015-01-13 Thread Martin Wimpress
Date: Tuesday, January 13, 2015 @ 10:27:33
  Author: flexiondotorg
Revision: 125860

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   52 ++--
 variety.install |   22 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 09:27:22 UTC (rev 125859)
+++ PKGBUILD2015-01-13 09:27:33 UTC (rev 125860)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=variety
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-url=http://peterlevi.com/variety/;
-arch=('any')
-license=('GPL3')
-depends=('desktop-file-utils' 'gtk3' 'imagemagick' 'libnotify' 
'python2-beautifulsoup4'
- 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
- 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
- 'python2-pycurl' 'webkitgtk')
-optdepends=('yelp: for reading help documents')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz;)
-sha256sums=('29307d575a345b56d98ef03d863f28e6828c57a5584321d013974cb769f775c5')
-install=${pkgname}.install
-
-package() {
-cd ${srcdir}/${pkgname}
-export XDG_RUNTIME_DIR=/tmp/${pkgname}
-python2 setup.py install --root=${pkgdir} --optimize=1
-chmod 644 ${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 125859, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 09:27:33 UTC (rev 125860)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=variety
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+url=http://peterlevi.com/variety/;
+arch=('any')
+license=('GPL3')
+depends=('desktop-file-utils' 'gtk3' 'imagemagick' 'libnotify' 
'python2-beautifulsoup4'
+ 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
+ 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
+ 'python2-pycurl' 'webkitgtk')
+optdepends=('yelp: for reading help documents')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz;)
+sha256sums=('ca7e177106933433d9561be204dd5acabf5fb64e1226c15ace950cfb6e16e4bd')
+install=${pkgname}.install
+
+package() {
+cd ${srcdir}/${pkgname}
+export XDG_RUNTIME_DIR=/tmp/${pkgname}
+python2 setup.py install --root=${pkgdir} --optimize=1
+chmod 644 ${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg
+}

Deleted: variety.install
===
--- variety.install 2015-01-13 09:27:22 UTC (rev 125859)
+++ variety.install 2015-01-13 09:27:33 UTC (rev 125860)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: variety/repos/community-any/variety.install (from rev 125859, 
variety/trunk/variety.install)
===
--- variety.install (rev 0)
+++ variety.install 2015-01-13 09:27:33 UTC (rev 125860)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-01-13 Thread Martin Wimpress
Date: Tuesday, January 13, 2015 @ 10:27:22
  Author: flexiondotorg
Revision: 125859

upgpkg: variety 0.5.1-1 - New upstream release.

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 05:10:51 UTC (rev 125858)
+++ PKGBUILD2015-01-13 09:27:22 UTC (rev 125859)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=variety
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 url=http://peterlevi.com/variety/;
@@ -15,7 +15,7 @@
 optdepends=('yelp: for reading help documents')
 makedepends=('python2-distutils-extra')
 
source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz;)
-sha256sums=('29307d575a345b56d98ef03d863f28e6828c57a5584321d013974cb769f775c5')
+sha256sums=('ca7e177106933433d9561be204dd5acabf5fb64e1226c15ace950cfb6e16e4bd')
 install=${pkgname}.install
 
 package() {


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

2015-01-13 Thread Martin Wimpress
Date: Tuesday, January 13, 2015 @ 10:47:51
  Author: flexiondotorg
Revision: 125862

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 125861, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 125861, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   32 -
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 09:47:40 UTC (rev 125861)
+++ PKGBUILD2015-01-13 09:47:51 UTC (rev 125862)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_gtkver=gtk3.14
-pkgname=mate-themes
-pkgver=1.9.2
-pkgrel=1
-pkgdesc=Default themes for the MATE desktop
-url=http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
-optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('d8ac6cb82ca99394e40236c93f929df13c61d2b7')
-install=${pkgname}.install
-
-build() {
-cd ${pkgname}-${_gtkver}-${pkgver}
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd ${pkgname}-${_gtkver}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 125861, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 09:47:51 UTC (rev 125862)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_gtkver=gtk3.14
+pkgname=mate-themes
+pkgver=1.9.3
+pkgrel=1
+pkgdesc=Default themes for the MATE desktop
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('0a15acbe78e698a0ef25ebd87ec1fbfd0e180537')
+install=${pkgname}.install
+
+build() {
+cd ${pkgname}-${_gtkver}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd ${pkgname}-${_gtkver}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-01-13 09:47:40 UTC (rev 125861)
+++ mate-themes.install 2015-01-13 09:47:51 UTC (rev 125862)
@@ -1,16 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
-gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
-gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 125861, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-01-13 09:47:51 UTC (rev 125862)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-01-13 Thread Martin Wimpress
Date: Tuesday, January 13, 2015 @ 10:47:40
  Author: flexiondotorg
Revision: 125861

upgpkg: mate-themes 1.9.3-1 - New upstream release.

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 09:27:33 UTC (rev 125860)
+++ PKGBUILD2015-01-13 09:47:40 UTC (rev 125861)
@@ -2,7 +2,7 @@
 
 _gtkver=gtk3.14
 pkgname=mate-themes
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc=Default themes for the MATE desktop
 url=http://mate-desktop.org;
@@ -13,7 +13,7 @@
 optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
 groups=('mate')
 
source=(http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('d8ac6cb82ca99394e40236c93f929df13c61d2b7')
+sha1sums=('0a15acbe78e698a0ef25ebd87ec1fbfd0e180537')
 install=${pkgname}.install
 
 build() {


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

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 11:04:08
  Author: fyan
Revision: 228956

upgpkg: perl-encode-locale 1.04-1

upstream new release

Modified:
  perl-encode-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 05:11:19 UTC (rev 228955)
+++ PKGBUILD2015-01-13 10:04:08 UTC (rev 228956)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-encode-locale
-pkgver=1.03
-pkgrel=2
+pkgver=1.04
+pkgrel=1
 pkgdesc=Determine the locale encoding
 arch=('any')
 url=http://search.cpan.org/dist/Encode-Locale;
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
-sha1sums=('b37c3dbb98b56d31cc8af35a548096bfbf44820f')
+sha1sums=('1f525d437d0cfc18443aaa29597b14ceaeb240c2')
 
 build() {
   cd Encode-Locale-$pkgver


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

2015-01-13 Thread Sergej Pupykin
Date: Tuesday, January 13, 2015 @ 11:58:08
  Author: spupykin
Revision: 125868

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

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

--+
 /PKGBUILD|  124 +
 /haskell-network.install |   70 
 community-i686/PKGBUILD  |   50 ---
 community-i686/haskell-network.install   |   35 
 community-x86_64/PKGBUILD|   50 ---
 community-x86_64/haskell-network.install |   35 
 6 files changed, 194 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 10:57:52 UTC (rev 125867)
+++ community-i686/PKGBUILD 2015-01-13 10:58:08 UTC (rev 125868)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.6.0.2
-pkgrel=2
-pkgdesc=Low-level networking interface
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-network/repos/community-i686/PKGBUILD (from rev 125867, 
haskell-network/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 10:58:08 UTC (rev 125868)
@@ -0,0 +1,62 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.0.2
+pkgrel=5
+pkgdesc=Low-level networking interface
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc' 'sh' 'haskell-parsec')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  _update_deps ghc
+  _update_deps haskell-parsec
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 

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

2015-01-13 Thread Sergej Pupykin
Date: Tuesday, January 13, 2015 @ 11:57:52
  Author: spupykin
Revision: 125867

upgpkg: haskell-network 2.6.0.2-5

upd

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 10:01:58 UTC (rev 125866)
+++ PKGBUILD2015-01-13 10:57:52 UTC (rev 125867)
@@ -3,13 +3,13 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=2.6.0.2
-pkgrel=2
+pkgrel=5
 pkgdesc=Low-level networking interface
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-2')
+depends=('ghc' 'sh' 'haskell-parsec')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
 md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
@@ -33,9 +33,21 @@
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
   cd ${_hkgname}-${pkgver}
 
+  _update_deps ghc
+  _update_deps haskell-parsec
+
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
 


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

2015-01-13 Thread Sergej Pupykin
Date: Tuesday, January 13, 2015 @ 11:58:11
  Author: spupykin
Revision: 125869

upgpkg: haskell-parsec 3.1.7-4

upd

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 10:58:08 UTC (rev 125868)
+++ PKGBUILD2015-01-13 10:58:11 UTC (rev 125869)
@@ -3,13 +3,13 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Monadic parser combinators
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-mtl=2.1.3.1-4' 'haskell-text=1.2.0.3-2')
+depends=('ghc' 'sh' 'haskell-mtl' 'haskell-text')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
 md5sums=('752664d7762bad11b46a392119658016')
@@ -33,9 +33,22 @@
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
   cd ${_hkgname}-${pkgver}
 
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-text
+
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
 


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

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 10:57:33
  Author: fyan
Revision: 125864

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 125863, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 125863, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 125863, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 125863, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   94 +-
 shadowsocks-server@.service |   24 +-
 shadowsocks.install |   10 ++--
 shadowsocks@.service|   24 +-
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 09:56:55 UTC (rev 125863)
+++ PKGBUILD2015-01-13 09:57:33 UTC (rev 125864)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-sha512sums=('1bb85946364aa9f066699ea0f1fc58e7b44361d19848c34a76cca4ffb8d2cc462bf7037b34d9feb9ddc087731034b8a79ddd683fadec3dffe36ec80cae45e7c7'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-
-  python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 125863, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 09:57:33 UTC (rev 125864)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.6.3
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+sha512sums=('4a022383d61c845319a0a1fd5b8d85f62c8cdccf3a8273f3095d2e3dc05fbb304da9da13c145a1415ff2574feb618425b6846eaec7486f362686d21c88e36da3'
+
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included
+  return
+  python tests/test.py -c tests/table.json
+  

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

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 10:56:55
  Author: fyan
Revision: 125863

upgpkg: shadowsocks 2.6.3-1

upstream new release

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 09:47:51 UTC (rev 125862)
+++ PKGBUILD2015-01-13 09:56:55 UTC (rev 125863)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -15,7 +15,7 @@
 
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
 shadowsocks@.service
 shadowsocks-server@.service)
-sha512sums=('1bb85946364aa9f066699ea0f1fc58e7b44361d19848c34a76cca4ffb8d2cc462bf7037b34d9feb9ddc087731034b8a79ddd683fadec3dffe36ec80cae45e7c7'
+sha512sums=('4a022383d61c845319a0a1fd5b8d85f62c8cdccf3a8273f3095d2e3dc05fbb304da9da13c145a1415ff2574feb618425b6846eaec7486f362686d21c88e36da3'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')


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

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 11:01:14
  Author: fyan
Revision: 125865

upgpkg: perl-file-rsyncp 0.72-1

upstream new release

Modified:
  perl-file-rsyncp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 09:57:33 UTC (rev 125864)
+++ PKGBUILD2015-01-13 10:01:14 UTC (rev 125865)
@@ -1,16 +1,18 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer
 
 pkgname=perl-file-rsyncp
-pkgver=0.70
-pkgrel=4
+pkgver=0.72
+pkgrel=1
 pkgdesc='Perl interface to rsync file list encoding and decoding'
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
+depends=('perl')
 options=('!emptydirs' '!makeflags')
 url='http://search.cpan.org/dist/File-RsyncP'
 
source=(http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz;)
-md5sums=('f244372d15a2991b8700f62e73ac51e4')
+md5sums=('ab2729ab4657705052d80eca107d6444')
 
 build() {
   cd File-RsyncP-$pkgver


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

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 11:01:58
  Author: fyan
Revision: 125866

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

Added:
  perl-file-rsyncp/repos/community-i686/PKGBUILD
(from rev 125865, perl-file-rsyncp/trunk/PKGBUILD)
  perl-file-rsyncp/repos/community-x86_64/PKGBUILD
(from rev 125865, perl-file-rsyncp/trunk/PKGBUILD)
Deleted:
  perl-file-rsyncp/repos/community-i686/PKGBUILD
  perl-file-rsyncp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 10:01:14 UTC (rev 125865)
+++ community-i686/PKGBUILD 2015-01-13 10:01:58 UTC (rev 125866)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-file-rsyncp
-pkgver=0.70
-pkgrel=4
-pkgdesc='Perl interface to rsync file list encoding and decoding'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs' '!makeflags')
-url='http://search.cpan.org/dist/File-RsyncP'
-source=(http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz;)
-md5sums=('f244372d15a2991b8700f62e73ac51e4')
-
-build() {
-  cd File-RsyncP-$pkgver
-  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-RsyncP-$pkgver
-  make test
-}
-
-package() {
-  cd File-RsyncP-$pkgver
-  make install DESTDIR=$pkgdir/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-file-rsyncp/repos/community-i686/PKGBUILD (from rev 125865, 
perl-file-rsyncp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 10:01:58 UTC (rev 125866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.72
+pkgrel=1
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=(http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz;)
+md5sums=('ab2729ab4657705052d80eca107d6444')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-13 10:01:14 UTC (rev 125865)
+++ community-x86_64/PKGBUILD   2015-01-13 10:01:58 UTC (rev 125866)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-file-rsyncp
-pkgver=0.70
-pkgrel=4
-pkgdesc='Perl interface to rsync file list encoding and decoding'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs' '!makeflags')
-url='http://search.cpan.org/dist/File-RsyncP'
-source=(http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz;)
-md5sums=('f244372d15a2991b8700f62e73ac51e4')
-
-build() {
-  cd File-RsyncP-$pkgver
-  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-RsyncP-$pkgver
-  make test
-}
-
-package() {
-  cd File-RsyncP-$pkgver
-  make install DESTDIR=$pkgdir/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-file-rsyncp/repos/community-x86_64/PKGBUILD (from rev 125865, 
perl-file-rsyncp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-13 10:01:58 UTC (rev 125866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.72
+pkgrel=1
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=(http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz;)
+md5sums=('ab2729ab4657705052d80eca107d6444')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-encode-locale/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-13 Thread Felix Yan
Date: Tuesday, January 13, 2015 @ 11:04:31
  Author: fyan
Revision: 228957

archrelease: copy trunk to extra-any

Added:
  perl-encode-locale/repos/extra-any/PKGBUILD
(from rev 228956, perl-encode-locale/trunk/PKGBUILD)
Deleted:
  perl-encode-locale/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 10:04:08 UTC (rev 228956)
+++ PKGBUILD2015-01-13 10:04:31 UTC (rev 228957)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-encode-locale
-pkgver=1.03
-pkgrel=2
-pkgdesc=Determine the locale encoding
-arch=('any')
-url=http://search.cpan.org/dist/Encode-Locale;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
-sha1sums=('b37c3dbb98b56d31cc8af35a548096bfbf44820f')
-
-build() {
-  cd Encode-Locale-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Encode-Locale-$pkgver
-  make test
-}
-
-package() {
-  cd Encode-Locale-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-encode-locale/repos/extra-any/PKGBUILD (from rev 228956, 
perl-encode-locale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 10:04:31 UTC (rev 228957)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-encode-locale
+pkgver=1.04
+pkgrel=1
+pkgdesc=Determine the locale encoding
+arch=('any')
+url=http://search.cpan.org/dist/Encode-Locale;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('1f525d437d0cfc18443aaa29597b14ceaeb240c2')
+
+build() {
+  cd Encode-Locale-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Encode-Locale-$pkgver
+  make test
+}
+
+package() {
+  cd Encode-Locale-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-13 Thread Sergej Pupykin
Date: Tuesday, January 13, 2015 @ 11:58:24
  Author: spupykin
Revision: 125870

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

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

-+
 /PKGBUILD   |  126 ++
 /haskell-parsec.install |   70 
 community-i686/PKGBUILD |   50 ---
 community-i686/haskell-parsec.install   |   35 
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/haskell-parsec.install |   35 
 6 files changed, 196 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 10:58:11 UTC (rev 125869)
+++ community-i686/PKGBUILD 2015-01-13 10:58:24 UTC (rev 125870)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.7
-pkgrel=3
-pkgdesc=Monadic parser combinators
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-mtl=2.1.3.1-4' 'haskell-text=1.2.0.3-2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('752664d7762bad11b46a392119658016')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-parsec/repos/community-i686/PKGBUILD (from rev 125869, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 10:58:24 UTC (rev 125870)
@@ -0,0 +1,63 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.7
+pkgrel=4
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc' 'sh' 'haskell-mtl' 'haskell-text')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('752664d7762bad11b46a392119658016')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-text
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 

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

2015-01-13 Thread Florian Pritz
Date: Tuesday, January 13, 2015 @ 14:24:01
  Author: bluewind
Revision: 228959

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 228958, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 228958, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-01-13 13:24:01 UTC (rev 228959)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.10
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('15e9b126fd15efe4fc814fa18623d76e'
+ '03be68cfc9c015cf5f97c878c898d883')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+


[arch-commits] Commit in cifs-utils/trunk (4 files)

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 14:32:36
  Author: tpowa
Revision: 228960

upgpkg: cifs-utils 6.4-1

bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD
Deleted:
  cifs-utils/trunk/0003-cifskey-better-use-snprintf.patch
  
cifs-utils/trunk/0004-cifscreds-better-error-handling-when-key_search-fail.patch
  cifs-utils/trunk/0005-cifscreds-better-error-handling-for-key_add.patch

-+
 0003-cifskey-better-use-snprintf.patch  |   49 
 0004-cifscreds-better-error-handling-when-key_search-fail.patch |   85 
 0005-cifscreds-better-error-handling-for-key_add.patch  |  102 
--
 PKGBUILD|   25 --
 4 files changed, 6 insertions(+), 255 deletions(-)

Deleted: 0003-cifskey-better-use-snprintf.patch
===
--- 0003-cifskey-better-use-snprintf.patch  2015-01-13 13:24:01 UTC (rev 
228959)
+++ 0003-cifskey-better-use-snprintf.patch  2015-01-13 13:32:36 UTC (rev 
228960)
@@ -1,49 +0,0 @@
-From 0c521d5060035da655107001374e08873ac5dde8 Mon Sep 17 00:00:00 2001
-From: Sebastian Krahmer krah...@suse.de
-Date: Mon, 14 Apr 2014 11:39:41 +0200
-Subject: [PATCH] cifskey: better use snprintf()
-
-Prefer snprintf() over sprintf() in cifskey.c
-Projects that fork the code (pam_cifscreds) can't rely on
-the max-size parameters.
-
-[jlayton: removed unneeded initialization of len in key_add]
-
-Signed-off-by: Sebastian Krahmer krah...@suse.de

- cifskey.c | 10 +++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/cifskey.c b/cifskey.c
-index 7716c42..e89cacf 100644
 a/cifskey.c
-+++ b/cifskey.c
-@@ -29,7 +29,8 @@ key_search(const char *addr, char keytype)
- {
-   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 4];
- 
--  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
-+  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
-+  return -1;
- 
-   return keyctl_search(DEST_KEYRING, CIFS_KEY_TYPE, desc, 0);
- }
-@@ -43,10 +44,13 @@ key_add(const char *addr, const char *user, const char 
*pass, char keytype)
-   char val[MOUNT_PASSWD_SIZE +  MAX_USERNAME_SIZE + 2];
- 
-   /* set key description */
--  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
-+  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
-+  return -1;
- 
-   /* set payload contents */
--  len = sprintf(val, %s:%s, user, pass);
-+  len = snprintf(val, sizeof(val), %s:%s, user, pass);
-+  if (len = (int)sizeof(val))
-+  return -1;
- 
-   return add_key(CIFS_KEY_TYPE, desc, val, len + 1, DEST_KEYRING);
- }
--- 
-1.8.4.2
-

Deleted: 0004-cifscreds-better-error-handling-when-key_search-fail.patch
===
--- 0004-cifscreds-better-error-handling-when-key_search-fail.patch 
2015-01-13 13:24:01 UTC (rev 228959)
+++ 0004-cifscreds-better-error-handling-when-key_search-fail.patch 
2015-01-13 13:32:36 UTC (rev 228960)
@@ -1,85 +0,0 @@
-From 3da4c43b575498be86c87a2ac3f3142e3cab1c59 Mon Sep 17 00:00:00 2001
-From: Jeff Layton jlay...@samba.org
-Date: Sun, 20 Apr 2014 20:41:05 -0400
-Subject: [PATCH] cifscreds: better error handling when key_search fails
-
-If we ended up getting a bogus string that would have overflowed, then
-make key_search set errno to EINVAL before returning. The callers can
-then test to see if the returned error is what was expected or something
-else and handle it appropriately.
-
-Cc: Sebastian Krahmer krah...@suse.de
-Signed-off-by: Jeff Layton jlay...@samba.org

- cifscreds.c | 9 +
- cifskey.c   | 5 -
- pam_cifscreds.c | 9 +
- 3 files changed, 22 insertions(+), 1 deletion(-)
-
-diff --git a/cifscreds.c b/cifscreds.c
-index fa05dc8..64d55b0 100644
 a/cifscreds.c
-+++ b/cifscreds.c
-@@ -188,6 +188,15 @@ static int cifscreds_add(struct cmdarg *arg)
-   return EXIT_FAILURE;
-   }
- 
-+  switch(errno) {
-+  case ENOKEY:
-+  /* success */
-+  break;
-+  default:
-+  printf(Key search failed: %s\n, strerror(errno));
-+  return EXIT_FAILURE;
-+  }
-+
-   currentaddress = nextaddress;
-   if (currentaddress) {
-   *(currentaddress - 1) = ',';
-diff --git a/cifskey.c b/cifskey.c
-index e89cacf..4f01ed0 100644
 a/cifskey.c
-+++ b/cifskey.c
-@@ -20,6 +20,7 @@
- #include sys/types.h
- #include keyutils.h
- #include stdio.h
-+#include errno.h
- #include cifskey.h
- #include resolve_host.h
- 
-@@ -29,8 +30,10 @@ key_search(const char *addr, char keytype)
- {
-   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 

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

2015-01-13 Thread Alexander Rødseth
Date: Tuesday, January 13, 2015 @ 14:41:23
  Author: arodseth
Revision: 125874

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 13:41:16 UTC (rev 125873)
+++ PKGBUILD2015-01-13 13:41:23 UTC (rev 125874)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 64234 2012-02-11 00:28:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Nicolás de la torre ndelato...@gmail.com
-# Contributor: Ryan Coyner rcoy...@gmail.com
-# Contributor: Jens Maucher def...@archlinux.us
-
-pkgname=python2-rope
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='Python refactoring library'
-arch=('any')
-url='http://rope.sourceforge.net/'
-license=('GPL')
-depends=('python2')
-source=(http://pypi.python.org/packages/source/r/rope/rope-$pkgver.tar.gz;)
-sha256sums=('2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba')
-
-build() {
-  cd rope-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd rope-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rope/repos/community-any/PKGBUILD (from rev 125873, 
python2-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 13:41:23 UTC (rev 125874)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 64234 2012-02-11 00:28:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Nicolás de la torre ndelato...@gmail.com
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Jens Maucher def...@archlinux.us
+
+pkgname=python2-rope
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Python refactoring library'
+arch=('any')
+url='http://rope.sourceforge.net/'
+license=('GPL')
+depends=('python2')
+source=(http://pypi.python.org/packages/source/r/rope/rope-$pkgver.tar.gz;)
+sha256sums=('fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465')
+
+build() {
+  cd rope-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd rope-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-13 Thread Alexander Rødseth
Date: Tuesday, January 13, 2015 @ 14:41:16
  Author: arodseth
Revision: 125873

upgpkg: python2-rope 0.10.2-1

Modified:
  python2-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 11:48:37 UTC (rev 125872)
+++ PKGBUILD2015-01-13 13:41:16 UTC (rev 125873)
@@ -6,8 +6,8 @@
 # Contributor: Jens Maucher def...@archlinux.us
 
 pkgname=python2-rope
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc='Python refactoring library'
 arch=('any')
 url='http://rope.sourceforge.net/'
@@ -14,7 +14,7 @@
 license=('GPL')
 depends=('python2')
 source=(http://pypi.python.org/packages/source/r/rope/rope-$pkgver.tar.gz;)
-sha256sums=('2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba')
+sha256sums=('fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465')
 
 build() {
   cd rope-$pkgver


[arch-commits] Commit in plex-home-theater/repos (20 files)

2015-01-13 Thread Maxime Gauduin
Date: Tuesday, January 13, 2015 @ 12:48:37
  Author: alucryd
Revision: 125872

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 125871, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
(from rev 125871, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
(from rev 125871, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
(from rev 125871, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 125871, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 125871, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
(from rev 125871, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
(from rev 125871, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
(from rev 125871, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 125871, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

---+
 /PKGBUILD |  154 ++
 /plex-ffmpeg-compat.patch |   58 +++
 /plex-libcec-2.2.0.patch  |  228 
 /plex-lirc-socket.patch   |  112 +
 /plexhometheater.sh   |   10 +
 community-i686/PKGBUILD   |   72 
 community-i686/plex-ffmpeg-compat.patch   |   29 ---
 community-i686/plex-libcec-2.2.0.patch|  114 --
 community-i686/plex-lirc-socket.patch |   56 --
 community-i686/plexhometheater.sh |5 
 community-x86_64/PKGBUILD |   72 
 community-x86_64/plex-ffmpeg-compat.patch |   29 ---
 community-x86_64/plex-libcec-2.2.0.patch  |  114 --
 community-x86_64/plex-lirc-socket.patch   |   56 --
 community-x86_64/plexhometheater.sh   |5 
 15 files changed, 562 insertions(+), 552 deletions(-)

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


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2015-01-13 Thread Maxime Gauduin
Date: Tuesday, January 13, 2015 @ 12:47:24
  Author: alucryd
Revision: 125871

upgpkg: plex-home-theater 1.3.5.431-1

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 10:58:24 UTC (rev 125870)
+++ PKGBUILD2015-01-13 11:47:24 UTC (rev 125871)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-_pkgver=1.3.3.427-1fa83b88
+_pkgver=1.3.5.431-7966a4df
 pkgver=${_pkgver%-*}
 pkgrel=1
 pkgdesc='Plex Home Theater'
@@ -14,18 +14,20 @@
  'libmicrohttpd' 'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat'
  'libvdpau' 'libxrandr' 'lzo' 'sdl_image' 'sdl_mixer' 'smbclient'
  'taglib' 'tinyxml' 'yajl')
-makedepends=('boost' 'cmake' 'doxygen' 'java-environment' 'libcec' 'libplist'
- 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+makedepends=('boost' 'cmake' 'doxygen' 'git' 'java-environment' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
 optdepends=('libplist: AirPlay support'
 'libshairport: AirPlay support'
 'libcec: Pulse-Eight USB-CEC adapter support'
 'pulseaudio: PulseAudio support')
-source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
+#source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
+source=(git+https://github.com/plexinc/plex-home-theater-public.git#commit=${_pkgver##*-};
 'plex-ffmpeg-compat.patch'
 'plex-libcec-2.2.0.patch'
 'plex-lirc-socket.patch'
 'plexhometheater.sh')
-sha256sums=('f119d11e13ce2ea8a31805a5ea91b65d95f0fc9370d49d8da51bda1e028b564c'
+#sha256sums=('f119d11e13ce2ea8a31805a5ea91b65d95f0fc9370d49d8da51bda1e028b564c'
+sha256sums=('SKIP'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 '13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
 '630070125ad5239163d89fed5bf7f83abf4a411ac3e24aa2e41f99c5c3c8fb7f'
@@ -32,7 +34,8 @@
 'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
 
 prepare() {
-  cd plex-home-theater-public-${_pkgver}
+  #cd plex-home-theater-public-${_pkgver}
+  cd plex-home-theater-public
 
   patch -Np1 -i ../plex-libcec-2.2.0.patch
   patch -Np1 -i ../plex-lirc-socket.patch
@@ -40,7 +43,8 @@
 }
 
 build() {
-  cd plex-home-theater-public-${_pkgver}
+  #cd plex-home-theater-public-${_pkgver}
+  cd plex-home-theater-public
 
   if [[ -d build ]]; then
 rm -rf build
@@ -57,7 +61,8 @@
 }
 
 package() {
-  cd plex-home-theater-public-${_pkgver}/build
+  #cd plex-home-theater-public-${_pkgver}/build
+  cd plex-home-theater-public/build
 
   make DESTDIR=${pkgdir} install
   install -dm 755 
${pkgdir}/usr/{lib/plexhometheater,share/{applications,pixmaps}}


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

2015-01-13 Thread Florian Pritz
Date: Tuesday, January 13, 2015 @ 14:23:58
  Author: bluewind
Revision: 228958

upgpkg: netctl 1.10-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 10:04:31 UTC (rev 228957)
+++ PKGBUILD2015-01-13 13:23:58 UTC (rev 228958)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -16,12 +16,14 @@
 'wpa_supplicant: for wireless networking support'
 'ifplugd: for automatic wired connections through netctl-ifplugd'
 'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ppp: for pppoe connections'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('bef78b017f9a950c6bd7997ab6f3ea49'
- 'b581c4db2759874ce1795b777f365398')
+md5sums=('15e9b126fd15efe4fc814fa18623d76e'
+ '03be68cfc9c015cf5f97c878c898d883')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
 
 package() {
   cd $srcdir/netctl-${pkgver}


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 14:32:47
  Author: tpowa
Revision: 228961

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 228960, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
(from rev 228960, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 228960, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 228960, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-i686/0003-cifskey-better-use-snprintf.patch
  
cifs-utils/repos/extra-i686/0004-cifscreds-better-error-handling-when-key_search-fail.patch
  
cifs-utils/repos/extra-i686/0005-cifscreds-better-error-handling-for-key_add.patch
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
  cifs-utils/repos/extra-x86_64/0003-cifskey-better-use-snprintf.patch
  
cifs-utils/repos/extra-x86_64/0004-cifscreds-better-error-handling-when-key_search-fail.patch
  
cifs-utils/repos/extra-x86_64/0005-cifscreds-better-error-handling-for-key_add.patch
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

--+
 /PKGBUILD| 
  64 ++
 /fix-5.9-credentials.patch   | 
  32 +++
 extra-i686/0003-cifskey-better-use-snprintf.patch| 
  49 
 extra-i686/0004-cifscreds-better-error-handling-when-key_search-fail.patch   | 
  85 
 extra-i686/0005-cifscreds-better-error-handling-for-key_add.patch| 
 102 --
 extra-i686/PKGBUILD  | 
  45 
 extra-i686/fix-5.9-credentials.patch | 
  16 -
 extra-x86_64/0003-cifskey-better-use-snprintf.patch  | 
  49 
 extra-x86_64/0004-cifscreds-better-error-handling-when-key_search-fail.patch | 
  85 
 extra-x86_64/0005-cifscreds-better-error-handling-for-key_add.patch  | 
 102 --
 extra-x86_64/PKGBUILD| 
  45 
 extra-x86_64/fix-5.9-credentials.patch   | 
  16 -
 12 files changed, 96 insertions(+), 594 deletions(-)

Deleted: extra-i686/0003-cifskey-better-use-snprintf.patch
===
--- extra-i686/0003-cifskey-better-use-snprintf.patch   2015-01-13 13:32:36 UTC 
(rev 228960)
+++ extra-i686/0003-cifskey-better-use-snprintf.patch   2015-01-13 13:32:47 UTC 
(rev 228961)
@@ -1,49 +0,0 @@
-From 0c521d5060035da655107001374e08873ac5dde8 Mon Sep 17 00:00:00 2001
-From: Sebastian Krahmer krah...@suse.de
-Date: Mon, 14 Apr 2014 11:39:41 +0200
-Subject: [PATCH] cifskey: better use snprintf()
-
-Prefer snprintf() over sprintf() in cifskey.c
-Projects that fork the code (pam_cifscreds) can't rely on
-the max-size parameters.
-
-[jlayton: removed unneeded initialization of len in key_add]
-
-Signed-off-by: Sebastian Krahmer krah...@suse.de

- cifskey.c | 10 +++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/cifskey.c b/cifskey.c
-index 7716c42..e89cacf 100644
 a/cifskey.c
-+++ b/cifskey.c
-@@ -29,7 +29,8 @@ key_search(const char *addr, char keytype)
- {
-   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 4];
- 
--  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
-+  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
-+  return -1;
- 
-   return keyctl_search(DEST_KEYRING, CIFS_KEY_TYPE, desc, 0);
- }
-@@ -43,10 +44,13 @@ key_add(const char *addr, const char *user, const char 
*pass, char keytype)
-   char val[MOUNT_PASSWD_SIZE +  MAX_USERNAME_SIZE + 2];
- 
-   /* set key description */
--  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
-+  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
-+  return -1;
- 
-   /* set payload contents */
--  len = sprintf(val, %s:%s, user, pass);
-+  len = snprintf(val, sizeof(val), %s:%s, user, pass);
-+  if (len = (int)sizeof(val))
-+  return -1;
- 
-   return add_key(CIFS_KEY_TYPE, desc, val, len + 1, DEST_KEYRING);
- }
--- 
-1.8.4.2
-

Deleted: 
extra-i686/0004-cifscreds-better-error-handling-when-key_search-fail.patch
===
--- extra-i686/0004-cifscreds-better-error-handling-when-key_search-fail.patch  
2015-01-13 13:32:36 UTC (rev 228960)
+++ extra-i686/0004-cifscreds-better-error-handling-when-key_search-fail.patch  
2015-01-13 13:32:47 UTC (rev 228961)
@@ -1,85 +0,0 @@
-From 

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

2015-01-13 Thread Dave Reisner
Date: Tuesday, January 13, 2015 @ 16:45:01
  Author: dreisner
Revision: 228974

upgpkg: gperftools 2.4-1

Modified:
  gperftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 15:23:42 UTC (rev 228973)
+++ PKGBUILD2015-01-13 15:45:01 UTC (rev 228974)
@@ -7,7 +7,7 @@
 # Contributor: Jan Rüegg rgg...@gmail.com
 
 pkgname=gperftools
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc=Fast, multi-threaded malloc and nifty performance analysis tools
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 optdepends=('graphviz: pprof graph generation'
 'gv: pprof postscript generation')
 
source=(https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz;)
-md5sums=('f54dd119f0e46ac1f13264f8d97adf90')
+md5sums=('2171cea3bbe053036fb5d5d25176a160')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-13 Thread Dave Reisner
Date: Tuesday, January 13, 2015 @ 16:48:05
  Author: dreisner
Revision: 228975

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 15:45:01 UTC (rev 228974)
+++ extra-i686/PKGBUILD 2015-01-13 15:48:05 UTC (rev 228975)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Jost schno...@schnouki.net
-# Contributor: JaDa j...@archlinux.us
-# Contributor: Joaquim Pedro osmano...@gmail.com
-# Contributor: Jan Rüegg rgg...@gmail.com
-
-pkgname=gperftools
-pkgver=2.3
-pkgrel=1
-pkgdesc=Fast, multi-threaded malloc and nifty performance analysis tools
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/gperftools/;
-license=('BSD')
-depends=('perl')
-provides=('libtcmalloc.so'
-  'libprofiler.so'
-  'libtcmalloc_debug.so'
-  'libtcmalloc_and_profiler.so'
-  'libtcmalloc_minimal.so'
-  'libtcmalloc_minimal_debug.so')
-optdepends=('graphviz: pprof graph generation'
-'gv: pprof postscript generation')
-source=(https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz;)
-md5sums=('f54dd119f0e46ac1f13264f8d97adf90')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-frame-pointers
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gperftools/repos/extra-i686/PKGBUILD (from rev 228974, 
gperftools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-13 15:48:05 UTC (rev 228975)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Jost schno...@schnouki.net
+# Contributor: JaDa j...@archlinux.us
+# Contributor: Joaquim Pedro osmano...@gmail.com
+# Contributor: Jan Rüegg rgg...@gmail.com
+
+pkgname=gperftools
+pkgver=2.4
+pkgrel=1
+pkgdesc=Fast, multi-threaded malloc and nifty performance analysis tools
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/gperftools/;
+license=('BSD')
+depends=('perl')
+provides=('libtcmalloc.so'
+  'libprofiler.so'
+  'libtcmalloc_debug.so'
+  'libtcmalloc_and_profiler.so'
+  'libtcmalloc_minimal.so'
+  'libtcmalloc_minimal_debug.so')
+optdepends=('graphviz: pprof graph generation'
+'gv: pprof postscript generation')
+source=(https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz;)
+md5sums=('2171cea3bbe053036fb5d5d25176a160')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-frame-pointers
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-13 15:45:01 UTC (rev 228974)
+++ extra-x86_64/PKGBUILD   2015-01-13 15:48:05 UTC (rev 228975)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Jost schno...@schnouki.net
-# Contributor: JaDa j...@archlinux.us
-# Contributor: Joaquim Pedro osmano...@gmail.com
-# Contributor: Jan Rüegg rgg...@gmail.com
-
-pkgname=gperftools
-pkgver=2.3
-pkgrel=1
-pkgdesc=Fast, multi-threaded malloc and nifty performance analysis tools
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/gperftools/;
-license=('BSD')
-depends=('perl')
-provides=('libtcmalloc.so'
-  'libprofiler.so'
-  'libtcmalloc_debug.so'
-  'libtcmalloc_and_profiler.so'
-  'libtcmalloc_minimal.so'
-  'libtcmalloc_minimal_debug.so')
-optdepends=('graphviz: pprof graph generation'
-'gv: pprof postscript generation')
-source=(https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/$pkgname-$pkgver.tar.gz;)
-md5sums=('f54dd119f0e46ac1f13264f8d97adf90')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-frame-pointers
-  make
-}
-

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

2015-01-13 Thread Alexander Rødseth
Date: Tuesday, January 13, 2015 @ 16:16:20
  Author: arodseth
Revision: 125876

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 125875, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 125875, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 125875, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-i686/unetbootin.sh
(from rev 125875, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-i686/unetbootin_polkit.sh
(from rev 125875, unetbootin/trunk/unetbootin_polkit.sh)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 125875, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 125875, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 125875, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/unetbootin.sh
(from rev 125875, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-x86_64/unetbootin_polkit.sh
(from rev 125875, unetbootin/trunk/unetbootin_polkit.sh)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-i686/unetbootin_polkit
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install
  unetbootin/repos/community-x86_64/unetbootin_polkit

---+
 /PKGBUILD |  116 
 /unetbootin.install   |   26 +++
 community-i686/PKGBUILD   |   48 -
 community-i686/unetbootin.install |   13 ---
 community-i686/unetbootin.sh  |3 
 community-i686/unetbootin_polkit  |6 -
 community-i686/unetbootin_polkit.sh   |   11 +++
 community-x86_64/PKGBUILD |   48 -
 community-x86_64/unetbootin.install   |   13 ---
 community-x86_64/unetbootin.sh|3 
 community-x86_64/unetbootin_polkit|6 -
 community-x86_64/unetbootin_polkit.sh |   11 +++
 12 files changed, 170 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 15:16:04 UTC (rev 125875)
+++ community-i686/PKGBUILD 2015-01-13 15:16:20 UTC (rev 125876)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
-# Contributor: Michai Coman mi...@m1x.ro
-
-pkgname=unetbootin
-pkgver=608
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: run unetbootin directly from menu')
-makedepends=('setconf')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit')
-sha256sums=('ce99c5f60b1f66da0ceb41859ce9198d96b3061b949b167fc952d3951b632080'
-'d7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
-'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
-
-prepare() {
-  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
-}
-
-build() {
-  ./build-nostatic 1 output.log 2 error.log
-}
-
-package() {
-  install -d $pkgdir/usr/share/$pkgname
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -m755 ${pkgname}_polkit $pkgdir/usr/bin/${pkgname}_polkit
-  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  for i in 16 22 24 32 48 256; do
-install -Dm644 ${pkgname}_${i}.png \
-  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 125875, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 15:16:20 UTC (rev 125876)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher 

[arch-commits] Commit in unetbootin/trunk (5 files)

2015-01-13 Thread Alexander Rødseth
Date: Tuesday, January 13, 2015 @ 16:16:04
  Author: arodseth
Revision: 125875

Fix for FS#42030

Added:
  unetbootin/trunk/unetbootin.sh
  unetbootin/trunk/unetbootin_polkit.sh
Modified:
  unetbootin/trunk/PKGBUILD
  unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy
Deleted:
  unetbootin/trunk/unetbootin_polkit

--+
 PKGBUILD |   24 +---
 unetbootin.sh|3 +++
 unetbootin_polkit|6 --
 unetbootin_polkit.sh |   11 +++
 4 files changed, 31 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 13:41:23 UTC (rev 125874)
+++ PKGBUILD2015-01-13 15:16:04 UTC (rev 125875)
@@ -6,21 +6,24 @@
 
 pkgname=unetbootin
 pkgver=608
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
 url='http://unetbootin.sourceforge.net/'
 depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: run unetbootin directly from menu')
+optdepends=('polkit: run unetbootin directly from menu'
+'zenity: display an error if no authentication agent is found')
 makedepends=('setconf')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
 'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit')
+'unetbootin_polkit.sh'
+'unetbootin.sh')
 sha256sums=('ce99c5f60b1f66da0ceb41859ce9198d96b3061b949b167fc952d3951b632080'
-'d7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
-'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
+'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
+'6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57'
+'c59c486c0e74fbb23b842c28328937d8c2f8bbf00428711e33dec900a3a7140c')
 
 prepare() {
   setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
@@ -32,9 +35,14 @@
 
 package() {
   install -d $pkgdir/usr/share/$pkgname
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -m755 ${pkgname}_polkit $pkgdir/usr/bin/${pkgname}_polkit
   install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
+
+  # Executables
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
+  install -m755 ${pkgname}_polkit.sh $pkgdir/usr/bin/${pkgname}_polkit
+  install -m755 ${pkgname}.sh $pkgdir/usr/bin/${pkgname}
+
+  # Desktop shortcut/icon
   install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
   for i in 16 22 24 32 48 256; do
@@ -41,6 +49,8 @@
 install -Dm644 ${pkgname}_${i}.png \
   $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
   done
+
+  # Polkit policy
   install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
 $pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
 }

Modified: org.archlinux.pkexec.unetbootin.policy
===
(Binary files differ)

Added: unetbootin.sh
===
--- unetbootin.sh   (rev 0)
+++ unetbootin.sh   2015-01-13 15:16:04 UTC (rev 125875)
@@ -0,0 +1,3 @@
+#!/bin/sh
+# See FS#42030 for more information about the QT_X11_NO_MITSHM=1 workaround
+QT_X11_NO_MITSHM=1 /usr/bin/unetbootin.elf $@

Deleted: unetbootin_polkit
===
--- unetbootin_polkit   2015-01-13 13:41:23 UTC (rev 125874)
+++ unetbootin_polkit   2015-01-13 15:16:04 UTC (rev 125875)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-   pkexec --disable-internal-agent /usr/bin/unetbootin $@
-else
-   /usr/bin/unetbootin $@
-fi

Added: unetbootin_polkit.sh
===
--- unetbootin_polkit.sh(rev 0)
+++ unetbootin_polkit.sh2015-01-13 15:16:04 UTC (rev 125875)
@@ -0,0 +1,11 @@
+#!/bin/bash
+export QT_X11_NO_MITSHM=1
+if [ $(which pkexec) ]; then
+  pkexec --disable-internal-agent /usr/bin/unetbootin.elf $@ 
2/tmp/_polkit_error
+  if [ -s /tmp/_polkit_error ]; then
+zenity --error --text=`cat /tmp/_polkit_error`
+rm /tmp/_polkit_error
+  fi
+else
+  /usr/bin/unetbootin.elf $@
+fi


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

2015-01-13 Thread Dan McGee
Date: Tuesday, January 13, 2015 @ 16:23:24
  Author: dan
Revision: 228972

upgpkg: git 2.2.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 14:42:18 UTC (rev 228971)
+++ PKGBUILD2015-01-13 15:23:24 UTC (rev 228972)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -115,7 +115,7 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('43e01f9d96ba8c11611e0eef0d9f9f28'
+md5sums=('f694e8c911a6f7cfd7aec7b99454ed1f'
  '5383e27f24bfd356f24b709ea27f8201'
  '9bb82b29aee1772a893cc2a0a1584b89'
  '042524f942785772d7bd52a1f02fe5ae'


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

2015-01-13 Thread Dan McGee
Date: Tuesday, January 13, 2015 @ 16:23:42
  Author: dan
Revision: 228973

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

Added:
  git/repos/extra-i686/0001-create-gpg-homedir-on-the-fly.patch
(from rev 228972, git/trunk/0001-create-gpg-homedir-on-the-fly.patch)
  git/repos/extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
(from rev 228972, git/trunk/0002-skip-RFC1991-tests-for-gnupg-2.1.patch)
  git/repos/extra-i686/PKGBUILD
(from rev 228972, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 228972, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 228972, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 228972, git/trunk/git.install)
  git/repos/extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch
(from rev 228972, git/trunk/0001-create-gpg-homedir-on-the-fly.patch)
  git/repos/extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
(from rev 228972, git/trunk/0002-skip-RFC1991-tests-for-gnupg-2.1.patch)
  git/repos/extra-x86_64/PKGBUILD
(from rev 228972, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 228972, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 228972, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 228972, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/0001-create-gpg-homedir-on-the-fly.patch
  git/repos/extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch
  git/repos/extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /0001-create-gpg-homedir-on-the-fly.patch|  116 ++
 /0002-skip-RFC1991-tests-for-gnupg-2.1.patch |  186 +
 /PKGBUILD|  244 +
 /git-daemon.socket   |   18 
 /git-daemon@.service |   20 +
 /git.install |   42 ++
 extra-i686/0001-create-gpg-homedir-on-the-fly.patch  |   58 ---
 extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch   |   93 
 extra-i686/PKGBUILD  |  122 --
 extra-i686/git-daemon.socket |9 
 extra-i686/git-daemon@.service   |   10 
 extra-i686/git.install   |   21 -
 extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch|   58 ---
 extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch |   93 
 extra-x86_64/PKGBUILD|  122 --
 extra-x86_64/git-daemon.socket   |9 
 extra-x86_64/git-daemon@.service |   10 
 extra-x86_64/git.install |   21 -
 18 files changed, 626 insertions(+), 626 deletions(-)

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


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

2015-01-13 Thread Massimiliano Torromeo
Date: Tuesday, January 13, 2015 @ 17:19:48
  Author: mtorromeo
Revision: 125877

upgpkg: percona-server 5.6.22_71.0-1

Updated to 5.6.22_71.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 15:16:20 UTC (rev 125876)
+++ PKGBUILD2015-01-13 16:19:48 UTC (rev 125877)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.21_70.1
+pkgver=5.6.22_71.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=1
@@ -139,7 +139,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('3f2ed35912a7a22f740be441078736e868a079b2f76e82988720e238b3ea8160'
+sha256sums=('0a7269a71e009bc802adef1dd3502562f22b881b7f88823ca84c987724dcf10c'
 '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
 '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 17:55:15
  Author: tpowa
Revision: 228976

upgpkg: kexec-tools 2.0.8-1

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 15:48:05 UTC (rev 228975)
+++ PKGBUILD2015-01-13 16:55:15 UTC (rev 228976)
@@ -8,12 +8,12 @@
 pkgdesc=Load another kernel from the currently executing Linux kernel
 arch=('i686' 'x86_64')
 url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(#ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
 # upstream tarballs broken with bsdtar!
-
http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
-http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
 )
-validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
+# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
 depends=('gawk' 'zlib' 'xz')
 license=('GPL2')
 
@@ -28,5 +28,4 @@
   make DESTDIR=$pkgdir install
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
 }
-md5sums=('2c4dec4e857e84ca530478bac0ec114b'
- 'SKIP')
+md5sums=('f6277721247b87b05ecc9a98d3eace1a')


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

2015-01-13 Thread Tobias Powalowski
Date: Tuesday, January 13, 2015 @ 17:55:31
  Author: tpowa
Revision: 228977

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

Added:
  kexec-tools/repos/extra-i686/PKGBUILD
(from rev 228976, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-i686/kexec
(from rev 228976, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
(from rev 228976, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-i686/kexec.conf.d
(from rev 228976, kexec-tools/trunk/kexec.conf.d)
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 228976, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 228976, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 228976, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 228976, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-i686/PKGBUILD
  kexec-tools/repos/extra-i686/kexec
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
  kexec-tools/repos/extra-i686/kexec.conf.d
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

+
 /PKGBUILD  |   62 +++
 /kexec |   90 ++
 /kexec-vesafb.diff |  156 +++
 /kexec.conf.d  |   32 
 extra-i686/PKGBUILD|   29 ---
 extra-i686/kexec   |   45 ---
 extra-i686/kexec-vesafb.diff   |   78 ---
 extra-i686/kexec.conf.d|   16 
 extra-x86_64/PKGBUILD  |   29 ---
 extra-x86_64/kexec |   45 ---
 extra-x86_64/kexec-vesafb.diff |   78 ---
 extra-x86_64/kexec.conf.d  |   16 
 12 files changed, 340 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 16:55:15 UTC (rev 228976)
+++ extra-i686/PKGBUILD 2015-01-13 16:55:31 UTC (rev 228977)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kexec-tools
-pkgver=2.0.7
-pkgrel=1
-pkgdesc=Load another kernel from the currently executing Linux kernel
-arch=('i686' 'x86_64')
-url=http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
-# upstream tarballs broken with bsdtar!
-
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
-)
-depends=('gawk' 'zlib' 'xz')
-license=('GPL2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
-}
-md5sums=('20903a8ede204e7a62e8f38ac01d292d')

Copied: kexec-tools/repos/extra-i686/PKGBUILD (from rev 228976, 
kexec-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-13 16:55:31 UTC (rev 228977)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Camille Moncelier p...@devlife.org, simo s...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kexec-tools
+pkgver=2.0.8
+pkgrel=1
+pkgdesc=Load another kernel from the currently executing Linux kernel
+arch=('i686' 'x86_64')
+url=http://kernel.org/pub/linux/utils/kernel/kexec/;
+source=(ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
+# upstream tarballs broken with bsdtar!
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
+
#http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
+)
+# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
+depends=('gawk' 'zlib' 'xz')
+license=('GPL2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
+}
+md5sums=('f6277721247b87b05ecc9a98d3eace1a')

Deleted: extra-i686/kexec
===
--- extra-i686/kexec2015-01-13 16:55:15 UTC (rev 228976)
+++ extra-i686/kexec2015-01-13 16:55:31 UTC (rev 228977)
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-[ -f /etc/conf.d/kexec ]  . /etc/conf.d/kexec
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-  start)
-  stat_busy Enabling kexec on reboot
-  add_daemon kexec
-  stat_done
-  

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

2015-01-13 Thread Massimiliano Torromeo
Date: Tuesday, January 13, 2015 @ 17:59:23
  Author: mtorromeo
Revision: 125878

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 125877, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 125877, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 125877, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 125877, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 125877, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 125877, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 125877, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 125877, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 125877, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 125877, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 125877, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 125877, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 125877, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 125877, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  294 +++
 /mysql-user.conf   |2 
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 +
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 +++
 /percona.install   |   70 +++
 community-i686/PKGBUILD|  147 ---
 community-i686/mysql-user.conf |1 
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 -
 community-i686/percona.install |   35 ---
 community-x86_64/PKGBUILD  |  147 ---
 community-x86_64/mysql-user.conf   |1 
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 -
 community-x86_64/percona.install   |   35 ---
 21 files changed, 456 insertions(+), 456 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 16:19:48 UTC (rev 125877)
+++ community-i686/PKGBUILD 2015-01-13 16:59:23 UTC (rev 125878)
@@ -1,147 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.21_70.1
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'mysqld-post.sh'
-'mysqld.service'
-'mysql-user.conf'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-
-   rm -v sql/sql_yacc.{cc,h}
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
- 

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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 23:28:22
  Author: lfleischer
Revision: 125887

upgpkg: mpop 1.2.2-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 21:54:16 UTC (rev 125886)
+++ PKGBUILD2015-01-13 22:28:22 UTC (rev 125887)
@@ -3,8 +3,8 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=mpop
-pkgver=1.0.28
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc=A small, fast POP3 client suitable as a fetchmail replacement
 arch=('i686' 'x86_64')
 url=http://mpop.sourceforge.net/;
@@ -11,9 +11,10 @@
 license=('GPL3')
 depends=('gnutls' 'libidn')
 install=mpop.install
-source=(http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.bz2;)
-md5sums=('08301208b1f1a40bc5375fea61de3696')
-options=(debug !strip)
+source=(http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz{,.sig})
+md5sums=('4ff3088fcbc94c70c66d6002435bfe9c'
+ 'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
 
 build() {
   cd $srcdir/mpop-$pkgver


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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 23:28:34
  Author: lfleischer
Revision: 125888

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

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

---+
 /PKGBUILD |   62 
 /mpop.install |   32 
 community-i686/PKGBUILD   |   30 ---
 community-i686/mpop.install   |   16 --
 community-x86_64/PKGBUILD |   30 ---
 community-x86_64/mpop.install |   16 --
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-13 22:28:22 UTC (rev 125887)
+++ community-i686/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Israel Herraiz i...@herraiz.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=mpop
-pkgver=1.0.28
-pkgrel=2
-pkgdesc=A small, fast POP3 client suitable as a fetchmail replacement
-arch=('i686' 'x86_64')
-url=http://mpop.sourceforge.net/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=(http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.bz2;)
-md5sums=('08301208b1f1a40bc5375fea61de3696')
-options=(debug !strip)
-
-build() {
-  cd $srcdir/mpop-$pkgver
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd $srcdir/mpop-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 doc/mpoprc.example $pkgdir/usr/share/mpop/mpoprc.example
-}

Copied: mpop/repos/community-i686/PKGBUILD (from rev 125887, 
mpop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Israel Herraiz i...@herraiz.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=mpop
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=A small, fast POP3 client suitable as a fetchmail replacement
+arch=('i686' 'x86_64')
+url=http://mpop.sourceforge.net/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=(http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz{,.sig})
+md5sums=('4ff3088fcbc94c70c66d6002435bfe9c'
+ 'SKIP')
+validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
+
+build() {
+  cd $srcdir/mpop-$pkgver
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd $srcdir/mpop-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 doc/mpoprc.example $pkgdir/usr/share/mpop/mpoprc.example
+}

Deleted: community-i686/mpop.install
===
--- community-i686/mpop.install 2015-01-13 22:28:22 UTC (rev 125887)
+++ community-i686/mpop.install 2015-01-13 22:28:34 UTC (rev 125888)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/mpop.info $infodir/dir 2/dev/null
-
-  echo == Sample config: /usr/share/mpop/mpoprc.example
-  echo == Copy it to your home folder as ~/.mpoprc.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/mpop.info $infodir/dir 2/dev/null
-}

Copied: mpop/repos/community-i686/mpop.install (from rev 125887, 
mpop/trunk/mpop.install)
===
--- community-i686/mpop.install (rev 0)
+++ community-i686/mpop.install 2015-01-13 22:28:34 UTC (rev 125888)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info $infodir/mpop.info $infodir/dir 2/dev/null
+
+  echo == Sample config: /usr/share/mpop/mpoprc.example
+  echo == Copy it to your home folder as ~/.mpoprc.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete $infodir/mpop.info $infodir/dir 2/dev/null
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-13 22:28:22 UTC (rev 125887)
+++ community-x86_64/PKGBUILD   2015-01-13 22:28:34 UTC (rev 125888)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Israel Herraiz i...@herraiz.org
-# Contributor: Roberto Alsina rals...@kde.org
-

[arch-commits] Commit in (4 files)

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:38:05
  Author: lfleischer
Revision: 125881

Import python-dropbox from [unsupported]

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

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

Added: python-dropbox/trunk/PKGBUILD
===
--- python-dropbox/trunk/PKGBUILD   (rev 0)
+++ python-dropbox/trunk/PKGBUILD   2015-01-13 21:38:05 UTC (rev 125881)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Andrey Mivrenik gim at fastmail dot fm
+# Contributor: Tim Diels t...@timdiels.be
+
+pkgbase=python-dropbox
+pkgname=(python-dropbox python2-dropbox)
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Python SDK for Dropbox Core APIs
+url=https://www.dropbox.com/developers/core/sdks/python;
+arch=('any')
+license=('MIT')
+makedepends=(python-urllib3 python2-urllib3 python2-setuptools 
python-setuptools)
+source=(https://www.dropbox.com/developers/downloads/sdks/core/python/dropbox-python-sdk-$pkgver.zip;)
+sha256sums=('7886c816fddbda6fa0ee707e6f30b1be8b5b2c4298385edceed01e9d5d98c43a')
+
+package_python-dropbox() {
+  depends=(python python-urllib3)
+
+  cd $srcdir/dropbox-python-sdk-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dropbox() {
+  depends=(python2 python2-urllib3)
+
+  cd $srcdir/dropbox-python-sdk-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:38:37
  Author: lfleischer
Revision: 125882

archrelease: copy trunk to community-any

Added:
  python-dropbox/repos/community-any/
  python-dropbox/repos/community-any/PKGBUILD
(from rev 125881, python-dropbox/trunk/PKGBUILD)

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

Copied: python-dropbox/repos/community-any/PKGBUILD (from rev 125881, 
python-dropbox/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-13 21:38:37 UTC (rev 125882)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Andrey Mivrenik gim at fastmail dot fm
+# Contributor: Tim Diels t...@timdiels.be
+
+pkgbase=python-dropbox
+pkgname=(python-dropbox python2-dropbox)
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Python SDK for Dropbox Core APIs
+url=https://www.dropbox.com/developers/core/sdks/python;
+arch=('any')
+license=('MIT')
+makedepends=(python-urllib3 python2-urllib3 python2-setuptools 
python-setuptools)
+source=(https://www.dropbox.com/developers/downloads/sdks/core/python/dropbox-python-sdk-$pkgver.zip;)
+sha256sums=('7886c816fddbda6fa0ee707e6f30b1be8b5b2c4298385edceed01e9d5d98c43a')
+
+package_python-dropbox() {
+  depends=(python python-urllib3)
+
+  cd $srcdir/dropbox-python-sdk-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dropbox() {
+  depends=(python2 python2-urllib3)
+
+  cd $srcdir/dropbox-python-sdk-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:43:35
  Author: lfleischer
Revision: 125884

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

Added:
  duplicity/repos/community-i686/PKGBUILD
(from rev 125883, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-i686/gpg-encode.patch
(from rev 125883, duplicity/trunk/gpg-encode.patch)
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 125883, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-x86_64/gpg-encode.patch
(from rev 125883, duplicity/trunk/gpg-encode.patch)
Deleted:
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-i686/gpg-encode.patch
  duplicity/repos/community-x86_64/PKGBUILD
  duplicity/repos/community-x86_64/gpg-encode.patch

---+
 /PKGBUILD |   92 +++
 /gpg-encode.patch |  432 
 community-i686/PKGBUILD   |   44 ---
 community-i686/gpg-encode.patch   |  216 --
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/gpg-encode.patch |  216 --
 6 files changed, 524 insertions(+), 520 deletions(-)

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


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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:43:27
  Author: lfleischer
Revision: 125883

upgpkg: duplicity 0.7.01-1

* Upstream update.
* Add python2-dropbox optdepend (fixes FS#42945).

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 21:38:37 UTC (rev 125882)
+++ PKGBUILD2015-01-13 21:43:27 UTC (rev 125883)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgname=duplicity
-pkgver=0.7.0
+pkgver=0.7.01
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
@@ -14,13 +14,15 @@
 makedepends=('python2-setuptools')
 optdepends=('lftp: FTPS backend'
 'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
 'python2-gobject: GIO backend'
 'gvfs: GIO backend'
 'python2-gdata: Google Docs backend'
 'rsync: rsync backend')
-source=(https://launchpad.net/$pkgname/0.7-series/${pkgver}0/+download/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('1408856ecdfc2ec7fcf7e384fd87384d'
+source=(https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('de6ce2b7336f45e9b39a3b83030a29f5'
  'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in vim-jedi/repos/community-any (8 files)

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:54:16
  Author: lfleischer
Revision: 125886

archrelease: copy trunk to community-any

Added:
  vim-jedi/repos/community-any/4724e18b633e54dbaac39759770601cc1979893a.patch
(from rev 125885, 
vim-jedi/trunk/4724e18b633e54dbaac39759770601cc1979893a.patch)
  vim-jedi/repos/community-any/PKGBUILD
(from rev 125885, vim-jedi/trunk/PKGBUILD)
  vim-jedi/repos/community-any/d9a43db019da0390406e34cb161a61fba43bf250.patch
(from rev 125885, 
vim-jedi/trunk/d9a43db019da0390406e34cb161a61fba43bf250.patch)
  vim-jedi/repos/community-any/vim-jedi.install
(from rev 125885, vim-jedi/trunk/vim-jedi.install)
Deleted:
  vim-jedi/repos/community-any/4724e18b633e54dbaac39759770601cc1979893a.patch
  vim-jedi/repos/community-any/PKGBUILD
  vim-jedi/repos/community-any/d9a43db019da0390406e34cb161a61fba43bf250.patch
  vim-jedi/repos/community-any/vim-jedi.install

+
 4724e18b633e54dbaac39759770601cc1979893a.patch |   94 +++
 PKGBUILD   |   89 +++--
 d9a43db019da0390406e34cb161a61fba43bf250.patch |   50 ++--
 vim-jedi.install   |   62 +++
 4 files changed, 148 insertions(+), 147 deletions(-)

Deleted: 4724e18b633e54dbaac39759770601cc1979893a.patch
===
--- 4724e18b633e54dbaac39759770601cc1979893a.patch  2015-01-13 21:54:04 UTC 
(rev 125885)
+++ 4724e18b633e54dbaac39759770601cc1979893a.patch  2015-01-13 21:54:16 UTC 
(rev 125886)
@@ -1,47 +0,0 @@
-From 4724e18b633e54dbaac39759770601cc1979893a Mon Sep 17 00:00:00 2001
-From: Dave Halter davidhalte...@gmail.com
-Date: Wed, 15 Jan 2014 12:17:51 +0100
-Subject: [PATCH] new version stuff
-

- jedi_vim.py | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/jedi_vim.py b/jedi_vim.py
-index ef2ce97..1fd7afd 100644
 a/jedi_vim.py
-+++ b/jedi_vim.py
-@@ -10,7 +10,7 @@
- 
- import vim
- import jedi
--from jedi._compatibility import unicode, is_py3k
-+from jedi._compatibility import unicode, is_py3
- 
- 
- def catch_and_print_exceptions(func):
-@@ -62,7 +62,7 @@ class PythonToVimStr(unicode):
- __slots__ = []
- 
- def __new__(cls, obj, encoding='UTF-8'):
--if is_py3k or isinstance(obj, unicode):
-+if is_py3 or isinstance(obj, unicode):
- return unicode.__new__(cls, obj)
- else:
- return unicode.__new__(cls, obj, encoding)
-@@ -466,5 +466,11 @@ def escape_file_path(path):
- def print_to_stdout(level, str_out):
- print(str_out)
- 
--if not hasattr(jedi, '__version__') or jedi.__version__  (0, 7, 0):
-+
-+version = jedi.__version__
-+if isinstance(version, str):
-+# the normal use case, now.
-+from jedi import utils
-+version = utils.version_info()
-+if version  (0, 7):
- echo_highlight('Please update your Jedi version, it is to old.')
--- 
-1.9.3
-

Copied: 
vim-jedi/repos/community-any/4724e18b633e54dbaac39759770601cc1979893a.patch 
(from rev 125885, vim-jedi/trunk/4724e18b633e54dbaac39759770601cc1979893a.patch)
===
--- 4724e18b633e54dbaac39759770601cc1979893a.patch  
(rev 0)
+++ 4724e18b633e54dbaac39759770601cc1979893a.patch  2015-01-13 21:54:16 UTC 
(rev 125886)
@@ -0,0 +1,47 @@
+From 4724e18b633e54dbaac39759770601cc1979893a Mon Sep 17 00:00:00 2001
+From: Dave Halter davidhalte...@gmail.com
+Date: Wed, 15 Jan 2014 12:17:51 +0100
+Subject: [PATCH] new version stuff
+
+---
+ jedi_vim.py | 12 +---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+diff --git a/jedi_vim.py b/jedi_vim.py
+index ef2ce97..1fd7afd 100644
+--- a/jedi_vim.py
 b/jedi_vim.py
+@@ -10,7 +10,7 @@
+ 
+ import vim
+ import jedi
+-from jedi._compatibility import unicode, is_py3k
++from jedi._compatibility import unicode, is_py3
+ 
+ 
+ def catch_and_print_exceptions(func):
+@@ -62,7 +62,7 @@ class PythonToVimStr(unicode):
+ __slots__ = []
+ 
+ def __new__(cls, obj, encoding='UTF-8'):
+-if is_py3k or isinstance(obj, unicode):
++if is_py3 or isinstance(obj, unicode):
+ return unicode.__new__(cls, obj)
+ else:
+ return unicode.__new__(cls, obj, encoding)
+@@ -466,5 +466,11 @@ def escape_file_path(path):
+ def print_to_stdout(level, str_out):
+ print(str_out)
+ 
+-if not hasattr(jedi, '__version__') or jedi.__version__  (0, 7, 0):
++
++version = jedi.__version__
++if isinstance(version, str):
++# the normal use case, now.
++from jedi import utils
++version = utils.version_info()
++if version  (0, 7):
+ echo_highlight('Please update your Jedi version, it is to old.')
+-- 
+1.9.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 21:54:04 UTC (rev 125885)
+++ PKGBUILD2015-01-13 

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

2015-01-13 Thread Lukas Fleischer
Date: Tuesday, January 13, 2015 @ 22:54:04
  Author: lfleischer
Revision: 125885

upgpkg: vim-jedi 0.7.0-6

* Fix optdepend message (fixes FS#41984).
* Add vimdoc (implements FS#42792).

Modified:
  vim-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 21:43:35 UTC (rev 125884)
+++ PKGBUILD2015-01-13 21:54:04 UTC (rev 125885)
@@ -4,7 +4,7 @@
 pkgname=vim-jedi
 _reponame=jedi-vim
 pkgver=0.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Vim plugin for jedi, an awesome Python autocompletion.'
 arch=('any')
 url=https://github.com/davidhalter/${_reponame};
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('vim' 'python-jedi' 'python')
 optdepends=('vim-supertab: for tab completion'
-'python2-jedi: for Python 3 support')
+'python2-jedi: for Python 2 support')
 groups=('vim-plugins')
 source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}.tar.gz;
 '4724e18b633e54dbaac39759770601cc1979893a.patch'
@@ -31,9 +31,10 @@
 package() {
   cd $srcdir/$_reponame-$pkgver
 
-  install -d ${pkgdir}/usr/share/vim/vimfiles
+  install -d ${pkgdir}/usr/share/vim/vimfiles/doc
 
   cp -dp --no-preserve=ownership jedi_vim.py initialize.py 
${pkgdir}/usr/share/vim/vimfiles/
+  cp -dp --no-preserve=ownership doc/jedi-vim.txt 
${pkgdir}/usr/share/vim/vimfiles/doc/
   cp -dpr --no-preserve=ownership after 
${pkgdir}/usr/share/vim/vimfiles/after
   cp -dpr --no-preserve=ownership autoload 
${pkgdir}/usr/share/vim/vimfiles/autoload
   cp -dpr --no-preserve=ownership ftplugin 
${pkgdir}/usr/share/vim/vimfiles/ftplugin


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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 00:20:03
  Author: foutrelis
Revision: 228990

upgpkg: thunderbird-i18n 31.4.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 18:28:45 UTC (rev 228989)
+++ PKGBUILD2015-01-13 23:20:03 UTC (rev 228990)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=31.3.0
+pkgver=31.4.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -94,58 +94,58 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('e78bb229494ebae812ca208b04cbb2be'
- 'a6a14c32b48e5248570caee0c60e3c16'
- 'e758c3fdf7d4768b6c1de6e6e8203d7b'
- 'cebf02c51fa047a6c605244241b0b44d'
- '81a5d3452b102aa57ba0298a5de1fc74'
- '1a77e7908b61f40a867924af679b14cf'
- 'cf45e10b6f6fa92b742cdd8738419c48'
- 'ae201f47ed30d326400ef6b88c20277a'
- 'f4c18982c67c246d0e2d80e452c9da62'
- '0780682cde007f37351374acd1e71015'
- '14a73ab091ea68a7ed5306783410fb4b'
- '4057d98d1e80d98436a71d3614985de7'
- '84a1097239c441824e6b1605b7e5a42e'
- '8c27ea0d6e6537cdc5218b5d849b4651'
- '4e2f96be8e5ba0fbd9a7ea88977f17c7'
- 'f7accd76437f72c92d07b7bff2ef1c30'
- 'd5fc8d1790546085f06298e75533329f'
- '358da8ccdb0fd549ee9b4418646f6dbb'
- '463d6767cd4404f0cea5f876a6d45f02'
- '5e8f5da9c97b00a9a0d38ee34b44e78e'
- 'ab73c67fae04f5d661a3a865caf7b31a'
- '8cf623eab1ac08a7da8f42b3b23487fa'
- 'ee46fbdd2b8d9e9ac511be884c72ec9d'
- '8b409035101e216b107c1f473356e8ec'
- 'a7e614b031d9b4d9ddd0e66d3aa16496'
- '8a6fee8ce46d908445db6b6cdef32f2f'
- 'a832001298791dc6229bb7d043ca4cf6'
- 'e10065525b42e9cbd1be4cd843a91cfd'
- '0d36373e2b65a67c7c9d783096a33b1a'
- '18d23c87bc69bd0b428101a58140b908'
- '2c5f18d944dc342a5de8621b5f51e604'
- 'c49752089df3837f8fd358efcdf5df48'
- '81a681775c3d622c2a3d6d0eabd14ae1'
- '1b68cc310447550ce8d90551165ef1b3'
- 'f9399fa8f6bc1e33b7451f3760512fc6'
- '9c737c9fce3b77f2a89a74d00c712571'
- '6020bbc11acd0df2b90d6f1f9285f192'
- '22a40a831cd8366fd91c9ea41eac899c'
- '068ec8fbd917396aa6714c12aa315986'
- '80d493a2f3cb45a98164a6733c52707b'
- '748810f4a6c0cb9a2e2785ce93cf283e'
- 'b20c5160770ac5e30385592d135a5fd2'
- 'f18562658846d50d379f4789ea96c9c3'
- '6b474086bd7748d82c9d5cbf6a5844db'
- '7cc79c5a8336b1b7c67caf629a4ea63c'
- '2bb4f44b077ef635927c03a48a558e96'
- 'b615aaa3b27e9975f169f9e25cf8522d'
- '92449e8867a027b987e1fd2e853f1e10'
- 'e5ac45c9d1dd555936e4331d63acd5c6'
- 'c7e9dabe7baa1e73344cdef87b599022'
- 'f8b20afdb2ae547ef79793b29fc70385'
- 'c2cb46955175e5ff6ff60032d1a698fa'
- 'd029731b829814d9f1bc7c7b72ef8e90'
- '03ac876f0c1195fc31c0d87b74068910'
- 'd63669360a5ee66f8f120cad7cd0c5d2')
+md5sums=('41a1aadada7c3bbc33058b1bf5deff12'
+ '58317d7d2e1aa6cd6a944b8b10d33fad'
+ 'b1ca257ffbd35099eab1ac21c3a2e2ca'
+ '7d50e34c601b8018d520118066cf8780'
+ 'bb73d5a65d6d730183f6770930890630'
+ '245d84a1c5df030bfc0f093e6c6d3051'
+ 'e5cbd45089c311a87c92b34e8f0645e3'
+ 'e5fdf48af4b24469bc153b20fc1b5efa'
+ 'f3c3c1b39b392066eb9892e6acac7a6a'
+ 'c005c603da105b26824d6c183a144d82'
+ '01fce198f56795a5cff861c95154a525'
+ 'cb2602b639901402c7266b78c2141ec2'
+ '824a7b1c6cf6f8bdc778b36eefea5971'
+ 'e7ccc8b8238d1970e10ee808323a2327'
+ 'f50f23f938079fecfc6849f2e0fca7d6'
+ '57d311ffa424d7de10fc5737371106a6'
+ '2a5f8433a41916ef3bfc84e219ebbc2f'
+ '704381619649628dc39b7872acd14983'
+ '58d20535bb2273a4cd54b1d60cbfd1a9'
+ 'd535798d62266b6a160ebfe70156eeda'
+ '3c3a2baefb22abbcb06b4d182a19b0e3'
+ '64b596227f7f4120eee6437353f8455c'
+ '94132058228f9f427c8158545a2ddc72'
+ 'c7908c8609da29e1ff008b00c6d6f586'
+ '2da197bd8acb2e9f9e4a0822b837fef8'
+ '68d0dcdef697bfcb01275d8182666974'
+ '69164bd955af05edc01cfd758bdea1b3'
+ '526ef692aa690c8a818ab1da41475611'
+ '49cad474b1ca879674720f68e3ecf74c'
+ 'b68304b357f9ae6d5c8f8b58b8fdb8e5'
+ '34a6a3dc4531b63c878c174bed861c2d'
+ '43dfaf3350a9c94c7d708c8720da9c81'
+ 'ffb64c683ee918b60b54f9e2b65b4c00'
+ '7b885806759bcf040fb985c0a6a20595'
+ '4dd4c96f2f24e3f40b9356f1b1a0dd85'
+ '176ac461a4f8053a6294f248df88054e'
+ '275647e1c0f2d07b9a8d2204f5bb1983'
+ 

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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 00:20:24
  Author: foutrelis
Revision: 228992

upgpkg: thunderbird 31.4.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 23:20:18 UTC (rev 228991)
+++ PKGBUILD2015-01-13 23:20:24 UTC (rev 228992)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=31.3.0
+pkgver=31.4.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 vendor.js
 rhbz-966424.patch)
 options=(!emptydirs)
-sha256sums=('b742782965ce9c65b69c1dc470497ea456f11caeb8fda3ea593ee31ad496f556'
+sha256sums=('3e4b6cb5934b7a8e51a673044e0691eb7cd88a08415494673cd7eadb35cd90c3'
 'SKIP'
 '7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
@@ -29,6 +29,7 @@
 '9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'
 '746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
 
 prepare() {
   cd comm-esr31


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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 00:20:44
  Author: foutrelis
Revision: 228993

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 228992, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 228992, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/rhbz-966424.patch
(from rev 228992, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 228992, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 228992, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 228992, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 228992, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 228992, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 228992, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/rhbz-966424.patch
(from rev 228992, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 228992, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 228992, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 228992, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 228992, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/rhbz-966424.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/rhbz-966424.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  154 +++
 /mozconfig |   84 ++
 /rhbz-966424.patch |   46 
 /thunderbird-install-dir.patch |   46 
 /thunderbird.desktop   |   26 
 /thunderbird.install   |   24 
 /vendor.js |   18 +++
 extra-i686/PKGBUILD|   76 -
 extra-i686/mozconfig   |   42 ---
 extra-i686/rhbz-966424.patch   |   23 
 extra-i686/thunderbird-install-dir.patch   |   23 
 extra-i686/thunderbird.desktop |   13 --
 extra-i686/thunderbird.install |   12 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   76 -
 extra-x86_64/mozconfig |   42 ---
 extra-x86_64/rhbz-966424.patch |   23 
 extra-x86_64/thunderbird-install-dir.patch |   23 
 extra-x86_64/thunderbird.desktop   |   13 --
 extra-x86_64/thunderbird.install   |   12 --
 extra-x86_64/vendor.js |9 -
 21 files changed, 398 insertions(+), 396 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-13 23:20:24 UTC (rev 228992)
+++ extra-i686/PKGBUILD 2015-01-13 23:20:44 UTC (rev 228993)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=31.3.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 
'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js
-rhbz-966424.patch)
-options=(!emptydirs)
-sha256sums=('b742782965ce9c65b69c1dc470497ea456f11caeb8fda3ea593ee31ad496f556'
- 

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

2015-01-13 Thread Evangelos Foutras
Date: Wednesday, January 14, 2015 @ 00:20:18
  Author: foutrelis
Revision: 228991

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 228990, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  302 ++---
 1 file changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 23:20:03 UTC (rev 228990)
+++ PKGBUILD2015-01-13 23:20:18 UTC (rev 228991)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=31.3.0
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('e78bb229494ebae812ca208b04cbb2be'
- 'a6a14c32b48e5248570caee0c60e3c16'
- 'e758c3fdf7d4768b6c1de6e6e8203d7b'
- 'cebf02c51fa047a6c605244241b0b44d'
- '81a5d3452b102aa57ba0298a5de1fc74'
- '1a77e7908b61f40a867924af679b14cf'
- 'cf45e10b6f6fa92b742cdd8738419c48'
- 'ae201f47ed30d326400ef6b88c20277a'
- 'f4c18982c67c246d0e2d80e452c9da62'
- '0780682cde007f37351374acd1e71015'
- '14a73ab091ea68a7ed5306783410fb4b'
- '4057d98d1e80d98436a71d3614985de7'
- '84a1097239c441824e6b1605b7e5a42e'
- '8c27ea0d6e6537cdc5218b5d849b4651'
- '4e2f96be8e5ba0fbd9a7ea88977f17c7'
- 'f7accd76437f72c92d07b7bff2ef1c30'
- 'd5fc8d1790546085f06298e75533329f'
- '358da8ccdb0fd549ee9b4418646f6dbb'
- '463d6767cd4404f0cea5f876a6d45f02'
- '5e8f5da9c97b00a9a0d38ee34b44e78e'
- 'ab73c67fae04f5d661a3a865caf7b31a'
- '8cf623eab1ac08a7da8f42b3b23487fa'
- 'ee46fbdd2b8d9e9ac511be884c72ec9d'
- '8b409035101e216b107c1f473356e8ec'
- 'a7e614b031d9b4d9ddd0e66d3aa16496'
- '8a6fee8ce46d908445db6b6cdef32f2f'
- 'a832001298791dc6229bb7d043ca4cf6'
- 'e10065525b42e9cbd1be4cd843a91cfd'
- '0d36373e2b65a67c7c9d783096a33b1a'
- '18d23c87bc69bd0b428101a58140b908'
- '2c5f18d944dc342a5de8621b5f51e604'
- 'c49752089df3837f8fd358efcdf5df48'
- '81a681775c3d622c2a3d6d0eabd14ae1'
- '1b68cc310447550ce8d90551165ef1b3'
- 'f9399fa8f6bc1e33b7451f3760512fc6'
- '9c737c9fce3b77f2a89a74d00c712571'
- '6020bbc11acd0df2b90d6f1f9285f192'
- '22a40a831cd8366fd91c9ea41eac899c'
- '068ec8fbd917396aa6714c12aa315986'
- '80d493a2f3cb45a98164a6733c52707b'
- '748810f4a6c0cb9a2e2785ce93cf283e'
- 'b20c5160770ac5e30385592d135a5fd2'
- 'f18562658846d50d379f4789ea96c9c3'
- '6b474086bd7748d82c9d5cbf6a5844db'
- '7cc79c5a8336b1b7c67caf629a4ea63c'
- '2bb4f44b077ef635927c03a48a558e96'
-