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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 09:03:02
  Author: fyan
Revision: 113197

upgpkg: jenkins 1.568-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 03:29:43 UTC (rev 113196)
+++ PKGBUILD2014-06-16 07:03:02 UTC (rev 113197)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.567
+pkgver=1.568
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('9cf5d9e9461a7cca44bde48cd887ee80115d95030a6dd9bd38f16fea0705c3eca8cf8db0c481c9f3f8ac948ddc7e018016d1c720200b969096033e03b099'
+sha512sums=('5853e3bcc5f9239c5adc0fd142edf6484704edaf3f768029b177f644d007f1d8a5632dcd9a409481fa27daefb206b3ed56b36eec4edaa8e6ef28d6f424963999'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 09:05:40
  Author: fyan
Revision: 113198

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 113197, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 113197, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 113197, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 113197, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 113197, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 113197, 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 |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-16 07:03:02 UTC (rev 113197)
+++ LICENSE 2014-06-16 07:05:40 UTC (rev 113198)
@@ -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 113197, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-16 07:05:40 UTC (rev 113198)
@@ -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
===
--- PKGBUILD2014-06-16 07:03:02 UTC (rev 113197)
+++ PKGBUILD2014-06-16 07:05:40 UTC (rev 113198)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# 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.567
-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 libusb/trunk (PKGBUILD)

2014-06-16 Thread Bartłomiej Piotrowski
Date: Monday, June 16, 2014 @ 11:04:07
  Author: bpiotrowski
Revision: 215184

upgpkg: libusb 1.0.19-1

new upstream release

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 01:18:13 UTC (rev 215183)
+++ PKGBUILD2014-06-16 09:04:07 UTC (rev 215184)
@@ -1,31 +1,31 @@
 # $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
 pkgname=libusb
-pkgver=1.0.18
+pkgver=1.0.19
 pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
 depends=('glibc' 'systemd')
-pkgdesc=Library that provides generic access to USB device
-arch=(i686 x86_64)
-url=http://libusb.info/;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 replaces=('libusb1' 'libusbx')
 provides=(libusbx=$pkgver)
-conflicts=(libusbx)
-md5sums=('4a6d049923efc6496f1d383054dac1a6')
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  make -C $pkgname-$pkgver check
 }
 
 package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }



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

2014-06-16 Thread Bartłomiej Piotrowski
Date: Monday, June 16, 2014 @ 11:04:19
  Author: bpiotrowski
Revision: 215185

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
(from rev 215184, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 215184, libusb/trunk/PKGBUILD)

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

Copied: libusb/repos/testing-i686/PKGBUILD (from rev 215184, 
libusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-16 09:04:19 UTC (rev 215185)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libusb
+pkgver=1.0.19
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=(libusbx=$pkgver)
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 215184, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-16 09:04:19 UTC (rev 215185)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libusb
+pkgver=1.0.19
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=(libusbx=$pkgver)
+conflicts=('libusbx')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 11:09:44
  Author: tpowa
Revision: 215186

#40818 disable CONFIG_MEMCG_KMEM

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

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2014-06-16 09:04:19 UTC (rev 215185)
+++ config  2014-06-16 09:09:44 UTC (rev 215186)
@@ -145,7 +145,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
+# CONFIG_MEMCG_KMEM is not set
 # CONFIG_CGROUP_HUGETLB is not set
 # CONFIG_CGROUP_PERF is not set
 CONFIG_CGROUP_SCHED=y

Modified: config.x86_64
===
--- config.x86_64   2014-06-16 09:04:19 UTC (rev 215185)
+++ config.x86_64   2014-06-16 09:09:44 UTC (rev 215186)
@@ -152,7 +152,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
+# CONFIG_MEMCG_KMEM is not set
 # CONFIG_CGROUP_HUGETLB is not set
 # CONFIG_CGROUP_PERF is not set
 CONFIG_CGROUP_SCHED=y



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 11:27:45
  Author: foutrelis
Revision: 113199

upgpkg: shorewall 4.6.1.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 07:05:40 UTC (rev 113198)
+++ PKGBUILD2014-06-16 09:27:45 UTC (rev 113199)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1
+pkgver=4.6.1.1
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('4ee86a4a427fad8f7c312edc5a7cc5767aa318db2e0e8d1cb39cb4d522facc75'
-'f43eacdc97b640396fbb3ef5f0b63d7f46a29b13e626e4dbe10cc762b0d86139'
-'50d3fbe1be80930bc334cee99a940545059bec9f97158a23fed2abba0dfcd3ae')
+sha256sums=('12a2e02ea1b9a50e4ff20e06fd8b90eb31bb94821b3ab51dc19a6560d3847638'
+'a270fcc6d1085fa3189209c85b6f2039dd9e4af6a96db01654d34eb0ecd53667'
+'ccba2ccce6649894270c8ce1ed358c056e9fe66d4dab993830dedd3099ee8812')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 11:27:53
  Author: foutrelis
Revision: 113200

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 113199, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 09:27:45 UTC (rev 113199)
+++ PKGBUILD2014-06-16 09:27:53 UTC (rev 113200)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('4ee86a4a427fad8f7c312edc5a7cc5767aa318db2e0e8d1cb39cb4d522facc75'
-'f43eacdc97b640396fbb3ef5f0b63d7f46a29b13e626e4dbe10cc762b0d86139'
-'50d3fbe1be80930bc334cee99a940545059bec9f97158a23fed2abba0dfcd3ae')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 113199, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 09:27:53 UTC (rev 113200)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.1.1
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('12a2e02ea1b9a50e4ff20e06fd8b90eb31bb94821b3ab51dc19a6560d3847638'
+'a270fcc6d1085fa3189209c85b6f2039dd9e4af6a96db01654d34eb0ecd53667'
+'ccba2ccce6649894270c8ce1ed358c056e9fe66d4dab993830dedd3099ee8812')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 11:31:41
  Author: tpowa
Revision: 215187

#40773 disable not needed OTG drivers

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

---+
 PKGBUILD  |6 ++
 config|   14 ++
 config.x86_64 |   14 ++
 3 files changed, 18 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 09:09:44 UTC (rev 215186)
+++ PKGBUILD2014-06-16 09:31:41 UTC (rev 215187)
@@ -295,3 +295,9 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
+'63c747397b866ab4631a6834b16aed3ac65c6821ea042a630103de7823308cf4'
+'d7b00f51e74eaa32afc358b023b24e22a363e634fae45c2a91b55c72bb5c8cc5'
+'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
+'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
+'79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18')

Modified: config
===
--- config  2014-06-16 09:09:44 UTC (rev 215186)
+++ config  2014-06-16 09:31:41 UTC (rev 215187)
@@ -1498,7 +1498,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_SYS_HYPERVISOR is not set
@@ -4971,9 +4971,7 @@
 #
 CONFIG_USB_DEFAULT_PERSIST=y
 CONFIG_USB_DYNAMIC_MINORS=y
-CONFIG_USB_OTG=y
-CONFIG_USB_OTG_WHITELIST=y
-# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+# CONFIG_USB_OTG is not set
 CONFIG_USB_MON=m
 CONFIG_USB_WUSB=m
 CONFIG_USB_WUSB_CBAF=m
@@ -4994,7 +4992,7 @@
 CONFIG_USB_ISP1760_HCD=m
 CONFIG_USB_ISP1362_HCD=m
 CONFIG_USB_FUSBH200_HCD=m
-CONFIG_USB_FOTG210_HCD=m
+# CONFIG_USB_FOTG210_HCD is not set
 CONFIG_USB_OHCI_HCD=m
 CONFIG_USB_OHCI_HCD_PCI=m
 # CONFIG_USB_OHCI_HCD_SSB is not set
@@ -5162,7 +5160,7 @@
 # USB Physical Layer drivers
 #
 CONFIG_USB_PHY=y
-CONFIG_USB_OTG_FSM=m
+# CONFIG_USB_OTG_FSM is not set
 CONFIG_NOP_USB_XCEIV=m
 CONFIG_SAMSUNG_USBPHY=m
 CONFIG_SAMSUNG_USB2PHY=m
@@ -5183,12 +5181,12 @@
 # USB Peripheral Controller
 #
 CONFIG_USB_FUSB300=m
-CONFIG_USB_FOTG210_UDC=m
+# CONFIG_USB_FOTG210_UDC is not set
 CONFIG_USB_GR_UDC=m
 CONFIG_USB_R8A66597=m
 CONFIG_USB_RENESAS_USBHS_UDC=m
 CONFIG_USB_PXA27X=m
-CONFIG_USB_S3C_HSOTG=m
+# CONFIG_USB_S3C_HSOTG is not set
 CONFIG_USB_MV_UDC=m
 CONFIG_USB_MV_U3D=m
 CONFIG_USB_M66592=m

Modified: config.x86_64
===
--- config.x86_64   2014-06-16 09:09:44 UTC (rev 215186)
+++ config.x86_64   2014-06-16 09:31:41 UTC (rev 215187)
@@ -1478,7 +1478,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set
 CONFIG_SYS_HYPERVISOR=y
@@ -4780,9 +4780,7 @@
 #
 CONFIG_USB_DEFAULT_PERSIST=y
 CONFIG_USB_DYNAMIC_MINORS=y
-CONFIG_USB_OTG=y
-CONFIG_USB_OTG_WHITELIST=y
-# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+# CONFIG_USB_OTG is not set
 CONFIG_USB_MON=m
 CONFIG_USB_WUSB=m
 CONFIG_USB_WUSB_CBAF=m
@@ -4803,7 +4801,7 @@
 CONFIG_USB_ISP1760_HCD=m
 CONFIG_USB_ISP1362_HCD=m
 CONFIG_USB_FUSBH200_HCD=m
-CONFIG_USB_FOTG210_HCD=m
+# CONFIG_USB_FOTG210_HCD is not set
 CONFIG_USB_OHCI_HCD=m
 CONFIG_USB_OHCI_HCD_PCI=m
 # CONFIG_USB_OHCI_HCD_SSB is not set
@@ -4969,7 +4967,7 @@
 # USB Physical Layer drivers
 #
 CONFIG_USB_PHY=y
-CONFIG_USB_OTG_FSM=m
+# CONFIG_USB_OTG_FSM is not set
 CONFIG_NOP_USB_XCEIV=m
 CONFIG_SAMSUNG_USBPHY=m
 CONFIG_SAMSUNG_USB2PHY=m
@@ -4989,12 +4987,12 @@
 #
 # USB Peripheral Controller
 #
-CONFIG_USB_FOTG210_UDC=m
+# CONFIG_USB_FOTG210_UDC is not set
 CONFIG_USB_GR_UDC=m
 CONFIG_USB_R8A66597=m
 CONFIG_USB_RENESAS_USBHS_UDC=m
 CONFIG_USB_PXA27X=m
-CONFIG_USB_S3C_HSOTG=m
+# CONFIG_USB_S3C_HSOTG is not set
 CONFIG_USB_MV_UDC=m
 CONFIG_USB_MV_U3D=m
 CONFIG_USB_M66592=m



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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 11:35:27
  Author: tpowa
Revision: 215188

#40759 add ROMFS kernel module

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

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2014-06-16 09:31:41 UTC (rev 215187)
+++ config  2014-06-16 09:35:27 UTC (rev 215188)
@@ -6129,7 +6129,7 @@
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
 # CONFIG_QNX6FS_FS is not set
-# CONFIG_ROMFS_FS is not set
+CONFIG_ROMFS_FS=m 
 CONFIG_PSTORE=y
 # CONFIG_PSTORE_CONSOLE is not set
 # CONFIG_PSTORE_FTRACE is not set

Modified: config.x86_64
===
--- config.x86_64   2014-06-16 09:31:41 UTC (rev 215187)
+++ config.x86_64   2014-06-16 09:35:27 UTC (rev 215188)
@@ -5890,7 +5890,7 @@
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
 # CONFIG_QNX6FS_FS is not set
-# CONFIG_ROMFS_FS is not set
+CONFIG_ROMFS_FS=m 
 CONFIG_PSTORE=y
 # CONFIG_PSTORE_CONSOLE is not set
 # CONFIG_PSTORE_FTRACE is not set



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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 11:37:21
  Author: tpowa
Revision: 215189

#40759 add ROMFS kernel module

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

---+
 config|6 +-
 config.x86_64 |6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2014-06-16 09:35:27 UTC (rev 215188)
+++ config  2014-06-16 09:37:21 UTC (rev 215189)
@@ -6129,7 +6129,11 @@
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
 # CONFIG_QNX6FS_FS is not set
-CONFIG_ROMFS_FS=m 
+CONFIG_ROMFS_FS=m
+CONFIG_ROMFS_BACKED_BY_BLOCK=y
+# CONFIG_ROMFS_BACKED_BY_MTD is not set
+# CONFIG_ROMFS_BACKED_BY_BOTH is not set
+CONFIG_ROMFS_ON_BLOCK=y
 CONFIG_PSTORE=y
 # CONFIG_PSTORE_CONSOLE is not set
 # CONFIG_PSTORE_FTRACE is not set

Modified: config.x86_64
===
--- config.x86_64   2014-06-16 09:35:27 UTC (rev 215188)
+++ config.x86_64   2014-06-16 09:37:21 UTC (rev 215189)
@@ -5890,7 +5890,11 @@
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
 # CONFIG_QNX6FS_FS is not set
-CONFIG_ROMFS_FS=m 
+CONFIG_ROMFS_FS=m
+CONFIG_ROMFS_BACKED_BY_BLOCK=y
+# CONFIG_ROMFS_BACKED_BY_MTD is not set
+# CONFIG_ROMFS_BACKED_BY_BOTH is not set
+CONFIG_ROMFS_ON_BLOCK=y
 CONFIG_PSTORE=y
 # CONFIG_PSTORE_CONSOLE is not set
 # CONFIG_PSTORE_FTRACE is not set



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

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 11:52:17
  Author: juergen
Revision: 215190

update to 1.2.0

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 09:37:21 UTC (rev 215189)
+++ PKGBUILD2014-06-16 09:52:17 UTC (rev 215190)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.18
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   arch-fixes.lisp)
-md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
+md5sums=('9d370876cd190f952fbfd421784f8003'
  '7ac0c1936547f4278198b8bf7725204d')
 
 



