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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:11:00
  Author: fyan
Revision: 242151

upgpkg: python2-ipaddress 1.0.9-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:59:06 UTC (rev 242150)
+++ PKGBUILD2015-07-13 03:11:00 UTC (rev 242151)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt sua-aur-661bb...@brandt-n.eu
 
 pkgname=python2-ipaddress
-pkgver=1.0.7
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=IPv4/IPv6 manipulation library
 arch=(any)
@@ -10,9 +10,9 @@
 url=https://github.com/phihag/ipaddress;
 license=('custom:PSF')
 depends=('python2')
-source=(https://pypi.python.org/packages/source/i/ipaddress/ipaddress-1.0.7.tar.gz;
+source=(https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('bfbb7ab47c50b1a370dab6905e3212fcd960ecdfa2180605d0775f90f80485040a3760d7042ae503a52d1931e44a0b2dc102de22a107cf2dc4b1e7a441841e8b'
+sha512sums=('8caedadcf87a4af805df25076256d2fbc48f95548e9465981e8ad87f5d1eba0f77a23fb1ecdbd5249b9282a64ffaec7e7c1224e063432cad9a148736a405f88b'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:11:22
  Author: fyan
Revision: 242152

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 242151, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 242151, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-13 03:11:00 UTC (rev 242151)
+++ LICENSE 2015-07-13 03:11:22 UTC (rev 242152)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-(PSF), and the Individual or Organization (Licensee) accessing and
-otherwise using this software (Python) in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an AS IS
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 242151, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-13 03:11:22 UTC (rev 242152)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+(PSF), and the Individual or Organization (Licensee) accessing and
+otherwise using this software (Python) in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as 

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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:10:59
  Author: fyan
Revision: 136747

archrelease: copy trunk to community-any

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

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

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

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

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-07-13 03:10:38 UTC (rev 136746)
+++ skk-jisyo.install   2015-07-13 03:10:59 UTC (rev 136747)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

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


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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:10:38
  Author: fyan
Revision: 136746

upgpkg: skk-jisyo 20150712-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 22:11:09 UTC (rev 136745)
+++ PKGBUILD2015-07-13 03:10:38 UTC (rev 136746)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150705
+pkgver=20150712
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('d4c0d8f385c54c45d5fd6d6a34c2760c'
+md5sums=('ede238edf17cecf4aa96bc2a8ce00868'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


[arch-commits] Commit in libtiff/trunk (10 files)

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 05:11:53
  Author: eric
Revision: 242153

upgpkg: libtiff 4.0.4-1

Upstream update, Remove old patches

Modified:
  libtiff/trunk/PKGBUILD
Deleted:
  libtiff/trunk/libtiff-CVE-2013-4244.patch
  libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-4231.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-4232.patch
  libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch

--+
 PKGBUILD |   40 -
 libtiff-CVE-2013-4244.patch  |   15 
 tiff-3.9.7-CVE-2012-4447.patch   |   37 -
 tiff-3.9.7-CVE-2012-4564.patch   |   77 ---
 tiff-4.0.3-CVE-2013-1960.patch   |  145 ---
 tiff-4.0.3-CVE-2013-1961.patch   |  759 -
 tiff-4.0.3-CVE-2013-4231.patch   |   18 
 tiff-4.0.3-CVE-2013-4232.patch   |   15 
 tiff-4.0.3-libjpeg-turbo.patch   |  122 -
 tiff-4.0.3-tiff2pdf-colors.patch |   15 
 10 files changed, 4 insertions(+), 1239 deletions(-)

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


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 05:14:35
  Author: eric
Revision: 242154

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

Added:
  libtiff/repos/extra-i686/PKGBUILD
(from rev 242153, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-x86_64/PKGBUILD
(from rev 242153, libtiff/trunk/PKGBUILD)
Deleted:
  libtiff/repos/extra-i686/PKGBUILD
  libtiff/repos/extra-i686/libtiff-CVE-2013-4244.patch
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4231.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4232.patch
  libtiff/repos/extra-i686/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/repos/extra-i686/tiff-4.0.3-tiff2pdf-colors.patch
  libtiff/repos/extra-x86_64/PKGBUILD
  libtiff/repos/extra-x86_64/libtiff-CVE-2013-4244.patch
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4231.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4232.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch

---+
 /PKGBUILD |   64 ++
 extra-i686/PKGBUILD   |   64 --
 extra-i686/libtiff-CVE-2013-4244.patch|   15 
 extra-i686/tiff-3.9.7-CVE-2012-4447.patch |   37 -
 extra-i686/tiff-3.9.7-CVE-2012-4564.patch |   77 --
 extra-i686/tiff-4.0.3-CVE-2013-1960.patch |  145 
 extra-i686/tiff-4.0.3-CVE-2013-1961.patch |  759 
 extra-i686/tiff-4.0.3-CVE-2013-4231.patch |   18 
 extra-i686/tiff-4.0.3-CVE-2013-4232.patch |   15 
 extra-i686/tiff-4.0.3-libjpeg-turbo.patch |  122 ---
 extra-i686/tiff-4.0.3-tiff2pdf-colors.patch   |   15 
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/libtiff-CVE-2013-4244.patch  |   15 
 extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch   |   37 -
 extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch   |   77 --
 extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch   |  145 
 extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch   |  759 
 extra-x86_64/tiff-4.0.3-CVE-2013-4231.patch   |   18 
 extra-x86_64/tiff-4.0.3-CVE-2013-4232.patch   |   15 
 extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch   |  122 ---
 extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch |   15 
 21 files changed, 64 insertions(+), 2534 deletions(-)

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


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 05:31:37
  Author: eric
Revision: 242155

upgpkg: liferea 1.10.16-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 03:14:35 UTC (rev 242154)
+++ PKGBUILD2015-07-13 03:31:37 UTC (rev 242155)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.10.15
-pkgrel=2
+pkgver=1.10.16
+pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 install=liferea.install
 
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82')
+sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
 
 build() {
   cd liferea-${pkgver}


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 05:34:10
  Author: eric
Revision: 242156

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

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

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-13 03:31:37 UTC (rev 242155)
+++ extra-i686/PKGBUILD 2015-07-13 03:34:10 UTC (rev 242156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.10.15
-pkgrel=2
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 242155, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-13 03:34:10 UTC (rev 242156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.16
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('ef31d5de815de35083d07c0bd5499f74e32f95b7')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2015-07-13 03:31:37 UTC (rev 242155)
+++ extra-i686/liferea.install  2015-07-13 03:34:10 UTC (rev 242156)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 242155, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2015-07-13 03:34:10 UTC (rev 242156)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q 

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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:51:13
  Author: fyan
Revision: 242157

upgpkg: python2-ipaddress 1.0.10-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 03:34:10 UTC (rev 242156)
+++ PKGBUILD2015-07-13 03:51:13 UTC (rev 242157)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt sua-aur-661bb...@brandt-n.eu
 
 pkgname=python2-ipaddress
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc=IPv4/IPv6 manipulation library
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 
source=(https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('8caedadcf87a4af805df25076256d2fbc48f95548e9465981e8ad87f5d1eba0f77a23fb1ecdbd5249b9282a64ffaec7e7c1224e063432cad9a148736a405f88b'
+sha512sums=('e73cbd93c6127153504c3ff841ce79c07d8920e9fd4f0724a46560d69914d72c68645fd83da1ff22579f4ee47dbac81d24634bf05739d7dd72a26da22e021f26'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 05:51:25
  Author: fyan
Revision: 242158

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 242157, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 242157, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-13 03:51:13 UTC (rev 242157)
+++ LICENSE 2015-07-13 03:51:25 UTC (rev 242158)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-(PSF), and the Individual or Organization (Licensee) accessing and
-otherwise using this software (Python) in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an AS IS
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 242157, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-13 03:51:25 UTC (rev 242158)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+(PSF), and the Individual or Organization (Licensee) accessing and
+otherwise using this software (Python) in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as 

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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 05:58:54
  Author: eric
Revision: 242159

upgpkg: lm_sensors 3.4.0-1

Upstream update

Modified:
  lm_sensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 03:51:25 UTC (rev 242158)
+++ PKGBUILD2015-07-13 03:58:54 UTC (rev 242159)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=lm_sensors
-pkgver=3.3.5
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
healthd healthd.conf healthd.service sensord.conf
 lm_sensors-fancontrol.patch)
-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
+sha1sums=('3e245b61a69756ea94f9c8a7c7614ec543970b8c'
   'SKIP'
   '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
   '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
@@ -22,7 +22,7 @@
   'd72ec328e9303acef86342483b6f8537de6117d9'
   'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
   'b0bc977348610d6a008d75a43f65800251c4c9f7')
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
+validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 20:53:44
  Author: jelle
Revision: 136736

Update to 1.6 and package python2 and python bindings

Modified:
  python-hglib/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 18:48:58 UTC (rev 136735)
+++ PKGBUILD2015-07-12 18:53:44 UTC (rev 136736)
@@ -8,8 +8,9 @@
 url=https://pypi.python.org/pypi/python-hglib;
 license=('MIT')
 makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
 
source=(https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('47bddc41ade625ff977d811a4ea57724')
+md5sums=('846fde01feb8891651a4d8dc2f3dd513')
 
 prepare() {
   cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
@@ -28,3 +29,11 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
   python setup.py install --root=${pkgdir}
 }
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python test.py
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 test.py
+}


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

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 20:53:52
  Author: jelle
Revision: 136737

archrelease: copy trunk to community-any

Added:
  python-hglib/repos/community-any/
  python-hglib/repos/community-any/PKGBUILD
(from rev 136736, python-hglib/trunk/PKGBUILD)

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

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 136736, 
python-hglib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-12 18:53:52 UTC (rev 136737)
@@ -0,0 +1,39 @@
+# Contributor: Erik Johnson palehose at gmail dot com
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.6
+pkgrel=1
+arch=('any')
+url=https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('846fde01feb8891651a4d8dc2f3dd513')
+
+prepare() {
+  cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
+}
+
+package_python-hglib() {
+  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python2-hglib() {
+  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python2' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python test.py
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 test.py
+}


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

2015-07-12 Thread Ike Devolder
Date: Sunday, July 12, 2015 @ 22:55:49
  Author: idevolder
Revision: 136741

doublecmd :: 0.6.4

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 19:00:14 UTC (rev 136740)
+++ PKGBUILD2015-07-12 20:55:49 UTC (rev 136741)
@@ -5,7 +5,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.6.3
+pkgver=0.6.4
 _helpver=0.6.0
 pkgrel=1
 url=http://doublecmd.sourceforge.net/;
@@ -78,6 +78,6 @@
cp -a * $pkgdir/usr/share/$pkgbase/doc/
 }
 
-sha256sums=('c9abfa1e878a8ed2df20db46111b1e7055e40e0c548df51ed1d39c9a3c3e3575'
+sha256sums=('2c18d0e89deed22bdd876e90bac0279204219dfe25a33372fee0f1a6997ebfca'
 'd50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
 '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')


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

2015-07-12 Thread Ike Devolder
Date: Sunday, July 12, 2015 @ 22:56:09
  Author: idevolder
Revision: 136742

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

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

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

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

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

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

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 20:55:42
  Author: jelle
Revision: 136738

Add optimize=1

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 18:53:52 UTC (rev 136737)
+++ PKGBUILD2015-07-12 18:55:42 UTC (rev 136738)
@@ -20,7 +20,7 @@
   pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
   depends=('python' 'mercurial')
   cd ${srcdir}/${pkgbase}-${pkgver}-2
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install --root=${pkgdir} --optimize=1
 }
 
 package_python2-hglib() {
@@ -27,7 +27,7 @@
   pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
   depends=('python2' 'mercurial')
   cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize=1
 }
 
 check() {


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

2015-07-12 Thread Daniel Micay
Date: Sunday, July 12, 2015 @ 23:14:48
  Author: thestinger
Revision: 136743

upgpkg: playpen 1:11-1

Modified:
  playpen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 20:56:09 UTC (rev 136742)
+++ PKGBUILD2015-07-12 21:14:48 UTC (rev 136743)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=playpen
-pkgver=10
+pkgver=11
 pkgrel=1
 epoch=1
 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
@@ -14,8 +14,7 @@
 md5sums=('SKIP')
 
 build() {
-  cd $pkgname
-  CC=cc make
+  make -C $pkgname
 }
 
 package() {


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

2015-07-12 Thread Daniel Micay
Date: Sunday, July 12, 2015 @ 23:15:29
  Author: thestinger
Revision: 136744

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-12 21:14:48 UTC (rev 136743)
+++ community-i686/PKGBUILD 2015-07-12 21:15:29 UTC (rev 136744)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=10
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-i686/PKGBUILD (from rev 136743, 
playpen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-12 21:15:29 UTC (rev 136744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=11
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-12 21:14:48 UTC (rev 136743)
+++ community-x86_64/PKGBUILD   2015-07-12 21:15:29 UTC (rev 136744)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=10
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 136743, 
playpen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-12 21:15:29 UTC (rev 136744)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=11
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 21:00:14
  Author: jelle
Revision: 136740

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 19:00:07 UTC (rev 136739)
+++ PKGBUILD2015-07-12 19:00:14 UTC (rev 136740)
@@ -1,39 +0,0 @@
-# Contributor: Erik Johnson palehose at gmail dot com
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.6
-pkgrel=1
-arch=('any')
-url=https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('846fde01feb8891651a4d8dc2f3dd513')
-
-prepare() {
-  cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
-}
-
-package_python-hglib() {
-  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
-  depends=('python' 'mercurial')
-  cd ${srcdir}/${pkgbase}-${pkgver}-2
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python2-hglib() {
-  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
-  depends=('python2' 'mercurial')
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python test.py
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-2
-  python2 test.py
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 136739, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-12 19:00:14 UTC (rev 136740)
@@ -0,0 +1,40 @@
+# Contributor: Erik Johnson palehose at gmail dot com
+# Maintainer: Jelle van der Waa je...@archlinux.org
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.6
+pkgrel=2
+arch=('any')
+url=https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('846fde01feb8891651a4d8dc2f3dd513')
+
+prepare() {
+  cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
+}
+
+package_python2-hglib() {
+  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python2' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-hglib() {
+  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python test.py
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 test.py
+}


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

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 21:00:07
  Author: jelle
Revision: 136739

Fix mess up of python2/python hglib :-)

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 18:55:42 UTC (rev 136738)
+++ PKGBUILD2015-07-12 19:00:07 UTC (rev 136739)
@@ -1,9 +1,10 @@
 # Contributor: Erik Johnson palehose at gmail dot com
+# Maintainer: Jelle van der Waa je...@archlinux.org
 
 pkgbase=python-hglib
 pkgname=('python2-hglib' 'python-hglib')
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 arch=('any')
 url=https://pypi.python.org/pypi/python-hglib;
 license=('MIT')
@@ -16,16 +17,16 @@
   cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
 }
 
-package_python-hglib() {
-  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
-  depends=('python' 'mercurial')
+package_python2-hglib() {
+  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python2' 'mercurial')
   cd ${srcdir}/${pkgbase}-${pkgver}-2
   python2 setup.py install --root=${pkgdir} --optimize=1
 }
 
-package_python2-hglib() {
-  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
-  depends=('python2' 'mercurial')
+package_python-hglib() {
+  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python' 'mercurial')
   cd ${srcdir}/${pkgbase}-${pkgver}
   python setup.py install --root=${pkgdir} --optimize=1
 }


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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 06:02:55
  Author: fyan
Revision: 136749

archrelease: copy trunk to community-any

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

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

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

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

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

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

2015-07-12 Thread Felix Yan
Date: Monday, July 13, 2015 @ 06:02:33
  Author: fyan
Revision: 136748

upgpkg: jenkins 1.620-1

- upstream new release
- fix tmpfiles.d (FS#45603)

Modified:
  jenkins/trunk/PKGBUILD
  jenkins/trunk/jenkins.tmpfiles.d

+
 PKGBUILD   |6 +++---
 jenkins.tmpfiles.d |3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 03:10:59 UTC (rev 136747)
+++ PKGBUILD2015-07-13 04:02:33 UTC (rev 136748)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.619
+pkgver=1.620
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,10 +24,10 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('82d54c4355716c63262d59b168b13a5a26a8467fff141df8421c33eb07b8bc2e3ac2a446eb63d048bcb7bc728ca73015919d7ab7341aee5f025f74c9c3c46e46'
+sha512sums=('056d81a9a5cce862d37578ec5fbba3ba31a6987ce133d6421b2ed930b3d877fc5d022d32e7ed8cc1be794938ae559cd9bb5abb2890353b16e9e32634733c8605'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
 
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
 
 package() {

Modified: jenkins.tmpfiles.d
===
--- jenkins.tmpfiles.d  2015-07-13 03:10:59 UTC (rev 136747)
+++ jenkins.tmpfiles.d  2015-07-13 04:02:33 UTC (rev 136748)
@@ -1,2 +1 @@
-D /var/cache/jenkins 0755 jenkins jenkins -
-R /var/cache/jenkins
+d /var/cache/jenkins 0755 jenkins jenkins -


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:03:17
  Author: eric
Revision: 242160

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

Added:
  lm_sensors/repos/extra-i686/PKGBUILD
(from rev 242159, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-i686/healthd
(from rev 242159, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-i686/healthd.conf
(from rev 242159, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-i686/healthd.service
(from rev 242159, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
(from rev 242159, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-i686/sensord.conf
(from rev 242159, lm_sensors/trunk/sensord.conf)
  lm_sensors/repos/extra-x86_64/PKGBUILD
(from rev 242159, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-x86_64/healthd
(from rev 242159, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-x86_64/healthd.conf
(from rev 242159, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-x86_64/healthd.service
(from rev 242159, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
(from rev 242159, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-x86_64/sensord.conf
(from rev 242159, lm_sensors/trunk/sensord.conf)
Deleted:
  lm_sensors/repos/extra-i686/PKGBUILD
  lm_sensors/repos/extra-i686/healthd
  lm_sensors/repos/extra-i686/healthd.conf
  lm_sensors/repos/extra-i686/healthd.service
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-i686/sensord.conf
  lm_sensors/repos/extra-x86_64/PKGBUILD
  lm_sensors/repos/extra-x86_64/healthd
  lm_sensors/repos/extra-x86_64/healthd.conf
  lm_sensors/repos/extra-x86_64/healthd.service
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-x86_64/sensord.conf

--+
 /PKGBUILD|  102 +++
 /healthd |  106 +
 /healthd.conf|   34 +
 /healthd.service |   18 
 /lm_sensors-fancontrol.patch |   58 +++
 /sensord.conf|   18 
 extra-i686/PKGBUILD  |   51 -
 extra-i686/healthd   |   53 --
 extra-i686/healthd.conf  |   17 
 extra-i686/healthd.service   |9 --
 extra-i686/lm_sensors-fancontrol.patch   |   29 ---
 extra-i686/sensord.conf  |9 --
 extra-x86_64/PKGBUILD|   51 -
 extra-x86_64/healthd |   53 --
 extra-x86_64/healthd.conf|   17 
 extra-x86_64/healthd.service |9 --
 extra-x86_64/lm_sensors-fancontrol.patch |   29 ---
 extra-x86_64/sensord.conf|9 --
 18 files changed, 336 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-13 03:58:54 UTC (rev 242159)
+++ extra-i686/PKGBUILD 2015-07-13 04:03:17 UTC (rev 242160)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=lm_sensors
-pkgver=3.3.5
-pkgrel=1
-pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
-arch=('i686' 'x86_64')
-url=http://www.lm-sensors.org/;
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
-   healthd healthd.conf healthd.service sensord.conf
-lm_sensors-fancontrol.patch)
-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
-  'SKIP'
-  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
-  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
-  'd72ec328e9303acef86342483b6f8537de6117d9'
-  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
-  'b0bc977348610d6a008d75a43f65800251c4c9f7')
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
-  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p0 -i ${srcdir}/lm_sensors-fancontrol.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR=${pkgdir} 
install
-
-  install -D -m755 ${srcdir}/healthd ${pkgdir}/usr/bin/healthd
-
-  install -D -m644 ${srcdir}/healthd.conf ${pkgdir}/etc/healthd.conf
-  

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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:14:10
  Author: eric
Revision: 136751

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 136750, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-13 04:12:48 UTC (rev 136750)
+++ PKGBUILD2015-07-13 04:14:10 UTC (rev 136751)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.06.04.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4f9e04ca0f18f77971f730d5802a97dafdfb9e6b'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 136750, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-13 04:14:10 UTC (rev 136751)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.07.07
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('ac261f1e7f308841bd77622a16ff904b3d88a69a'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:12:48
  Author: eric
Revision: 136750

upgpkg: youtube-dl 2015.07.07-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 04:02:55 UTC (rev 136749)
+++ PKGBUILD2015-07-13 04:12:48 UTC (rev 136750)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.06.04.1
+pkgver=2015.07.07
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4f9e04ca0f18f77971f730d5802a97dafdfb9e6b'
+sha1sums=('ac261f1e7f308841bd77622a16ff904b3d88a69a'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:27:51
  Author: eric
Revision: 242161

upgpkg: python-pyasn1 0.1.8-1

Upstream update

Modified:
  python-pyasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 04:03:17 UTC (rev 242160)
+++ PKGBUILD2015-07-13 04:27:51 UTC (rev 242161)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pyasn1
 pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.1.8
+pkgrel=1
 arch=('any')
 url=http://sourceforge.net/projects/pyasn1/;
 license=('BSD')
@@ -12,7 +12,7 @@
 replaces=('pyasn1')
 provides=('pyasn1')
 
source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('e32b91c5a5d9609fb1d07d8685a884bab22ca6d0')
+sha1sums=('1fac3b68e5ae4b34ef35abf36c946d0b03a26812')
 
 check() {
   cd pyasn1-${pkgver}


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

2015-07-12 Thread Eric Bélanger
Date: Monday, July 13, 2015 @ 06:29:36
  Author: eric
Revision: 242162

archrelease: copy trunk to extra-any

Added:
  python-pyasn1/repos/extra-any/PKGBUILD
(from rev 242161, python-pyasn1/trunk/PKGBUILD)
Deleted:
  python-pyasn1/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-13 04:27:51 UTC (rev 242161)
+++ PKGBUILD2015-07-13 04:29:36 UTC (rev 242162)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=python-pyasn1
-pkgname=('python-pyasn1' 'python2-pyasn1')
-pkgver=0.1.7
-pkgrel=2
-arch=('any')
-url=http://sourceforge.net/projects/pyasn1/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-replaces=('pyasn1')
-provides=('pyasn1')
-source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
-sha1sums=('e32b91c5a5d9609fb1d07d8685a884bab22ca6d0')
-
-check() {
-  cd pyasn1-${pkgver}
-  python2 setup.py test
-  python setup.py test
-}
-
-package_python-pyasn1() {
-  pkgdesc=ASN.1 library for Python 3
-  depends=('python')
-
-  cd pyasn1-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyasn1() {
-  pkgdesc=ASN.1 library for Python 2
-  depends=('python2')
-
-  cd pyasn1-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyasn1/repos/extra-any/PKGBUILD (from rev 242161, 
python-pyasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-13 04:29:36 UTC (rev 242162)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=python-pyasn1
+pkgname=('python-pyasn1' 'python2-pyasn1')
+pkgver=0.1.8
+pkgrel=1
+arch=('any')
+url=http://sourceforge.net/projects/pyasn1/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+replaces=('pyasn1')
+provides=('pyasn1')
+source=(http://downloads.sourceforge.net/sourceforge/pyasn1/pyasn1-${pkgver}.tar.gz)
+sha1sums=('1fac3b68e5ae4b34ef35abf36c946d0b03a26812')
+
+check() {
+  cd pyasn1-${pkgver}
+  python2 setup.py test
+  python setup.py test
+}
+
+package_python-pyasn1() {
+  pkgdesc=ASN.1 library for Python 3
+  depends=('python')
+
+  cd pyasn1-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyasn1() {
+  pkgdesc=ASN.1 library for Python 2
+  depends=('python2')
+
+  cd pyasn1-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:37:58
  Author: lcarlier
Revision: 242139

upgpkg: mesa 10.6.2-1

upstream update 10.6.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 22:34:08 UTC (rev 242138)
+++ PKGBUILD2015-07-12 09:37:58 UTC (rev 242139)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.6.1
+pkgver=10.6.2
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('6c80a2b647e57c85dc36e609d9aed17f878f0d8e0cf9ace86d14cf604101e1eb'
+sha256sums=('05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
@@ -30,7 +30,6 @@
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-egl-platforms=x11,drm,wayland \
---with-sha1=libgcrypt \
 --enable-llvm-shared-libs \
 --enable-egl \
 --enable-gbm \
@@ -61,7 +60,7 @@
 
 package_opencl-mesa() {
   pkgdesc=OpenCL support for AMD/ATI Radeon mesa drivers
-  depends=('expat' 'libdrm' 'elfutils' 'libxfixes' 'libxext' 'libgcrypt' 
'opencl-icd-loader' 'libclc' 'clang')
+  depends=('expat' 'libdrm' 'elfutils' 'libxfixes' 'libxext' 
'opencl-icd-loader' 'libclc' 'clang')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
   
   install -m755 -d ${pkgdir}/etc
@@ -77,7 +76,7 @@
 
 package_libva-mesa-driver() {
   pkgdesc=VA-API implementation for gallium
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils' 'libgcrypt')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils')
 
   install -m755 -d ${pkgdir}/usr/lib
   mv -v ${srcdir}/fakeinstall/usr/lib/dri ${pkgdir}/usr/lib
@@ -88,7 +87,7 @@
 
 package_mesa-vdpau() {
   pkgdesc=Mesa VDPAU drivers
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils' 'libgcrypt')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils')
 
   install -m755 -d ${pkgdir}/usr/lib
   mv -v ${srcdir}/fakeinstall/usr/lib/vdpau ${pkgdir}/usr/lib


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:38:18
  Author: lcarlier
Revision: 242140

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

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

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

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


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:49:09
  Author: lcarlier
Revision: 136712

archrelease: copy trunk to multilib-x86_64

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

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-12 09:49:03 UTC (rev 136711)
+++ LICENSE 2015-07-12 09:49:09 UTC (rev 136712)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

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

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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:49:03
  Author: lcarlier
Revision: 136711

upgpkg: lib32-mesa 10.6.2-1

upstream update 10.6.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 20:04:27 UTC (rev 136710)
+++ PKGBUILD2015-07-12 09:49:03 UTC (rev 136711)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.6.1
+pkgver=10.6.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('6c80a2b647e57c85dc36e609d9aed17f878f0d8e0cf9ace86d14cf604101e1eb'
+sha256sums=('05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
@@ -62,7 +62,7 @@
 
 package_lib32-mesa-vdpau() {
   pkgdesc=Mesa VDPAU drivers (32-bit)
-  depends=('lib32-libdrm' 'lib32-libx11' 'lib32-expat' 'lib32-llvm-libs' 
'lib32-elfutils' 'lib32-libgcrypt')
+  depends=('lib32-libdrm' 'lib32-libx11' 'lib32-expat' 'lib32-llvm-libs' 
'lib32-elfutils')
 
   install -m755 -d ${pkgdir}/usr/lib32
   mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau ${pkgdir}/usr/lib32


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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 15:58:57
  Author: muflone
Revision: 136720

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 136719, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/python2.patch
(from rev 136719, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 136719, spyder/trunk/spyder.install)

+
 PKGBUILD   |   80 +++
 python2.patch  |   39 ++
 spyder.install |   12 
 3 files changed, 131 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 136719, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-12 13:58:57 UTC (rev 136720)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne fboulo...@april.org
+# Contributor: TDY t...@gmx.com
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.5
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='http://code.google.com/p/spyderlib/'
+license=('MIT')
+install=${pkgbase}.install
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+python2.patch)
+sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'ipython2: enhanced Python interpreter'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-pep8: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-jedi: editor code completion, calltips and 
go-to-definition'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d build ]  rm -rf build
+  cp -r ${pkgbase}-${pkgver} build
+  cd build
+  patch -p1 -i ../python2.patch
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  # Install license file
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  # Install icon and desktop file
+  install -D -m644 scripts/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m644 spyderlib/images/spyder.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+  # Remove useless spyder_win_post_install script
+  rm -f ${pkgdir}/usr/bin/spyder_win_post_install.py
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'ipython: enhanced Python interpreter'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-jedi: editor code completion, calltips and 
go-to-definition'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d build ]  rm -rf build
+  cp -r ${pkgbase}-${pkgver} build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  # Install license file
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  # Install icon and 

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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:25:22
  Author: muflone
Revision: 136723

upgpkg: spyder 2.3.5.2-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 14:16:16 UTC (rev 136722)
+++ PKGBUILD2015-07-12 14:25:22 UTC (rev 136723)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.5.1
+pkgver=2.3.5.2
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -15,7 +15,7 @@
 install=${pkgbase}.install
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('740a8fae93c78c9bc97dd2ae7d3309d5ed2f81a5f0b6c7c8600ef5715dd68a8f'
+sha256sums=('fb7deef6d684c6dd6cce645e4589d5af70e4ef947277bf2ad70d50b9020dffd1'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:25:34
  Author: muflone
Revision: 136724

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 136723, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/python2.patch
(from rev 136723, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 136723, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  160 +++
 python2.patch  |   78 +-
 spyder.install |   24 
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 14:25:22 UTC (rev 136723)
+++ PKGBUILD2015-07-12 14:25:34 UTC (rev 136724)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne fboulo...@april.org
-# Contributor: TDY t...@gmx.com
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.5.1
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install=${pkgbase}.install
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-python2.patch)
-sha256sums=('740a8fae93c78c9bc97dd2ae7d3309d5ed2f81a5f0b6c7c8600ef5715dd68a8f'
-'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-jedi: editor code completion, calltips and 
go-to-definition'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  patch -p1 -i ../python2.patch
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Install license file
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # Install icon and desktop file
-  install -D -m644 scripts/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -D -m644 spyderlib/images/spyder.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-  # Remove useless spyder_win_post_install script
-  rm -f ${pkgdir}/usr/bin/spyder_win_post_install.py
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console'
-  'python-jedi: editor code completion, calltips and 
go-to-definition'
-  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Install license file
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  

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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:15:50
  Author: muflone
Revision: 136721

upgpkg: spyder 2.3.5.1-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 13:58:57 UTC (rev 136720)
+++ PKGBUILD2015-07-12 14:15:50 UTC (rev 136721)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.5
+pkgver=2.3.5.1
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -15,7 +15,7 @@
 install=${pkgbase}.install
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
+sha256sums=('740a8fae93c78c9bc97dd2ae7d3309d5ed2f81a5f0b6c7c8600ef5715dd68a8f'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:16:16
  Author: muflone
Revision: 136722

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 136721, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/python2.patch
(from rev 136721, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 136721, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  160 +++
 python2.patch  |   78 +-
 spyder.install |   24 
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 14:15:50 UTC (rev 136721)
+++ PKGBUILD2015-07-12 14:16:16 UTC (rev 136722)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne fboulo...@april.org
-# Contributor: TDY t...@gmx.com
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.5
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install=${pkgbase}.install
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-python2.patch)
-sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
-'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-jedi: editor code completion, calltips and 
go-to-definition'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  patch -p1 -i ../python2.patch
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Install license file
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # Install icon and desktop file
-  install -D -m644 scripts/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -D -m644 spyderlib/images/spyder.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-  # Remove useless spyder_win_post_install script
-  rm -f ${pkgdir}/usr/bin/spyder_win_post_install.py
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console'
-  'python-jedi: editor code completion, calltips and 
go-to-definition'
-  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Install license file
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # 

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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:53:30
  Author: lcarlier
Revision: 136713

upgpkg: lib32-elfutils 0.163-1

upstream update 0.163

Modified:
  lib32-elfutils/trunk/PKGBUILD
Deleted:
  
lib32-elfutils/trunk/0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch
  lib32-elfutils/trunk/CVE-2014-9447.patch

-+
 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch |   63 
--
 CVE-2014-9447.patch |   53 
 PKGBUILD|   22 ---
 3 files changed, 5 insertions(+), 133 deletions(-)

Deleted: 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch
===
--- 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch 
2015-07-12 09:49:09 UTC (rev 136712)
+++ 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch 
2015-07-12 09:53:30 UTC (rev 136713)
@@ -1,63 +0,0 @@
-From 224e6776cfe6fc23a207cd05bf75b1e3548853a0 Mon Sep 17 00:00:00 2001
-From: Mark Wielaard m...@redhat.com
-Date: Thu, 15 Jan 2015 13:39:06 +0100
-Subject: [PATCH] tests: Make deleted and vdsosyms testcases work with
- restricted ptrace.
-
-Some systems might have restricted ptrace that doesn't allow process
-inspection of arbitrary processes. Change the deleted testcase to
-explicitly allow any other process to inspect it using the PR_SET_PTRACER
-prctl set to PR_SET_PTRACER_ANY. Change the vdsosyms testcase to inspect
-the process itself which should always be allowed.
-
-Reported-by: Anatol Pomozov anatol.pomo...@gmail.com
-Signed-off-by: Mark Wielaard m...@redhat.com

- tests/ChangeLog  | 5 +
- tests/deleted.c  | 6 ++
- tests/vdsosyms.c | 5 +++--
- 3 files changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/tests/deleted.c b/tests/deleted.c
-index 32a310b..d071bf7 100644
 a/tests/deleted.c
-+++ b/tests/deleted.c
-@@ -23,6 +23,7 @@
- #include stdio.h
- #include error.h
- #include errno.h
-+#include sys/prctl.h
- 
- extern void libfunc (void);
- 
-@@ -42,6 +43,11 @@ main (int argc __attribute__ ((unused)), char **argv 
__attribute__ ((unused)))
-   assert (!err);
-   err = close (2);
-   assert (!err);
-+  /* Make sure eu-stack -p works on this process even with
-+   restricted ptrace.  */
-+#ifdef PR_SET_PTRACER_ANY
-+  prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
-+#endif
-   libfunc ();
-   abort ();
- }
-diff --git a/tests/vdsosyms.c b/tests/vdsosyms.c
-index c1f8d89..4f12b9a 100644
 a/tests/vdsosyms.c
-+++ b/tests/vdsosyms.c
-@@ -80,8 +80,9 @@ main (int argc __attribute__ ((unused)), char **argv 
__attribute__ ((unused)))
-   if (dwfl == NULL)
- error (2, 0, dwfl_begin: %s, dwfl_errmsg (-1));
- 
--  /* Take our parent as arbitrary process to inspect.  */
--  pid_t pid = getppid();
-+  /* Take ourself as arbitrary process to inspect.  This should work
-+ even with restricted ptrace.  */
-+  pid_t pid = getpid();
- 
-   int result = dwfl_linux_proc_report (dwfl, pid);
-   if (result  0)
--- 
-1.8.3.1
-

Deleted: CVE-2014-9447.patch
===
--- CVE-2014-9447.patch 2015-07-12 09:49:09 UTC (rev 136712)
+++ CVE-2014-9447.patch 2015-07-12 09:53:30 UTC (rev 136713)
@@ -1,53 +0,0 @@
-From 147018e729e7c22eeabf15b82d26e4bf68a0d18e Mon Sep 17 00:00:00 2001
-From: Alexander Cherepanov chere...@mccme.ru
-Date: Sun, 28 Dec 2014 19:57:19 +0300
-Subject: libelf: Fix dir traversal vuln in ar extraction.
-
-read_long_names terminates names at the first '/' found but then skips
-one character without checking (it's supposed to be '\n'). Hence the
-next name could start with any character including '/'. This leads to
-a directory traversal vulnerability at the time the contents of the
-archive is extracted.
-
-The danger is mitigated by the fact that only one '/' is possible in a
-resulting filename and only in the leading position. Hence only files
-in the root directory can be written via this vuln and only when ar is
-executed as root.
-
-The fix for the vuln is to not skip any characters while looking
-for '/'.
-
-Signed-off-by: Alexander Cherepanov chere...@mccme.ru
-
-diff --git a/libelf/ChangeLog b/libelf/ChangeLog
-index 3b88d03..447c354 100644
 a/libelf/ChangeLog
-+++ b/libelf/ChangeLog
-@@ -1,3 +1,8 @@
-+2014-12-28  Alexander Cherepanov  chere...@mccme.ru
-+
-+  * elf_begin.c (read_long_names): Don't miss '/' right after
-+  another '/'. Fixes a dir traversal vuln in ar extraction.
-+
- 2014-12-18  Ulrich Drepper  drep...@gmail.com
- 
-   * Makefile.am: Suppress output of textrel_check command.
-diff --git a/libelf/elf_begin.c b/libelf/elf_begin.c
-index 30abe0b..cd3756c 100644
 a/libelf/elf_begin.c
-+++ b/libelf/elf_begin.c
-@@ -749,10 +749,7 @@ read_long_names (Elf *elf)
-   }
- 
- /* NUL-terminate 

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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 11:53:36
  Author: lcarlier
Revision: 136714

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-elfutils/repos/multilib-x86_64/PKGBUILD
(from rev 136713, lib32-elfutils/trunk/PKGBUILD)
Deleted:
  
lib32-elfutils/repos/multilib-x86_64/0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch
  lib32-elfutils/repos/multilib-x86_64/CVE-2014-9447.patch
  lib32-elfutils/repos/multilib-x86_64/PKGBUILD

-+
 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch |   63 ---
 CVE-2014-9447.patch |   53 --
 PKGBUILD|   88 
--
 3 files changed, 38 insertions(+), 166 deletions(-)

Deleted: 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch
===
--- 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch 
2015-07-12 09:53:30 UTC (rev 136713)
+++ 0001-tests-Make-deleted-and-vdsosyms-testcases-work-with-.patch 
2015-07-12 09:53:36 UTC (rev 136714)
@@ -1,63 +0,0 @@
-From 224e6776cfe6fc23a207cd05bf75b1e3548853a0 Mon Sep 17 00:00:00 2001
-From: Mark Wielaard m...@redhat.com
-Date: Thu, 15 Jan 2015 13:39:06 +0100
-Subject: [PATCH] tests: Make deleted and vdsosyms testcases work with
- restricted ptrace.
-
-Some systems might have restricted ptrace that doesn't allow process
-inspection of arbitrary processes. Change the deleted testcase to
-explicitly allow any other process to inspect it using the PR_SET_PTRACER
-prctl set to PR_SET_PTRACER_ANY. Change the vdsosyms testcase to inspect
-the process itself which should always be allowed.
-
-Reported-by: Anatol Pomozov anatol.pomo...@gmail.com
-Signed-off-by: Mark Wielaard m...@redhat.com

- tests/ChangeLog  | 5 +
- tests/deleted.c  | 6 ++
- tests/vdsosyms.c | 5 +++--
- 3 files changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/tests/deleted.c b/tests/deleted.c
-index 32a310b..d071bf7 100644
 a/tests/deleted.c
-+++ b/tests/deleted.c
-@@ -23,6 +23,7 @@
- #include stdio.h
- #include error.h
- #include errno.h
-+#include sys/prctl.h
- 
- extern void libfunc (void);
- 
-@@ -42,6 +43,11 @@ main (int argc __attribute__ ((unused)), char **argv 
__attribute__ ((unused)))
-   assert (!err);
-   err = close (2);
-   assert (!err);
-+  /* Make sure eu-stack -p works on this process even with
-+   restricted ptrace.  */
-+#ifdef PR_SET_PTRACER_ANY
-+  prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
-+#endif
-   libfunc ();
-   abort ();
- }
-diff --git a/tests/vdsosyms.c b/tests/vdsosyms.c
-index c1f8d89..4f12b9a 100644
 a/tests/vdsosyms.c
-+++ b/tests/vdsosyms.c
-@@ -80,8 +80,9 @@ main (int argc __attribute__ ((unused)), char **argv 
__attribute__ ((unused)))
-   if (dwfl == NULL)
- error (2, 0, dwfl_begin: %s, dwfl_errmsg (-1));
- 
--  /* Take our parent as arbitrary process to inspect.  */
--  pid_t pid = getppid();
-+  /* Take ourself as arbitrary process to inspect.  This should work
-+ even with restricted ptrace.  */
-+  pid_t pid = getpid();
- 
-   int result = dwfl_linux_proc_report (dwfl, pid);
-   if (result  0)
--- 
-1.8.3.1
-

Deleted: CVE-2014-9447.patch
===
--- CVE-2014-9447.patch 2015-07-12 09:53:30 UTC (rev 136713)
+++ CVE-2014-9447.patch 2015-07-12 09:53:36 UTC (rev 136714)
@@ -1,53 +0,0 @@
-From 147018e729e7c22eeabf15b82d26e4bf68a0d18e Mon Sep 17 00:00:00 2001
-From: Alexander Cherepanov chere...@mccme.ru
-Date: Sun, 28 Dec 2014 19:57:19 +0300
-Subject: libelf: Fix dir traversal vuln in ar extraction.
-
-read_long_names terminates names at the first '/' found but then skips
-one character without checking (it's supposed to be '\n'). Hence the
-next name could start with any character including '/'. This leads to
-a directory traversal vulnerability at the time the contents of the
-archive is extracted.
-
-The danger is mitigated by the fact that only one '/' is possible in a
-resulting filename and only in the leading position. Hence only files
-in the root directory can be written via this vuln and only when ar is
-executed as root.
-
-The fix for the vuln is to not skip any characters while looking
-for '/'.
-
-Signed-off-by: Alexander Cherepanov chere...@mccme.ru
-
-diff --git a/libelf/ChangeLog b/libelf/ChangeLog
-index 3b88d03..447c354 100644
 a/libelf/ChangeLog
-+++ b/libelf/ChangeLog
-@@ -1,3 +1,8 @@
-+2014-12-28  Alexander Cherepanov  chere...@mccme.ru
-+
-+  * elf_begin.c (read_long_names): Don't miss '/' right after
-+  another '/'. Fixes a dir traversal vuln in ar extraction.
-+
- 2014-12-18  Ulrich Drepper  drep...@gmail.com
- 
-   * Makefile.am: Suppress output of textrel_check command.
-diff --git a/libelf/elf_begin.c b/libelf/elf_begin.c
-index 30abe0b..cd3756c 100644
 

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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 12:05:01
  Author: lcarlier
Revision: 136716

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 10:04:56 UTC (rev 136715)
+++ PKGBUILD2015-07-12 10:05:01 UTC (rev 136716)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: François Charette firmi...@gmx.net
-
-pkgname=lib32-xz
-_pkgbasename=xz
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
-arch=('x86_64')
-url='http://tukaani.org/xz/'
-license=('GPL' 'LGPL' 'custom')
-depends=('lib32-glibc' 'xz')
-makedepends=('gcc-multilib')
-source=(http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz;
-http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig;)
-md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
- 'SKIP')
-validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
-
-build() {
-   cd ${srcdir}/xz-${pkgver}
-
-   export CC=gcc -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-   
-   ./configure --prefix=/usr \
-   --libdir=/usr/lib32 \
-   --disable-rpath \
-   --enable-werror
-   make
-}
-
-check() {
-   cd ${srcdir}/xz-${pkgver}
-
-   make check
-}
-
-package() {
-   cd ${srcdir}/xz-${pkgver}
-   
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{bin,include,share}
-   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
-   ln -s xz $pkgdir/usr/share/licenses/xz/lib32-xz
-}

Copied: lib32-xz/repos/multilib-x86_64/PKGBUILD (from rev 136715, 
lib32-xz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-12 10:05:01 UTC (rev 136716)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=lib32-xz
+_pkgbasename=xz
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
+arch=('x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('lib32-glibc' 'xz')
+makedepends=('gcc-multilib')
+source=(http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz;
+http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig;)
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
+
+build() {
+   cd ${srcdir}/xz-${pkgver}
+
+   export CC=gcc -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+   
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib32 \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/xz-${pkgver}
+
+   make check
+}
+
+package() {
+   cd ${srcdir}/xz-${pkgver}
+   
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/{bin,include,share}
+   install -d -m755 ${pkgdir}/usr/share/licenses
+   ln -s xz $pkgdir/usr/share/licenses/lib32-xz
+}


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 12:04:56
  Author: lcarlier
Revision: 136715

upgpkg: lib32-xz 5.2.1-2

fix wrong license directory (FS#43324)

Modified:
  lib32-xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 09:53:36 UTC (rev 136714)
+++ PKGBUILD2015-07-12 10:04:56 UTC (rev 136715)
@@ -5,7 +5,7 @@
 pkgname=lib32-xz
 _pkgbasename=xz
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
 arch=('x86_64')
 url='http://tukaani.org/xz/'
@@ -43,6 +43,6 @@
make DESTDIR=${pkgdir} install
 
rm -rf ${pkgdir}/usr/{bin,include,share}
-   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
-   ln -s xz $pkgdir/usr/share/licenses/xz/lib32-xz
+   install -d -m755 ${pkgdir}/usr/share/licenses
+   ln -s xz $pkgdir/usr/share/licenses/lib32-xz
 }


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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:32:27
  Author: muflone
Revision: 136725

db-move: moved spyder from [community-testing] to [community] (any)

Added:
  spyder/repos/community-any/PKGBUILD
(from rev 136724, spyder/repos/community-testing-any/PKGBUILD)
  spyder/repos/community-any/python2.patch
(from rev 136724, spyder/repos/community-testing-any/python2.patch)
  spyder/repos/community-any/spyder.install
(from rev 136724, spyder/repos/community-testing-any/spyder.install)
Deleted:
  spyder/repos/community-any/PKGBUILD
  spyder/repos/community-any/pylint2.patch
  spyder/repos/community-any/python2.patch
  spyder/repos/community-any/spyder.install
  spyder/repos/community-testing-any/

--+
 /PKGBUILD|   80 +
 /python2.patch   |   39 +++
 /spyder.install  |   12 ++
 community-any/PKGBUILD   |   79 
 community-any/pylint2.patch  |   28 --
 community-any/python2.patch  |   18 -
 community-any/spyder.install |   12 --
 7 files changed, 131 insertions(+), 137 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-07-12 14:25:34 UTC (rev 136724)
+++ community-any/PKGBUILD  2015-07-12 14:32:27 UTC (rev 136725)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne fboulo...@april.org
-# Contributor: TDY t...@gmx.com
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.4
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install=${pkgbase}.install
-source=(https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip;
-pylint2.patch
-python2.patch)
-sha256sums=('da4b13d6faed3e8810c0418f8274b26fde4f265ea4f93bee154af128a755c184'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  patch -p1 -i ../python2.patch
-  patch -p1 -i ../pylint2.patch
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Install license file
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # Install icon and desktop file
-  install -D -m644 scripts/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -D -m644 spyderlib/images/spyder.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-  # Remove useless spyder_win_post_install script
-  rm -f ${pkgdir}/usr/bin/spyder_win_post_install.py
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d build ]  rm -rf build
-  cp -r ${pkgbase}-${pkgver} build
-  cd build
-  python3 setup.py build
-  

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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 13:26:50
  Author: muflone
Revision: 136717

upgpkg: sweethome3d 4.6-2

Added:
  sweethome3d/trunk/sweethome3d.install
  sweethome3d/trunk/sweethome3d.xml
Modified:
  sweethome3d/trunk/PKGBUILD
  sweethome3d/trunk/sweethome3d.desktop
  sweethome3d/trunk/sweethome3d.sh

-+
 PKGBUILD|   14 +-
 sweethome3d.desktop |7 ---
 sweethome3d.install |   13 +
 sweethome3d.sh  |8 +++-
 sweethome3d.xml |1 +
 5 files changed, 34 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 10:05:01 UTC (rev 136716)
+++ PKGBUILD2015-07-12 11:26:50 UTC (rev 136717)
@@ -8,18 +8,21 @@
 
 pkgname=sweethome3d
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=An interior design application to draw the plan of your house in a 3D 
environment
 arch=('any')
 url=http://www.sweethome3d.com/;
 license=('GPL')
-depends=('java-runtime')
+depends=('java-runtime' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar;
 ${pkgname}.sh
-${pkgname}.desktop)
+${pkgname}.desktop
+${pkgname}.xml)
 sha256sums=('47928511dc79906ba8cc2439fc0cb3cf5ed80274ae5b33f5278243e807752d98'
-'52ec3b707795e94842943a22d9c0fa282bfbadea6d7e4eb9a99e99280ffe00ad'
-'da4872b1ba6780cc77156aa9fb47e156061c7ef4b15a74f370a451bed28a61ff')
+'0cbe84d4db89efd31254a034729f58cf2dd6d415210083584748049ccba0893a'
+'05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install=${pkgname}.install
 
 package() {
   cd ${srcdir}
@@ -26,5 +29,6 @@
   install -D -m 644 SweetHome3D-${pkgver}.jar 
${pkgdir}/usr/share/java/${pkgname}.jar
   install -D -m 644 
com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png
 ${pkgdir}/usr/share/pixmaps/${pkgname}.png
   install -D -m 755 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m 644 ${pkgname}.xml 
${pkgdir}/usr/share/mime/packages/${pkgname}.xml
   install -D -m 755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
 }

Modified: sweethome3d.desktop
===
--- sweethome3d.desktop 2015-07-12 10:05:01 UTC (rev 136716)
+++ sweethome3d.desktop 2015-07-12 11:26:50 UTC (rev 136717)
@@ -3,8 +3,9 @@
 Type=Application
 Name=Sweet Home 3D
 Comment=An interior design application
-TryExec=/usr/bin/sweethome3d
-Exec=sweethome3d
-Icon=/usr/share/pixmaps/sweethome3d.png
+TryExec=sweethome3d
+Exec=sweethome3d %f
+Icon=sweethome3d
 Categories=Office;Java;
 StartupWMClass=com-eteks-sweethome3d-SweetHome3DBootstrap
+MimeType=application/x-sweethome3d

Added: sweethome3d.install
===
--- sweethome3d.install (rev 0)
+++ sweethome3d.install 2015-07-12 11:26:50 UTC (rev 136717)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+

Modified: sweethome3d.sh
===
--- sweethome3d.sh  2015-07-12 10:05:01 UTC (rev 136716)
+++ sweethome3d.sh  2015-07-12 11:26:50 UTC (rev 136717)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 JAVA_EXEC=
+APP_ARGS=
 
 if [ -n $JAVA_HOME ]; then
   if [ -x $JAVA_HOME/bin/java ]; then
@@ -16,4 +17,9 @@
   exit 1
 fi
 
-$JAVA_EXEC -jar /usr/share/java/sweethome3d.jar
+if [ $# -gt 0 ]
+then
+  APP_ARGS=-open $@
+fi
+
+$JAVA_EXEC -jar /usr/share/java/sweethome3d.jar $APP_ARGS

Added: sweethome3d.xml
===
(Binary files differ)

Index: sweethome3d/trunk/sweethome3d.xml
===
--- sweethome3d.xml 2015-07-12 10:05:01 UTC (rev 136716)
+++ sweethome3d.xml 2015-07-12 11:26:50 UTC (rev 136717)

Property changes on: sweethome3d/trunk/sweethome3d.xml
___
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end of property


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

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 13:30:20
  Author: muflone
Revision: 136718

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   64 ++
 sweethome3d.desktop |   21 
 sweethome3d.install |   13 ++
 sweethome3d.sh  |   44 +++---
 4 files changed, 83 insertions(+), 59 deletions(-)

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

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

Deleted: sweethome3d.desktop
===
--- sweethome3d.desktop 2015-07-12 11:26:50 UTC (rev 136717)
+++ sweethome3d.desktop 2015-07-12 11:30:20 UTC (rev 136718)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Sweet Home 3D
-Comment=An interior design application
-TryExec=/usr/bin/sweethome3d
-Exec=sweethome3d
-Icon=/usr/share/pixmaps/sweethome3d.png
-Categories=Office;Java;

[arch-commits] Commit in spyder/trunk (PKGBUILD pylint2.patch python2.patch)

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 15:58:34
  Author: muflone
Revision: 136719

upgpkg: spyder 2.3.5-1

Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/python2.patch
Deleted:
  spyder/trunk/pylint2.patch

---+
 PKGBUILD  |   19 ++-
 pylint2.patch |   28 
 python2.patch |   33 +++--
 3 files changed, 37 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 11:30:20 UTC (rev 136718)
+++ PKGBUILD2015-07-12 13:58:34 UTC (rev 136719)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -13,12 +13,10 @@
 url='http://code.google.com/p/spyderlib/'
 license=('MIT')
 install=${pkgbase}.install
-source=(https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip;
-pylint2.patch
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('da4b13d6faed3e8810c0418f8274b26fde4f265ea4f93bee154af128a755c184'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
+sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
@@ -33,12 +31,13 @@
   'python2-h5py: HDF5 support'
   'python2-matplotlib: interactive 2D/3D data plotting'
   'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-jedi: editor code completion, calltips and 
go-to-definition'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
   [ -d build ]  rm -rf build
   cp -r ${pkgbase}-${pkgver} build
   cd build
   patch -p1 -i ../python2.patch
-  patch -p1 -i ../pylint2.patch
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
   # Install license file
@@ -63,7 +62,9 @@
   'python-h5py: HDF5 support'
   'python-matplotlib: interactive 2D/3D data plotting'
   'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-jedi: editor code completion, calltips and 
go-to-definition'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
   [ -d build ]  rm -rf build
   cp -r ${pkgbase}-${pkgver} build
   cd build

Deleted: pylint2.patch
===
--- pylint2.patch   2015-07-12 11:30:20 UTC (rev 136718)
+++ pylint2.patch   2015-07-12 13:58:34 UTC (rev 136719)
@@ -1,28 +0,0 @@
-diff -Naur spyder-2.3.0/spyderplugins/widgets/pylintgui.py 
spyder-2.3.0-patched/spyderplugins/widgets/pylintgui.py
 spyder-2.3.0/spyderplugins/widgets/pylintgui.py2014-07-10 
08:06:40.0 +0200
-+++ spyder-2.3.0-patched/spyderplugins/widgets/pylintgui.py2014-08-08 
12:26:07.164971831 +0200
-@@ -40,7 +40,7 @@
- _ = get_translation(p_pylint, dirname=spyderplugins)
- 
- 
--PYLINT_PATH = programs.find_program('pylint')
-+PYLINT_PATH = programs.find_program('pylint2')
- 
- 
- def get_pylint_version():
-@@ -48,13 +48,13 @@
- global PYLINT_PATH
- if PYLINT_PATH is None:
- return
--process = subprocess.Popen(['pylint', '--version'],
-+process = subprocess.Popen(['pylint2', '--version'],
-stdout=subprocess.PIPE, stderr=subprocess.PIPE,
-cwd=osp.dirname(PYLINT_PATH),
-shell=True if os.name == 'nt' else False)
- lines = to_unicode_from_fs(process.stdout.read()).splitlines()
- if lines:
--match = re.match('(pylint|pylint-script.py) ([0-9\.]*)', lines[0])
-+match = re.match('(pylint2|pylint2-script.py) ([0-9\.]*)', lines[0])
- if match is not None:
- return match.groups()[1]
- 

Modified: python2.patch
===
--- python2.patch   2015-07-12 11:30:20 UTC (rev 136718)
+++ python2.patch   2015-07-12 13:58:34 UTC (rev 136719)
@@ -1,6 +1,6 @@
-diff -Naur spyder-2.3.0/spyderlib/userconfig.py 
spyder-2.3.0-patched/spyderlib/userconfig.py

[arch-commits] Commit in networkmanager-openvpn/trunk (PKGBUILD reneg-sec.patch)

2015-07-12 Thread Jan Steffens
Date: Sunday, July 12, 2015 @ 18:58:16
  Author: heftig
Revision: 242149

FS#44875 reneg-sec

Added:
  networkmanager-openvpn/trunk/reneg-sec.patch
Modified:
  networkmanager-openvpn/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 reneg-sec.patch |   46 ++
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:56:05 UTC (rev 242148)
+++ PKGBUILD2015-07-12 16:58:16 UTC (rev 242149)
@@ -3,7 +3,7 @@
 
 pkgname=networkmanager-openvpn
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=NetworkManager VPN plugin for OpenVPN
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,9 +12,16 @@
 makedepends=('intltool')
 optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
 install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('1643824bc7fdab42e1dab836bf81c328692295c86f146bde602eca093b394bb0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz
+reneg-sec.patch)
+sha256sums=('1643824bc7fdab42e1dab836bf81c328692295c86f146bde602eca093b394bb0'
+'872a570d733de9553171ea61dd641c47af8dbab8fd0e791b6bc41149f959127e')
 
+prepare() {
+  cd NetworkManager-openvpn-${pkgver}
+  patch -Np1 -i ../reneg-sec.patch
+}
+
 build() {
   cd NetworkManager-openvpn-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: reneg-sec.patch
===
--- reneg-sec.patch (rev 0)
+++ reneg-sec.patch 2015-07-12 16:58:16 UTC (rev 242149)
@@ -0,0 +1,46 @@
+From 0fd197dc4221708dd37ee256952e8d080356676e Mon Sep 17 00:00:00 2001
+From: Thomas Haller thal...@redhat.com
+Date: Wed, 27 May 2015 10:47:49 +0200
+Subject: service: only set reneg-sec option in TLS mode
+
+Fixes: bfc4464c9b6d7a00be013eee9a4132a1f9c6fbb9
+
+https://bugzilla.gnome.org/show_bug.cgi?id=749050
+https://bugzilla.redhat.com/show_bug.cgi?id=1225218
+
+(cherry picked from commit 7f9031dbaee3059ea072fb2497563aee6acf8da0)
+
+diff --git a/src/nm-openvpn-service.c b/src/nm-openvpn-service.c
+index 7cb9438..0a4d5bf 100644
+--- a/src/nm-openvpn-service.c
 b/src/nm-openvpn-service.c
+@@ -733,6 +733,14 @@ validate_connection_type (const char *ctype)
+   return NULL;
+ }
+ 
++static gboolean
++connection_type_is_tls_mode (const char *connection_type)
++{
++  return strcmp (connection_type, NM_OPENVPN_CONTYPE_TLS) == 0
++  || strcmp (connection_type, NM_OPENVPN_CONTYPE_PASSWORD) == 0
++  || strcmp (connection_type, NM_OPENVPN_CONTYPE_PASSWORD_TLS) == 0;
++}
++
+ static const char *
+ nm_find_openvpn (void)
+ {
+@@ -1108,7 +1116,10 @@ nm_openvpn_start_openvpn_binary (NMOpenvpnPlugin 
*plugin,
+ 
+   /* Reneg seconds */
+   tmp = nm_setting_vpn_get_data_item (s_vpn, 
NM_OPENVPN_KEY_RENEG_SECONDS);
+-  if (tmp  strlen (tmp)) {
++  if (!connection_type_is_tls_mode (connection_type)) {
++  /* Ignore --reneg-sec option if we are not in TLS mode (as 
enabled
++   * by --client below). openvpn will error out otherwise, see 
bgo#749050. */
++  } else if (tmp  strlen (tmp)) {
+   add_openvpn_arg (args, --reneg-sec);
+   if (!add_openvpn_arg_int (args, tmp)) {
+   g_set_error (error,
+-- 
+cgit v0.10.2
+


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

2015-07-12 Thread Jan Steffens
Date: Sunday, July 12, 2015 @ 18:59:06
  Author: heftig
Revision: 242150

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

Added:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
(from rev 242149, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
(from rev 242149, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/extra-i686/reneg-sec.patch
(from rev 242149, networkmanager-openvpn/trunk/reneg-sec.patch)
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
(from rev 242149, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install
(from rev 242149, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/extra-x86_64/reneg-sec.patch
(from rev 242149, networkmanager-openvpn/trunk/reneg-sec.patch)
Deleted:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install

-+
 /PKGBUILD   |   74 ++
 /networkmanager-openvpn.install |   22 +++
 extra-i686/PKGBUILD |   30 --
 extra-i686/networkmanager-openvpn.install   |   11 ---
 extra-i686/reneg-sec.patch  |   46 
 extra-x86_64/PKGBUILD   |   30 --
 extra-x86_64/networkmanager-openvpn.install |   11 ---
 extra-x86_64/reneg-sec.patch|   46 
 8 files changed, 188 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-12 16:58:16 UTC (rev 242149)
+++ extra-i686/PKGBUILD 2015-07-12 16:59:06 UTC (rev 242150)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=networkmanager-openvpn
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=NetworkManager VPN plugin for OpenVPN
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/NetworkManager/;
-depends=(libnm-gtk 'openvpn' 'gtk3' 'libsecret')
-makedepends=('intltool')
-optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
-install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('1643824bc7fdab42e1dab836bf81c328692295c86f146bde602eca093b394bb0')
-
-build() {
-  cd NetworkManager-openvpn-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openvpn-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: networkmanager-openvpn/repos/extra-i686/PKGBUILD (from rev 242149, 
networkmanager-openvpn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-12 16:59:06 UTC (rev 242150)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=networkmanager-openvpn
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=NetworkManager VPN plugin for OpenVPN
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/NetworkManager/;
+depends=(libnm-gtk 'openvpn' 'gtk3' 'libsecret')
+makedepends=('intltool')
+optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
+install=networkmanager-openvpn.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz
+reneg-sec.patch)
+sha256sums=('1643824bc7fdab42e1dab836bf81c328692295c86f146bde602eca093b394bb0'
+'872a570d733de9553171ea61dd641c47af8dbab8fd0e791b6bc41149f959127e')
+
+prepare() {
+  cd NetworkManager-openvpn-${pkgver}
+  patch -Np1 -i ../reneg-sec.patch
+}
+
+build() {
+  cd NetworkManager-openvpn-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openvpn-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/networkmanager-openvpn.install
===
--- extra-i686/networkmanager-openvpn.install   2015-07-12 16:58:16 UTC (rev 
242149)
+++ extra-i686/networkmanager-openvpn.install   2015-07-12 16:59:06 UTC (rev 
242150)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: 

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

2015-07-12 Thread Bartłomiej Piotrowski
Date: Sunday, July 12, 2015 @ 18:42:56
  Author: bpiotrowski
Revision: 242146

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 242145, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 242145, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 242145, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 242145, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 242145, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 242145, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 242145, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 242145, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 242145, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 242145, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 242145, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 242145, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 242145, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 242145, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 242145, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-07-12 16:42:56 UTC (rev 242146)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 242145, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-12 16:42:56 UTC (rev 242146)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.125
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('a45bbdcbbcf6a8b4aa9c62f16bc029f687a2daa4'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
+}
+
+build() {
+  CONFIGUREOPTS=--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 

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

2015-07-12 Thread Bartłomiej Piotrowski
Date: Sunday, July 12, 2015 @ 18:42:33
  Author: bpiotrowski
Revision: 242145

upgpkg: lvm2 2.02.125-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:38:48 UTC (rev 242144)
+++ PKGBUILD2015-07-12 16:42:33 UTC (rev 242145)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.123
+pkgver=2.02.125
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('69f68b857e5efc76463cad13b8922358d1a37ead'
+sha1sums=('a45bbdcbbcf6a8b4aa9c62f16bc029f687a2daa4'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2015-07-12 Thread Florian Pritz
Date: Sunday, July 12, 2015 @ 18:54:18
  Author: bluewind
Revision: 136732

upgpkg: lib32-krb5 1.13.2-2

upstream update

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:53:07 UTC (rev 136731)
+++ PKGBUILD2015-07-12 16:54:18 UTC (rev 136732)
@@ -5,7 +5,7 @@
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
 pkgver=1.13.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Kerberos network authentication system (32-bit)
 arch=('x86_64')
 url=http://web.mit.edu/kerberos/;


[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (6 files)

2015-07-12 Thread Florian Pritz
Date: Sunday, July 12, 2015 @ 18:54:22
  Author: bluewind
Revision: 136733

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 136732, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 136732, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 136732, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

---+
 PKGBUILD  |  138 ++--
 krb5-1.10.1-gcc47.patch   |   22 +++
 krb5-config_LDFLAGS.patch |   24 +++
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 16:54:18 UTC (rev 136732)
+++ PKGBUILD2015-07-12 16:54:22 UTC (rev 136733)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.13.2
-pkgrel=1
-pkgdesc=The Kerberos network authentication system (32-bit)
-arch=('x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
-makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
-krb5-config_LDFLAGS.patch)
-sha1sums=('ea824badb2d600745dcbbdfe58ccb84cba8509f0'
-  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
-options=('!emptydirs')
-
-prepare() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
-}
-
-build() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd ${srcdir}/${_pkgbasename}-${pkgver}
-   #make -C src check
-#}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 136732, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-12 16:54:22 UTC (rev 136733)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.13.2
+pkgrel=2
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch)
+sha1sums=('ea824badb2d600745dcbbdfe58ccb84cba8509f0'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
+options=('!emptydirs')
+
+prepare() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
+}
+
+build() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+

[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (6 files)

2015-07-12 Thread Florian Pritz
Date: Sunday, July 12, 2015 @ 18:53:07
  Author: bluewind
Revision: 136731

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 136730, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 136730, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 136730, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

---+
 PKGBUILD  |  138 ++--
 krb5-1.10.1-gcc47.patch   |   22 +++
 krb5-config_LDFLAGS.patch |   24 +++
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-12 16:52:58 UTC (rev 136730)
+++ PKGBUILD2015-07-12 16:53:07 UTC (rev 136731)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.13.1
-pkgrel=1
-pkgdesc=The Kerberos network authentication system (32-bit)
-arch=('x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
-makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
-krb5-config_LDFLAGS.patch)
-sha1sums=('2832695845d6c4cb0e7a622df4885f18acbd94cf'
-  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
-options=('!emptydirs')
-
-prepare() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
-}
-
-build() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd ${srcdir}/${_pkgbasename}-${pkgver}
-   #make -C src check
-#}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 136730, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-12 16:53:07 UTC (rev 136731)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.13.2
+pkgrel=1
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch)
+sha1sums=('ea824badb2d600745dcbbdfe58ccb84cba8509f0'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
+options=('!emptydirs')
+
+prepare() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
+}
+
+build() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+

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

2015-07-12 Thread Florian Pritz
Date: Sunday, July 12, 2015 @ 18:52:20
  Author: bluewind
Revision: 136729

archrelease: copy trunk to community-x86_64

Added:
  lib32-krb5/repos/community-x86_64/
  lib32-krb5/repos/community-x86_64/PKGBUILD
(from rev 136728, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/community-x86_64/krb5-1.10.1-gcc47.patch
(from rev 136728, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  lib32-krb5/repos/community-x86_64/krb5-config_LDFLAGS.patch
(from rev 136728, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)

---+
 PKGBUILD  |   69 
 krb5-1.10.1-gcc47.patch   |   11 +++
 krb5-config_LDFLAGS.patch |   12 +++
 3 files changed, 92 insertions(+)

Copied: lib32-krb5/repos/community-x86_64/PKGBUILD (from rev 136728, 
lib32-krb5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-12 16:52:20 UTC (rev 136729)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.13.2
+pkgrel=1
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch)
+sha1sums=('ea824badb2d600745dcbbdfe58ccb84cba8509f0'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
+options=('!emptydirs')
+
+prepare() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
+}
+
+build() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+
+   make
+}
+
+#check() {
+   # We can't do this in the build directory.
+
+   # only works if the hostname is set properly/resolves to something. 
whatever...
+   #cd ${srcdir}/${_pkgbasename}-${pkgver}
+   #make -C src check
+#}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+   mkdir -p $pkgdir/usr/share/licenses
+   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Copied: lib32-krb5/repos/community-x86_64/krb5-1.10.1-gcc47.patch (from rev 
136728, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
===
--- community-x86_64/krb5-1.10.1-gcc47.patch(rev 0)
+++ community-x86_64/krb5-1.10.1-gcc47.patch2015-07-12 16:52:20 UTC (rev 
136729)
@@ -0,0 +1,11 @@
+diff -Naur krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y 
krb5-1.10.1/src/lib/krb5/krb/x-deltat.y
+--- krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y2011-09-06 
07:34:32.0 -0400
 krb5-1.10.1/src/lib/krb5/krb/x-deltat.y2012-03-24 13:15:11.543551318 
-0400
+@@ -44,6 +44,7 @@
+ #ifdef __GNUC__
+ #pragma GCC diagnostic push
+ #pragma GCC diagnostic ignored -Wuninitialized
++#pragma GCC diagnostic ignored -Wmaybe-uninitialized
+ #endif
+ 
+ #include ctype.h

Copied: lib32-krb5/repos/community-x86_64/krb5-config_LDFLAGS.patch (from rev 
136728, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
===
--- community-x86_64/krb5-config_LDFLAGS.patch  (rev 0)
+++ community-x86_64/krb5-config_LDFLAGS.patch  2015-07-12 16:52:20 UTC (rev 
136729)
@@ -0,0 +1,12 @@
+Bug #448778
+--- krb5-1.11/src/build-tools/krb5-config.in   2012-12-18 02:47:04.0 
+
 krb5-1.11/src/build-tools/krb5-config.in   2012-12-28 07:13:16.582693363 
+
+@@ -217,7 +217,7 @@
+   -e 's#\$(PROG_RPATH)#'$libdir'#' \
+   -e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \
+   -e 's#\$(RPATH_FLAG)#'$RPATH_FLAG'#' \
+-  -e 's#\$(LDFLAGS)#'$LDFLAGS'#' \
++  -e 's#\$(LDFLAGS)##' \
+   -e 's#\$(PTHREAD_CFLAGS)#'$PTHREAD_CFLAGS'#' \
+   -e 's#\$(CFLAGS)##'`
+ 


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

2015-07-12 Thread Florian Pritz
Date: Sunday, July 12, 2015 @ 18:52:16
  Author: bluewind
Revision: 136728

upgpkg: lib32-krb5 1.13.2-1

upstream update

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:50:01 UTC (rev 136727)
+++ PKGBUILD2015-07-12 16:52:16 UTC (rev 136728)
@@ -4,7 +4,7 @@
 
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc=The Kerberos network authentication system (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl' 'gcc-multilib')
 
source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.13/${_pkgbasename}-${pkgver}-signed.tar;
 krb5-config_LDFLAGS.patch)
-sha1sums=('2832695845d6c4cb0e7a622df4885f18acbd94cf'
+sha1sums=('ea824badb2d600745dcbbdfe58ccb84cba8509f0'
   'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab')
 options=('!emptydirs')
 


[arch-commits] Commit in (4 files)

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 20:48:58
  Author: jelle
Revision: 136735

Replaces python2-hglib

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

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

Added: python-hglib/trunk/PKGBUILD
===
--- python-hglib/trunk/PKGBUILD (rev 0)
+++ python-hglib/trunk/PKGBUILD 2015-07-12 18:48:58 UTC (rev 136735)
@@ -0,0 +1,30 @@
+# Contributor: Erik Johnson palehose at gmail dot com
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.6
+pkgrel=1
+arch=('any')
+url=https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+source=(https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('47bddc41ade625ff977d811a4ea57724')
+
+prepare() {
+  cp -rf ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-2
+}
+
+package_python-hglib() {
+  pkgdesc=python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}-2
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python2-hglib() {
+  pkgdesc=python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg.
+  depends=('python2' 'mercurial')
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}


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


[arch-commits] Commit in (python2-hglib)

2015-07-12 Thread Jelle van der Waa
Date: Sunday, July 12, 2015 @ 20:48:43
  Author: jelle
Revision: 136734

Will be replaced by python-hglib, which is a split package

Deleted:
  python2-hglib/


[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)

2015-07-12 Thread Evangelos Foutras
Date: Sunday, July 12, 2015 @ 18:14:43
  Author: foutrelis
Revision: 242141

upgpkg: xfce4-verve-plugin 1.1.0-1

New upstream release.

Modified:
  xfce4-verve-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 09:38:18 UTC (rev 242140)
+++ PKGBUILD2015-07-12 16:14:43 UTC (rev 242141)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-verve-plugin
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=Command line plugin Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,8 +15,8 @@
 makedepends=('intltool')
 conflicts=('verve-plugin')
 replaces=('verve-plugin')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,10 +23,6 @@
 
   ./configure \
 --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
 --disable-debug
   make
 }


[arch-commits] Commit in xfce4-verve-plugin/repos (4 files)

2015-07-12 Thread Evangelos Foutras
Date: Sunday, July 12, 2015 @ 18:14:53
  Author: foutrelis
Revision: 242142

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

Added:
  xfce4-verve-plugin/repos/extra-i686/PKGBUILD
(from rev 242141, xfce4-verve-plugin/trunk/PKGBUILD)
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD
(from rev 242141, xfce4-verve-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-verve-plugin/repos/extra-i686/PKGBUILD
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   39 --
 extra-x86_64/PKGBUILD |   39 --
 3 files changed, 70 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-12 16:14:43 UTC (rev 242141)
+++ extra-i686/PKGBUILD 2015-07-12 16:14:53 UTC (rev 242142)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-verve-plugin
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=Command line plugin Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-conflicts=('verve-plugin')
-replaces=('verve-plugin')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-verve-plugin/repos/extra-i686/PKGBUILD (from rev 242141, 
xfce4-verve-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-12 16:14:53 UTC (rev 242142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-verve-plugin
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Command line plugin Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+conflicts=('verve-plugin')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-12 16:14:43 UTC (rev 242141)
+++ extra-x86_64/PKGBUILD   2015-07-12 16:14:53 UTC (rev 242142)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-verve-plugin
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=Command line plugin Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-conflicts=('verve-plugin')
-replaces=('verve-plugin')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD (from rev 242141, 
xfce4-verve-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-12 16:14:53 UTC (rev 242142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-verve-plugin

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

2015-07-12 Thread Bartłomiej Piotrowski
Date: Sunday, July 12, 2015 @ 18:55:50
  Author: bpiotrowski
Revision: 242147

upgpkg: libunistring 0.9.6-1

new upstream release

Modified:
  libunistring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 16:42:56 UTC (rev 242146)
+++ PKGBUILD2015-07-12 16:55:50 UTC (rev 242147)
@@ -1,28 +1,32 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Emmanuel 'guinness' Boudreault
 # Contributor: Patrick McCarty pnorcks at gmail dot com
 
 pkgname=libunistring
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
-pkgdesc=Library for manipulating Unicode strings and C strings
-url=http://www.gnu.org/software/libunistring/;
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
 install=libunistring.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1a705bcdcb83799d544137617b377cfd')
+md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  make -C $pkgname-$pkgver check
+}
+
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }


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

2015-07-12 Thread Bartłomiej Piotrowski
Date: Sunday, July 12, 2015 @ 18:56:05
  Author: bpiotrowski
Revision: 242148

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

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

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/libunistring.install   |   22 ++
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/libunistring.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: libunistring/repos/testing-i686/PKGBUILD (from rev 242147, 
libunistring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-12 16:56:05 UTC (rev 242148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=libunistring
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+install=libunistring.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: libunistring/repos/testing-i686/libunistring.install (from rev 242147, 
libunistring/trunk/libunistring.install)
===
--- testing-i686/libunistring.install   (rev 0)
+++ testing-i686/libunistring.install   2015-07-12 16:56:05 UTC (rev 242148)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libunistring.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libunistring/repos/testing-x86_64/PKGBUILD (from rev 242147, 
libunistring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-12 16:56:05 UTC (rev 242148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=libunistring
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+install=libunistring.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: libunistring/repos/testing-x86_64/libunistring.install (from rev 
242147, libunistring/trunk/libunistring.install)
===
--- testing-x86_64/libunistring.install (rev 0)
+++ testing-x86_64/libunistring.install 2015-07-12 16:56:05 UTC (rev 242148)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libunistring.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 18:49:55
  Author: lcarlier
Revision: 136726

upgpkg: lib32-systemd 222-1

upstream update 222

Modified:
  lib32-systemd/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 14:32:27 UTC (rev 136725)
+++ PKGBUILD2015-07-12 16:49:55 UTC (rev 136726)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=221
+pkgver=222
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -11,20 +11,23 @@
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
 depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 
'lib32-libcap' 'lib32-bzip2' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf' 'git')
+source=(git://github.com/systemd/systemd.git#tag=v$pkgver)
+md5sums=('SKIP')
 
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  cd ${srcdir}/systemd-${pkgver}
+  cd systemd
 
-  # LTO currently breaks the build because of libtool failures
-  CFLAGS+=' -fno-lto'
-
   local timeservers=({0..3}.arch.pool.ntp.org)
 
   ./configure \
@@ -43,6 +46,7 @@
 --disable-networkd \
 --disable-blkid \
 --disable-libiptc \
+--disable-manpages \
 --without-python \
 --disable-libcryptsetup \
 --with-sysvinit-path= \
@@ -53,7 +57,7 @@
 }
 
 package() {
-  cd ${srcdir}/systemd-${pkgver}
+  cd systemd
 
   make DESTDIR=$pkgdir install
 


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

2015-07-12 Thread Laurent Carlier
Date: Sunday, July 12, 2015 @ 18:50:01
  Author: lcarlier
Revision: 136727

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 136726, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 136726, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-07-12 16:50:01 UTC (rev 136727)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=222
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 
'lib32-libcap' 'lib32-bzip2' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf' 'git')
+source=(git://github.com/systemd/systemd.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--disable-manpages \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers=${timeservers[*]}
+
+  make
+}
+
+package() {
+  cd systemd
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}