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

2014-12-20 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 01:27:28
  Author: arojas
Revision: 124246

Splitting sage-mathematics

Added:
  gap/
  gap/trunk/
  gap/trunk/PKGBUILD

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

Added: gap/trunk/PKGBUILD
===
--- gap/trunk/PKGBUILD  (rev 0)
+++ gap/trunk/PKGBUILD  2014-12-21 00:27:28 UTC (rev 124246)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor:  TDY t...@archlinux.info
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgbase=gap
+pkgname=('gap' 'gap-packages')
+pkgver=4.7.6
+pkgrel=1
+pkgdesc=GAP: a system for computational discrete algebra
+arch=('i686' 'x86_64')
+url=http://www.gap-system.org/;
+license=('GPL')
+source=(http://www.gap-system.org/pub/gap/gap47/tar.bz2/gap4r7p6_2014_11_15-20_02.tar.bz2;)
+sha256sums=('cfcc6efb6ea79a38efad6031eb8bedbc6474f47dc32c53bd7bada2febdb32b4a')
+
+build() {
+  cd gap4r7
+  ./configure --prefix=/usr --with-gmp=system
+  make
+}
+
+package_gap() {
+  depends=('gmp')
+  optdepends=('gap-packages: extra packages')
+  replaces=('gap-math')
+  conflicts=('gap-math')
+  cd gap4r7
+  
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r * $pkgdir/usr/lib/gap
+  rm -r $pkgdir/usr/lib/gap/pkg
+
+  mkdir -p $pkgdir/usr/bin
+  ln -s /usr/lib/gap/bin/gap.sh $pkgdir/usr/bin/gap
+}
+
+package_gap-packages() {
+  depends=('gap')
+  pkgdesc=Extra packages for GAP
+  cd gap4r7
+
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r pkg $pkgdir/usr/lib/gap
+}


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


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

2014-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 21, 2014 @ 01:28:09
  Author: jlichtblau
Revision: 124247

upgpkg: syncthing 0.10.13-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:27:28 UTC (rev 124246)
+++ PKGBUILD2014-12-21 00:28:09 UTC (rev 124247)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.12
+pkgver=0.10.13
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


[arch-commits] Commit in gap (5 files)

2014-12-20 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 01:28:24
  Author: arojas
Revision: 124248

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

Added:
  gap/repos/
  gap/repos/community-i686/
  gap/repos/community-i686/PKGBUILD
(from rev 124246, gap/trunk/PKGBUILD)
  gap/repos/community-x86_64/
  gap/repos/community-x86_64/PKGBUILD
(from rev 124247, gap/trunk/PKGBUILD)

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

Copied: gap/repos/community-i686/PKGBUILD (from rev 124246, gap/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-12-21 00:28:24 UTC (rev 124248)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor:  TDY t...@archlinux.info
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgbase=gap
+pkgname=('gap' 'gap-packages')
+pkgver=4.7.6
+pkgrel=1
+pkgdesc=GAP: a system for computational discrete algebra
+arch=('i686' 'x86_64')
+url=http://www.gap-system.org/;
+license=('GPL')
+source=(http://www.gap-system.org/pub/gap/gap47/tar.bz2/gap4r7p6_2014_11_15-20_02.tar.bz2;)
+sha256sums=('cfcc6efb6ea79a38efad6031eb8bedbc6474f47dc32c53bd7bada2febdb32b4a')
+
+build() {
+  cd gap4r7
+  ./configure --prefix=/usr --with-gmp=system
+  make
+}
+
+package_gap() {
+  depends=('gmp')
+  optdepends=('gap-packages: extra packages')
+  replaces=('gap-math')
+  conflicts=('gap-math')
+  cd gap4r7
+  
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r * $pkgdir/usr/lib/gap
+  rm -r $pkgdir/usr/lib/gap/pkg
+
+  mkdir -p $pkgdir/usr/bin
+  ln -s /usr/lib/gap/bin/gap.sh $pkgdir/usr/bin/gap
+}
+
+package_gap-packages() {
+  depends=('gap')
+  pkgdesc=Extra packages for GAP
+  cd gap4r7
+
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r pkg $pkgdir/usr/lib/gap
+}

Copied: gap/repos/community-x86_64/PKGBUILD (from rev 124247, 
gap/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-12-21 00:28:24 UTC (rev 124248)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor:  TDY t...@archlinux.info
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgbase=gap
+pkgname=('gap' 'gap-packages')
+pkgver=4.7.6
+pkgrel=1
+pkgdesc=GAP: a system for computational discrete algebra
+arch=('i686' 'x86_64')
+url=http://www.gap-system.org/;
+license=('GPL')
+source=(http://www.gap-system.org/pub/gap/gap47/tar.bz2/gap4r7p6_2014_11_15-20_02.tar.bz2;)
+sha256sums=('cfcc6efb6ea79a38efad6031eb8bedbc6474f47dc32c53bd7bada2febdb32b4a')
+
+build() {
+  cd gap4r7
+  ./configure --prefix=/usr --with-gmp=system
+  make
+}
+
+package_gap() {
+  depends=('gmp')
+  optdepends=('gap-packages: extra packages')
+  replaces=('gap-math')
+  conflicts=('gap-math')
+  cd gap4r7
+  
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r * $pkgdir/usr/lib/gap
+  rm -r $pkgdir/usr/lib/gap/pkg
+
+  mkdir -p $pkgdir/usr/bin
+  ln -s /usr/lib/gap/bin/gap.sh $pkgdir/usr/bin/gap
+}
+
+package_gap-packages() {
+  depends=('gap')
+  pkgdesc=Extra packages for GAP
+  cd gap4r7
+
+  mkdir -p $pkgdir/usr/lib/gap
+  cp -r pkg $pkgdir/usr/lib/gap
+}


[arch-commits] Commit in syncthing/repos/community-x86_64 (10 files)

2014-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 21, 2014 @ 01:28:44
  Author: jlichtblau
Revision: 124249

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 124247, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 124248, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 124248, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing.service
(from rev 124248, syncthing/trunk/syncthing.service)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 124248, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing.service
  syncthing/repos/community-x86_64/syncthing@.service

+
 PKGBUILD   |  102 +--
 syncthing.1|  188 +--
 syncthing.install  |   18 ++--
 syncthing.service  |   22 ++---
 syncthing@.service |   24 +++---
 5 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 00:28:24 UTC (rev 124248)
+++ PKGBUILD2014-12-21 00:28:44 UTC (rev 124249)
@@ -1,51 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.12
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 124247, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 00:28:44 UTC (rev 124249)
@@ -0,0 +1,51 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.13
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+syncthing.service
+syncthing.1)
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -D -m 644 

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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 01:31:52
  Author: anatolik
Revision: 227841

upgpkg: dhcpcd 6.6.7-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-20 23:39:09 UTC (rev 227840)
+++ PKGBUILD2014-12-21 00:31:52 UTC (rev 227841)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.6.4
+pkgver=6.6.7
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('77cb679decceccdb95631f809ccdc138d86337a6'
+sha1sums=('73cb26b4be98753ab44d5cbce6f8c70719db827a'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 01:32:32
  Author: anatolik
Revision: 227842

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 227841, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 227841, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 227841, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 227841, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 227841, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 227841, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 227841, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 00:32:32 UTC (rev 227842)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.6.7
+pkgrel=1
+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')
+sha1sums=('73cb26b4be98753ab44d5cbce6f8c70719db827a'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+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}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 227841, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2014-12-21 00:32:32 UTC (rev 227842)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 227841, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2014-12-21 00:32:32 UTC (rev 227842)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 227841, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-21 00:32:32 UTC (rev 227842)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.6.7
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

[arch-commits] Commit in asymptote/trunk (PKGBUILD fix-ghostscript-9.15.diff)

2014-12-20 Thread Rémy Oudompheng
Date: Sunday, December 21, 2014 @ 01:38:00
  Author: remy
Revision: 227843

upgpkg: asymptote 2.32-1

With temporary fix for ghostscript 9.15

Added:
  asymptote/trunk/fix-ghostscript-9.15.diff
Modified:
  asymptote/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 fix-ghostscript-9.15.diff |   31 +++
 2 files changed, 43 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:32:32 UTC (rev 227842)
+++ PKGBUILD2014-12-21 00:38:00 UTC (rev 227843)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.24
-pkgrel=2
+pkgver=2.32
+pkgrel=1
 pkgdesc=A vector graphics language (like metapost)
 arch=('i686' 'x86_64')
 url=http://asymptote.sourceforge.net/;
@@ -18,10 +18,18 @@
 optdepends=('python2:   for the xasy GUI'
 'python2-pillow:for the xasy GUI'
 'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;
+fix-ghostscript-9.15.diff)
 install=texlive.install
-sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
+sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
+  '7060daca4180659a9a13844110f15b89c3c24bf6')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/fix-ghostscript-9.15.diff
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Added: fix-ghostscript-9.15.diff
===
--- fix-ghostscript-9.15.diff   (rev 0)
+++ fix-ghostscript-9.15.diff   2014-12-21 00:38:00 UTC (rev 227843)
@@ -0,0 +1,31 @@
+Index: runlabel.in
+===
+--- runlabel.in(revision 5685)
 runlabel.in(working copy)
+@@ -111,7 +111,7 @@
+ #else
+   const string null=/dev/null;
+ #endif
+-  cmd.push_back(-sDEVICE=epswrite);
++  cmd.push_back(-sDEVICE=eps2write);
+   cmd.push_back(-sOutputFile=+null);
+   cmd.push_back(stripDir(psname));
+   iopipestream gs(cmd,gs,Ghostscript);
+@@ -309,7 +309,7 @@
+   cmd.push_back(-dNOPAUSE);
+   cmd.push_back(-dBATCH);
+   if(safe) cmd.push_back(-dSAFER);
+-  cmd.push_back(-sDEVICE=epswrite);
++  cmd.push_back(-sDEVICE=eps2write);
+   cmd.push_back(-sOutputFile=-);
+   cmd.push_back(pdfname);
+   iopipestream gs(cmd,gs,Ghostscript);
+@@ -398,7 +398,7 @@
+   cmd2.push_back(-dBATCH);
+   cmd2.push_back(-P);
+   if(safe) cmd2.push_back(-dSAFER);
+-  cmd2.push_back(-sDEVICE=epswrite);
++  cmd2.push_back(-sDEVICE=eps2write);
+   cmd2.push_back(-sOutputFile=-);
+   cmd2.push_back(-);
+   iopipestream gs(cmd2,gs,Ghostscript);


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

2014-12-20 Thread Rémy Oudompheng
Date: Sunday, December 21, 2014 @ 01:38:04
  Author: remy
Revision: 227844

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 227843, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 227843, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-i686/texlive.install
(from rev 227843, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 227843, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 227843, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 227843, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

+
 /PKGBUILD  |  110 +++
 /texlive.install   |   40 +++
 extra-i686/PKGBUILD|   47 -
 extra-i686/fix-ghostscript-9.15.diff   |   31 
 extra-i686/texlive.install |   20 -
 extra-x86_64/PKGBUILD  |   47 -
 extra-x86_64/fix-ghostscript-9.15.diff |   31 
 extra-x86_64/texlive.install   |   20 -
 8 files changed, 212 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 00:38:00 UTC (rev 227843)
+++ extra-i686/PKGBUILD 2014-12-21 00:38:04 UTC (rev 227844)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.24
-pkgrel=2
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 227843, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 00:38:04 UTC (rev 227844)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.32
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;
+fix-ghostscript-9.15.diff)
+install=texlive.install
+sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
+  '7060daca4180659a9a13844110f15b89c3c24bf6')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/fix-ghostscript-9.15.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd 

[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 01:51:02
  Author: eric
Revision: 227845

upgpkg: perl-io-socket-ssl 2.008-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:38:04 UTC (rev 227844)
+++ PKGBUILD2014-12-21 00:51:02 UTC (rev 227845)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-io-socket-ssl
-pkgver=1.997
+pkgver=2.008
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('cc648f8ee2632cdc77282ced5cd4063ba55cda71')
+sha1sums=('e2d30a25b12d85b0ef2a1c0e1b8722d6b691c401')
 
 build() {
   cd IO-Socket-SSL-${pkgver}


[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 01:52:43
  Author: eric
Revision: 227846

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 227845, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 00:51:02 UTC (rev 227845)
+++ PKGBUILD2014-12-21 00:52:43 UTC (rev 227846)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-io-socket-ssl
-pkgver=1.997
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('cc648f8ee2632cdc77282ced5cd4063ba55cda71')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  yes | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 227845, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 00:52:43 UTC (rev 227846)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-io-socket-ssl
+pkgver=2.008
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('e2d30a25b12d85b0ef2a1c0e1b8722d6b691c401')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-xml-parser/trunk (PKGBUILD)

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 02:29:47
  Author: eric
Revision: 227847

upgpkg: perl-xml-parser 2.43-1

Upstream update

Modified:
  perl-xml-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:52:43 UTC (rev 227846)
+++ PKGBUILD2014-12-21 01:29:47 UTC (rev 227847)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-xml-parser
-pkgver=2.41
-pkgrel=5
+pkgver=2.43
+pkgrel=1
 pkgdesc=Expat-based XML parser module for perl
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
@@ -13,7 +13,7 @@
 provides=(perlxml=${pkgver})
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz;)
-md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
+sha1sums=('c9bb4540b66f43ebe1d2544e4dffcf2a2ef4974f')
 
 build() {
   cd XML-Parser-${pkgver}


[arch-commits] Commit in perl-xml-parser/repos (4 files)

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 02:32:08
  Author: eric
Revision: 227848

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

Added:
  perl-xml-parser/repos/extra-i686/PKGBUILD
(from rev 227847, perl-xml-parser/trunk/PKGBUILD)
  perl-xml-parser/repos/extra-x86_64/PKGBUILD
(from rev 227847, perl-xml-parser/trunk/PKGBUILD)
Deleted:
  perl-xml-parser/repos/extra-i686/PKGBUILD
  perl-xml-parser/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 01:29:47 UTC (rev 227847)
+++ extra-i686/PKGBUILD 2014-12-21 01:32:08 UTC (rev 227848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-xml-parser
-pkgver=2.41
-pkgrel=5
-pkgdesc=Expat-based XML parser module for perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/XML-Parser/;
-depends=('perl' 'expat')
-replaces=('perlxml')
-provides=(perlxml=${pkgver})
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz;)
-md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
-
-build() {
-  cd XML-Parser-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-Parser-${pkgver}
-  make test
-}
-
-package() {
-  cd XML-Parser-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-parser/repos/extra-i686/PKGBUILD (from rev 227847, 
perl-xml-parser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 01:32:08 UTC (rev 227848)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-xml-parser
+pkgver=2.43
+pkgrel=1
+pkgdesc=Expat-based XML parser module for perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/XML-Parser/;
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=(perlxml=${pkgver})
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz;)
+sha1sums=('c9bb4540b66f43ebe1d2544e4dffcf2a2ef4974f')
+
+build() {
+  cd XML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd XML-Parser-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 01:29:47 UTC (rev 227847)
+++ extra-x86_64/PKGBUILD   2014-12-21 01:32:08 UTC (rev 227848)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-xml-parser
-pkgver=2.41
-pkgrel=5
-pkgdesc=Expat-based XML parser module for perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/XML-Parser/;
-depends=('perl' 'expat')
-replaces=('perlxml')
-provides=(perlxml=${pkgver})
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz;)
-md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
-
-build() {
-  cd XML-Parser-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-Parser-${pkgver}
-  make test
-}
-
-package() {
-  cd XML-Parser-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-parser/repos/extra-x86_64/PKGBUILD (from rev 227847, 
perl-xml-parser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 01:32:08 UTC (rev 227848)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-xml-parser
+pkgver=2.43
+pkgrel=1
+pkgdesc=Expat-based XML parser module for perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/XML-Parser/;
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=(perlxml=${pkgver})
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz;)
+sha1sums=('c9bb4540b66f43ebe1d2544e4dffcf2a2ef4974f')
+
+build() {
+  cd XML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd XML-Parser-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 03:09:38
  Author: anatolik
Revision: 227849

upgpkg: openmpi 1.8.4-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 01:32:08 UTC (rev 227848)
+++ PKGBUILD2014-12-21 02:09:38 UTC (rev 227849)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=openmpi
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=(staticlibs)
 
source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2
 system_ltdl.patch)
-sha1sums=('4be9c5d2a8baee6a80bde94c6485931979a428fe'
+sha1sums=('88ae39850fcf0db05ac20e35dd9e4cacc75bde4d'
   'd5f8a3d463f1a1f29ca4725d6fb3b9f8c40799dc')
 
 prepare() {


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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 03:10:14
  Author: anatolik
Revision: 227850

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 227849, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-i686/system_ltdl.patch
(from rev 227849, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 227849, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/system_ltdl.patch
(from rev 227849, openmpi/trunk/system_ltdl.patch)

--+
 testing-i686/PKGBUILD|   77 +
 testing-i686/system_ltdl.patch   |   66 +++
 testing-x86_64/PKGBUILD  |   77 +
 testing-x86_64/system_ltdl.patch |   66 +++
 4 files changed, 286 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 227849, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 02:10:14 UTC (rev 227850)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=openmpi
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2
+system_ltdl.patch)
+sha1sums=('88ae39850fcf0db05ac20e35dd9e4cacc75bde4d'
+  'd5f8a3d463f1a1f29ca4725d6fb3b9f8c40799dc')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   # Make sure we use the system ltdl library rather than the ones in the 
tarball
+   rm -r opal/libltdl
+   patch -p1  ../system_ltdl.patch
+   ./autogen.pl
+}
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   # FS#28583
+   install -d -m 755 $pkgdir/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i $pkgdir/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv $pkgdir/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm $pkgdir/usr/share/vampirtrace/config.log
+
+   install -d -m 755 $pkgdir/etc/ld.so.conf.d
+   echo /usr/lib/$pkgname  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/testing-i686/system_ltdl.patch (from rev 227849, 
openmpi/trunk/system_ltdl.patch)
===
--- testing-i686/system_ltdl.patch  (rev 0)
+++ testing-i686/system_ltdl.patch  2014-12-21 02:10:14 UTC (rev 227850)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include string.h
+ 

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

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 03:21:25
  Author: eric
Revision: 227851

upgpkg: freeciv 2.4.4-1

Upstream update

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 02:10:14 UTC (rev 227850)
+++ PKGBUILD2014-12-21 02:21:25 UTC (rev 227851)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=freeciv
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc=A multiuser clone of the famous Microprose game of Civilization
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/freeciv/database.lua')
 install=freeciv.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ed7473e28c53e4bfbfc2535c15c7ef17d4e34204')
+sha1sums=('045931a0763df33e1e2114dde2d189a24861ce13')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 03:22:08
  Author: anatolik
Revision: 124250

upgpkg: ruby-rack 1.6.0-1

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 00:28:44 UTC (rev 124249)
+++ PKGBUILD2014-12-21 02:22:08 UTC (rev 124250)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov kidoz at mail dot ru
 
 pkgname=ruby-rack
-pkgver=1.5.2
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
 arch=(any)
 #url=http://rack.rubyforge.org/;
@@ -13,7 +13,7 @@
 depends=('ruby' 'rubygems')
 noextract=(rack-$pkgver.gem)
 source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('02067ea717f5d2e4b8e0bcd5155fcbc5')
+md5sums=('9c1281dd0c486b931a52445a703a4eaa')
 
 package() {
   cd $srcdir


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

2014-12-20 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 03:22:38
  Author: anatolik
Revision: 124251

archrelease: copy trunk to community-any

Added:
  ruby-rack/repos/community-any/PKGBUILD
(from rev 124250, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 02:22:08 UTC (rev 124250)
+++ PKGBUILD2014-12-21 02:22:38 UTC (rev 124251)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexsandr Pavlov kidoz at mail dot ru
-
-pkgname=ruby-rack
-pkgver=1.5.2
-pkgrel=3
-pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
-arch=(any)
-#url=http://rack.rubyforge.org/;
-url=http://rubyforge.org/projects/rack/;
-license=('MIT')
-depends=('ruby' 'rubygems')
-noextract=(rack-$pkgver.gem)
-source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('02067ea717f5d2e4b8e0bcd5155fcbc5')
-
-package() {
-  cd $srcdir
-  export HOME=/tmp
-  local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir')
-  gem install --no-user-install --ignore-dependencies -i $pkgdir$_gemdir -n 
$pkgdir/usr/bin rack-$pkgver.gem
-  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
-  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed s|$pkgdir||` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
-}

Copied: ruby-rack/repos/community-any/PKGBUILD (from rev 124250, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 02:22:38 UTC (rev 124251)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexsandr Pavlov kidoz at mail dot ru
+
+pkgname=ruby-rack
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
+arch=(any)
+#url=http://rack.rubyforge.org/;
+url=http://rubyforge.org/projects/rack/;
+license=('MIT')
+depends=('ruby' 'rubygems')
+noextract=(rack-$pkgver.gem)
+source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
+md5sums=('9c1281dd0c486b931a52445a703a4eaa')
+
+package() {
+  cd $srcdir
+  export HOME=/tmp
+  local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i $pkgdir$_gemdir -n 
$pkgdir/usr/bin rack-$pkgver.gem
+  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
+  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed s|$pkgdir||` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
+}


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

2014-12-20 Thread Eric Bélanger
Date: Sunday, December 21, 2014 @ 03:23:40
  Author: eric
Revision: 227852

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

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

--+
 /PKGBUILD|   54 +
 /freeciv.install |   22 
 extra-i686/PKGBUILD  |   27 
 extra-i686/freeciv.install   |   11 
 extra-x86_64/PKGBUILD|   27 
 extra-x86_64/freeciv.install |   11 
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-i686/PKGBUILD 2014-12-21 02:23:40 UTC (rev 227852)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=freeciv
-pkgver=2.4.3
-pkgrel=1
-pkgdesc=A multiuser clone of the famous Microprose game of Civilization
-arch=('i686' 'x86_64')
-url=http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ed7473e28c53e4bfbfc2535c15c7ef17d4e34204')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 227851, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 02:23:40 UTC (rev 227852)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=freeciv
+pkgver=2.4.4
+pkgrel=1
+pkgdesc=A multiuser clone of the famous Microprose game of Civilization
+arch=('i686' 'x86_64')
+url=http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('045931a0763df33e1e2114dde2d189a24861ce13')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/freeciv.install
===
--- extra-i686/freeciv.install  2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-i686/freeciv.install  2014-12-21 02:23:40 UTC (rev 227852)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: freeciv/repos/extra-i686/freeciv.install (from rev 227851, 
freeciv/trunk/freeciv.install)
===
--- extra-i686/freeciv.install  (rev 0)
+++ extra-i686/freeciv.install  2014-12-21 02:23:40 UTC (rev 227852)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-x86_64/PKGBUILD   2014-12-21 02:23:40 UTC (rev 227852)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=freeciv
-pkgver=2.4.3
-pkgrel=1
-pkgdesc=A multiuser clone of the famous Microprose game of Civilization
-arch=('i686' 'x86_64')
-url=http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ed7473e28c53e4bfbfc2535c15c7ef17d4e34204')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared 

[arch-commits] Commit in nvidia/trunk (PKGBUILD nv-drm-343.36.patch)

2014-12-20 Thread Felix Yan
Date: Sunday, December 21, 2014 @ 05:23:13
  Author: fyan
Revision: 227853

upgpkg: nvidia 343.36-5

add patch to fix FS#43147

Added:
  nvidia/trunk/nv-drm-343.36.patch
Modified:
  nvidia/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 nv-drm-343.36.patch |   14 ++
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 02:23:40 UTC (rev 227852)
+++ PKGBUILD2014-12-21 04:23:13 UTC (rev 227853)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=343.36
 _extramodules=extramodules-3.18-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -14,9 +14,11 @@
 install=nvidia.install
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm-343.36.patch)
 md5sums=('eae5d5407df0b371929a76f96aec4020'
- 'dfdf53ee8787455fe92a760ffa6badcb')
+ 'dfdf53ee8787455fe92a760ffa6badcb'
+ 'ff8a5f979e4428f8c847423fb007042c')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -25,6 +27,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}
 # patches here
+patch -p1 -i ../nv-drm-343.36.patch
 }
 
 build() {

Added: nv-drm-343.36.patch
===
--- nv-drm-343.36.patch (rev 0)
+++ nv-drm-343.36.patch 2014-12-21 04:23:13 UTC (rev 227853)
@@ -0,0 +1,14 @@
+diff --git a/kernel/nv-drm.c b/kernel/nv-drm.c
+index c0b41a0..700c193 100644
+--- a/kernel/nv-drm.c
 b/kernel/nv-drm.c
+@@ -128,6 +128,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+ 
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,
+


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

2014-12-20 Thread Felix Yan
Date: Sunday, December 21, 2014 @ 05:23:41
  Author: fyan
Revision: 227854

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

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

+
 /PKGBUILD  |  100 +++
 /nvidia.install|   36 
 testing-i686/PKGBUILD  |   47 
 testing-i686/nv-drm-343.36.patch   |   14 
 testing-i686/nvidia.install|   18 --
 testing-x86_64/PKGBUILD|   47 
 testing-x86_64/nv-drm-343.36.patch |   14 
 testing-x86_64/nvidia.install  |   18 --
 8 files changed, 164 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-21 04:23:13 UTC (rev 227853)
+++ testing-i686/PKGBUILD   2014-12-21 04:23:41 UTC (rev 227854)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.36
-_extramodules=extramodules-3.18-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('eae5d5407df0b371929a76f96aec4020'
- 'dfdf53ee8787455fe92a760ffa6badcb')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 227853, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 04:23:41 UTC (rev 227854)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.36
+_extramodules=extramodules-3.18-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm-343.36.patch)
+md5sums=('eae5d5407df0b371929a76f96aec4020'
+ 'dfdf53ee8787455fe92a760ffa6badcb'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p1 -i ../nv-drm-343.36.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD nv-drm.patch)

2014-12-20 Thread Felix Yan
Date: Sunday, December 21, 2014 @ 05:39:21
  Author: fyan
Revision: 227855

upgpkg: nvidia-340xx 340.65-6

add patch to fix FS#43147

Added:
  nvidia-340xx/trunk/nv-drm.patch
Modified:
  nvidia-340xx/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 nv-drm.patch |   27 +++
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 04:23:41 UTC (rev 227854)
+++ PKGBUILD2014-12-21 04:39:21 UTC (rev 227855)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.65
 _extramodules=extramodules-3.18-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -15,9 +15,11 @@
 install=${pkgname}.install
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)
 md5sums=('4aa6039b8543312b41a924bb87b0b2db'
- '4558104f8601d27c7fd3e5cec7892345')
+ '4558104f8601d27c7fd3e5cec7892345'
+ '79671a27131da619a33eb02ed0c2c031')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
@@ -26,6 +28,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}
 # patches here
+patch -p0 -i ../nv-drm.patch
 }
 
 build() {

Added: nv-drm.patch
===
--- nv-drm.patch(rev 0)
+++ nv-drm.patch2014-12-21 04:39:21 UTC (rev 227855)
@@ -0,0 +1,27 @@
+--- kernel/nv-drm.c~ 2014-09-12 00:33:06.0 +0200
 kernel/nv-drm.c 2014-10-14 11:35:52.854400737 +0200
+@@ -18,6 +18,11 @@
+
+ #include drm/drmP.h
+
++/* 3.18-rc0+ */
++#ifndef drm_gem_object
++#include drm/drm_gem.h
++#endif
++
+ extern nv_linux_state_t *nv_linux_devices;
+
+ struct nv_gem_object {
+diff --git a/kernel/nv-drm.c~ b/kernel/nv-drm.c
+index ecc982a..60d7aae 100644
+--- kernel/nv-drm.c~
 kernel/nv-drm.c
+@@ -129,6 +129,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+
++.set_busid = drm_pci_set_busid,
++
+ .name = nvidia-drm,
+ .desc = NVIDIA DRM driver,
+ .date = 20130102,


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

2014-12-20 Thread Felix Yan
Date: Sunday, December 21, 2014 @ 05:39:44
  Author: fyan
Revision: 227856

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

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

-+
 /PKGBUILD   |  102 ++
 /nvidia-340xx.install   |   30 ++
 testing-i686/PKGBUILD   |   48 
 testing-i686/nv-drm.patch   |   27 +
 testing-i686/nvidia-340xx.install   |   15 -
 testing-x86_64/PKGBUILD |   48 
 testing-x86_64/nv-drm.patch |   27 +
 testing-x86_64/nvidia-340xx.install |   15 -
 8 files changed, 186 insertions(+), 126 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-21 04:39:21 UTC (rev 227855)
+++ testing-i686/PKGBUILD   2014-12-21 04:39:44 UTC (rev 227856)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.65
-_extramodules=extramodules-3.18-ARCH
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('4aa6039b8543312b41a924bb87b0b2db'
- '4558104f8601d27c7fd3e5cec7892345')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 227855, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 04:39:44 UTC (rev 227856)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.65
+_extramodules=extramodules-3.18-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)
+md5sums=('4aa6039b8543312b41a924bb87b0b2db'
+ '4558104f8601d27c7fd3e5cec7892345'
+ '79671a27131da619a33eb02ed0c2c031')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p0 -i ../nv-drm.patch
+}
+

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

2014-12-20 Thread Allan McRae
Date: Sunday, December 21, 2014 @ 08:10:07
  Author: allan
Revision: 227857

upgpkg: pacman 4.2.0-2

add needed vcs handlers to makepkg.conf, pull upstream roundup patch

Added:
  pacman/trunk/pacman-4.2.0-roundup.patch
Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf

+
 PKGBUILD   |   15 ---
 makepkg.conf   |   12 +---
 pacman-4.2.0-roundup.patch |   26 ++
 3 files changed, 47 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 04:39:44 UTC (rev 227856)
+++ PKGBUILD2014-12-21 07:10:07 UTC (rev 227857)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
@@ -23,14 +23,23 @@
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
 pacman.conf.i686
 pacman.conf.x86_64
-makepkg.conf)
+makepkg.conf
+pacman-4.2.0-roundup.patch)
 md5sums=('184ce14f1f326fede72012cca51bba51'
  'SKIP'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '2da6544e387f940588a90cb4b9b914e2')
+ '1172ef3e5fdd0badeef06713a5a35c12'
+ '534122433af545f625ad583603c3751a')
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 
al...@archlinux.org
 
+prepare() {
+  cd $pkgname-$pkgver
+  
+  # v4.2.0..91a56a70
+  patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 

Modified: makepkg.conf
===
--- makepkg.conf2014-12-21 04:39:44 UTC (rev 227856)
+++ makepkg.conf2014-12-21 07:10:07 UTC (rev 227857)
@@ -19,6 +19,13 @@
 # /usr/bin/lftpget -c
 # /usr/bin/wget
 
+#-- The the package required by makepkg to download VCS sources
+#  Format: 'protocol::package'
+VCSCLIENT=('bzr::bzr'
+   'git::git'
+   'hg::mercurial'
+   'svn::subversion')
+
 #
 # ARCHITECTURE, COMPILE FLAGS
 #
@@ -43,10 +50,9 @@
 # BUILD ENVIRONMENT
 #
 #
-# Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
+# Defaults: BUILDENV=(!distcc color !ccache check !sign)
 #  A negated environment option will do the opposite of the comments below.
 #
-#-- fakeroot: Allow building packages as a non-root user
 #-- distcc:   Use the Distributed C/C++/ObjC compiler
 #-- color:Colorize output messages
 #-- ccache:   Use ccache to cache compilation
@@ -53,7 +59,7 @@
 #-- check:Run the check() function if present in the PKGBUILD
 #-- sign: Generate PGP signature file
 #
-BUILDENV=(fakeroot !distcc color !ccache check !sign)
+BUILDENV=(!distcc color !ccache check !sign)
 #
 #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
 #-- specify a space-delimited list of hosts running in the DistCC cluster.

Added: pacman-4.2.0-roundup.patch
===
--- pacman-4.2.0-roundup.patch  (rev 0)
+++ pacman-4.2.0-roundup.patch  2014-12-21 07:10:07 UTC (rev 227857)
@@ -0,0 +1,26 @@
+diff --git a/contrib/paclist.sh.in b/contrib/paclist.sh.in
+index 1c10b32..f4fd540 100644
+--- a/contrib/paclist.sh.in
 b/contrib/paclist.sh.in
+@@ -31,7 +31,7 @@ if ! type gettext /dev/null; then
+ fi
+ 
+ usage() {
+-  printf %s (pacman) v%s\n ${myname} myver
++  printf %s (pacman) v%s\n ${myname} ${myver}
+   echo
+   printf List all packages installed from a given repository\n 
${myname}
+   echo
+diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
+index 33dff24..23e70cd 100644
+--- a/scripts/makepkg.sh.in
 b/scripts/makepkg.sh.in
+@@ -3435,7 +3435,7 @@ CARCH=${_CARCH:-$CARCH}
+ if (( ! INFAKEROOT )); then
+   if (( EUID == 0 )); then
+   error $(gettext Running %s as root is not allowed as it can 
cause permanent,\n\
+-catastrophic damage to your system.)
++catastrophic damage to your system.) makepkg
+   exit 1 # $E_USER_ABORT
+   fi
+ else


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

2014-12-20 Thread Allan McRae
Date: Sunday, December 21, 2014 @ 08:12:19
  Author: allan
Revision: 227858

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

Added:
  pacman/repos/testing-i686/PKGBUILD
(from rev 227857, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 227857, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman-4.2.0-roundup.patch
(from rev 227857, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 227857, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 227857, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 227857, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 227857, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman-4.2.0-roundup.patch
(from rev 227857, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 227857, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 227857, pacman/trunk/pacman.conf.x86_64)
Deleted:
  pacman/repos/testing-i686/PKGBUILD
  pacman/repos/testing-i686/makepkg.conf
  pacman/repos/testing-i686/pacman.conf.i686
  pacman/repos/testing-i686/pacman.conf.x86_64
  pacman/repos/testing-x86_64/PKGBUILD
  pacman/repos/testing-x86_64/makepkg.conf
  pacman/repos/testing-x86_64/pacman.conf.i686
  pacman/repos/testing-x86_64/pacman.conf.x86_64

---+
 /PKGBUILD |  196 ++
 /makepkg.conf |  292 
 /pacman.conf.i686 |  180 +
 /pacman.conf.x86_64   |  198 ++
 testing-i686/PKGBUILD |   89 
 testing-i686/makepkg.conf |  140 -
 testing-i686/pacman-4.2.0-roundup.patch   |   26 ++
 testing-i686/pacman.conf.i686 |   90 
 testing-i686/pacman.conf.x86_64   |   99 -
 testing-x86_64/PKGBUILD   |   89 
 testing-x86_64/makepkg.conf   |  140 -
 testing-x86_64/pacman-4.2.0-roundup.patch |   26 ++
 testing-x86_64/pacman.conf.i686   |   90 
 testing-x86_64/pacman.conf.x86_64 |   99 -
 14 files changed, 918 insertions(+), 836 deletions(-)

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


<    1   2