[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 11:52:50
  Author: juergen
Revision: 215191

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 215190, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 215190, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 215190, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 215190, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 09:52:17 UTC (rev 215190)
+++ PKGBUILD2014-06-16 09:52:50 UTC (rev 215191)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.18
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 215190, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 09:52:50 UTC (rev 215191)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('9d370876cd190f952fbfd421784f8003'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:28:59
  Author: spupykin
Revision: 113201

upgpkg: bmake 20140522-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 09:27:53 UTC (rev 113200)
+++ PKGBUILD2014-06-16 10:28:59 UTC (rev 113201)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya ilcra1...@gmail.com
 
 pkgname=bmake
-pkgver=20140214
+pkgver=20140522
 pkgrel=1
 pkgdesc=Portable version of the NetBSD 'make' build tool
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
 sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
 sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
+sha256sums=('0982d85e933eaa39bd7a5dc834e9b7b93b3b6eda5adfb0fb1a2dacc8878e5860')
 
 prepare() {
 cd $srcdir/$pkgname



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:29:18
  Author: spupykin
Revision: 113202

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:28:59 UTC (rev 113201)
+++ community-i686/PKGBUILD 2014-06-16 10:29:18 UTC (rev 113202)
@@ -1,40 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20140214
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
-sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd $srcdir/bmake-build
-# Fix directory permissions on install
-install -dm0755 $pkgdir/usr/bin
-install -dm0755 $pkgdir/usr/share/man/cat1
-install -dm0755 $pkgdir/usr/share/licenses/$pkgname
-sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
-head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 113201, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:29:18 UTC (rev 113202)
@@ -0,0 +1,41 @@
+# Maintainer: Alex Szczuczko alex at szc dot ca
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Imanol Celaya ilcra1...@gmail.com
+
+pkgname=bmake
+pkgver=20140522
+pkgrel=1
+pkgdesc=Portable version of the NetBSD 'make' build tool
+arch=('i686' 'x86_64')
+url=http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
+sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
+sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
+sha256sums=('0982d85e933eaa39bd7a5dc834e9b7b93b3b6eda5adfb0fb1a2dacc8878e5860')
+
+prepare() {
+cd $srcdir/$pkgname
+# Add missing bsd.*.mk symlinks
+_links_orig=dep doc init lib links man nls obj own prog subdir
+_links_new=dep doc inc init lib links man nls obj own prog subdir
+sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
+}
+
+build() {
+cd $srcdir
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd $srcdir/bmake-build
+# Fix directory permissions on install
+install -dm0755 $pkgdir/usr/bin
+install -dm0755 $pkgdir/usr/share/man/cat1
+install -dm0755 $pkgdir/usr/share/licenses/$pkgname
+sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
+head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-16 10:28:59 UTC (rev 113201)
+++ community-x86_64/PKGBUILD   2014-06-16 10:29:18 UTC (rev 113202)
@@ -1,40 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20140214
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:29:42
  Author: spupykin
Revision: 113205

upgpkg: passenger 4.0.45-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:29:35 UTC (rev 113204)
+++ PKGBUILD2014-06-16 10:29:42 UTC (rev 113205)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=passenger
-pkgver=4.0.41
+pkgver=4.0.45
 pkgrel=1
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs' 'staticlibs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('ce2b669c498457cf385d250eea43b055')
+md5sums=('ce85ed506a084112eaa015a3642007d9')
 
 prepare() {
   cd $srcdir/passenger-release-$pkgver



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:29:21
  Author: spupykin
Revision: 113203

upgpkg: gmic 1.5.9.2-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:29:18 UTC (rev 113202)
+++ PKGBUILD2014-06-16 10:29:21 UTC (rev 113203)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.1
+pkgver=1.5.9.2
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('1bf0cb013b6d363d413e70649515')
+md5sums=('5cdd5d4aeedcb7943c32104d1adfb682')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:29:35
  Author: spupykin
Revision: 113204

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:29:21 UTC (rev 113203)
+++ community-i686/PKGBUILD 2014-06-16 10:29:35 UTC (rev 113204)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.1
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('1bf0cb013b6d363d413e70649515')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 113203, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:29:35 UTC (rev 113204)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.9.2
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('5cdd5d4aeedcb7943c32104d1adfb682')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:29:54
  Author: spupykin
Revision: 113206

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

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

+
 /PKGBUILD  |   94 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   47 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:29:42 UTC (rev 113205)
+++ community-i686/PKGBUILD 2014-06-16 10:29:54 UTC (rev 113206)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=4.0.41
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-_watch=https://github.com/phusion/passenger/releases;
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs' 'staticlibs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('ce2b669c498457cf385d250eea43b055')
-
-prepare() {
-  cd $srcdir/passenger-release-$pkgver
-  sed -i '1,1i#include stdint.h' \
-ext/common/Utils/MD5.cpp \
-ext/common/Logging.cpp \
-ext/common/Utils/StrIntUtils.cpp \
-ext/common/Utils.cpp \
-ext/common/ApplicationPool2/AppTypes.cpp \
-ext/boost/libs/thread/src/pthread/once.cpp \
-ext/boost/libs/thread/src/pthread/once_atomic.cpp \
-ext/boost/libs/thread/src/pthread/thread.cpp \
-ext/boost/atomic/atomic.hpp
-}
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 113205, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:29:54 UTC (rev 113206)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.45
+pkgrel=1
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+_watch=https://github.com/phusion/passenger/releases;
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('ce85ed506a084112eaa015a3642007d9')
+
+prepare() {
+  cd $srcdir/passenger-release-$pkgver
+  sed -i '1,1i#include stdint.h' \
+ext/common/Utils/MD5.cpp \
+ext/common/Logging.cpp \
+ext/common/Utils/StrIntUtils.cpp \
+ext/common/Utils.cpp \
+ext/common/ApplicationPool2/AppTypes.cpp \
+ext/boost/libs/thread/src/pthread/once.cpp \
+ext/boost/libs/thread/src/pthread/once_atomic.cpp \
+ext/boost/libs/thread/src/pthread/thread.cpp \
+ext/boost/atomic/atomic.hpp
+}
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2014-06-16 10:29:42 UTC (rev 113205)
+++ community-i686/passenger.install2014-06-16 10:29:54 UTC (rev 113206)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:23
  Author: spupykin
Revision: 113208

archrelease: copy trunk to community-any

Added:
  perlbrew/repos/community-any/PKGBUILD
(from rev 113207, perlbrew/trunk/PKGBUILD)
Deleted:
  perlbrew/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:14 UTC (rev 113207)
+++ PKGBUILD2014-06-16 10:30:23 UTC (rev 113208)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perlbrew
-pkgver=0.67
-pkgrel=1
-pkgdesc='Manage perl installations in your $HOME'
-arch=('any')
-url=https://metacpan.org/release/App-perlbrew;
-license=('MIT')
-depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
- 'perl-file-path-tiny' 'perl-local-lib')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
-  'perl-path-class' 'perl-io-all')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('43647be3482888767054ccd4c1c686edc12be2d5')
-
-build() {
-  cd App-perlbrew-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-perlbrew-$pkgver
-#  make test
-}
-
-package() {
-  cd App-perlbrew-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
-}

Copied: perlbrew/repos/community-any/PKGBUILD (from rev 113207, 
perlbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 10:30:23 UTC (rev 113208)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perlbrew
+pkgver=0.69
+pkgrel=1
+pkgdesc='Manage perl installations in your $HOME'
+arch=('any')
+url=https://metacpan.org/release/App-perlbrew;
+license=('MIT')
+depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
+ 'perl-file-path-tiny' 'perl-local-lib')
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
+  'perl-path-class' 'perl-io-all')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
+sha1sums=('43647be3482888767054ccd4c1c686edc12be2d5')
+sha1sums=('7220cf11b7743e39981537ad306eefbd95a17705')
+
+build() {
+  cd App-perlbrew-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-perlbrew-$pkgver
+#  make test
+}
+
+package() {
+  cd App-perlbrew-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:14
  Author: spupykin
Revision: 113207

upgpkg: perlbrew 0.69-1

upd

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:29:54 UTC (rev 113206)
+++ PKGBUILD2014-06-16 10:30:14 UTC (rev 113207)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perlbrew
-pkgver=0.67
+pkgver=0.69
 pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
@@ -15,6 +15,7 @@
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
 sha1sums=('43647be3482888767054ccd4c1c686edc12be2d5')
+sha1sums=('7220cf11b7743e39981537ad306eefbd95a17705')
 
 build() {
   cd App-perlbrew-$pkgver



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:50
  Author: spupykin
Revision: 113213

upgpkg: pppusage 0.2.5-6

upd

Modified:
  pppusage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:47 UTC (rev 113212)
+++ PKGBUILD2014-06-16 10:30:50 UTC (rev 113213)
@@ -4,7 +4,7 @@
 
 pkgname=pppusage
 pkgver=0.2.5
-pkgrel=5
+pkgrel=6
 pkgdesc=Utility to monitor pppd connections
 arch=(any)
 url=http://www.jhweiss.de/software/pppusage.html;
@@ -21,7 +21,7 @@
 build() {
   cd $srcdir/pppusage-$pkgver
   patch -Np1 ../build-fix.patch
-  perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:31:12
  Author: spupykin
Revision: 113216

archrelease: copy trunk to community-any

Added:
  proguard/repos/community-any/PKGBUILD
(from rev 113215, proguard/trunk/PKGBUILD)
Deleted:
  proguard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:31:02 UTC (rev 113215)
+++ PKGBUILD2014-06-16 10:31:12 UTC (rev 113216)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=proguard
-pkgver=4.10
-pkgrel=1
-pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
-arch=(any)
-url=http://proguard.sourceforge.net/;
-license=('GPL2')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('e416a9d1f5178fb586cebc63960b1533')
-
-package() {
-  cd $srcdir/$pkgname$pkgver/lib
-
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/usr/share/proguard
-  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
$pkgdir/usr/share/proguard/
-
-  cat $pkgdir/usr/bin/proguardgui EOF
-#!/bin/sh
-exec java -jar /usr/share/proguard/proguardgui.jar \$*
-EOF
-  chmod 0755 $pkgdir/usr/bin/proguardgui
-
-  cat $pkgdir/usr/bin/proguard EOF
-#!/bin/sh
-exec java -jar /usr/share/proguard/proguard.jar \$*
-EOF
-  chmod 0755 $pkgdir/usr/bin/proguard
-
-  # FS#36268
-  ln -s . $pkgdir/usr/share/proguard/lib
-}

Copied: proguard/repos/community-any/PKGBUILD (from rev 113215, 
proguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 10:31:12 UTC (rev 113216)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=proguard
+pkgver=4.11
+pkgrel=1
+pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
+arch=(any)
+url=http://proguard.sourceforge.net/;
+license=('GPL2')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
+md5sums=('5feb242751faf361a0a45c2785f0d34d')
+
+package() {
+  cd $srcdir/$pkgname$pkgver/lib
+
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/proguard
+  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
$pkgdir/usr/share/proguard/
+
+  cat $pkgdir/usr/bin/proguardgui EOF
+#!/bin/sh
+exec java -jar /usr/share/proguard/proguardgui.jar \$*
+EOF
+  chmod 0755 $pkgdir/usr/bin/proguardgui
+
+  cat $pkgdir/usr/bin/proguard EOF
+#!/bin/sh
+exec java -jar /usr/share/proguard/proguard.jar \$*
+EOF
+  chmod 0755 $pkgdir/usr/bin/proguard
+
+  # FS#36268
+  ln -s . $pkgdir/usr/share/proguard/lib
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:31:02
  Author: spupykin
Revision: 113215

upgpkg: proguard 4.11-1

upd

Modified:
  proguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:59 UTC (rev 113214)
+++ PKGBUILD2014-06-16 10:31:02 UTC (rev 113215)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=proguard
-pkgver=4.10
+pkgver=4.11
 pkgrel=1
 pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
 arch=(any)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('java-runtime')
 source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('e416a9d1f5178fb586cebc63960b1533')
+md5sums=('5feb242751faf361a0a45c2785f0d34d')
 
 package() {
   cd $srcdir/$pkgname$pkgver/lib



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:39
  Author: spupykin
Revision: 113211

upgpkg: perl-finance-quote 1.33-1

upd

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:36 UTC (rev 113210)
+++ PKGBUILD2014-06-16 10:30:39 UTC (rev 113211)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-finance-quote
-pkgver=1.32
+pkgver=1.33
 pkgrel=1
 pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
 perl-libwww perl-date-calc perl-json)
 
source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('11c998acfb996e8adefcb3ea22f11207')
+md5sums=('0a049c7757eb3d95798cf7aeb576816c')
 
 build() {
   cd $srcdir/Finance-Quote-$pkgver



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:27
  Author: spupykin
Revision: 113209

upgpkg: perl-file-mmagic 1.30-2

upd

Modified:
  perl-file-mmagic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:23 UTC (rev 113208)
+++ PKGBUILD2014-06-16 10:30:27 UTC (rev 113209)
@@ -3,7 +3,7 @@
 
 pkgname=perl-file-mmagic
 pkgver=1.30
-pkgrel=1
+pkgrel=2
 pkgdesc=Guess file type
 arch=(any)
 license=('PerlArtistic')
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/File-MMagic-${pkgver}
 
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 



[arch-commits] Commit in perl-finance-quote/repos/community-any (PKGBUILD PKGBUILD)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:47
  Author: spupykin
Revision: 113212

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 113211, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:39 UTC (rev 113211)
+++ PKGBUILD2014-06-16 10:30:47 UTC (rev 113212)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-finance-quote
-pkgver=1.32
-pkgrel=1
-pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
-arch=(any)
-url=http://search.cpan.org/dist/Finance-Quote/;
-license=(GPL PerlArtistic)
-makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
-depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
-perl-libwww perl-date-calc perl-json)
-source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('11c998acfb996e8adefcb3ea22f11207')
-
-build() {
-  cd $srcdir/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Finance-Quote-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 113211, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 10:30:47 UTC (rev 113212)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-finance-quote
+pkgver=1.33
+pkgrel=1
+pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
+arch=(any)
+url=http://search.cpan.org/dist/Finance-Quote/;
+license=(GPL PerlArtistic)
+makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
+depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
+perl-libwww perl-date-calc perl-json)
+source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
+md5sums=('0a049c7757eb3d95798cf7aeb576816c')
+
+build() {
+  cd $srcdir/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Finance-Quote-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:59
  Author: spupykin
Revision: 113214

archrelease: copy trunk to community-any

Added:
  pppusage/repos/community-any/PKGBUILD
(from rev 113213, pppusage/trunk/PKGBUILD)
  pppusage/repos/community-any/build-fix.patch
(from rev 113213, pppusage/trunk/build-fix.patch)
Deleted:
  pppusage/repos/community-any/PKGBUILD
  pppusage/repos/community-any/build-fix.patch

-+
 PKGBUILD|   63 --
 build-fix.patch |   24 ++--
 2 files changed, 45 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:50 UTC (rev 113213)
+++ PKGBUILD2014-06-16 10:30:59 UTC (rev 113214)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=pppusage
-pkgver=0.2.5
-pkgrel=5
-pkgdesc=Utility to monitor pppd connections
-arch=(any)
-url=http://www.jhweiss.de/software/pppusage.html;
-license=(GPL)
-depends=(perl ppp cron)
-makedepends=()
-backup=(etc/pppusagerc)
-#source=(ftp://ftp.jhweiss.de/pub/users/weiss/pppusage/pppusage-$pkgver.tar.gz
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/pppusage-$pkgver.tar.gz
-build-fix.patch)
-md5sums=('7cf370d5b147ff084025234c43d01a45'
- '5f970f87088c767e3264b118f256b084')
-
-build() {
-  cd $srcdir/pppusage-$pkgver
-  patch -Np1 ../build-fix.patch
-  perl Makefile.PL
-  make
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/lib/perl5/core_perl/perllocal.pod
-  find $pkgdir -name '.packlist' -exec rm {} \;
-}
-

Copied: pppusage/repos/community-any/PKGBUILD (from rev 113213, 
pppusage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 10:30:59 UTC (rev 113214)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=pppusage
+pkgver=0.2.5
+pkgrel=6
+pkgdesc=Utility to monitor pppd connections
+arch=(any)
+url=http://www.jhweiss.de/software/pppusage.html;
+license=(GPL)
+depends=(perl ppp cron)
+makedepends=()
+backup=(etc/pppusagerc)
+#source=(ftp://ftp.jhweiss.de/pub/users/weiss/pppusage/pppusage-$pkgver.tar.gz
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/pppusage-$pkgver.tar.gz
+build-fix.patch)
+md5sums=('7cf370d5b147ff084025234c43d01a45'
+ '5f970f87088c767e3264b118f256b084')
+
+build() {
+  cd $srcdir/pppusage-$pkgver
+  patch -Np1 ../build-fix.patch
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/pppusage-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/perl5/core_perl/perllocal.pod
+  find $pkgdir -name '.packlist' -exec rm {} \;
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2014-06-16 10:30:50 UTC (rev 113213)
+++ build-fix.patch 2014-06-16 10:30:59 UTC (rev 113214)
@@ -1,12 +0,0 @@
-diff -wbBur pppusage-0.2.5/Makefile.PL pppusage-0.2.5.my/Makefile.PL
 pppusage-0.2.5/Makefile.PL 2003-12-20 00:56:32.0 +0300
-+++ pppusage-0.2.5.my/Makefile.PL  2007-01-19 18:27:14.0 +0300
-@@ -107,7 +107,7 @@
-   bin/pppusage.raw  bin/pppusage
- 
- inst_conf: etc/pppusagerc
--  test -f $(SYSCONFDIR)/pppusagerc || cp etc/pppusagerc $(SYSCONFDIR)/
-+  test -f $(SYSCONFDIR)/pppusagerc || install -D -m0644 etc/pppusagerc 
$(DESTDIR)$(SYSCONFDIR)/pppusagerc
- 
- clean_bin:
-   rm -f bin/pppusage

Copied: pppusage/repos/community-any/build-fix.patch (from rev 113213, 
pppusage/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2014-06-16 10:30:59 UTC (rev 113214)
@@ -0,0 +1,12 @@
+diff -wbBur pppusage-0.2.5/Makefile.PL pppusage-0.2.5.my/Makefile.PL
+--- pppusage-0.2.5/Makefile.PL 2003-12-20 00:56:32.0 +0300
 pppusage-0.2.5.my/Makefile.PL  2007-01-19 18:27:14.0 +0300
+@@ -107,7 +107,7 @@
+   bin/pppusage.raw  bin/pppusage
+ 
+ inst_conf: etc/pppusagerc
+-  test -f $(SYSCONFDIR)/pppusagerc || cp etc/pppusagerc $(SYSCONFDIR)/
++  test -f $(SYSCONFDIR)/pppusagerc || install -D -m0644 etc/pppusagerc 
$(DESTDIR)$(SYSCONFDIR)/pppusagerc
+ 
+ clean_bin:
+   rm -f bin/pppusage



[arch-commits] Commit in perl-file-mmagic/repos/community-any (PKGBUILD PKGBUILD)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:30:36
  Author: spupykin
Revision: 113210

archrelease: copy trunk to community-any

Added:
  perl-file-mmagic/repos/community-any/PKGBUILD
(from rev 113209, perl-file-mmagic/trunk/PKGBUILD)
Deleted:
  perl-file-mmagic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:30:27 UTC (rev 113209)
+++ PKGBUILD2014-06-16 10:30:36 UTC (rev 113210)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-file-mmagic
-pkgver=1.30
-pkgrel=1
-pkgdesc=Guess file type
-arch=(any)
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/File-MMagic;
-depends=('perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/K/KN/KNOK/File-MMagic-${pkgver}.tar.gz;)
-md5sums=('a0157c71d5872fa07102a2ffaf7979ec')
-
-build() {
-  cd ${srcdir}/File-MMagic-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
-  make
-}
-
-package() {
-  cd ${srcdir}/File-MMagic-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-file-mmagic/repos/community-any/PKGBUILD (from rev 113209, 
perl-file-mmagic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 10:30:36 UTC (rev 113210)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-file-mmagic
+pkgver=1.30
+pkgrel=2
+pkgdesc=Guess file type
+arch=(any)
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/File-MMagic;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/K/KN/KNOK/File-MMagic-${pkgver}.tar.gz;)
+md5sums=('a0157c71d5872fa07102a2ffaf7979ec')
+
+build() {
+  cd ${srcdir}/File-MMagic-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/File-MMagic-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:31:34
  Author: spupykin
Revision: 113219

upgpkg: xmms2 0.8DrO_o-29

upd

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:31:30 UTC (rev 113218)
+++ PKGBUILD2014-06-16 10:31:34 UTC (rev 113219)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=28
+pkgrel=29
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;
@@ -74,7 +74,8 @@
   ./waf configure --prefix=/usr \

--with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater
 \
--with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG[vendorarchdir]'` \
-   --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG[vendorlibdir]'`
+   --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG[vendorlibdir]'` \
+   --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'`
   ./waf build
 }
 



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:31:16
  Author: spupykin
Revision: 113217

upgpkg: rsyslog 8.2.2-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:31:12 UTC (rev 113216)
+++ PKGBUILD2014-06-16 10:31:16 UTC (rev 113217)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('be8c0117e29b6a0313a3b8148f562e07'
+md5sums=('87f15fc5710af292fd1690a53541ccb5'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:31:30
  Author: spupykin
Revision: 113218

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 113217, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 113217, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 113217, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 113217, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 113217, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 113217, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  112 +++
 /rsyslog.conf  |   88 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   56 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   56 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:31:16 UTC (rev 113217)
+++ community-i686/PKGBUILD 2014-06-16 10:31:30 UTC (rev 113218)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=8.2.1
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('be8c0117e29b6a0313a3b8148f562e07'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 113217, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:31:30 UTC (rev 113218)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.2.2
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   'rsyslog.logrotate'
+   'rsyslog.conf')
+md5sums=('87f15fc5710af292fd1690a53541ccb5'
+ 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:32:01
  Author: spupykin
Revision: 113220

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

Added:
  xmms2/repos/community-i686/PKGBUILD
(from rev 113219, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-i686/ffmpeg2.0.patch
(from rev 113219, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-i686/vorbis-albumart.patch
(from rev 113219, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-i686/xmms2-helpers.patch
(from rev 113219, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
(from rev 113219, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-i686/xmms2.install
(from rev 113219, xmms2/trunk/xmms2.install)
  xmms2/repos/community-i686/xmms2d.conf
(from rev 113219, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-i686/xmms2d.service
(from rev 113219, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 113219, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
(from rev 113219, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-x86_64/vorbis-albumart.patch
(from rev 113219, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-x86_64/xmms2-helpers.patch
(from rev 113219, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
(from rev 113219, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-x86_64/xmms2.install
(from rev 113219, xmms2/trunk/xmms2.install)
  xmms2/repos/community-x86_64/xmms2d.conf
(from rev 113219, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-x86_64/xmms2d.service
(from rev 113219, xmms2/trunk/xmms2d.service)
Deleted:
  xmms2/repos/community-i686/PKGBUILD
  xmms2/repos/community-i686/ffmpeg2.0.patch
  xmms2/repos/community-i686/vorbis-albumart.patch
  xmms2/repos/community-i686/xmms2-helpers.patch
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
  xmms2/repos/community-i686/xmms2.install
  xmms2/repos/community-i686/xmms2d.conf
  xmms2/repos/community-i686/xmms2d.service
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
  xmms2/repos/community-x86_64/vorbis-albumart.patch
  xmms2/repos/community-x86_64/xmms2-helpers.patch
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
  xmms2/repos/community-x86_64/xmms2.install
  xmms2/repos/community-x86_64/xmms2d.conf
  xmms2/repos/community-x86_64/xmms2d.service

+
 /PKGBUILD  |  186 ++
 /ffmpeg2.0.patch   |   74 +
 /vorbis-albumart.patch |  400 +++
 /xmms2-helpers.patch   |   26 ++
 /xmms2-ruby-1.9.patch  |  118 +
 /xmms2.install |6 
 /xmms2d.conf   |   62 
 /xmms2d.service|   24 +
 community-i686/PKGBUILD|   92 ---
 community-i686/ffmpeg2.0.patch |   37 --
 community-i686/vorbis-albumart.patch   |  200 ---
 community-i686/xmms2-helpers.patch |   13 -
 community-i686/xmms2-ruby-1.9.patch|   59 
 community-i686/xmms2.install   |3 
 community-i686/xmms2d.conf |   31 --
 community-i686/xmms2d.service  |   12 
 community-x86_64/PKGBUILD  |   92 ---
 community-x86_64/ffmpeg2.0.patch   |   37 --
 community-x86_64/vorbis-albumart.patch |  200 ---
 community-x86_64/xmms2-helpers.patch   |   13 -
 community-x86_64/xmms2-ruby-1.9.patch  |   59 
 community-x86_64/xmms2.install |3 
 community-x86_64/xmms2d.conf   |   31 --
 community-x86_64/xmms2d.service|   12 
 24 files changed, 896 insertions(+), 894 deletions(-)

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


[arch-commits] Commit in gpsdrive/trunk (PKGBUILD gpsdrive-perltovendor.patch)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:34:38
  Author: spupykin
Revision: 113221

upgpkg: gpsdrive 2.11-21

upd

Added:
  gpsdrive/trunk/gpsdrive-perltovendor.patch
Modified:
  gpsdrive/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 gpsdrive-perltovendor.patch |   28 
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:32:01 UTC (rev 113220)
+++ PKGBUILD2014-06-16 10:34:38 UTC (rev 113221)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=20
+pkgrel=21
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;
@@ -17,8 +17,10 @@
 makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
 install=gpsdrive.install
 #source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('bc53792529788b81c291a32d628a4850')
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;
+   gpsdrive-perltovendor.patch)
+md5sums=('bc53792529788b81c291a32d628a4850'
+ 'c28bc2dc51a76a39161bf540aebfab6c')
 
 prepare() {
   cd $srcdir
@@ -30,6 +32,7 @@
   sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
   sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
   sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
 }
 
 build() {

Added: gpsdrive-perltovendor.patch
===
--- gpsdrive-perltovendor.patch (rev 0)
+++ gpsdrive-perltovendor.patch 2014-06-16 10:34:38 UTC (rev 113221)
@@ -0,0 +1,28 @@
+diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
+--- gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt  2010-06-24 
15:53:32.0 -0400
 gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt  2014-06-11 
18:50:59.0 -0400
+@@ -5,10 +5,10 @@
+   MACRO_OPTIONAL_FIND_PACKAGE(Perl)
+ 
+   if (PERL_FOUND)
+-if (NOT PERL_SITELIB)   
++if (NOT PERL_VENDORLIB)   
+ MACRO_OPTIONAL_FIND_PACKAGE(PerlLibs)
+-endif (NOT PERL_SITELIB)
+-#MESSAGE(DEBUG:  PERL_SITELIB: ${PERL_SITELIB})
++endif (NOT PERL_VENDORLIB)
++#MESSAGE(DEBUG:  PERL_VENDORLIB: ${PERL_VENDORLIB})
+ 
+ file(GLOB_RECURSE perl_modules ${CMAKE_CURRENT_SOURCE_DIR}/*.pm)
+ 
+@@ -16,8 +16,8 @@
+ foreach(perl_module ${perl_modules})
+   file(RELATIVE_PATH relative_module_path ${CMAKE_CURRENT_SOURCE_DIR} 
${perl_module})
+   get_filename_component(relative_module_path ${relative_module_path} 
PATH)
+-  install(FILES ${perl_module} DESTINATION 
${PERL_SITELIB}/${relative_module_path})
+-  #message(DEBUG: install ${perl_module} to 
${PERL_SITELIB}/${relative_module_path})
++  install(FILES ${perl_module} DESTINATION 
${PERL_VENDORLIB}/${relative_module_path})
++  #message(DEBUG: install ${perl_module} to 
${PERL_VENDORLIB}/${relative_module_path})
+ endforeach(perl_module ${perl_modules})
+   endif (perl_modules)
+   endif (PERL_FOUND)



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:34:52
  Author: spupykin
Revision: 113222

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

Added:
  gpsdrive/repos/community-i686/PKGBUILD
(from rev 113221, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-i686/gpsdrive-perltovendor.patch
(from rev 113221, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-i686/gpsdrive.install
(from rev 113221, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-x86_64/PKGBUILD
(from rev 113221, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-x86_64/gpsdrive-perltovendor.patch
(from rev 113221, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-x86_64/gpsdrive.install
(from rev 113221, gpsdrive/trunk/gpsdrive.install)
Deleted:
  gpsdrive/repos/community-i686/PKGBUILD
  gpsdrive/repos/community-i686/gpsdrive.install
  gpsdrive/repos/community-x86_64/PKGBUILD
  gpsdrive/repos/community-x86_64/gpsdrive.install

--+
 /PKGBUILD|  144 +
 /gpsdrive.install|8 +
 community-i686/PKGBUILD  |   69 ---
 community-i686/gpsdrive-perltovendor.patch   |   28 
 community-i686/gpsdrive.install  |4 
 community-x86_64/PKGBUILD|   69 ---
 community-x86_64/gpsdrive-perltovendor.patch |   28 
 community-x86_64/gpsdrive.install|4 
 8 files changed, 208 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:34:38 UTC (rev 113221)
+++ community-i686/PKGBUILD 2014-06-16 10:34:52 UTC (rev 113222)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: damir da...@archlinux.org
-
-pkgname=gpsdrive
-pkgver=2.11
-_pkgver=20120928
-pkgrel=20
-pkgdesc=A car (bike, ship, plane) navigation system
-arch=(i686 x86_64)
-url=http://www.gpsdrive.de/;
-license=('GPL2')
-depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
- 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
- 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
-makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
-install=gpsdrive.install
-#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('bc53792529788b81c291a32d628a4850')
-
-prepare() {
-  cd $srcdir
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
-  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-}
-
-build() {
-  cd $srcdir
-
-  mkdir -p build
-  cd build
-
-  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
-
-  # see DefineOptions.cmake for a list of common options and defaults
-  # cmake -L for a more in-depth listing
-  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_SCRIPTS=ON \
--DWITH_MAPNIK=ON \
--DWITH_POSTGIS=ON \
--DWITH_GDAL=ON \
--DWITH_BASEMAPS=ON \
--DWITH_FRIENDSD=ON \
--DWITH_KISMET=ON \
--DWITH_NAVIGATION=ON \
--DWITH_SPEECH=OFF \
--DWITH_DBUS=OFF \
--DLIBGPS_OLD=OFF \
--DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
--DFREETYPE2_LIBRARIES=/usr/lib \
-$srcdir/gpsdrive-${_pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: gpsdrive/repos/community-i686/PKGBUILD (from rev 113221, 
gpsdrive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:34:52 UTC (rev 113222)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=21
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 12:42:57
  Author: tpowa
Revision: 215193

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

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

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

Copied: cifs-utils/repos/extra-i686/0003-cifskey-better-use-snprintf.patch 
(from rev 215192, cifs-utils/trunk/0003-cifskey-better-use-snprintf.patch)
===
--- extra-i686/0003-cifskey-better-use-snprintf.patch   
(rev 0)
+++ extra-i686/0003-cifskey-better-use-snprintf.patch   2014-06-16 10:42:57 UTC 
(rev 215193)
@@ -0,0 +1,49 @@
+From 0c521d5060035da655107001374e08873ac5dde8 Mon Sep 17 00:00:00 2001
+From: Sebastian Krahmer krah...@suse.de
+Date: Mon, 14 Apr 2014 11:39:41 +0200
+Subject: [PATCH] cifskey: better use snprintf()
+
+Prefer snprintf() over sprintf() in cifskey.c
+Projects that fork the code (pam_cifscreds) can't rely on
+the max-size parameters.
+
+[jlayton: removed unneeded initialization of len in key_add]
+
+Signed-off-by: Sebastian Krahmer krah...@suse.de
+---
+ cifskey.c | 10 +++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/cifskey.c b/cifskey.c
+index 7716c42..e89cacf 100644
+--- a/cifskey.c
 b/cifskey.c
+@@ -29,7 +29,8 @@ key_search(const char *addr, char keytype)
+ {
+   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 4];
+ 
+-  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
++  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
++  return -1;
+ 
+   return keyctl_search(DEST_KEYRING, CIFS_KEY_TYPE, desc, 0);
+ }
+@@ -43,10 +44,13 @@ key_add(const char *addr, const char *user, const char 
*pass, char keytype)
+   char val[MOUNT_PASSWD_SIZE +  MAX_USERNAME_SIZE + 2];
+ 
+   /* set key description */
+-  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
++  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
++  return -1;
+ 
+   /* set payload contents */
+-  len = sprintf(val, %s:%s, user, pass);
++  

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 12:42:46
  Author: tpowa
Revision: 215192

upgpkg: cifs-utils 6.3-2

fix #40789 CVE-2014-2830

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

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

Added: 0003-cifskey-better-use-snprintf.patch
===
--- 0003-cifskey-better-use-snprintf.patch  (rev 0)
+++ 0003-cifskey-better-use-snprintf.patch  2014-06-16 10:42:46 UTC (rev 
215192)
@@ -0,0 +1,49 @@
+From 0c521d5060035da655107001374e08873ac5dde8 Mon Sep 17 00:00:00 2001
+From: Sebastian Krahmer krah...@suse.de
+Date: Mon, 14 Apr 2014 11:39:41 +0200
+Subject: [PATCH] cifskey: better use snprintf()
+
+Prefer snprintf() over sprintf() in cifskey.c
+Projects that fork the code (pam_cifscreds) can't rely on
+the max-size parameters.
+
+[jlayton: removed unneeded initialization of len in key_add]
+
+Signed-off-by: Sebastian Krahmer krah...@suse.de
+---
+ cifskey.c | 10 +++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/cifskey.c b/cifskey.c
+index 7716c42..e89cacf 100644
+--- a/cifskey.c
 b/cifskey.c
+@@ -29,7 +29,8 @@ key_search(const char *addr, char keytype)
+ {
+   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 4];
+ 
+-  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
++  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
++  return -1;
+ 
+   return keyctl_search(DEST_KEYRING, CIFS_KEY_TYPE, desc, 0);
+ }
+@@ -43,10 +44,13 @@ key_add(const char *addr, const char *user, const char 
*pass, char keytype)
+   char val[MOUNT_PASSWD_SIZE +  MAX_USERNAME_SIZE + 2];
+ 
+   /* set key description */
+-  sprintf(desc, %s:%c:%s, KEY_PREFIX, keytype, addr);
++  if (snprintf(desc, sizeof(desc), %s:%c:%s, KEY_PREFIX, keytype, addr) 
= (int)sizeof(desc))
++  return -1;
+ 
+   /* set payload contents */
+-  len = sprintf(val, %s:%s, user, pass);
++  len = snprintf(val, sizeof(val), %s:%s, user, pass);
++  if (len = (int)sizeof(val))
++  return -1;
+ 
+   return add_key(CIFS_KEY_TYPE, desc, val, len + 1, DEST_KEYRING);
+ }
+-- 
+1.8.4.2
+

Added: 0004-cifscreds-better-error-handling-when-key_search-fail.patch
===
--- 0004-cifscreds-better-error-handling-when-key_search-fail.patch 
(rev 0)
+++ 0004-cifscreds-better-error-handling-when-key_search-fail.patch 
2014-06-16 10:42:46 UTC (rev 215192)
@@ -0,0 +1,85 @@
+From 3da4c43b575498be86c87a2ac3f3142e3cab1c59 Mon Sep 17 00:00:00 2001
+From: Jeff Layton jlay...@samba.org
+Date: Sun, 20 Apr 2014 20:41:05 -0400
+Subject: [PATCH] cifscreds: better error handling when key_search fails
+
+If we ended up getting a bogus string that would have overflowed, then
+make key_search set errno to EINVAL before returning. The callers can
+then test to see if the returned error is what was expected or something
+else and handle it appropriately.
+
+Cc: Sebastian Krahmer krah...@suse.de
+Signed-off-by: Jeff Layton jlay...@samba.org
+---
+ cifscreds.c | 9 +
+ cifskey.c   | 5 -
+ pam_cifscreds.c | 9 +
+ 3 files changed, 22 insertions(+), 1 deletion(-)
+
+diff --git a/cifscreds.c b/cifscreds.c
+index fa05dc8..64d55b0 100644
+--- a/cifscreds.c
 b/cifscreds.c
+@@ -188,6 +188,15 @@ static int cifscreds_add(struct cmdarg *arg)
+   return EXIT_FAILURE;
+   }
+ 
++  switch(errno) {
++  case ENOKEY:
++  /* success */
++  break;
++  default:
++  printf(Key search failed: %s\n, strerror(errno));
++  return EXIT_FAILURE;
++  }
++
+   currentaddress = nextaddress;
+   if (currentaddress) {
+   *(currentaddress - 1) = ',';
+diff --git a/cifskey.c b/cifskey.c
+index e89cacf..4f01ed0 100644
+--- a/cifskey.c
 b/cifskey.c
+@@ -20,6 +20,7 @@
+ #include sys/types.h
+ #include keyutils.h
+ #include stdio.h
++#include errno.h
+ #include cifskey.h
+ #include resolve_host.h
+ 
+@@ -29,8 +30,10 @@ key_search(const char *addr, char keytype)
+ {
+   char desc[INET6_ADDRSTRLEN + sizeof(KEY_PREFIX) + 4];
+ 
+-  if 

[arch-commits] Commit in minidlna/trunk (PKGBUILD minidlna.service)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:53:39
  Author: spupykin
Revision: 113223

upgpkg: minidlna 1.1.3-2

upd

Modified:
  minidlna/trunk/PKGBUILD
  minidlna/trunk/minidlna.service

--+
 PKGBUILD |7 +++
 minidlna.service |1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:34:52 UTC (rev 113222)
+++ PKGBUILD2014-06-16 10:53:39 UTC (rev 113223)
@@ -7,14 +7,13 @@
 
 pkgname=minidlna
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;
 license=('GPL')
 depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf'
-   'etc/conf.d/minidlna')
+backup=('etc/minidlna.conf')
 install=minidlna.install
 changelog=changelog
 
source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
@@ -21,7 +20,7 @@
minidlna.service
minidlna.tmpfiles)
 md5sums=('879027192c89e5376cdd2ae2d1aa33b4'
- '7e3890ee50aa4dfa4d1754261e6cc965'
+ 'd419b84f0ceda0adae27019a06df5065'
  '26de27b12d6a37c47d9714107d07aac9')
 
 build() {

Modified: minidlna.service
===
--- minidlna.service2014-06-16 10:34:52 UTC (rev 113222)
+++ minidlna.service2014-06-16 10:53:39 UTC (rev 113223)
@@ -4,7 +4,6 @@
 
 [Service]
 Type=forking
-User=nobody
 ExecStart=/usr/bin/minidlnad -P /run/minidlna/minidlna.pid
 PIDFile=/run/minidlna/minidlna.pid
 



[arch-commits] Commit in minidlna/repos (20 files)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 12:53:58
  Author: spupykin
Revision: 113224

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 113223, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 113223, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 113223, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 113223, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 113223, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 113223, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 113223, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 113223, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 113223, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 113223, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |   80 +++
 /changelog |8 +++
 /minidlna.install  |   18 +++
 /minidlna.service  |   22 +
 /minidlna.tmpfiles |   10 
 community-i686/PKGBUILD|   41 -
 community-i686/changelog   |4 -
 community-i686/minidlna.install|9 ---
 community-i686/minidlna.service|   12 -
 community-i686/minidlna.tmpfiles   |5 --
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |9 ---
 community-x86_64/minidlna.service  |   12 -
 community-x86_64/minidlna.tmpfiles |5 --
 15 files changed, 138 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 10:53:39 UTC (rev 113223)
+++ community-i686/PKGBUILD 2014-06-16 10:53:58 UTC (rev 113224)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:Biginoz  biginoz AT free point fr
-# Contributor: Ignacio Galmarino igalmar...@gmail.com
-# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
-# Contributor: Kamil Kaminski k...@kkaminsk.com
-
-pkgname=minidlna
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf'
-   'etc/conf.d/minidlna')
-install=minidlna.install
-changelog=changelog
-source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-   minidlna.service
-   minidlna.tmpfiles)
-md5sums=('879027192c89e5376cdd2ae2d1aa33b4'
- '7e3890ee50aa4dfa4d1754261e6cc965'
- '26de27b12d6a37c47d9714107d07aac9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir make install
-  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-i686/PKGBUILD (from rev 113223, 
minidlna/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 10:53:58 UTC (rev 113224)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:Biginoz  biginoz AT free point fr
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
+# Contributor: Kamil Kaminski k...@kkaminsk.com
+
+pkgname=minidlna
+pkgver=1.1.3
+pkgrel=2
+pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 13:00:42
  Author: juergen
Revision: 215194

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 215193, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 215193, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 215193, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 215193, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 10:42:57 UTC (rev 215193)
+++ PKGBUILD2014-06-16 11:00:42 UTC (rev 215194)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.18
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 215193, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 11:00:42 UTC (rev 215194)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('9d370876cd190f952fbfd421784f8003'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

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

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 13:02:00
  Author: juergen
Revision: 215195

rebuild against sbcl-1.2.0

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:00:42 UTC (rev 215194)
+++ PKGBUILD2014-06-16 11:02:00 UTC (rev 215195)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.33.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.18' 'texinfo' 'sh')
+depends=('sbcl=1.2.0' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 13:02:24
  Author: juergen
Revision: 215196

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 215195, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 215195, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 215195, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 11:02:00 UTC (rev 215195)
+++ PKGBUILD2014-06-16 11:02:24 UTC (rev 215196)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.33.0
-pkgrel=3
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.18' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 215195, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 11:02:24 UTC (rev 215196)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=4
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.2.0' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:06:33
  Author: spupykin
Revision: 113225

upgpkg: openvswitch 2.1.2-3

upd

Modified:
  openvswitch/trunk/PKGBUILD
  openvswitch/trunk/ovs-vswitchd.service
  openvswitch/trunk/ovsdb-server.service

--+
 PKGBUILD |6 +++---
 ovs-vswitchd.service |5 +++--
 ovsdb-server.service |3 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 10:53:58 UTC (rev 113224)
+++ PKGBUILD2014-06-16 11:06:33 UTC (rev 113225)
@@ -5,7 +5,7 @@
 
 pkgname=openvswitch
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
 license=('APACHE')
@@ -20,8 +20,8 @@
 optdepends=('python2')
 md5sums=('430ff6d1e1fc81e9c5ebc2e641cfc953'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
- '69b29d231bcc3002528fd29f1f78a37f'
- 'c5338742b6667f7be611176afe209230')
+ '3a1b706c1adfb1166b58bc9d65ea396f'
+ '4ec9c05448d6910c5fd581e964518ef7')
 
 build() {
cd $srcdir/$pkgname-$pkgver

Modified: ovs-vswitchd.service
===
--- ovs-vswitchd.service2014-06-16 10:53:58 UTC (rev 113224)
+++ ovs-vswitchd.service2014-06-16 11:06:33 UTC (rev 113225)
@@ -7,8 +7,9 @@
 After  = ovsdb-server.service
 
 [Service]
-ExecStartPre   = /sbin/modprobe openvswitch
-ExecStart  = /usr/sbin/ovs-vswitchd
+ExecStartPre = /sbin/modprobe openvswitch
+PIDFile = /run/openvswitch/ovs-vswitchd.pid
+ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
 
 [Install]
 WantedBy   = multi-user.target

Modified: ovsdb-server.service
===
--- ovsdb-server.service2014-06-16 10:53:58 UTC (rev 113224)
+++ ovsdb-server.service2014-06-16 11:06:33 UTC (rev 113225)
@@ -3,4 +3,5 @@
 Documentation  =  man:ovsdb-server
 
 [Service]
-ExecStart  = /usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock
+PIDFile=/run/openvswitch/ovsdb-server.pid
+ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock 
--pidfile=/run/openvswitch/ovsdb-server.pid



[arch-commits] Commit in openvswitch/repos (20 files)

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:06:53
  Author: spupykin
Revision: 113226

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 113225, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 113225, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 113225, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 113225, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 113225, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 113225, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 113225, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 113225, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 113225, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 113225, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |   94 
 /openvswitch.install  |   28 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   14 
 community-i686/ovsdb-server.service   |6 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   14 
 community-x86_64/ovsdb-server.service |6 --
 15 files changed, 168 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 11:06:33 UTC (rev 113225)
+++ community-i686/PKGBUILD 2014-06-16 11:06:53 UTC (rev 113226)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco net 0x01b dgbaley27
-
-pkgname=openvswitch
-pkgver=2.1.2
-pkgrel=2
-pkgdesc=Production Quality, Multilayer Open Virtual Switch
-url=http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('430ff6d1e1fc81e9c5ebc2e641cfc953'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '69b29d231bcc3002528fd29f1f78a37f'
- 'c5338742b6667f7be611176afe209230')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
-   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
-   install -dm0755 $pkgdir/etc/openvswitch
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 113225, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 11:06:53 UTC (rev 113226)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Pedro 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:24:56
  Author: spupykin
Revision: 113227

upgpkg: cuneiform 1.1.0-11

upd

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:06:53 UTC (rev 113226)
+++ PKGBUILD2014-06-16 11:24:56 UTC (rev 113227)
@@ -5,7 +5,7 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=10
+pkgrel=11
 pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
 arch=('i686' 'x86_64')
 url=https://launchpad.net/cuneiform-linux;



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:25:54
  Author: spupykin
Revision: 113230

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

Added:
  synfig/repos/community-staging-i686/
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 113229, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 113229, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 113229, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 113229, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 113229, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 113229, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 113229, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 113229, synfig/trunk/ffmpeg-loop.patch)

+
 community-staging-i686/PKGBUILD|   49 ++
 community-staging-i686/build-fix.patch |   31 +
 community-staging-i686/ffmpeg-0.8.patch|   60 +++
 community-staging-i686/ffmpeg-loop.patch   |   56 +
 community-staging-x86_64/PKGBUILD  |   49 ++
 community-staging-x86_64/build-fix.patch   |   31 +
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 +++
 community-staging-x86_64/ffmpeg-loop.patch |   56 +
 8 files changed, 392 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 113229, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-16 11:25:54 UTC (rev 113230)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=4
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch
+   ffmpeg-loop.patch)
+md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synfig/repos/community-staging-i686/build-fix.patch (from rev 113229, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2014-06-16 11:25:54 UTC (rev 
113230)
@@ -0,0 +1,31 @@
+diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
 synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
+@@ -31,6 +31,10 @@
+ # include config.h
+ #endif
+ 
++#include libavcodec/avcodec.h
++#include libavformat/avformat.h
++#include libswscale/swscale.h
++
+ #include trgt_av.h
+ 
+ extern C
+@@ -116,14 +120,14 @@
+ picture = avcodec_alloc_frame();
+ if (!picture)
+ return NULL;
+-size = avpicture_get_size(pix_fmt, width, height);
++size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
+ picture_buf = (uint8_t *)malloc(size);
+ if (!picture_buf) {
+ av_free(picture);
+ return NULL;
+ 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:25:37
  Author: spupykin
Revision: 113229

upgpkg: synfig 0.64.1-4

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:25:13 UTC (rev 113228)
+++ PKGBUILD2014-06-16 11:25:37 UTC (rev 113229)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2014-06-16 Thread Jürgen Hötzel
Date: Monday, June 16, 2014 @ 13:25:56
  Author: juergen
Revision: 215197

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 215196, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 215196, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 215196, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 11:02:24 UTC (rev 215196)
+++ PKGBUILD2014-06-16 11:25:56 UTC (rev 215197)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.33.0
-pkgrel=3
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.18' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 215196, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 11:25:56 UTC (rev 215197)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=4
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.2.0' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:25:13
  Author: spupykin
Revision: 113228

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

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

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

Copied: cuneiform/repos/community-staging-i686/PKGBUILD (from rev 113227, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-16 11:25:13 UTC (rev 113228)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Maxim Vuets maxim.vu...@gmail.com
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=11
+pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd ${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform | grep Magick 
/dev/null
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}/builddir
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 
${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt \
+${pkgdir}/usr/share/licenses/cuneiform/license.txt
+}

Copied: cuneiform/repos/community-staging-x86_64/PKGBUILD (from rev 113227, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-06-16 11:25:13 UTC (rev 113228)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Maxim Vuets maxim.vu...@gmail.com
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=11
+pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd ${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform | grep Magick 
/dev/null
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}/builddir
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 
${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt \
+${pkgdir}/usr/share/licenses/cuneiform/license.txt
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:33:02
  Author: spupykin
Revision: 113231

upgpkg: gpsbabel 1.5.1-2

upd

Modified:
  gpsbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:25:54 UTC (rev 113230)
+++ PKGBUILD2014-06-16 11:33:02 UTC (rev 113231)
@@ -5,14 +5,14 @@
 
 pkgname=gpsbabel
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Reads, writes, and manipulates GPS waypoints in a variety of formats
 arch=('i686' 'x86_64')
 url=http://www.gpsbabel.org;
 license=('GPL')
-depends=('libusb-compat' 'expat')
-makedepends=('fop' 'qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt4' 'qtwebkit')
+depends=('libusb-compat' 'expat' 'qt4')
+makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
+optdepends=('qtwebkit')
 options=('docs')
 source=(http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz;)
 md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:33:16
  Author: spupykin
Revision: 113232

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 11:33:02 UTC (rev 113231)
+++ community-i686/PKGBUILD 2014-06-16 11:33:16 UTC (rev 113232)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gpsbabel
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Reads, writes, and manipulates GPS waypoints in a variety of formats
-arch=('i686' 'x86_64')
-url=http://www.gpsbabel.org;
-license=('GPL')
-depends=('libusb-compat' 'expat')
-makedepends=('fop' 'qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt4' 'qtwebkit')
-options=('docs')
-source=(http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz;)
-md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')
-
-build() {
-  cd $srcdir/gpsbabel-$pkgver
-  ./configure --prefix=/usr
-  make
-  make doc
-  (cd gui  qmake-qt4  make)
-}
-
-package() {
-  cd $srcdir/gpsbabel-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # GUI
-  install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
-  install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
-  install -Dm644 gui/gpsbabel.desktop 
$pkgdir/usr/share/applications/gpsbabel.desktop
-
-  # Header install
-  mkdir -p $pkgdir/usr/include/gpsbabel
-  cp *.h $pkgdir/usr/include/gpsbabel
-
-  # Doc install
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname/
-  cp README* $pkgdir/usr/share/doc/$pkgname/
-}

Copied: gpsbabel/repos/community-i686/PKGBUILD (from rev 113231, 
gpsbabel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 11:33:16 UTC (rev 113232)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gpsbabel
+pkgver=1.5.1
+pkgrel=2
+pkgdesc=Reads, writes, and manipulates GPS waypoints in a variety of formats
+arch=('i686' 'x86_64')
+url=http://www.gpsbabel.org;
+license=('GPL')
+depends=('libusb-compat' 'expat' 'qt4')
+makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
+optdepends=('qtwebkit')
+options=('docs')
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz;)
+md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')
+
+build() {
+  cd $srcdir/gpsbabel-$pkgver
+  ./configure --prefix=/usr
+  make
+  make doc
+  (cd gui  qmake-qt4  make)
+}
+
+package() {
+  cd $srcdir/gpsbabel-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # GUI
+  install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
+  install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
+  install -Dm644 gui/gpsbabel.desktop 
$pkgdir/usr/share/applications/gpsbabel.desktop
+
+  # Header install
+  mkdir -p $pkgdir/usr/include/gpsbabel
+  cp *.h $pkgdir/usr/include/gpsbabel
+
+  # Doc install
+  mkdir -p $pkgdir/usr/share/doc/$pkgname
+  cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname/
+  cp README* $pkgdir/usr/share/doc/$pkgname/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-16 11:33:02 UTC (rev 113231)
+++ community-x86_64/PKGBUILD   2014-06-16 11:33:16 UTC (rev 113232)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gpsbabel
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Reads, writes, and manipulates GPS waypoints in a variety of formats
-arch=('i686' 'x86_64')
-url=http://www.gpsbabel.org;
-license=('GPL')
-depends=('libusb-compat' 'expat')
-makedepends=('fop' 'qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt4' 'qtwebkit')
-options=('docs')
-source=(http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz;)

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:43:01
  Author: spupykin
Revision: 113236

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

Added:
  torcs/repos/community-i686/PKGBUILD
(from rev 113235, torcs/trunk/PKGBUILD)
  torcs/repos/community-i686/torcs.sh
(from rev 113235, torcs/trunk/torcs.sh)
  torcs/repos/community-x86_64/PKGBUILD
(from rev 113235, torcs/trunk/PKGBUILD)
  torcs/repos/community-x86_64/torcs.sh
(from rev 113235, torcs/trunk/torcs.sh)
Deleted:
  torcs/repos/community-i686/PKGBUILD
  torcs/repos/community-i686/torcs.sh
  torcs/repos/community-x86_64/PKGBUILD
  torcs/repos/community-x86_64/torcs.sh

---+
 /PKGBUILD |   64 
 /torcs.sh |4 ++
 community-i686/PKGBUILD   |   32 --
 community-i686/torcs.sh   |2 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/torcs.sh |2 -
 6 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 11:42:48 UTC (rev 113235)
+++ community-i686/PKGBUILD 2014-06-16 11:43:01 UTC (rev 113236)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgname=torcs
-pkgver=1.3.5
-pkgrel=1
-pkgdesc=A 3D racing cars simulator using OpenGL
-url=http://torcs.sourceforge.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
-makedepends=('plib' 'mesa')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('cd7bc804668af531df9511a6f64a1e84')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  unset LDFLAGS
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-  make
-}
-
-package() {
-  depends=(${depends[@]} torcs-data=$pkgver)
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
-  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs/repos/community-i686/PKGBUILD (from rev 113235, 
torcs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 11:43:01 UTC (rev 113236)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgname=torcs
+pkgver=1.3.6
+pkgrel=1
+pkgdesc=A 3D racing cars simulator using OpenGL
+url=http://torcs.sourceforge.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
+makedepends=('plib' 'mesa')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('e39e33052caa8a11094091f2cdf7b528')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  unset LDFLAGS
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+  make
+}
+
+package() {
+  depends=(${depends[@]} torcs-data=$pkgver)
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
+  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}

Deleted: community-i686/torcs.sh
===
--- community-i686/torcs.sh 2014-06-16 11:42:48 UTC (rev 113235)
+++ community-i686/torcs.sh 2014-06-16 11:43:01 UTC (rev 113236)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-i686/torcs.sh (from rev 113235, 
torcs/trunk/torcs.sh)
===
--- community-i686/torcs.sh (rev 0)
+++ community-i686/torcs.sh 2014-06-16 11:43:01 UTC (rev 113236)
@@ -0,0 +1,2 @@
+#!/bin/bash
+export PATH=$PATH:/opt/torcs/bin

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-16 11:42:48 UTC (rev 113235)
+++ community-x86_64/PKGBUILD   2014-06-16 11:43:01 UTC (rev 113236)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgname=torcs
-pkgver=1.3.5
-pkgrel=1
-pkgdesc=A 3D racing cars simulator using OpenGL
-url=http://torcs.sourceforge.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
-makedepends=('plib' 'mesa')

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:42:44
  Author: spupykin
Revision: 113234

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 113233, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 113233, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.service
(from rev 113233, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 113233, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 113233, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 113233, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.service
(from rev 113233, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 113233, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

-+
 /PKGBUILD   |  138 ++
 /lxc.install|   16 
 /lxc.service|   22 ++
 /lxc.tmpfiles.d |2 
 community-i686/PKGBUILD |   69 ---
 community-i686/lxc.install  |8 --
 community-i686/lxc.service  |   11 ---
 community-i686/lxc.tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   69 ---
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.service|   11 ---
 community-x86_64/lxc.tmpfiles.d |1 
 12 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 11:42:25 UTC (rev 113233)
+++ community-i686/PKGBUILD 2014-06-16 11:42:44 UTC (rev 113234)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.3
-epoch=1
-pkgrel=5
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc.service)
-md5sums=('55873b1411a606397309aa6c4c4263b3'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 113233, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 11:42:44 UTC (rev 113234)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.4
+epoch=1
+pkgrel=1
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 

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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:42:48
  Author: spupykin
Revision: 113235

upgpkg: torcs 1.3.6-1

upd

Modified:
  torcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:42:44 UTC (rev 113234)
+++ PKGBUILD2014-06-16 11:42:48 UTC (rev 113235)
@@ -3,7 +3,7 @@
 # Contributor: Shahar Weiss swei...@gmx.net
 
 pkgname=torcs
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc=A 3D racing cars simulator using OpenGL
 url=http://torcs.sourceforge.net;
@@ -13,7 +13,7 @@
 makedepends=('plib' 'mesa')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('cd7bc804668af531df9511a6f64a1e84')
+md5sums=('e39e33052caa8a11094091f2cdf7b528')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}




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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:42:25
  Author: spupykin
Revision: 113233

upgpkg: lxc 1:1.0.4-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:33:16 UTC (rev 113232)
+++ PKGBUILD2014-06-16 11:42:25 UTC (rev 113233)
@@ -6,9 +6,9 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=lxc
-pkgver=1.0.3
+pkgver=1.0.4
 epoch=1
-pkgrel=5
+pkgrel=1
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
@@ -25,7 +25,7 @@
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
lxc.tmpfiles.d
lxc.service)
-md5sums=('55873b1411a606397309aa6c4c4263b3'
+md5sums=('2689080af03a8ac1f1ce577728dd3619'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')
 



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:46:51
  Author: spupykin
Revision: 113237

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:43:01 UTC (rev 113236)
+++ PKGBUILD2014-06-16 11:46:51 UTC (rev 113237)
@@ -22,10 +22,11 @@
 install=lxc.install
 options=('emptydirs')
 backup=('etc/lxc/default.conf')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
+source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz{,.asc}
lxc.tmpfiles.d
lxc.service)
 md5sums=('2689080af03a8ac1f1ce577728dd3619'
+ 'SKIP'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')
 



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:53:37
  Author: spupykin
Revision: 113239

archrelease: copy trunk to community-any

Added:
  torcs-data/repos/community-any/PKGBUILD
(from rev 113238, torcs-data/trunk/PKGBUILD)
Deleted:
  torcs-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-16 11:53:26 UTC (rev 113238)
+++ PKGBUILD2014-06-16 11:53:37 UTC (rev 113239)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgname=torcs-data
-pkgver=1.3.5
-pkgrel=1
-pkgdesc=A 3D racing cars simulator using OpenGL
-url=http://torcs.sourceforge.net;
-license=(GPL)
-arch=('any')
-makedepends=('plib' 'freeglut' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libpng' 'libvorbis' 'mesa' 'glu')
-source=(http://downloads.sourceforge.net/sourceforge/torcs/torcs-${pkgver/_/-}.tar.bz2)
-md5sums=('cd7bc804668af531df9511a6f64a1e84')
-
-build() {
-  cd ${srcdir}/torcs-${pkgver/_/-}
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-}
-
-package() {
-  cd ${srcdir}/torcs-${pkgver/_/-}
-  make DESTDIR=${pkgdir} datainstall
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs-data/repos/community-any/PKGBUILD (from rev 113238, 
torcs-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-16 11:53:37 UTC (rev 113239)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgname=torcs-data
+pkgver=1.3.6
+pkgrel=1
+pkgdesc=A 3D racing cars simulator using OpenGL
+url=http://torcs.sourceforge.net;
+license=(GPL)
+arch=('any')
+makedepends=('plib' 'freeglut' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libpng' 'libvorbis' 'mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/torcs/torcs-${pkgver/_/-}.tar.bz2)
+md5sums=('e39e33052caa8a11094091f2cdf7b528')
+
+build() {
+  cd ${srcdir}/torcs-${pkgver/_/-}
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+}
+
+package() {
+  cd ${srcdir}/torcs-${pkgver/_/-}
+  make DESTDIR=${pkgdir} datainstall
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}



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

2014-06-16 Thread Sergej Pupykin
Date: Monday, June 16, 2014 @ 13:53:26
  Author: spupykin
Revision: 113238

upgpkg: torcs-data 1.3.6-1

upd

Modified:
  torcs-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:46:51 UTC (rev 113237)
+++ PKGBUILD2014-06-16 11:53:26 UTC (rev 113238)
@@ -3,7 +3,7 @@
 # Contributor: Shahar Weiss swei...@gmx.net
 
 pkgname=torcs-data
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc=A 3D racing cars simulator using OpenGL
 url=http://torcs.sourceforge.net;
@@ -11,7 +11,7 @@
 arch=('any')
 makedepends=('plib' 'freeglut' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libpng' 'libvorbis' 'mesa' 'glu')
 
source=(http://downloads.sourceforge.net/sourceforge/torcs/torcs-${pkgver/_/-}.tar.bz2)
-md5sums=('cd7bc804668af531df9511a6f64a1e84')
+md5sums=('e39e33052caa8a11094091f2cdf7b528')
 
 build() {
   cd ${srcdir}/torcs-${pkgver/_/-}



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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 14:50:42
  Author: fyan
Revision: 113240

upgpkg: goaccess 0.8.1-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:53:37 UTC (rev 113239)
+++ PKGBUILD2014-06-16 12:50:42 UTC (rev 113240)
@@ -4,7 +4,7 @@
 # Contributor: Nicolas Storme nico...@atelier-web.com
 
 pkgname=goaccess
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=An open source real-time web log analyzer and interactive viewer
 arch=('i686' 'x86_64')
@@ -25,4 +25,4 @@
   make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
 }
 
-sha512sums=('3e738c02c5836e8b20a6c91c4a410440e0aa1821cb39a7f5b3be3baa8263f5ef442ca9e86fcc3a95c1274187ca986ce6129ec67477cebaf1e9449dcfdb852545')
+sha512sums=('91399abc97bd64d0a7174e9ebde54a7b621aca660375d1571354941e5334e7a04cf7acd33d6f8610a4affe20dfc22399e20450813d2aaf33e858e4b64b893f7f')



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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 14:52:06
  Author: fyan
Revision: 113241

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 12:50:42 UTC (rev 113240)
+++ community-i686/PKGBUILD 2014-06-16 12:52:06 UTC (rev 113241)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('3e738c02c5836e8b20a6c91c4a410440e0aa1821cb39a7f5b3be3baa8263f5ef442ca9e86fcc3a95c1274187ca986ce6129ec67477cebaf1e9449dcfdb852545')

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 113240, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 12:52:06 UTC (rev 113241)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
+}
+
+sha512sums=('91399abc97bd64d0a7174e9ebde54a7b621aca660375d1571354941e5334e7a04cf7acd33d6f8610a4affe20dfc22399e20450813d2aaf33e858e4b64b893f7f')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-16 12:50:42 UTC (rev 113240)
+++ community-x86_64/PKGBUILD   2014-06-16 12:52:06 UTC (rev 113241)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('3e738c02c5836e8b20a6c91c4a410440e0aa1821cb39a7f5b3be3baa8263f5ef442ca9e86fcc3a95c1274187ca986ce6129ec67477cebaf1e9449dcfdb852545')

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 113240, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-16 12:52:06 UTC (rev 113241)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make 

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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 14:58:52
  Author: fyan
Revision: 113242

upgpkg: cgminer 4.4.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 12:52:06 UTC (rev 113241)
+++ PKGBUILD2014-06-16 12:58:52 UTC (rev 113242)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=4.3.5
+pkgver=4.4.0
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1



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

2014-06-16 Thread Felix Yan
Date: Monday, June 16, 2014 @ 15:00:31
  Author: fyan
Revision: 113243

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 113242, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 113242, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 113242, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 113242, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 113242, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 113242, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  198 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 ++
 community-i686/PKGBUILD  |   99 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   99 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 12:58:52 UTC (rev 113242)
+++ community-i686/PKGBUILD 2014-06-16 13:00:31 UTC (rev 113243)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=4.3.5
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-ants2 \
---enable-avalon \
---enable-avalon2 \
---enable-bab \
---enable-bflsc \
---enable-bitforce \
---enable-bitfury \
---enable-bitmine_A1 \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-icarus \
---enable-klondike \
---enable-minion \
---enable-modminer \
---with-system-libusb
-# --enable-spondoolies # Enable it only when you need to
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 15:19:52
  Author: tpowa
Revision: 215198

upgpkg: pam 1.1.8-5

FS#40748 remove not needed doc

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 11:25:56 UTC (rev 215197)
+++ PKGBUILD2014-06-16 13:19:52 UTC (rev 215198)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.1.8
-pkgrel=4
+pkgrel=5
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -79,4 +79,7 @@
 
   # set unix_chkpwd uid
   chmod +s $pkgdir/usr/bin/unix_chkpwd
+  # remove doc which is not used anymore
+  # FS #40749
+  rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
 }



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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 15:20:11
  Author: tpowa
Revision: 215199

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 215198, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 215198, pam/trunk/other)
  pam/repos/testing-i686/pam-1.1.8-cve-2013-7041.patch
(from rev 215198, pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/testing-i686/pam-1.1.8-cve-2014-2583.patch
(from rev 215198, pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 215198, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 215198, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 215198, pam/trunk/other)
  pam/repos/testing-x86_64/pam-1.1.8-cve-2013-7041.patch
(from rev 215198, pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/testing-x86_64/pam-1.1.8-cve-2014-2583.patch
(from rev 215198, pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 215198, pam/trunk/pam_unix2-glibc216.patch)

--+
 testing-i686/PKGBUILD|   85 +
 testing-i686/other   |5 +
 testing-i686/pam-1.1.8-cve-2013-7041.patch   |   52 +++
 testing-i686/pam-1.1.8-cve-2014-2583.patch   |   56 
 testing-i686/pam_unix2-glibc216.patch|   20 +
 testing-x86_64/PKGBUILD  |   85 +
 testing-x86_64/other |5 +
 testing-x86_64/pam-1.1.8-cve-2013-7041.patch |   52 +++
 testing-x86_64/pam-1.1.8-cve-2014-2583.patch |   56 
 testing-x86_64/pam_unix2-glibc216.patch  |   20 +
 10 files changed, 436 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 215198, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-16 13:20:11 UTC (rev 215199)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.8
+pkgrel=5
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch
+pam-1.1.8-cve-2013-7041.patch
+pam-1.1.8-cve-2014-2583.patch)
+md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17'
+ '653661bea920de3bb2713bb85b408bc2'
+ '144ea8e2f9d49a0f4021027ca2c1558f')
+
+options=('!emptydirs')
+
+prepare () {
+  cd $srcdir/Linux-PAM-$pkgver
+  # fix CVEs in pam
+  patch -Np1 -i  ${srcdir}/pam-1.1.8-cve-2013-7041.patch
+  patch -Np1 -i  ${srcdir}/pam-1.1.8-cve-2014-2583.patch
+
+  # fix pam_unix2 building
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i ${srcdir}/pam_unix2-glibc216.patch
+}
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  # modify flags to build against the pam compiled here, not a system lib.
+  ./configure \
+  CFLAGS=$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/ \
+  LDFLAGS=$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/ \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+  # remove 

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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 17:39:35
  Author: foutrelis
Revision: 215202

Add note to remove loading icon override in Firefox 32

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 13:45:32 UTC (rev 215201)
+++ PKGBUILD2014-06-16 15:39:35 UTC (rev 215202)
@@ -61,6 +61,8 @@
 
   # Fix tab loading icon (flickers with libpng 1.6)
   # https://bugzilla.mozilla.org/show_bug.cgi?id=841734
+  # TODO: Remove this; Firefox 32 will use CSS animations for the loading icon
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=759252
   cp $srcdir/firefox-20.0.1-fixed-loading-icon.png \
 browser/themes/linux/tabbrowser/loading.png
 }



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

2014-06-16 Thread Massimiliano Torromeo
Date: Monday, June 16, 2014 @ 17:45:47
  Author: mtorromeo
Revision: 113244

upgpkg: percona-server 5.6.17_66.0-2

Removed problematic CFLAG

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 13:00:31 UTC (rev 113243)
+++ PKGBUILD2014-06-16 15:45:47 UTC (rev 113244)
@@ -6,7 +6,7 @@
 pkgver=5.6.17_66.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
 license=('GPL')
@@ -64,7 +64,7 @@
-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -fomit-frame-pointer \
-   -DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -felide-constructors -fno-rtti -fno-exceptions \
+   -DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -felide-constructors -fno-rtti \
-DWITH_MYSQLD_LDFLAGS=$LDFLAGS
 
make



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

2014-06-16 Thread Massimiliano Torromeo
Date: Monday, June 16, 2014 @ 17:50:59
  Author: mtorromeo
Revision: 113245

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

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

+
 /PKGBUILD  |  288 +++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 +
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 +++
 /percona.install   |   74 +++
 community-i686/PKGBUILD|  144 ---
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 -
 community-i686/percona.install |   37 ---
 community-x86_64/PKGBUILD  |  144 ---
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 -
 community-x86_64/percona.install   |   37 ---
 18 files changed, 452 insertions(+), 452 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 15:45:47 UTC (rev 113244)
+++ community-i686/PKGBUILD 2014-06-16 15:50:59 UTC (rev 113245)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.17_66.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'mysqld-post.sh'
-'mysqld.service'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-
-   rm -v sql/sql_yacc.{cc,h}
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   

[arch-commits] Commit in dhcpcd/trunk (39512.patch PKGBUILD)

2014-06-16 Thread Ronald van Haren
Date: Monday, June 16, 2014 @ 18:52:23
  Author: ronald
Revision: 215203

upgpkg: dhcpcd 6.4.0-1

update to 6.4.0; confirmed to fix FS#39512, previous fix didn't work

Modified:
  dhcpcd/trunk/PKGBUILD
Deleted:
  dhcpcd/trunk/39512.patch

-+
 39512.patch |   53 -
 PKGBUILD|   18 +-
 2 files changed, 5 insertions(+), 66 deletions(-)

Deleted: 39512.patch
===
--- 39512.patch 2014-06-16 15:39:35 UTC (rev 215202)
+++ 39512.patch 2014-06-16 16:52:23 UTC (rev 215203)
@@ -1,53 +0,0 @@
-@@ -2629,33 +2629,40 @@
-   free(dhcp);
- }
- 
- static void
--dhcp_handleudp(void *arg)
-+dhcp_handleudp1(struct dhcpcd_ctx *ctx, int *fd, const char *ifname)
- {
--  struct dhcpcd_ctx *ctx;
-   uint8_t buffer[sizeof(struct dhcp_message)];
- 
--  ctx = arg;
--
-   /* Just read what's in the UDP fd and discard it as we always read
-* from the raw fd */
--  (void)read(ctx-udp_fd, buffer, sizeof(buffer));
-+  if (read(*fd, buffer, sizeof(buffer)) == -1) {
-+  syslog(LOG_ERR, %s: %s: %m, ifname, __func__);
-+  eloop_event_delete(ctx-eloop, *fd);
-+  close(*fd);
-+  *fd = -1;
-+  }
-+}
-+
-+static void
-+dhcp_handleudp(void *arg)
-+{
-+  struct dhcpcd_ctx *ctx;
-+
-+  ctx = arg;
-+  dhcp_handleudp1(arg, ctx-udp_fd, NULL);
- }
- 
- static void
- dhcp_handleifudp(void *arg)
- {
-   const struct interface *ifp;
--  const struct dhcp_state *state;
--  uint8_t buffer[sizeof(struct dhcp_message)];
-+  struct dhcp_state *state;
- 
-   ifp = arg;
--  state = D_CSTATE(ifp);
--
--  /* Just read what's in the UDP fd and discard it as we always read
--   * from the raw fd */
--  (void)read(state-udp_fd, buffer, sizeof(buffer));
-+  state = D_STATE(ifp);
-+  dhcp_handleudp1(ifp-ctx, state-udp_fd, ifp-name);
- }
- 
- static int
- dhcp_open(struct interface *ifp)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 15:39:35 UTC (rev 215202)
+++ PKGBUILD2014-06-16 16:52:23 UTC (rev 215203)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.3.2
-pkgrel=2
+pkgver=6.4.0
+pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
@@ -17,19 +17,11 @@
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
-'dhcpcd.service'
-   '39512.patch')
-sha1sums=('ff8ef22b7305795eff52b8b41b81e2999a5923ff'
+'dhcpcd.service')
+sha1sums=('77eb7b909cc9b1f9f178f1ba7b79dbb8fe5389ef'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9'
-  '22f29ac0948c0e0d177a48d939828132b73fcfc7')
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # upstream patch for FS#39512
-  patch -Np0 dhcp.c ${srcdir}/39512.patch 
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2014-06-16 Thread Ronald van Haren
Date: Monday, June 16, 2014 @ 18:52:44
  Author: ronald
Revision: 215204

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

Added:
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 215203, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 215203, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 215203, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 215203, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 215203, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 215203, dhcpcd/trunk/dhcpcd_.service)
Deleted:
  dhcpcd/repos/testing-i686/39512.patch
  dhcpcd/repos/testing-i686/PKGBUILD
  dhcpcd/repos/testing-i686/dhcpcd.service
  dhcpcd/repos/testing-i686/dhcpcd_.service
  dhcpcd/repos/testing-x86_64/39512.patch
  dhcpcd/repos/testing-x86_64/PKGBUILD
  dhcpcd/repos/testing-x86_64/dhcpcd.service
  dhcpcd/repos/testing-x86_64/dhcpcd_.service

+
 /PKGBUILD  |  120 +++
 /dhcpcd.service|   26 
 /dhcpcd_.service   |   30 +
 testing-i686/39512.patch   |   53 -
 testing-i686/PKGBUILD  |   68 --
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 
 testing-x86_64/39512.patch |   53 -
 testing-x86_64/PKGBUILD|   68 --
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 
 11 files changed, 176 insertions(+), 298 deletions(-)

Deleted: testing-i686/39512.patch
===
--- testing-i686/39512.patch2014-06-16 16:52:23 UTC (rev 215203)
+++ testing-i686/39512.patch2014-06-16 16:52:44 UTC (rev 215204)
@@ -1,53 +0,0 @@
-@@ -2629,33 +2629,40 @@
-   free(dhcp);
- }
- 
- static void
--dhcp_handleudp(void *arg)
-+dhcp_handleudp1(struct dhcpcd_ctx *ctx, int *fd, const char *ifname)
- {
--  struct dhcpcd_ctx *ctx;
-   uint8_t buffer[sizeof(struct dhcp_message)];
- 
--  ctx = arg;
--
-   /* Just read what's in the UDP fd and discard it as we always read
-* from the raw fd */
--  (void)read(ctx-udp_fd, buffer, sizeof(buffer));
-+  if (read(*fd, buffer, sizeof(buffer)) == -1) {
-+  syslog(LOG_ERR, %s: %s: %m, ifname, __func__);
-+  eloop_event_delete(ctx-eloop, *fd);
-+  close(*fd);
-+  *fd = -1;
-+  }
-+}
-+
-+static void
-+dhcp_handleudp(void *arg)
-+{
-+  struct dhcpcd_ctx *ctx;
-+
-+  ctx = arg;
-+  dhcp_handleudp1(arg, ctx-udp_fd, NULL);
- }
- 
- static void
- dhcp_handleifudp(void *arg)
- {
-   const struct interface *ifp;
--  const struct dhcp_state *state;
--  uint8_t buffer[sizeof(struct dhcp_message)];
-+  struct dhcp_state *state;
- 
-   ifp = arg;
--  state = D_CSTATE(ifp);
--
--  /* Just read what's in the UDP fd and discard it as we always read
--   * from the raw fd */
--  (void)read(state-udp_fd, buffer, sizeof(buffer));
-+  state = D_STATE(ifp);
-+  dhcp_handleudp1(ifp-ctx, state-udp_fd, ifp-name);
- }
- 
- static int
- dhcp_open(struct interface *ifp)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-06-16 16:52:23 UTC (rev 215203)
+++ testing-i686/PKGBUILD   2014-06-16 16:52:44 UTC (rev 215204)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tom Killian tom.archlinux.org
-# Contributor: Judd Vinet jvinet.zeroflux.org
-
-pkgname=dhcpcd
-pkgver=6.3.2
-pkgrel=2
-pkgdesc=RFC2131 compliant DHCP client daemon
-url=http://roy.marples.name/projects/dhcpcd/;
-arch=('i686' 'x86_64')
-license=('BSD')
-groups=('base')
-depends=('glibc' 'sh')
-provides=('dhcp-client')
-backup=('etc/dhcpcd.conf')
-options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
-'dhcpcd_.service'
-'dhcpcd.service'
-   '39512.patch')
-sha1sums=('ff8ef22b7305795eff52b8b41b81e2999a5923ff'
-  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9'
-  '22f29ac0948c0e0d177a48d939828132b73fcfc7')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # upstream patch for FS#39512
-  patch -Np0 dhcp.c ${srcdir}/39512.patch 
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # configure variables
-  ./configure \
-  --sbindir=/usr/bin \
-  --libexecdir=/usr/lib/dhcpcd \
-  --dbdir=/var/lib/dhcpcd \
-  --rundir=/run
-
-  # Build
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  

[arch-commits] Commit in llvm/trunk (PKGBUILD clang-3.4-max_align_t.patch)

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:19:29
  Author: foutrelis
Revision: 215205

upgpkg: llvm 3.4.2-1

New upstream release.

Modified:
  llvm/trunk/PKGBUILD
Deleted:
  llvm/trunk/clang-3.4-max_align_t.patch

-+
 PKGBUILD|   25 +++--
 clang-3.4-max_align_t.patch |   36 
 2 files changed, 11 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 16:52:44 UTC (rev 215204)
+++ PKGBUILD2014-06-16 17:19:29 UTC (rev 215205)
@@ -11,9 +11,9 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
  'clang-tools-extra')
-pkgver=3.4.1
+pkgver=3.4.2
 _base_ver=3.4
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -24,14 +24,13 @@
 
http://llvm.org/releases/$_base_ver/clang-tools-extra-$_base_ver.src.tar.gz{,.sig}
 
http://llvm.org/releases/$_base_ver/compiler-rt-$_base_ver.src.tar.gz{,.sig}
 clang-3.3-use-gold-linker.patch
-clang-3.4-max_align_t.patch
 clang-3.4-fstack-protector-strong.patch
 llvm-3.4-provide-cmake-modules.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('7d28bb6eca243a2bb6d65a05743ab915b57958a7770277364e93534b63eef93a'
+sha256sums=('17038d47069ad0700c063caed76f0c7259628b0e79651ce2b540d506f2f1efd7'
 'SKIP'
-'ab83f30951b34d75729026e0e73c180a728a140f2a02cbb8915805051a9d6bb7'
+'5ba6f5772f8d00f445209356a7daf83c5bca2da5acd10de517ad2359ae95bc10'
 'SKIP'
 'ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4'
 'SKIP'
@@ -38,7 +37,6 @@
 'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
 'SKIP'
 '8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
-'0f0cbff69af54e83383385abbdeb1fee23e6e69427f8530060c492c0b07c2bbe'
 '7a2a1ddc94f67e643c1ab74601ec07deb6d5d344d4b19ed17c900afb2f6f2863'
 'b6bb154d5ec998328e818bb09acfc6229e41367ba45cea7cc5b2dd2a7c835cf5'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
@@ -67,10 +65,6 @@
   # Make -flto work; use ld.gold instead of the default linker
   patch -d tools/clang -Np1 -i $srcdir/clang-3.3-use-gold-linker.patch
 
-  # Teach Clang to provide ::max_align_t in C11 and C++11 modes (FS#40229)
-  # http://reviews.llvm.org/rL201729
-  patch -d tools/clang -Np0 -i $srcdir/clang-3.4-max_align_t.patch
-
   # Add command line option -fstack-protector-strong
   # http://reviews.llvm.org/rL201120
   patch -d tools/clang -Np0 -i 
$srcdir/clang-3.4-fstack-protector-strong.patch
@@ -128,8 +122,8 @@
   mv $srcdir/clang tools
 
   # The runtime library goes into llvm-libs
-  mv $pkgdir/usr/lib/libLLVM-$pkgver.so $srcdir
-  rm $pkgdir/usr/lib/libLLVM-$_base_ver.so
+  mv $pkgdir/usr/lib/libLLVM-$pkgver.so $srcdir/
+  mv $pkgdir/usr/lib/libLLVM-$_base_ver.so $srcdir/
 
   # OCaml bindings go to a separate package
   rm -rf $srcdir/{ocaml,ocamldoc}
@@ -174,8 +168,11 @@
   pkgdesc=Low Level Virtual Machine (runtime library)
   depends=('gcc-libs' 'zlib' 'libffi' 'ncurses')
 
-  install -D $srcdir/libLLVM-$pkgver.so $pkgdir/usr/lib/libLLVM-$pkgver.so
-  ln -s libLLVM-$pkgver.so $pkgdir/usr/lib/libLLVM-$_base_ver.so
+  install -d $pkgdir/usr/lib
+  cp -P \
+$srcdir/libLLVM-$pkgver.so \
+$srcdir/libLLVM-$_base_ver.so \
+$pkgdir/usr/lib/
 
   install -Dm644 $srcdir/llvm-$pkgver/LICENSE.TXT \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE

Deleted: clang-3.4-max_align_t.patch
===
--- clang-3.4-max_align_t.patch 2014-06-16 16:52:44 UTC (rev 215204)
+++ clang-3.4-max_align_t.patch 2014-06-16 17:19:29 UTC (rev 215205)
@@ -1,36 +0,0 @@
-Index: lib/Headers/stddef.h
-===
 lib/Headers/stddef.h   (revision 201728)
-+++ lib/Headers/stddef.h   (revision 201729)
-@@ -84,6 +84,16 @@
- #endif
- #endif
- 
-+#if __STDC_VERSION__ = 201112L || __cplusplus = 201103L
-+typedef struct {
-+  long long __clang_max_align_nonce1
-+  __attribute__((__aligned__(__alignof__(long long;
-+  long double __clang_max_align_nonce2
-+  __attribute__((__aligned__(__alignof__(long double;
-+} max_align_t;
-+#define __CLANG_MAX_ALIGN_T_DEFINED
-+#endif
-+
- #define offsetof(t, d) __builtin_offsetof(t, d)
- 
- #endif /* __STDDEF_H */
-Index: test/Headers/c11.c
-===
 test/Headers/c11.c (revision 201728)
-+++ test/Headers/c11.c (revision 201729)
-@@ -22,6 +22,10 @@
- #define __STDC_WANT_LIB_EXT1__ 1
- #include stddef.h
- rsize_t x = 0;
-+_Static_assert(sizeof(max_align_t) = sizeof(long long), );

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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:19:49
  Author: foutrelis
Revision: 215206

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/PKGBUILD
(from rev 215205, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/clang-3.3-use-gold-linker.patch
(from rev 215205, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/staging-i686/clang-3.4-fstack-protector-strong.patch
(from rev 215205, llvm/trunk/clang-3.4-fstack-protector-strong.patch)
  llvm/repos/staging-i686/llvm-3.4-provide-cmake-modules.patch
(from rev 215205, llvm/trunk/llvm-3.4-provide-cmake-modules.patch)
  llvm/repos/staging-i686/llvm-Config-config.h
(from rev 215205, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 215205, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 215205, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/clang-3.3-use-gold-linker.patch
(from rev 215205, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/staging-x86_64/clang-3.4-fstack-protector-strong.patch
(from rev 215205, llvm/trunk/clang-3.4-fstack-protector-strong.patch)
  llvm/repos/staging-x86_64/llvm-3.4-provide-cmake-modules.patch
(from rev 215205, llvm/trunk/llvm-3.4-provide-cmake-modules.patch)
  llvm/repos/staging-x86_64/llvm-Config-config.h
(from rev 215205, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 215205, llvm/trunk/llvm-Config-llvm-config.h)

+
 staging-i686/PKGBUILD  |  300 ++
 staging-i686/clang-3.3-use-gold-linker.patch   |   12 
 staging-i686/clang-3.4-fstack-protector-strong.patch   |  165 +++
 staging-i686/llvm-3.4-provide-cmake-modules.patch  |  319 +++
 staging-i686/llvm-Config-config.h  |9 
 staging-i686/llvm-Config-llvm-config.h |9 
 staging-x86_64/PKGBUILD|  300 ++
 staging-x86_64/clang-3.3-use-gold-linker.patch |   12 
 staging-x86_64/clang-3.4-fstack-protector-strong.patch |  165 +++
 staging-x86_64/llvm-3.4-provide-cmake-modules.patch|  319 +++
 staging-x86_64/llvm-Config-config.h|9 
 staging-x86_64/llvm-Config-llvm-config.h   |9 
 12 files changed, 1628 insertions(+)

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


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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 19:35:45
  Author: andrea
Revision: 215207

Fix emacs syntax file install path

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 17:19:49 UTC (rev 215206)
+++ PKGBUILD2014-06-16 17:35:45 UTC (rev 215207)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
@@ -41,6 +41,7 @@
   ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
 
   emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-3.0/editors/emacs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/
 
   install -Dm644 Copyright.txt \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 19:38:08
  Author: andrea
Revision: 215208

pyrcc and pylupdate's Makefile use INSTALL_ROOT

Modified:
  pyqt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 17:35:45 UTC (rev 215207)
+++ PKGBUILD2014-06-16 17:38:08 UTC (rev 215208)
@@ -6,7 +6,7 @@
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
 pkgver=4.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')
@@ -51,8 +51,8 @@
   provides=(pyqt-common=${pkgver})
 
   cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} install
+  make -C pyrcc INSTALL_ROOT=${pkgdir} install
+  make -C pylupdate INSTALL_ROOT=${pkgdir} install
 
   install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
 }



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:39:35
  Author: foutrelis
Revision: 113247

archrelease: copy trunk to multilib-staging-x86_64

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

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

Copied: lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD (from rev 113246, 
lib32-llvm/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-06-16 17:39:35 UTC (rev 113247)
@@ -0,0 +1,136 @@
+# $Id$
+# Maintainer: Evangelos Foutras foutre...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('lib32-llvm' 'lib32-llvm-libs')
+pkgver=3.4.2
+_base_ver=3.4
+pkgrel=1
+arch=('x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib')
+options=('staticlibs')
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz{,.sig}
+
http://llvm.org/releases/$_base_ver/compiler-rt-$_base_ver.src.tar.gz{,.sig})
+sha256sums=('17038d47069ad0700c063caed76f0c7259628b0e79651ce2b540d506f2f1efd7'
+'SKIP'
+'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
+'SKIP')
+
+prepare() {
+  # Change directory names to release names so we don't need to change the
+  # whole PKGBUILD
+  mv llvm-$pkgver{.src,}
+
+  cd $srcdir/llvm-$pkgver
+
+  rm -rf tools/clang
+  
+  rm -rf projects/compiler-rt
+  mv $srcdir/compiler-rt-$_base_ver projects/compiler-rt
+
+  # Fix installation directories, ./configure doesn't seem to set them right
+  sed -i -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \
+ -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \
+tools/llvm-config/llvm-config.cpp
+  sed -i 's:LLVM_LIBDIR=${prefix}/lib:LLVM_LIBDIR=${prefix}/lib32:' \
+autoconf/configure.ac \
+configure
+}
+
+build() {
+  cd $srcdir/llvm-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # Apply strip option to configure
+  _optimized_switch=enable
+  [[ $(check_option strip) == n ]]  _optimized_switch=disable
+
+  # Include location of libffi headers in CPPFLAGS
+  CPPFLAGS+= $(pkg-config --cflags libffi)
+
+  # We had to force host and target to get
+  # a proper triplet reported by llvm
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-libffi \
+--enable-targets=all \
+--disable-expensive-checks \
+--disable-debug-runtime \
+--disable-assertions \
+--with-binutils-include=/usr/include \
+--with-python=/usr/bin/python2 \
+--host=i386-pc-linux-gnu \
+--target=i386-pc-linux-gnu \
+--$_optimized_switch-optimized
+
+  make REQUIRES_RTTI=1
+}
+
+package_lib32-llvm() {
+  pkgdesc=Low Level Virtual Machine (32-bit)
+  depends=('lib32-llvm-libs' 'llvm')
+
+  cd $srcdir/llvm-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # The runtime library goes into lib32-llvm-libs
+  mv $pkgdir/usr/lib32/libLLVM-$pkgver.so $srcdir/
+  mv $pkgdir/usr/lib32/libLLVM-$_base_ver.so $srcdir/
+
+  # Fix permissions of static libs
+  chmod -x $pkgdir/usr/lib32/*.a
+
+  mv $pkgdir/usr/bin/i386-pc-linux-gnu-llvm-config 
$pkgdir/usr/lib32/llvm-config
+
+  # Get rid of example Hello transformation
+  rm $pkgdir/usr/lib32/*LLVMHello.*
+
+  # Symlink LLVMgold.so into /usr/lib/bfd-plugins
+  # (https://bugs.archlinux.org/task/28479)
+  install -d $pkgdir/usr/lib32/bfd-plugins
+  ln -s ../LLVMgold.so $pkgdir/usr/lib32/bfd-plugins/LLVMgold.so
+
+  mv $pkgdir/usr/include/llvm/Config/*config.h $pkgdir/
+  rm -rf $pkgdir/usr/{bin,include,share/{doc,man}}
+
+  install -d $pkgdir/usr/include/llvm/Config
+  mv $pkgdir/config.h $pkgdir/usr/include/llvm/Config/config-32.h
+  mv $pkgdir/llvm-config.h $pkgdir/usr/include/llvm/Config/llvm-config-32.h
+
+  mkdir $pkgdir/usr/bin
+  mv $pkgdir/usr/lib32/llvm-config $pkgdir/usr/bin/llvm-config32
+
+  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lib32-llvm-libs() {
+  pkgdesc=Low Level Virtual Machine (runtime library)(32-bit) 
+  depends=('lib32-libffi' 'lib32-zlib' 'lib32-gcc-libs')
+
+  cd $srcdir
+
+  

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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:39:28
  Author: foutrelis
Revision: 113246

upgpkg: lib32-llvm 3.4.2-1

New upstream release.

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 15:50:59 UTC (rev 113245)
+++ PKGBUILD2014-06-16 17:39:28 UTC (rev 113246)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=3.4.1
+pkgver=3.4.2
 _base_ver=3.4
 pkgrel=1
 arch=('x86_64')
@@ -20,10 +20,10 @@
 options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz{,.sig}
 
http://llvm.org/releases/$_base_ver/compiler-rt-$_base_ver.src.tar.gz{,.sig})
-sha256sums=('7d28bb6eca243a2bb6d65a05743ab915b57958a7770277364e93534b63eef93a'
-SKIP
+sha256sums=('17038d47069ad0700c063caed76f0c7259628b0e79651ce2b540d506f2f1efd7'
+'SKIP'
 'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
-SKIP)
+'SKIP')
 
 prepare() {
   # Change directory names to release names so we don't need to change the
@@ -93,8 +93,8 @@
   make DESTDIR=$pkgdir install
 
   # The runtime library goes into lib32-llvm-libs
-  mv $pkgdir/usr/lib32/libLLVM-$pkgver.so $srcdir
-  rm $pkgdir/usr/lib32/libLLVM-$_base_ver.so
+  mv $pkgdir/usr/lib32/libLLVM-$pkgver.so $srcdir/
+  mv $pkgdir/usr/lib32/libLLVM-$_base_ver.so $srcdir/
 
   # Fix permissions of static libs
   chmod -x $pkgdir/usr/lib32/*.a
@@ -128,8 +128,8 @@
 
   cd $srcdir
 
-  install -D libLLVM-$pkgver.so $pkgdir/usr/lib32/libLLVM-$pkgver.so
-  ln -s libLLVM-$pkgver.so $pkgdir/usr/lib32/libLLVM-$_base_ver.so
+  install -d $pkgdir/usr/lib32
+  cp -P libLLVM-$pkgver.so libLLVM-$_base_ver.so $pkgdir/usr/lib32/
 
   install -Dm644 llvm-$pkgver/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in (4 files)

2014-06-16 Thread Thorsten Töpper
Date: Monday, June 16, 2014 @ 19:57:54
  Author: ttoepper
Revision: 113248

Moving perl-anyevent-i3 as optdep for i3-wm into the repository.

Added:
  perl-anyevent-i3/
  perl-anyevent-i3/repos/
  perl-anyevent-i3/trunk/
  perl-anyevent-i3/trunk/PKGBUILD

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

Added: perl-anyevent-i3/trunk/PKGBUILD
===
--- perl-anyevent-i3/trunk/PKGBUILD (rev 0)
+++ perl-anyevent-i3/trunk/PKGBUILD 2014-06-16 17:57:54 UTC (rev 113248)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Jan-Erik Rediger badboy at archlinux dot us
+
+pkgname=perl-anyevent-i3
+_cpanname=AnyEvent-I3
+pkgver=0.15
+pkgrel=1
+pkgdesc=communicate with the i3 window manager
+arch=('any')
+url=http://search.cpan.org/~mstplbg/${_cpanname}/;
+license=('GPL')
+depends=('perl=5.10.0' 'perl-anyevent')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('a282c832cee131e3c53dc5891a99a149')
+
+build() {
+  cd $srcdir/${_cpanname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/${_cpanname}-${pkgver}
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:58:13
  Author: foutrelis
Revision: 113250

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

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

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

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
113249, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-16 17:58:13 UTC (rev 113250)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.7dev
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('582214c825897a7b879d780b55fb7b94')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-x86_64/PKGBUILD (from rev 
113249, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-06-16 17:58:13 UTC (rev 113250)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.7dev
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('582214c825897a7b879d780b55fb7b94')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 19:58:03
  Author: foutrelis
Revision: 113249

upgpkg: openshadinglanguage 1.5.7dev-3

LLVM 3.4.2 rebuild.

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 17:57:54 UTC (rev 113248)
+++ PKGBUILD2014-06-16 17:58:03 UTC (rev 113249)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.7dev
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;



[arch-commits] Commit in perl-anyevent-i3/repos (community-any community-any/PKGBUILD)

2014-06-16 Thread Thorsten Töpper
Date: Monday, June 16, 2014 @ 20:01:34
  Author: ttoepper
Revision: 113251

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 113250, perl-anyevent-i3/trunk/PKGBUILD)

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

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 113250, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-16 18:01:34 UTC (rev 113251)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Jan-Erik Rediger badboy at archlinux dot us
+
+pkgname=perl-anyevent-i3
+_cpanname=AnyEvent-I3
+pkgver=0.15
+pkgrel=1
+pkgdesc=communicate with the i3 window manager
+arch=('any')
+url=http://search.cpan.org/~mstplbg/${_cpanname}/;
+license=('GPL')
+depends=('perl=5.10.0' 'perl-anyevent')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('a282c832cee131e3c53dc5891a99a149')
+
+build() {
+  cd $srcdir/${_cpanname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/${_cpanname}-${pkgver}
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:13:37
  Author: foutrelis
Revision: 215210

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/LICENSE
(from rev 215209, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 215209, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 215209, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 215209, mesa/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 ++
 staging-i686/PKGBUILD   |  203 ++
 staging-x86_64/LICENSE  |   82 ++
 staging-x86_64/PKGBUILD |  203 ++
 4 files changed, 570 insertions(+)

Copied: mesa/repos/staging-i686/LICENSE (from rev 215209, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2014-06-16 18:13:37 UTC (rev 215210)
@@ -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 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: mesa/repos/staging-i686/PKGBUILD (from rev 215209, mesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-16 

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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:13:26
  Author: foutrelis
Revision: 215209

upgpkg: mesa 10.2.1-2

LLVM 3.4.2 rebuild.

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 17:38:08 UTC (rev 215208)
+++ PKGBUILD2014-06-16 18:13:26 UTC (rev 215209)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
 pkgver=10.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'



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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:22:50
  Author: tpowa
Revision: 215211

#40845 add vivi v4l2 modules

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

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

Modified: config
===
--- config  2014-06-16 18:13:37 UTC (rev 215210)
+++ config  2014-06-16 18:22:50 UTC (rev 215211)
@@ -4142,7 +4142,9 @@
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 CONFIG_VIDEO_SH_VEU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-# CONFIG_V4L_TEST_DRIVERS is not set
+CONFIG_V4L_TEST_DRIVERS=y
+CONFIG_VIDEO_VIVI=m
+CONFIG_VIDEO_MEM2MEM_TESTDEV=m
 
 #
 # Supported MMC/SDIO adapters

Modified: config.x86_64
===
--- config.x86_64   2014-06-16 18:13:37 UTC (rev 215210)
+++ config.x86_64   2014-06-16 18:22:50 UTC (rev 215211)
@@ -4006,7 +4006,9 @@
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 CONFIG_VIDEO_SH_VEU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-# CONFIG_V4L_TEST_DRIVERS is not set
+CONFIG_V4L_TEST_DRIVERS=y
+CONFIG_VIDEO_VIVI=m
+CONFIG_VIDEO_MEM2MEM_TESTDEV=m
 
 #
 # Supported MMC/SDIO adapters



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:36:06
  Author: foutrelis
Revision: 113252

upgpkg: rubinius 2.2.9-2

LLVM 3.4.2 rebuild.

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 18:01:34 UTC (rev 113251)
+++ PKGBUILD2014-06-16 18:36:06 UTC (rev 113252)
@@ -4,7 +4,7 @@
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
 pkgver=2.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
 url=http://rubini.us;



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:36:18
  Author: foutrelis
Revision: 113253

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

Added:
  rubinius/repos/community-staging-i686/
  rubinius/repos/community-staging-i686/PKGBUILD
(from rev 113252, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-staging-i686/dirs.patch
(from rev 113252, rubinius/trunk/dirs.patch)
  rubinius/repos/community-staging-i686/gemrc
(from rev 113252, rubinius/trunk/gemrc)
  rubinius/repos/community-staging-x86_64/
  rubinius/repos/community-staging-x86_64/PKGBUILD
(from rev 113252, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-staging-x86_64/dirs.patch
(from rev 113252, rubinius/trunk/dirs.patch)
  rubinius/repos/community-staging-x86_64/gemrc
(from rev 113252, rubinius/trunk/gemrc)

-+
 community-staging-i686/PKGBUILD |   88 ++
 community-staging-i686/dirs.patch   |   21 
 community-staging-i686/gemrc|5 +
 community-staging-x86_64/PKGBUILD   |   88 ++
 community-staging-x86_64/dirs.patch |   21 
 community-staging-x86_64/gemrc  |5 +
 6 files changed, 228 insertions(+)

Copied: rubinius/repos/community-staging-i686/PKGBUILD (from rev 113252, 
rubinius/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-16 18:36:18 UTC (rev 113253)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.2.9
+pkgrel=2
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('7b01a7f2508167e73b5273b4e55e6616fc7fd975e79c84c4d2e3ef83d849d2ce'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+
+prepare() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p $GEM_HOME
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  $GEM_HOME/bin/bundle install --local
+}
+
+build() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--preserve-prefix \
+--llvm-shared \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  rake build
+}
+
+check() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  rake vm:test || :
+}
+
+package_rubinius() {
+  optdepends=('ruby-docs: Ruby documentation')
+
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  DESTDIR=$pkgdir rake install
+
+  mkdir -p $pkgdir/usr/share/ri
+  ln -s 2.1.0 $pkgdir/usr/share/ri/2.1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
+
+### Split rubinius-ruby
+  mkdir -p $srcdir/ruby/usr/bin
+  for _f in $pkgdir/usr/bin/*; do
+[[ $_f == */rbx ]]  continue
+mv $_f $srcdir/ruby/usr/bin
+  done
+}
+
+package_rubinius-ruby() {
+  pkgdesc=Ruby compat for Rubinius
+  depends=(rubinius=$pkgver-$pkgrel)
+  provides=(ruby)
+  conflicts=(ruby)
+  backup=(etc/gemrc)
+
+  mv ruby/* $pkgdir
+  install -Dm644 gemrc $pkgdir/etc/gemrc
+  install -d $pkgdir/usr/share/licenses/rubinius-ruby
+  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
+}

Copied: rubinius/repos/community-staging-i686/dirs.patch (from rev 113252, 
rubinius/trunk/dirs.patch)
===
--- community-staging-i686/dirs.patch   (rev 0)
+++ community-staging-i686/dirs.patch   2014-06-16 18:36:18 UTC (rev 113253)
@@ -0,0 +1,21 @@
+diff --git i/library/rbconfig.rb w/library/rbconfig.rb
+index 2e0cbba..3d9327d 100644
+--- i/library/rbconfig.rb
 w/library/rbconfig.rb
+@@ -16,12 +16,12 @@ module RbConfig
+   CONFIG[exec_prefix]= $(prefix)
+   CONFIG[bindir] = Rubinius::BIN_PATH.dup
+   CONFIG[sbindir]= $(exec_prefix)/sbin
+-  CONFIG[libexecdir] = $(exec_prefix)/libexec
++  CONFIG[libexecdir] = /usr/lib/rubinius
+   CONFIG[datarootdir]= $(prefix)/share
+   CONFIG[datadir]= $(datarootdir)
+-  CONFIG[sysconfdir] = $(prefix)/etc
+-  CONFIG[sharedstatedir] = $(prefix)/com
+-  CONFIG[localstatedir]  = $(prefix)/var
++  CONFIG[sysconfdir] = /etc
++  

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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:43:46
  Author: foutrelis
Revision: 113255

archrelease: copy trunk to multilib-staging-x86_64

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

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

Copied: lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD (from rev 113254, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-06-16 18:43:46 UTC (rev 113255)
@@ -0,0 +1,160 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgbase=lib32-mesa
+pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
+pkgver=10.2.1
+pkgrel=2
+arch=('x86_64')
+makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+ 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
+ 'lib32-libvdpau' 'lib32-wayland')
+url=http://mesa3d.sourceforge.net;
+license=('custom')
+options=('!libtool')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
+md5sums=('093f9b5d077e5f6061dcd7b01b7aa51a')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export LLVM_CONFIG=/usr/bin/llvm-config32
+
+  cd ${srcdir}/?esa-*
+
+  # our automake is far too new for their build system :)
+  autoreconf -vfi
+
+  ./configure --enable-32-bit \
+--libdir=/usr/lib32 \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-dri-driverdir=/usr/lib32/xorg/modules/dri \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
+--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--with-egl-platforms=x11,drm,wayland \
+--enable-llvm-shared-libs \
+--enable-egl \
+--disable-gallium-egl \
+--enable-gbm \
+--enable-gallium-gbm \
+--enable-gallium-llvm \
+--enable-shared-glapi \
+--enable-glx-tls \
+--enable-dri \
+--enable-glx \
+--enable-osmesa \
+--enable-gles1 \
+--enable-gles2 \
+--enable-texture-float \
+--enable-vdpau \
+--enable-dri3
+
+  make
+
+  mkdir $srcdir/fakeinstall
+  make DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_lib32-ati-dri() {
+  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
+}
+
+package_lib32-intel-dri() {
+  pkgdesc=Mesa DRI drivers for Intel (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
+}
+
+package_lib32-nouveau-dri() {
+  pkgdesc=Mesa drivers for Nouveau (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
+  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
+}
+
+package_lib32-mesa() {
+  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
+  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-libvdpau' 'lib32-wayland' 'mesa')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
+  

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:43:11
  Author: tpowa
Revision: 215212

#39545 fix building in chroot

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 18:22:50 UTC (rev 215211)
+++ PKGBUILD2014-06-16 18:43:11 UTC (rev 215212)
@@ -67,7 +67,7 @@
   cd ${srcdir}/lirc-${pkgver}
 
   PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
-  --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
+  --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ \
   --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
   --sbindir=/usr/bin --with-transmitter
 



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

2014-06-16 Thread Evangelos Foutras
Date: Monday, June 16, 2014 @ 20:43:39
  Author: foutrelis
Revision: 113254

upgpkg: lib32-mesa 10.2.1-2

LLVM 3.4.2 rebuild.

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 18:36:18 UTC (rev 113253)
+++ PKGBUILD2014-06-16 18:43:39 UTC (rev 113254)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
 pkgver=10.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'



[arch-commits] Commit in mdadm/repos (38 files)

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:49:26
  Author: tpowa
Revision: 215213

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

Added:
  mdadm/repos/core-i686/PKGBUILD
(from rev 215212, mdadm/repos/testing-i686/PKGBUILD)
  mdadm/repos/core-i686/disable-werror.patch
(from rev 215212, mdadm/repos/testing-i686/disable-werror.patch)
  mdadm/repos/core-i686/linux-3.0.patch
(from rev 215212, mdadm/repos/testing-i686/linux-3.0.patch)
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
(from rev 215212, mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-i686/mdadm.conf
(from rev 215212, mdadm/repos/testing-i686/mdadm.conf)
  mdadm/repos/core-i686/mdadm.service
(from rev 215212, mdadm/repos/testing-i686/mdadm.service)
  mdadm/repos/core-i686/mdadm_hook
(from rev 215212, mdadm/repos/testing-i686/mdadm_hook)
  mdadm/repos/core-i686/mdadm_install
(from rev 215212, mdadm/repos/testing-i686/mdadm_install)
  mdadm/repos/core-i686/mdadm_udev_install
(from rev 215212, mdadm/repos/testing-i686/mdadm_udev_install)
  mdadm/repos/core-x86_64/PKGBUILD
(from rev 215212, mdadm/repos/testing-x86_64/PKGBUILD)
  mdadm/repos/core-x86_64/disable-werror.patch
(from rev 215212, mdadm/repos/testing-x86_64/disable-werror.patch)
  mdadm/repos/core-x86_64/linux-3.0.patch
(from rev 215212, mdadm/repos/testing-x86_64/linux-3.0.patch)
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
(from rev 215212, mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-x86_64/mdadm.conf
(from rev 215212, mdadm/repos/testing-x86_64/mdadm.conf)
  mdadm/repos/core-x86_64/mdadm.service
(from rev 215212, mdadm/repos/testing-x86_64/mdadm.service)
  mdadm/repos/core-x86_64/mdadm_hook
(from rev 215212, mdadm/repos/testing-x86_64/mdadm_hook)
  mdadm/repos/core-x86_64/mdadm_install
(from rev 215212, mdadm/repos/testing-x86_64/mdadm_install)
  mdadm/repos/core-x86_64/mdadm_udev_install
(from rev 215212, mdadm/repos/testing-x86_64/mdadm_udev_install)
Deleted:
  mdadm/repos/core-i686/PKGBUILD
  mdadm/repos/core-i686/disable-werror.patch
  mdadm/repos/core-i686/linux-3.0.patch
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
  mdadm/repos/core-i686/mdadm.conf
  mdadm/repos/core-i686/mdadm.service
  mdadm/repos/core-i686/mdadm_hook
  mdadm/repos/core-i686/mdadm_install
  mdadm/repos/core-i686/mdadm_udev_install
  mdadm/repos/core-x86_64/PKGBUILD
  mdadm/repos/core-x86_64/disable-werror.patch
  mdadm/repos/core-x86_64/linux-3.0.patch
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
  mdadm/repos/core-x86_64/mdadm.conf
  mdadm/repos/core-x86_64/mdadm.service
  mdadm/repos/core-x86_64/mdadm_hook
  mdadm/repos/core-x86_64/mdadm_install
  mdadm/repos/core-x86_64/mdadm_udev_install
  mdadm/repos/testing-i686/
  mdadm/repos/testing-x86_64/

+
 /PKGBUILD  |  110 
 /disable-werror.patch  |   22 ++
 /linux-3.0.patch   |   90 ++
 /mdadm-fix-udev-rules.patch|  274 +++
 /mdadm.conf|  134 +++
 /mdadm.service |   16 +
 /mdadm_hook|   98 +++
 /mdadm_install |   92 ++
 /mdadm_udev_install|   50 +
 core-i686/PKGBUILD |   55 --
 core-i686/disable-werror.patch |   11 -
 core-i686/linux-3.0.patch  |   45 -
 core-i686/mdadm-fix-udev-rules.patch   |  137 ---
 core-i686/mdadm.conf   |   67 ---
 core-i686/mdadm.service|8 
 core-i686/mdadm_hook   |   49 -
 core-i686/mdadm_install|   46 -
 core-i686/mdadm_udev_install   |   25 --
 core-x86_64/PKGBUILD   |   55 --
 core-x86_64/disable-werror.patch   |   11 -
 core-x86_64/linux-3.0.patch|   45 -
 core-x86_64/mdadm-fix-udev-rules.patch |  137 ---
 core-x86_64/mdadm.conf |   67 ---
 core-x86_64/mdadm.service  |8 
 core-x86_64/mdadm_hook |   49 -
 core-x86_64/mdadm_install  |   46 -
 core-x86_64/mdadm_udev_install |   25 --
 27 files changed, 886 insertions(+), 886 deletions(-)

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


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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:49:42
  Author: tpowa
Revision: 215215

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 215214, refind-efi/repos/testing-i686/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 215214, refind-efi/repos/testing-i686/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 215214, refind-efi/repos/testing-i686/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 215214, refind-efi/repos/testing-x86_64/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 215214, refind-efi/repos/testing-x86_64/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 215214, refind-efi/repos/testing-x86_64/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf
  refind-efi/repos/testing-i686/
  refind-efi/repos/testing-x86_64/

-+
 /PKGBUILD   |  726 ++
 /refind-efi.install |   64 +++
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  362 --
 extra-i686/refind-efi.install   |   32 -
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  362 --
 extra-x86_64/refind-efi.install |   32 -
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 800 insertions(+), 798 deletions(-)

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


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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:49:27
  Author: tpowa
Revision: 215214

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

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 215212, xfsprogs/repos/testing-i686/PKGBUILD)
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 215212, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-16 18:49:26 UTC (rev 215213)
+++ core-i686/PKGBUILD  2014-06-16 18:49:27 UTC (rev 215214)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.1.11
-pkgrel=2
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
-  rm -rf ${pkgdir}/lib
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 215212, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-16 18:49:27 UTC (rev 215214)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('400047b2f6af87c0345b8f0cc00c13db')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-06-16 18:49:26 UTC (rev 215213)
+++ core-x86_64/PKGBUILD2014-06-16 18:49:27 UTC (rev 215214)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.1.11
-pkgrel=2
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
-  rm -rf ${pkgdir}/lib
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 215212, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-06-16 18:49:27 UTC (rev 215214)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out

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

2014-06-16 Thread Tobias Powalowski
Date: Monday, June 16, 2014 @ 20:51:08
  Author: tpowa
Revision: 215217

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

Added:
  syslinux/repos/core-i686/PKGBUILD
(from rev 215216, syslinux/repos/testing-i686/PKGBUILD)
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215216, 
syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
(from rev 215216, 
syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215216, 
syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-i686/syslinux-install_update
(from rev 215216, syslinux/repos/testing-i686/syslinux-install_update)
  syslinux/repos/core-i686/syslinux.cfg
(from rev 215216, syslinux/repos/testing-i686/syslinux.cfg)
  syslinux/repos/core-i686/syslinux.install
(from rev 215216, syslinux/repos/testing-i686/syslinux.install)
  syslinux/repos/core-x86_64/PKGBUILD
(from rev 215216, syslinux/repos/testing-x86_64/PKGBUILD)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215216, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 215216, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215216, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-x86_64/syslinux-install_update
(from rev 215216, syslinux/repos/testing-x86_64/syslinux-install_update)
  syslinux/repos/core-x86_64/syslinux.cfg
(from rev 215216, syslinux/repos/testing-x86_64/syslinux.cfg)
  syslinux/repos/core-x86_64/syslinux.install
(from rev 215216, syslinux/repos/testing-x86_64/syslinux.install)
Deleted:
  syslinux/repos/core-i686/PKGBUILD
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-i686/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/core-i686/syslinux-install_update
  syslinux/repos/core-i686/syslinux.cfg
  syslinux/repos/core-i686/syslinux.install
  syslinux/repos/core-x86_64/PKGBUILD
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-x86_64/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/core-x86_64/syslinux-install_update
  syslinux/repos/core-x86_64/syslinux.cfg
  syslinux/repos/core-x86_64/syslinux.install
  syslinux/repos/testing-i686/
  syslinux/repos/testing-x86_64/

---+
 /PKGBUILD |  542 
 /syslinux-6.02-fix-bios-isolinux.patch|   24 
 /syslinux-6.02-fix-chainloading.patch |   94 +
 /syslinux-6.02-fix-efi-ovmf.patch | 1242 
 /syslinux-install_update  |  906 ++
 /syslinux.cfg |  156 ++
 /syslinux.install |   86 +
 core-i686/PKGBUILD|  268 
 core-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 core-i686/syslinux-6.02-fix-chainloading.patch|   47 
 core-i686/syslinux-6.02-fix-efi-ovmf.patch|  621 --
 core-i686/syslinux-install_update |  453 ---
 core-i686/syslinux.cfg|   78 -
 core-i686/syslinux.install|   43 
 core-x86_64/PKGBUILD  |  268 
 core-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 core-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 
 core-x86_64/syslinux-6.02-fix-efi-ovmf.patch  |  621 --
 core-x86_64/syslinux-install_update   |  453 ---
 core-x86_64/syslinux.cfg  |   78 -
 core-x86_64/syslinux.install  |   43 
 21 files changed, 3050 insertions(+), 3044 deletions(-)

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


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

2014-06-16 Thread Thorsten Töpper
Date: Monday, June 16, 2014 @ 21:17:29
  Author: ttoepper
Revision: 113260

upgpkg: i3-wm 4.8-2 -  FS#40855 added optdepends for i3-save-tree

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 18:49:59 UTC (rev 113259)
+++ PKGBUILD2014-06-16 19:17:29 UTC (rev 113260)
@@ -4,7 +4,7 @@
 pkgname=i3-wm
 _pkgsourcename=i3
 pkgver=4.8
-pkgrel=1
+pkgrel=2
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
 url='http://i3wm.org/'
@@ -16,7 +16,9 @@
 makedepends=('bison' 'flex')
 optdepends=('dmenu: As menu.'
 'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
 http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)



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

2014-06-16 Thread Thorsten Töpper
Date: Monday, June 16, 2014 @ 21:17:35
  Author: ttoepper
Revision: 113261

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 113260, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 113260, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   70 -
 community-x86_64/PKGBUILD |   70 -
 3 files changed, 144 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-16 19:17:29 UTC (rev 113260)
+++ community-i686/PKGBUILD 2014-06-16 19:17:35 UTC (rev 113261)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.8
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 113260, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-16 19:17:35 UTC (rev 113261)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.8
+pkgrel=2
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  install -Dm644 man/i3.1 \
+${pkgdir}/usr/share/man/man1/i3.1
+  install -Dm644 man/i3bar.1 \
+${pkgdir}/usr/share/man/man1/i3bar.1
+  install -Dm644 man/i3-config-wizard.1 \
+${pkgdir}/usr/share/man/man1/i3-config-wizard.1
+  install -Dm644 man/i3-input.1 \
+

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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:35:45
  Author: andrea
Revision: 215220

upgpkg: vc 0.7.4-1

Upstream release

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 21:35:22 UTC (rev 215219)
+++ PKGBUILD2014-06-16 21:35:45 UTC (rev 215220)
@@ -3,8 +3,8 @@
 # Contributor: PedsXing pedsxing at gmx dot net
 
 pkgname=vc
-pkgver=0.7.3
-pkgrel=3
+pkgver=0.7.4
+pkgrel=1
 pkgdesc=A library to ease explicit vectorization of C++ code
 url='http://code.compeng.uni-frankfurt.de/projects/vc/'
 arch=('x86_64' 'i686')
@@ -11,8 +11,8 @@
 license=('LGPL3')
 makedepends=('cmake')
 options=('staticlibs') # only builds a static library
-source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
+source=(http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
+md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
 
 prepare() {
   mkdir build
@@ -26,10 +26,10 @@
   make
 }
 
-check() {
-  cd build
-  make test
-}
+#check() {
+#  cd build
+#  make test
+#}
 
 package() {
   cd build



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:35:22
  Author: andrea
Revision: 215219

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-16 18:52:23 UTC (rev 215218)
+++ extra-i686/PKGBUILD 2014-06-16 21:35:22 UTC (rev 215219)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt4
-pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.11
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/pyqt/intro'
-license=('GPL')
-makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
- 'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('8b991f95fec9582cdcc1bf1f4ac02406')
-
-build() {
-  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
-
-  cd PyQt-x11-gpl-${pkgver}
-  python configure-ng.py \
---confirm-license \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-x11-gpl-${pkgver}
-  python2 configure-ng.py \
---confirm-license \
--v /usr/share/sip \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt4-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt4 and python2-pyqt4
-  depends=('qt4')
-  replaces=('pyqt-common')
-  conflicts=('pyqt-common')
-  provides=(pyqt-common=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} install
-
-  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python-pyqt4(){
-  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('pyqt')
-  conflicts=('pyqt')
-  provides=(pyqt=${pkgver})
-
-  cd PyQt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python2-pyqt4(){
-  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('python2-pyqt')
-  conflicts=('python2-pyqt')
-  provides=(python2-pyqt=${pkgver})
-
-  cd Py2Qt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt4
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic4
-
-  # Provided by python-pyqt4
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/lib/qt4/plugins/designer/libpyqt4.so
-  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
-}

Copied: pyqt4/repos/extra-i686/PKGBUILD (from rev 215218, pyqt4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-16 21:35:22 UTC (rev 215219)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt4
+pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
+pkgver=4.11
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/pyqt/intro'
+license=('GPL')

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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:36:13
  Author: andrea
Revision: 215222

upgpkg: libgadu 1.12.0-1

Upstream release

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 21:35:56 UTC (rev 215221)
+++ PKGBUILD2014-06-16 21:36:13 UTC (rev 215222)
@@ -4,30 +4,24 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=libgadu
-pkgver=1.11.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=This library implements the client side of the Gadu-Gadu protocol
 arch=('i686' 'x86_64')
 url=http://libgadu.net/;
 license=('LGPL2.1')
-depends=('openssl' 'zlib')
+depends=('gnutls' 'protobuf-c')
 
source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('feef622126e21601798c7e4497890ca3')
+md5sums=('e4569a0ed26136c4634fa8c4013910e3')
 
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
+--disable-tests \
+--disable-static
   make
 }
 
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:35:56
  Author: andrea
Revision: 215221

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-16 21:35:45 UTC (rev 215220)
+++ extra-i686/PKGBUILD 2014-06-16 21:35:56 UTC (rev 215221)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: PedsXing pedsxing at gmx dot net
-
-pkgname=vc
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=A library to ease explicit vectorization of C++ code
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs')
-source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: vc/repos/extra-i686/PKGBUILD (from rev 215220, vc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-16 21:35:56 UTC (rev 215221)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: PedsXing pedsxing at gmx dot net
+
+pkgname=vc
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=A library to ease explicit vectorization of C++ code
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=('x86_64' 'i686')
+license=('LGPL3')
+makedepends=('cmake')
+options=('staticlibs') # only builds a static library
+source=(http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
+md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../Vc-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+#check() {
+#  cd build
+#  make test
+#}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-16 21:35:45 UTC (rev 215220)
+++ extra-x86_64/PKGBUILD   2014-06-16 21:35:56 UTC (rev 215221)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: PedsXing pedsxing at gmx dot net
-
-pkgname=vc
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=A library to ease explicit vectorization of C++ code
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs')
-source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 215220, vc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-16 21:35:56 UTC (rev 215221)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: PedsXing pedsxing at gmx dot net
+
+pkgname=vc
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=A library to ease explicit vectorization of C++ code
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=('x86_64' 'i686')
+license=('LGPL3')
+makedepends=('cmake')
+options=('staticlibs') # only builds a static library
+source=(http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz;)
+md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../Vc-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+#check() {
+#  cd build
+#  make test
+#}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:36:27
  Author: andrea
Revision: 215223

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-16 21:36:13 UTC (rev 215222)
+++ extra-i686/PKGBUILD 2014-06-16 21:36:27 UTC (rev 215223)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.4
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('openssl' 'zlib')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('feef622126e21601798c7e4497890ca3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 215222, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-16 21:36:27 UTC (rev 215223)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e4569a0ed26136c4634fa8c4013910e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-16 21:36:13 UTC (rev 215222)
+++ extra-x86_64/PKGBUILD   2014-06-16 21:36:27 UTC (rev 215223)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.4
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('openssl' 'zlib')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('feef622126e21601798c7e4497890ca3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 215222, 
libgadu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-16 21:36:27 UTC (rev 215223)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e4569a0ed26136c4634fa8c4013910e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:39:19
  Author: andrea
Revision: 215225

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

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

+
 /PKGBUILD  |   98 +++
 /cmake.install |   24 ++
 extra-i686/PKGBUILD|   47 
 extra-i686/cmake.install   |   12 -
 extra-x86_64/PKGBUILD  |   47 
 extra-x86_64/cmake.install |   12 -
 6 files changed, 122 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-16 21:39:12 UTC (rev 215224)
+++ extra-i686/PKGBUILD 2014-06-16 21:39:19 UTC (rev 215225)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  mkdir -p ${vimpath}/{help,indent,syntax}
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
-
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 215224, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-16 21:39:19 UTC (rev 215225)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=3.0.0
+pkgrel=3
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -d ${vimpath}/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
+
+  install -d ${pkgdir}/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-3.0/editors/emacs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2014-06-16 21:39:12 UTC (rev 215224)
+++ extra-i686/cmake.install2014-06-16 21:39:19 UTC (rev 215225)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 

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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:39:12
  Author: andrea
Revision: 215224

upgpkg: cmake 3.0.0-3

create the directory first

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 21:36:27 UTC (rev 215223)
+++ PKGBUILD2014-06-16 21:39:12 UTC (rev 215224)
@@ -35,11 +35,12 @@
   make DESTDIR=${pkgdir} install
 
   vimpath=${pkgdir}/usr/share/vim/vimfiles
-  mkdir -p ${vimpath}/{help,indent,syntax}
+  install -d ${vimpath}/{help,indent,syntax}
   ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
   ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
   ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
 
+  install -d ${pkgdir}/usr/share/emacs/site-lisp/
   emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
   ln -s /usr/share/cmake-3.0/editors/emacs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/
 



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

2014-06-16 Thread Andrea Scarpino
Date: Monday, June 16, 2014 @ 23:53:43
  Author: andrea
Revision: 215226

upgpkg: kwin 4.97.0-1

Upstream release

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-16 21:39:19 UTC (rev 215225)
+++ PKGBUILD2014-06-16 21:53:43 UTC (rev 215226)
@@ -2,17 +2,17 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwin
-pkgver=4.96.0
+pkgver=4.97.0
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
 license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor')
+depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('plasma-next')
 
source=(http://download.kde.org/unstable/plasma/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('49cad6bb303ef64b375a6eb6f187f3c9')
+md5sums=('3b608c33d9ff4231e8287069e5cb4e88')
 
 prepare() {
   mkdir -p build



  1   2   >