[arch-commits] Commit in gnome-online-accounts/trunk (2 files)

2014-09-06 Thread Jan de Groot
Date: Saturday, September 6, 2014 @ 12:18:22
  Author: jgc
Revision: 221032

upgpkg: gnome-online-accounts 3.13.91-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD
  gnome-online-accounts/trunk/gnome-online-accounts.install

---+
 PKGBUILD  |9 -
 gnome-online-accounts.install |1 +
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 00:19:06 UTC (rev 221031)
+++ PKGBUILD2014-09-06 10:18:22 UTC (rev 221032)
@@ -2,18 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.12.3
+pkgver=3.13.91
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
- 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('afd7e2f0e6eccbde92f10183ea366c95b579767c540442ef82e4009d7759eda6')
+sha256sums=('9acebae1cdd2094770685b036b2637e1ff503c3f06e490bc1b289ccc21bd61ed')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-online-accounts.install
===
--- gnome-online-accounts.install   2014-09-06 00:19:06 UTC (rev 221031)
+++ gnome-online-accounts.install   2014-09-06 10:18:22 UTC (rev 221032)
@@ -1,5 +1,6 @@
 post_install () {
 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {



[arch-commits] Commit in gnome-backgrounds/repos (2 files)

2014-09-06 Thread Jan de Groot
Date: Saturday, September 6, 2014 @ 12:21:07
  Author: jgc
Revision: 221035

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-backgrounds/repos/gnome-unstable-any/
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
(from rev 221034, gnome-backgrounds/trunk/PKGBUILD)

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 221034, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-06 10:21:07 UTC (rev 221035)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82e184721dbd5f316e191414c33ff9e0aa1a3dc93b74a13957251fc5dd8f4129')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-06 Thread Jan de Groot
Date: Saturday, September 6, 2014 @ 12:21:03
  Author: jgc
Revision: 221034

upgpkg: gnome-backgrounds 3.13.90-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 10:18:27 UTC (rev 221033)
+++ PKGBUILD2014-09-06 10:21:03 UTC (rev 221034)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-backgrounds
-pkgver=3.12.2
+pkgver=3.13.90
 pkgrel=1
 pkgdesc=Background images and data for GNOME
 arch=(any)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac4d3e0fffc5991865ca748e728a1ab87f167400105250ce2195b03502427180')
+sha256sums=('82e184721dbd5f316e191414c33ff9e0aa1a3dc93b74a13957251fc5dd8f4129')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-online-accounts/repos (6 files)

2014-09-06 Thread Jan de Groot
Date: Saturday, September 6, 2014 @ 12:18:27
  Author: jgc
Revision: 221033

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 221032, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 221032, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221032, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 221032, gnome-online-accounts/trunk/gnome-online-accounts.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 ++
 gnome-unstable-i686/gnome-online-accounts.install   |   12 ++
 gnome-unstable-x86_64/PKGBUILD  |   31 ++
 gnome-unstable-x86_64/gnome-online-accounts.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
221032, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-06 10:18:27 UTC (rev 221033)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.13.91
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9acebae1cdd2094770685b036b2637e1ff503c3f06e490bc1b289ccc21bd61ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 221032, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-i686/gnome-online-accounts.install   
(rev 0)
+++ gnome-unstable-i686/gnome-online-accounts.install   2014-09-06 10:18:27 UTC 
(rev 221033)
@@ -0,0 +1,12 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
221032, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-06 10:18:27 UTC (rev 221033)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.13.91
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9acebae1cdd2094770685b036b2637e1ff503c3f06e490bc1b289ccc21bd61ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install 
(from rev 221032, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-x86_64/gnome-online-accounts.install 
(rev 0)
+++ 

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

2014-09-06 Thread Thorsten Töpper
Date: Saturday, September 6, 2014 @ 13:44:48
  Author: ttoepper
Revision: 118451

upgpkg: mksh 50b-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 02:33:16 UTC (rev 118450)
+++ PKGBUILD2014-09-06 11:44:48 UTC (rev 118451)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-_pkgver=R50
-pkgver=50
+_pkgver=R50b
+pkgver=50b
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('436a448f4124d3743adb9e4a1562b77e'
+md5sums=('1821a40dacc44293d7325c6021952b69'
  'fd6f7b5eb01280b0110af736d6188f34')
 
 check() {



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

2014-09-06 Thread Thorsten Töpper
Date: Saturday, September 6, 2014 @ 13:44:53
  Author: ttoepper
Revision: 118452

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

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

---+
 /PKGBUILD |   78 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   39 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/mksh.install |9 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-06 11:44:48 UTC (rev 118451)
+++ community-i686/PKGBUILD 2014-09-06 11:44:53 UTC (rev 118452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-_pkgver=R50
-pkgver=50
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('436a448f4124d3743adb9e4a1562b77e'
- 'fd6f7b5eb01280b0110af736d6188f34')
-
-check() {
-  cd $srcdir/$pkgname
-  ./test.sh
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
-  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 118451, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 11:44:53 UTC (rev 118452)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+_pkgver=R50b
+pkgver=50b
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('1821a40dacc44293d7325c6021952b69'
+ 'fd6f7b5eb01280b0110af736d6188f34')
+
+check() {
+  cd $srcdir/$pkgname
+  ./test.sh
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/usr/bin/mksh
+  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2014-09-06 11:44:48 UTC (rev 118451)
+++ community-i686/mksh.install 2014-09-06 11:44:53 UTC (rev 118452)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 118451, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2014-09-06 11:44:53 UTC (rev 118452)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-06 11:44:48 UTC (rev 118451)
+++ community-x86_64/PKGBUILD   2014-09-06 11:44:53 UTC (rev 118452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel 

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

2014-09-06 Thread Sven-Hendrik Haase
Date: Saturday, September 6, 2014 @ 14:28:11
  Author: svenstaro
Revision: 118453

upgpkg: wine 1.7.26-1

upstream release 1.7.26

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 11:44:53 UTC (rev 118452)
+++ PKGBUILD2014-09-06 12:28:11 UTC (rev 118453)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.25
+pkgver=1.7.26
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('ec112b956bbd40e78736f19f491a6770057773dd'
+sha1sums=('21b71e50cb8e2d5b29d32493512e1a6c53bd3f3c'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
@@ -108,10 +108,6 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
-  # ncurses fix
-  sed -i 's|libncurses|libncursesw|g' $srcdir/$pkgname/configure
-  sed -i 's|lncurses|lncursesw|g' $srcdir/$pkgname/configure
-
   # Get rid of old build dirs
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build



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

2014-09-06 Thread Sven-Hendrik Haase
Date: Saturday, September 6, 2014 @ 14:28:18
  Author: svenstaro
Revision: 118454

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 118453, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 118453, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 118453, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 +++-
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-09-06 12:28:11 UTC (rev 118453)
+++ 30-win32-aliases.conf   2014-09-06 12:28:18 UTC (rev 118454)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 118453, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-09-06 12:28:18 UTC (rev 118454)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 12:28:11 UTC (rev 118453)
+++ PKGBUILD2014-09-06 12:28:18 UTC (rev 118454)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.25
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('ec112b956bbd40e78736f19f491a6770057773dd'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-09-06 Thread Sven-Hendrik Haase
Date: Saturday, September 6, 2014 @ 14:49:35
  Author: svenstaro
Revision: 118455

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 118454, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 118454, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 118454, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 +++-
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-09-06 12:28:18 UTC (rev 118454)
+++ 30-win32-aliases.conf   2014-09-06 12:49:35 UTC (rev 118455)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 118454, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-09-06 12:49:35 UTC (rev 118455)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 12:28:18 UTC (rev 118454)
+++ PKGBUILD2014-09-06 12:49:35 UTC (rev 118455)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.25
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('ec112b956bbd40e78736f19f491a6770057773dd'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   

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

2014-09-06 Thread Giovanni Scafora
Date: Saturday, September 6, 2014 @ 15:54:44
  Author: giovanni
Revision: 221036

upgpkg: mercurial 3.1.1-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 10:21:07 UTC (rev 221035)
+++ PKGBUILD2014-09-06 13:54:44 UTC (rev 221036)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('d3916736a9d356899191409e546b5964'
+md5sums=('5a530bb472b3cb306b757c8f5df91358'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-09-06 Thread Giovanni Scafora
Date: Saturday, September 6, 2014 @ 15:54:52
  Author: giovanni
Revision: 221037

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 221036, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 221036, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 221036, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 221036, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  100 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   50 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-06 13:54:44 UTC (rev 221036)
+++ extra-i686/PKGBUILD 2014-09-06 13:54:52 UTC (rev 221037)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('d3916736a9d356899191409e546b5964'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-  
-  # FS#38825 - Add certs config to package 
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 221036, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-06 13:54:52 UTC (rev 221037)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('5a530bb472b3cb306b757c8f5df91358'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2014-09-06 Thread Tobias Powalowski
Date: Saturday, September 6, 2014 @ 17:40:37
  Author: tpowa
Revision: 221039

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

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

--+
 testing-i686/PKGBUILD|  296 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/compal-laptop-hwmon-fix.patch   |   14 
 testing-i686/config  | 7076 +
 testing-i686/config.x86_64   | 6832 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  296 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/compal-laptop-hwmon-fix.patch |   14 
 testing-x86_64/config| 7076 +
 testing-x86_64/config.x86_64 | 6832 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 28560 insertions(+)

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


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

2014-09-06 Thread Tobias Powalowski
Date: Saturday, September 6, 2014 @ 17:40:19
  Author: tpowa
Revision: 221038

upgpkg: linux 3.16.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 13:54:52 UTC (rev 221037)
+++ PKGBUILD2014-09-06 15:40:19 UTC (rev 221038)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.16
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'compal-laptop-hwmon-fix.patch'
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
-'d2bf33289acf5c05b57aaca1fd8bb1935ac280c5c4090874e84806d35e17012e'
+'567c903c21a932c6265eae1dee9ac708e33fc5405d69204de2588760ed0bde72'
 '060a07957201a04faa98b13e99a260c326c76660cb0dc7a724f644dabfae9eff'
 'f519556d8272e0be3064a255adf0b3533dbcdab24f02426786a7d9366ae1f82e'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'



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

2014-09-06 Thread Felix Yan
Date: Saturday, September 6, 2014 @ 18:00:33
  Author: fyan
Revision: 118456

upgpkg: jenkins 1.579-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 12:49:35 UTC (rev 118455)
+++ PKGBUILD2014-09-06 16:00:33 UTC (rev 118456)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.578
+pkgver=1.579
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('37e7be0431e32a523b5d704921c41463ea1863820a85faa3e9df2bcbf35cb4406f9298c6ded5085686d797929ee7410a52653fb8e8916e4842ac70f6a6267ea7'
+sha512sums=('668512639c7d49e411610fb6c0c620ce51d280662ba959a11221e72e3355c22adfc787e223be4619c43a0cb7badc1ca068228797e576375564ad02711415c164'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-09-06 Thread Felix Yan
Date: Saturday, September 6, 2014 @ 18:01:11
  Author: fyan
Revision: 118457

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 118456, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 118456, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 118456, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 118456, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 118456, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 118456, 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-09-06 16:00:33 UTC (rev 118456)
+++ LICENSE 2014-09-06 16:01:11 UTC (rev 118457)
@@ -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 118456, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-06 16:01:11 UTC (rev 118457)
@@ -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-09-06 16:00:33 UTC (rev 118456)
+++ PKGBUILD2014-09-06 16:01:11 UTC (rev 118457)
@@ -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.578
-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 parallel/repos/community-any (4 files)

2014-09-06 Thread Timothy Redaelli
Date: Saturday, September 6, 2014 @ 18:01:42
  Author: tredaelli
Revision: 118459

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 118458, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 118458, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   68 +-
 fix-pod-numbers.patch |   94 
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 16:01:31 UTC (rev 118458)
+++ PKGBUILD2014-09-06 16:01:42 UTC (rev 118459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Vianney le Clément vleclement AT gmail·com
-# Contributor: Peter Simons sim...@cryp.to
-
-pkgname=parallel
-pkgver=20140822
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('81064272734f7576f367636eb7d6059d'
- 'SKIP')
-sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # FIXME
-  ln -sf parallel $pkgdir/usr/bin/sem
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 118458, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-06 16:01:42 UTC (rev 118459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Vianney le Clément vleclement AT gmail·com
+# Contributor: Peter Simons sim...@cryp.to
+
+pkgname=parallel
+pkgver=20140822
+pkgrel=2
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('81064272734f7576f367636eb7d6059d'
+ 'SKIP')
+sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # FIXME
+  ln -sf parallel $pkgdir/usr/bin/sem
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2014-09-06 16:01:31 UTC (rev 118458)
+++ fix-pod-numbers.patch   2014-09-06 16:01:42 UTC (rev 118459)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 118458, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2014-09-06 16:01:42 UTC (rev 118459)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z
+ 
+ More 

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

2014-09-06 Thread Timothy Redaelli
Date: Saturday, September 6, 2014 @ 18:01:31
  Author: tredaelli
Revision: 118458

upgpkg: parallel 20140822-2

Add procps as deps

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:01:11 UTC (rev 118457)
+++ PKGBUILD2014-09-06 16:01:31 UTC (rev 118458)
@@ -5,12 +5,12 @@
 
 pkgname=parallel
 pkgver=20140822
-pkgrel=1
+pkgrel=2
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
 url='http://www.gnu.org/software/parallel/'
 license=('GPL3')
-depends=('perl')
+depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 md5sums=('81064272734f7576f367636eb7d6059d'
  'SKIP')



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:06:20
  Author: thestinger
Revision: 118460

upgpkg: linux-grsec 3.16.2.201409060014-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:01:42 UTC (rev 118459)
+++ PKGBUILD2014-09-06 16:06:20 UTC (rev 118460)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.16
-_pkgver=3.16.1
+_pkgver=3.16.2
 _grsecver=3.0
-_timestamp=201409021826
+_timestamp=201409060014
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,8 +30,8 @@
 'compal-laptop-hwmon-fix.patch'
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
-'d2bf33289acf5c05b57aaca1fd8bb1935ac280c5c4090874e84806d35e17012e'
-'72a86cb36deb5eca062cc495fe692d17aa4e05d2f12b57b3ba6dbcf88c25584f'
+'567c903c21a932c6265eae1dee9ac708e33fc5405d69204de2588760ed0bde72'
+'247fd766c9bd8f615bb71f1deead2d1a85eba5f596461b7279e4f42bddafdbba'
 'SKIP'
 'cf69205d67e3d663b541e330ddadb5ed4129ed6f59319018f5b32e26518af6bc'
 '25edf39c40063ac3f2455b57978151f5c1fd9584be02d40ab2ec6e0d23617dff'



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:07:59
  Author: thestinger
Revision: 118461

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

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

+
 /PKGBUILD  |  636 
 /change-default-console-loglevel.patch |   22 
 /compal-laptop-hwmon-fix.patch |   28 
 /config|14430 +++
 /config.x86_64 |13872 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  318 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/compal-laptop-hwmon-fix.patch   |   14 
 community-i686/config  | 7215 ---
 community-i686/config.x86_64   | 6936 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  318 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/compal-laptop-hwmon-fix.patch |   14 
 community-x86_64/config| 7215 ---
 community-x86_64/config.x86_64 | 6936 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 21 files changed, 29132 insertions(+), 29132 deletions(-)

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


[arch-commits] Commit in (4 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:08:22
  Author: thestinger
Revision: 118462

add openvas-libraries package

Added:
  openvas-libraries/
  openvas-libraries/repos/
  openvas-libraries/trunk/
  openvas-libraries/trunk/PKGBUILD

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

Added: openvas-libraries/trunk/PKGBUILD
===
--- openvas-libraries/trunk/PKGBUILD(rev 0)
+++ openvas-libraries/trunk/PKGBUILD2014-09-06 16:08:22 UTC (rev 118462)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+options=('!makeflags')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+prepare() {
+  cd openvas-libraries-$pkgver
+  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
+}
+
+build() {
+  cd openvas-libraries-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make CFLAGS=-Wno-error CC=--disable-werror
+}
+
+package() {
+  cd openvas-libraries-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:09:58
  Author: thestinger
Revision: 118463

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

Added:
  openvas-libraries/repos/community-i686/
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 118462, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 118462, openvas-libraries/trunk/PKGBUILD)

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

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 118462, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 16:09:58 UTC (rev 118463)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+options=('!makeflags')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+prepare() {
+  cd openvas-libraries-$pkgver
+  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
+}
+
+build() {
+  cd openvas-libraries-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make CFLAGS=-Wno-error CC=--disable-werror
+}
+
+package() {
+  cd openvas-libraries-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 118462, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 16:09:58 UTC (rev 118463)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+options=('!makeflags')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+prepare() {
+  cd openvas-libraries-$pkgver
+  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
+}
+
+build() {
+  cd openvas-libraries-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make CFLAGS=-Wno-error CC=--disable-werror
+}
+
+package() {
+  cd openvas-libraries-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:11:35
  Author: thestinger
Revision: 118464

add $Id$ tag for openvas-libraries

Modified:
  openvas-libraries/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:09:58 UTC (rev 118463)
+++ PKGBUILD2014-09-06 16:11:35 UTC (rev 118464)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.3


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


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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:25:08
  Author: thestinger
Revision: 118465

openvas-libraries: switch source link

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:11:35 UTC (rev 118464)
+++ PKGBUILD2014-09-06 16:25:08 UTC (rev 118465)
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'doxygen')
 options=('!makeflags')
 # This URL needs to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
+# http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
 md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
 



[arch-commits] Commit in (4 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:26:00
  Author: thestinger
Revision: 118466

add openvas-cli package

Added:
  openvas-cli/
  openvas-cli/repos/
  openvas-cli/trunk/
  openvas-cli/trunk/PKGBUILD

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

Added: openvas-cli/trunk/PKGBUILD
===
--- openvas-cli/trunk/PKGBUILD  (rev 0)
+++ openvas-cli/trunk/PKGBUILD  2014-09-06 16:26:00 UTC (rev 118466)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('glib2' 'openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+options=('!makeflags')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+
+build() {
+  cd openvas-cli-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-cli-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:28:38
  Author: thestinger
Revision: 118467

upgpkg: openvas-cli 1.3.0-1

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:26:00 UTC (rev 118466)
+++ PKGBUILD2014-09-06 16:28:38 UTC (rev 118467)
@@ -6,9 +6,8 @@
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('glib2' 'openvas-libraries')
+depends=('openvas-libraries')
 makedepends=('cmake' 'xmltoman' 'doxygen')
-options=('!makeflags')
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:29:11
  Author: thestinger
Revision: 118468

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

Added:
  openvas-cli/repos/community-i686/
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 118467, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 118467, openvas-cli/trunk/PKGBUILD)

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

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 118467, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 16:29:11 UTC (rev 118468)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+
+build() {
+  cd openvas-cli-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-cli-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 118467, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 16:29:11 UTC (rev 118468)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+
+build() {
+  cd openvas-cli-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-cli-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:38:03
  Author: thestinger
Revision: 118469

openvas-cli: add $Id$ tag

Modified:
  openvas-cli/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 16:29:11 UTC (rev 118468)
+++ PKGBUILD2014-09-06 16:38:03 UTC (rev 118469)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
 pkgver=1.3.0


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


[arch-commits] Commit in (5 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:54:09
  Author: thestinger
Revision: 118470

add openvas-scanner package

Added:
  openvas-scanner/
  openvas-scanner/repos/
  openvas-scanner/trunk/
  openvas-scanner/trunk/PKGBUILD
  openvas-scanner/trunk/openvas-scanner.service

-+
 PKGBUILD|   29 +
 openvas-scanner.service |9 +
 2 files changed, 38 insertions(+)

Added: openvas-scanner/trunk/PKGBUILD
===
--- openvas-scanner/trunk/PKGBUILD  (rev 0)
+++ openvas-scanner/trunk/PKGBUILD  2014-09-06 16:54:09 UTC (rev 118470)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1686/openvas-scanner-${pkgver}.tar.gz;
+'openvas-scanner.service')
+md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd openvas-scanner-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-scanner-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../openvas-scanner.service 
$pkgdir/usr/lib/systemd/system/openvas-scanner.service
+}


Property changes on: openvas-scanner/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: openvas-scanner/trunk/openvas-scanner.service
===
--- openvas-scanner/trunk/openvas-scanner.service   
(rev 0)
+++ openvas-scanner/trunk/openvas-scanner.service   2014-09-06 16:54:09 UTC 
(rev 118470)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 18:56:46
  Author: thestinger
Revision: 118471

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

Added:
  openvas-scanner/repos/community-i686/
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 118470, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 118470, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 118470, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 118470, openvas-scanner/trunk/openvas-scanner.service)

--+
 community-i686/PKGBUILD  |   29 +
 community-i686/openvas-scanner.service   |9 +
 community-x86_64/PKGBUILD|   29 +
 community-x86_64/openvas-scanner.service |9 +
 4 files changed, 76 insertions(+)

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 118470, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 16:56:46 UTC (rev 118471)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1686/openvas-scanner-${pkgver}.tar.gz;
+'openvas-scanner.service')
+md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd openvas-scanner-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-scanner-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../openvas-scanner.service 
$pkgdir/usr/lib/systemd/system/openvas-scanner.service
+}

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
118470, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-09-06 16:56:46 UTC (rev 
118471)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-x86_64/PKGBUILD (from rev 118470, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 16:56:46 UTC (rev 118471)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1686/openvas-scanner-${pkgver}.tar.gz;
+'openvas-scanner.service')
+md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd openvas-scanner-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd openvas-scanner-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../openvas-scanner.service 
$pkgdir/usr/lib/systemd/system/openvas-scanner.service
+}

Copied: openvas-scanner/repos/community-x86_64/openvas-scanner.service (from 
rev 118470, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-x86_64/openvas-scanner.service(rev 0)
+++ community-x86_64/openvas-scanner.service2014-09-06 16:56:46 UTC (rev 
118471)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in (4 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:23:39
  Author: thestinger
Revision: 118472

add greenbone-security-assistant package

Added:
  greenbone-security-assistant/
  greenbone-security-assistant/repos/
  greenbone-security-assistant/trunk/
  greenbone-security-assistant/trunk/PKGBUILD

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

Added: greenbone-security-assistant/trunk/PKGBUILD
===
--- greenbone-security-assistant/trunk/PKGBUILD (rev 0)
+++ greenbone-security-assistant/trunk/PKGBUILD 2014-09-06 17:23:39 UTC (rev 
118472)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen')
+backup=(etc/openvas/gsad_log.conf)
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:27:10
  Author: thestinger
Revision: 118473

upgpkg: greenbone-security-assistant 5.0.2-1

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:23:39 UTC (rev 118472)
+++ PKGBUILD2014-09-06 17:27:10 UTC (rev 118473)
@@ -7,10 +7,12 @@
 url='http://www.openvas.org/'
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
-makedepends=('cmake' 'doxygen')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
 backup=(etc/openvas/gsad_log.conf)
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
 md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
 conflicts=(gsa)
 provides=(gsa)



[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:27:45
  Author: thestinger
Revision: 118474

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

Added:
  greenbone-security-assistant/repos/community-i686/
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
118473, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
118473, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:31:32
  Author: thestinger
Revision: 118475

openvas-cli: minor style changes

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:27:45 UTC (rev 118474)
+++ PKGBUILD2014-09-06 17:31:32 UTC (rev 118475)
@@ -11,16 +11,16 @@
 makedepends=('cmake' 'xmltoman' 'doxygen')
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
 md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
 
 build() {
-  cd openvas-cli-$pkgver
+  cd $pkgname-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make
 }
 
 package() {
-  cd openvas-cli-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:34:08
  Author: thestinger
Revision: 118476

upgpkg: openvas-libraries 7.0.3-2

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:31:32 UTC (rev 118475)
+++ PKGBUILD2014-09-06 17:34:08 UTC (rev 118476)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
@@ -9,24 +9,18 @@
 license=('GPL')
 depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
 makedepends=('cmake' 'doxygen')
-options=('!makeflags')
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
+source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
 md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
 
-prepare() {
-  cd openvas-libraries-$pkgver
-  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
-}
-
 build() {
-  cd openvas-libraries-$pkgver
+  cd $pkgname-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
   make CFLAGS=-Wno-error CC=--disable-werror
 }
 
 package() {
-  cd openvas-libraries-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:35:18
  Author: thestinger
Revision: 118477

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 118476, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 118476, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-06 17:34:08 UTC (rev 118476)
+++ community-i686/PKGBUILD 2014-09-06 17:35:18 UTC (rev 118477)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-options=('!makeflags')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
-md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
-
-prepare() {
-  cd openvas-libraries-$pkgver
-  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
-}
-
-build() {
-  cd openvas-libraries-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd openvas-libraries-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 118476, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 17:35:18 UTC (rev 118477)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make CFLAGS=-Wno-error CC=--disable-werror
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-06 17:34:08 UTC (rev 118476)
+++ community-x86_64/PKGBUILD   2014-09-06 17:35:18 UTC (rev 118477)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-options=('!makeflags')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1682/openvas-libraries-${pkgver}.tar.gz;)
-md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
-
-prepare() {
-  cd openvas-libraries-$pkgver
-  find . -name 'CMakeLists.txt' -exec sed -i 's/-Werror//' {} \;
-}
-
-build() {
-  cd openvas-libraries-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd openvas-libraries-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 118476, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 17:35:18 UTC (rev 118477)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=2
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+# This URL needs to be manually 

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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:36:21
  Author: thestinger
Revision: 118478

openvas-scanner: minor style changes

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:35:18 UTC (rev 118477)
+++ PKGBUILD2014-09-06 17:36:21 UTC (rev 118478)
@@ -11,19 +11,19 @@
 makedepends=('cmake' 'doxygen')
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1686/openvas-scanner-${pkgver}.tar.gz;
-'openvas-scanner.service')
+source=(http://wald.intevation.org/frs/download.php/1686/$pkgname-${pkgver}.tar.gz;
+$pkgname.service)
 md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
  '5cc11ac11a7454aaa9148eab844b81af')
 
 build() {
-  cd openvas-scanner-$pkgver
+  cd $pkgname-$pkgver
   cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
   make
 }
 
 package() {
-  cd openvas-scanner-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
-  install -Dm644 ../openvas-scanner.service 
$pkgdir/usr/lib/systemd/system/openvas-scanner.service
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
 }



[arch-commits] Commit in (4 files)

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:43:03
  Author: thestinger
Revision: 118479

add openvas-manager package

Added:
  openvas-manager/
  openvas-manager/repos/
  openvas-manager/trunk/
  openvas-manager/trunk/PKGBUILD

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

Added: openvas-manager/trunk/PKGBUILD
===
--- openvas-manager/trunk/PKGBUILD  (rev 0)
+++ openvas-manager/trunk/PKGBUILD  2014-09-06 17:43:03 UTC (rev 118479)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=1
+groups=('blackarch' 'blackarch-scanner')
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-06 Thread Eric Bélanger
Date: Saturday, September 6, 2014 @ 19:43:18
  Author: eric
Revision: 221040

upgpkg: libunistring 0.9.4-1

Upstream update

Modified:
  libunistring/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 15:40:37 UTC (rev 221039)
+++ PKGBUILD2014-09-06 17:43:18 UTC (rev 221040)
@@ -5,24 +5,24 @@
 # Contributor: Patrick McCarty pnorcks at gmail dot com
 
 pkgname=libunistring
-pkgver=0.9.3
-pkgrel=6
-pkgdesc=Library for manipulating Unicode strings and C strings.
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=Library for manipulating Unicode strings and C strings
 url=http://www.gnu.org/software/libunistring/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
-install=${pkgname}.install
+install=libunistring.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('db8eca3b64163abadf8c40e5cecc261f')
+md5sums=('c24a6a3838d9ad4a41a62549312c4226')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }


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


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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:43:27
  Author: thestinger
Revision: 118480

openvas-manager: fix $Id$ tag

Modified:
  openvas-manager/trunk/PKGBUILD(properties)

Index: openvas-manager/trunk/PKGBUILD
===
--- openvas-manager/trunk/PKGBUILD  2014-09-06 17:43:03 UTC (rev 118479)
+++ openvas-manager/trunk/PKGBUILD  2014-09-06 17:43:27 UTC (rev 118480)

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


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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:45:01
  Author: thestinger
Revision: 118481

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

Added:
  openvas-manager/repos/community-i686/
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 118480, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 118480, openvas-manager/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 118480, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 17:45:01 UTC (rev 118481)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=1
+groups=('blackarch' 'blackarch-scanner')
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 118480, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 17:45:01 UTC (rev 118481)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=1
+groups=('blackarch' 'blackarch-scanner')
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-06 Thread Eric Bélanger
Date: Saturday, September 6, 2014 @ 19:45:27
  Author: eric
Revision: 221041

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

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

-+
 staging-i686/PKGBUILD   |   28 
 staging-i686/libunistring.install   |   22 ++
 staging-x86_64/PKGBUILD |   28 
 staging-x86_64/libunistring.install |   22 ++
 4 files changed, 100 insertions(+)

Copied: libunistring/repos/staging-i686/PKGBUILD (from rev 221040, 
libunistring/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-06 17:45:27 UTC (rev 221041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=libunistring
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=Library for manipulating Unicode strings and C strings
+url=http://www.gnu.org/software/libunistring/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+install=libunistring.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c24a6a3838d9ad4a41a62549312c4226')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libunistring/repos/staging-i686/libunistring.install (from rev 221040, 
libunistring/trunk/libunistring.install)
===
--- staging-i686/libunistring.install   (rev 0)
+++ staging-i686/libunistring.install   2014-09-06 17:45:27 UTC (rev 221041)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libunistring.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libunistring/repos/staging-x86_64/PKGBUILD (from rev 221040, 
libunistring/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-06 17:45:27 UTC (rev 221041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=libunistring
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=Library for manipulating Unicode strings and C strings
+url=http://www.gnu.org/software/libunistring/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+install=libunistring.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c24a6a3838d9ad4a41a62549312c4226')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libunistring/repos/staging-x86_64/libunistring.install (from rev 
221040, libunistring/trunk/libunistring.install)
===
--- staging-x86_64/libunistring.install (rev 0)
+++ staging-x86_64/libunistring.install 2014-09-06 17:45:27 UTC (rev 221041)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libunistring.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:53:45
  Author: thestinger
Revision: 118482

upgpkg: openvas-manager 5.0.3-2

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:45:01 UTC (rev 118481)
+++ PKGBUILD2014-09-06 17:53:45 UTC (rev 118482)
@@ -2,8 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=5.0.3
-pkgrel=1
-groups=('blackarch' 'blackarch-scanner')
+pkgrel=2
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'



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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:54:17
  Author: thestinger
Revision: 118483

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 118482, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 118482, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-06 17:53:45 UTC (rev 118482)
+++ community-i686/PKGBUILD 2014-09-06 17:54:17 UTC (rev 118483)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=1
-groups=('blackarch' 'blackarch-scanner')
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 118482, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 17:54:17 UTC (rev 118483)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-06 17:53:45 UTC (rev 118482)
+++ community-x86_64/PKGBUILD   2014-09-06 17:54:17 UTC (rev 118483)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=1
-groups=('blackarch' 'blackarch-scanner')
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 118482, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 17:54:17 UTC (rev 118483)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+

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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:39:09
  Author: bpiotrowski
Revision: 221042

upgpkg: linux-lts 3.14.18-1

new upstream release4

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 17:45:27 UTC (rev 221041)
+++ PKGBUILD2014-09-06 18:39:09 UTC (rev 221042)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.17
+pkgver=3.14.18
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'50b0e2a6812597b401a417bd1269b5388fdd980b6009d564fff09605100f0df8'
+'3723d8d91e1bba0ed57a4951e8089ebfaa21ac186c3b729b4d2bad2da3eaed9f'
 '4c05b88384ee809120da06e6a3d0bbafb7cdfe6208b2e62237aaeaa25dfb29b7'
 'a5b318c7fd21c1be2ac262d1b919d50bacedd0c841e9a82e7bca53d5b25b217b'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:39:27
  Author: bpiotrowski
Revision: 221043

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 221042, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 221042, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 221042, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 221042, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 221042, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 221042, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 221042, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 221042, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 221042, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 221042, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 221042, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 221042, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 221042, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 221042, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 221042, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 221042, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 221042, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 221042, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 221042, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 221042, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  322 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6691 ++
 testing-i686/config.x86_64 
| 6482 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  322 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6691 ++
 testing-x86_64/config.x86_64   
| 6482 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30320 insertions(+)

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


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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:51:25
  Author: bpiotrowski
Revision: 118485

upgpkg: virtualbox-modules-lts 4.3.14-2

rebuild against linux-lts 3.14.18

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 18:26:17 UTC (rev 118484)
+++ PKGBUILD2014-09-06 18:51:25 UTC (rev 118485)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.14
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:51:33
  Author: bpiotrowski
Revision: 118486

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

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

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   60 +
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   60 +
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 340 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
118485, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-06 18:51:33 UTC (rev 118486)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.14
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.14' 'linux-lts3.15'
+ 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.14-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.14' 'linux-lts3.15')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.14' 'linux-lts3.15')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: 

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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:55:58
  Author: bpiotrowski
Revision: 221044

upgpkg: lgi 0.8.0-1

new upstream release

Modified:
  lgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 18:39:27 UTC (rev 221043)
+++ PKGBUILD2014-09-06 18:55:58 UTC (rev 221044)
@@ -4,7 +4,7 @@
 
 pkgbase=lgi
 pkgname=(lua-lgi)
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 replaces=('lgi')
 conflicts=('lgi')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz;)
-md5sums=('f41902695c3d8ef40312d7c654885bf3')
+md5sums=('f0a161fc07b65afabdd09aa5455390a3')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 20:56:07
  Author: bpiotrowski
Revision: 221045

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-06 18:55:58 UTC (rev 221044)
+++ extra-i686/PKGBUILD 2014-09-06 18:56:07 UTC (rev 221045)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=lgi
-pkgname=(lua-lgi)
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
-arch=(i686 x86_64)
-url='https://github.com/pavouk/lgi'
-license=('custom:MIT')
-depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
-replaces=('lgi')
-conflicts=('lgi')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz;)
-md5sums=('f41902695c3d8ef40312d7c654885bf3')
-
-build() {
-  cd $pkgbase-$pkgver
-  make
-}
-
-package_lua-lgi() {
-  cd $pkgbase-$pkgver
-  make \
-LUA_LIBDIR=/usr/lib/lua/5.2 \
-LUA_SHAREDIR=/usr/share/lua/5.2 \
-DESTDIR=$pkgdir/ install
-
-  # dump typelib tool
-  install -Dm755 tools/dump-typelib.lua \
-$pkgdir/usr/bin/dump-typelib
-
-  # docs
-  install -d $pkgdir/usr/share/doc/$pkgname
-  install -Dm644 docs/* \
-$pkgdir/usr/share/doc/$pkgname
-
-  # samples
-  install -d $pkgdir/usr/share/$pkgname/samples/gtk-demo
-  install -Dm644 samples/*.lua \
-$pkgdir/usr/share/$pkgname/samples
-  install -Dm644 samples/gtk-demo/* \
-$pkgdir/usr/share/$pkgname/samples/gtk-demo
-
-  # license
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lgi/repos/extra-i686/PKGBUILD (from rev 221044, lgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-06 18:56:07 UTC (rev 221045)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=lgi
+pkgname=(lua-lgi)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
+arch=(i686 x86_64)
+url='https://github.com/pavouk/lgi'
+license=('custom:MIT')
+depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
+replaces=('lgi')
+conflicts=('lgi')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz;)
+md5sums=('f0a161fc07b65afabdd09aa5455390a3')
+
+build() {
+  cd $pkgbase-$pkgver
+  make
+}
+
+package_lua-lgi() {
+  cd $pkgbase-$pkgver
+  make \
+LUA_LIBDIR=/usr/lib/lua/5.2 \
+LUA_SHAREDIR=/usr/share/lua/5.2 \
+DESTDIR=$pkgdir/ install
+
+  # dump typelib tool
+  install -Dm755 tools/dump-typelib.lua \
+$pkgdir/usr/bin/dump-typelib
+
+  # docs
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 docs/* \
+$pkgdir/usr/share/doc/$pkgname
+
+  # samples
+  install -d $pkgdir/usr/share/$pkgname/samples/gtk-demo
+  install -Dm644 samples/*.lua \
+$pkgdir/usr/share/$pkgname/samples
+  install -Dm644 samples/gtk-demo/* \
+$pkgdir/usr/share/$pkgname/samples/gtk-demo
+
+  # license
+  install -Dm644 LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-06 18:55:58 UTC (rev 221044)
+++ extra-x86_64/PKGBUILD   2014-09-06 18:56:07 UTC (rev 221045)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=lgi
-pkgname=(lua-lgi)
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
-arch=(i686 x86_64)
-url='https://github.com/pavouk/lgi'
-license=('custom:MIT')
-depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
-replaces=('lgi')
-conflicts=('lgi')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz;)
-md5sums=('f41902695c3d8ef40312d7c654885bf3')
-
-build() {
-  cd $pkgbase-$pkgver
-  make
-}
-
-package_lua-lgi() {
-  cd $pkgbase-$pkgver
-  make \
-LUA_LIBDIR=/usr/lib/lua/5.2 \
-LUA_SHAREDIR=/usr/share/lua/5.2 \
-DESTDIR=$pkgdir/ install
-
-  # dump typelib tool
-  install -Dm755 tools/dump-typelib.lua \
-$pkgdir/usr/bin/dump-typelib
-
-  # docs
-  install 

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

2014-09-06 Thread Jan Steffens
Date: Saturday, September 6, 2014 @ 21:18:15
  Author: heftig
Revision: 221046

libunistring rebuild

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 18:56:07 UTC (rev 221045)
+++ PKGBUILD2014-09-06 19:18:15 UTC (rev 221046)
@@ -3,7 +3,7 @@
 
 pkgname=gettext
 pkgver=0.19.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gettext/;
@@ -25,7 +25,7 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  make -j1 -k check
 }
 
 package() {



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

2014-09-06 Thread Jan Steffens
Date: Saturday, September 6, 2014 @ 21:20:00
  Author: heftig
Revision: 221047

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

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

+
 staging-i686/PKGBUILD  |   34 ++
 staging-i686/gettext.install   |   22 ++
 staging-x86_64/PKGBUILD|   34 ++
 staging-x86_64/gettext.install |   22 ++
 4 files changed, 112 insertions(+)

Copied: gettext/repos/staging-i686/PKGBUILD (from rev 221046, 
gettext/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-06 19:20:00 UTC (rev 221047)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.2
+pkgrel=2
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6898a2fc5d711b17278a59cfbfc10bc5'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/staging-i686/gettext.install (from rev 221046, 
gettext/trunk/gettext.install)
===
--- staging-i686/gettext.install(rev 0)
+++ staging-i686/gettext.install2014-09-06 19:20:00 UTC (rev 221047)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/staging-x86_64/PKGBUILD (from rev 221046, 
gettext/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-06 19:20:00 UTC (rev 221047)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.2
+pkgrel=2
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6898a2fc5d711b17278a59cfbfc10bc5'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/staging-x86_64/gettext.install (from rev 221046, 
gettext/trunk/gettext.install)
===
--- staging-x86_64/gettext.install  (rev 0)
+++ staging-x86_64/gettext.install  2014-09-06 19:20:00 UTC (rev 221047)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:31:43
  Author: bpiotrowski
Revision: 118487

upgpkg: fish 2.1.1-1

new upstream release

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install
Deleted:
  fish/trunk/CVE-2014-2905.patch
  fish/trunk/CVE-2014-2906.patch

-+
 CVE-2014-2905.patch |  263 --
 CVE-2014-2906.patch |   67 
 PKGBUILD|   24 +---
 fish.install|4 
 4 files changed, 14 insertions(+), 344 deletions(-)

Deleted: CVE-2014-2905.patch
===
--- CVE-2014-2905.patch 2014-09-06 18:51:33 UTC (rev 118486)
+++ CVE-2014-2905.patch 2014-09-06 19:31:43 UTC (rev 118487)
@@ -1,263 +0,0 @@
-From 8412c867a501e3a68e55fef6215e86d3ac9f617b Mon Sep 17 00:00:00 2001
-From: David Adam zanc...@ucc.gu.uwa.edu.au
-Date: Sun, 20 Apr 2014 17:51:27 +0800
-Subject: [PATCH] Check effective credentials of socket peers
-
-Fix for CVE-2014-2905.
-
-Code for getpeereid() on non-BSD systems imported from the PostgreSQL
-project under a BSD-style license.

- configure.ac|  4 +--
- doc_src/license.hdr | 30 +++-
- env_universal.cpp   |  9 ++
- fallback.cpp| 80 -
- fallback.h  |  4 +++
- fishd.cpp   |  9 +-
- osx/config.h|  6 
- 7 files changed, 137 insertions(+), 5 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index ea7c592..bdfa5f0 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -557,7 +557,7 @@ LIBS=$LIBS_COMMON
- # Check presense of various header files
- #
- 
--AC_CHECK_HEADERS([getopt.h termios.h sys/resource.h term.h ncurses/term.h 
ncurses.h curses.h stropts.h siginfo.h sys/select.h sys/ioctl.h execinfo.h 
spawn.h sys/sysctl.h])
-+AC_CHECK_HEADERS([getopt.h termios.h sys/resource.h term.h ncurses/term.h 
ncurses.h curses.h stropts.h siginfo.h sys/select.h sys/ioctl.h execinfo.h 
spawn.h sys/sysctl.h sys/un.h sys/ucred.h ucred.h ])
- 
- if test x$local_gettext != xno; then
-   AC_CHECK_HEADERS([libintl.h])
-@@ -698,7 +698,7 @@ fi
- AC_CHECK_FUNCS( wcsdup wcsndup wcslen wcscasecmp wcsncasecmp fwprintf )
- AC_CHECK_FUNCS( futimes wcwidth wcswidth wcstok fputwc fgetwc )
- AC_CHECK_FUNCS( wcstol wcslcat wcslcpy lrand48_r killpg )
--AC_CHECK_FUNCS( backtrace backtrace_symbols sysconf getifaddrs )
-+AC_CHECK_FUNCS( backtrace backtrace_symbols sysconf getifaddrs getpeerucred 
getpeereid )
- 
- if test x$local_gettext != xno; then
-   AC_CHECK_FUNCS( gettext dcgettext )
-diff --git a/doc_src/license.hdr b/doc_src/license.hdr
-index 64bab10..f292722 100644
 a/doc_src/license.hdr
-+++ b/doc_src/license.hdr
-@@ -1400,6 +1400,34 @@ POSSIBILITY OF SUCH DAMAGES.
- 
- P
- 
--*/
-+hr
-+
-+h2License for getpeereid/h2
-+
-+\c fish contains code imported from the PostgreSQL project under
-+license, namely the getpeereid fallback function. This code is copyrighted
-+by:
-+
-+Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
-+
-+Portions Copyright (c) 1994, The Regents of the University of California
-+
-+Permission to use, copy, modify, and distribute this software and its
-+documentation for any purpose, without fee, and without a written agreement
-+is hereby granted, provided that the above copyright notice and this
-+paragraph and the following two paragraphs appear in all copies.
-+
-+IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
-+DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
-+LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
-+DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
-+POSSIBILITY OF SUCH DAMAGE.
-+
-+THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
-+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-+AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
-+ON AN AS IS BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
-+PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
- 
- \htmlonly /div \endhtmlonly
-+*/
-diff --git a/env_universal.cpp b/env_universal.cpp
-index c7d060a..987f88b 100644
 a/env_universal.cpp
-+++ b/env_universal.cpp
-@@ -88,6 +88,8 @@ static int try_get_socket_once(void)
- 
- wdir = path;
- wuname = user;
-+uid_t seuid;
-+gid_t segid;
- 
- if ((s = socket(AF_UNIX, SOCK_STREAM, 0)) == -1)
- {
-@@ -135,6 +137,13 @@ static int try_get_socket_once(void)
- return -1;
- }
- 
-+if ((getpeereid(s, seuid, segid) != 0) || seuid != geteuid())
-+{
-+debug(1, LWrong credentials for socket %s at fd %d, name.c_str(), 
s);
-+close(s);
-+return -1;
-+}
-+
- if ((make_fd_nonblocking(s) != 0) || (fcntl(s, F_SETFD, FD_CLOEXEC) != 0))
- {
- wperror(Lfcntl);
-diff --git a/fallback.cpp b/fallback.cpp
-index 5e4b3e1..34db397 100644

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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:32:31
  Author: bpiotrowski
Revision: 118488

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

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

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/fish.install   |   15 
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/fish.install |   15 
 4 files changed, 104 insertions(+)

Copied: fish/repos/community-testing-i686/PKGBUILD (from rev 118487, 
fish/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-06 19:32:31 UTC (rev 118488)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-i686/fish.install (from rev 118487, 
fish/trunk/fish.install)
===
--- community-testing-i686/fish.install (rev 0)
+++ community-testing-i686/fish.install 2014-09-06 19:32:31 UTC (rev 118488)
@@ -0,0 +1,15 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+killall fishd || true
+  fi
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Copied: fish/repos/community-testing-x86_64/PKGBUILD (from rev 118487, 
fish/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-06 19:32:31 UTC (rev 118488)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-x86_64/fish.install (from rev 118487, 
fish/trunk/fish.install)
===
--- community-testing-x86_64/fish.install   (rev 0)
+++ community-testing-x86_64/fish.install   2014-09-06 19:32:31 UTC (rev 
118488)
@@ -0,0 +1,15 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+killall fishd || true
+  fi
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}



[arch-commits] Commit in fish/trunk (fish.install)

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:40:16
  Author: bpiotrowski
Revision: 118491

upgpkg: fish 2.1.1-1

new upstream release

Modified:
  fish/trunk/fish.install

--+
 fish.install |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: fish.install
===
--- fish.install2014-09-06 19:35:55 UTC (rev 118490)
+++ fish.install2014-09-06 19:40:16 UTC (rev 118491)
@@ -6,7 +6,9 @@
   post_install
 
   if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-killall fishd || true
+echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
+echoto security concerns. To make fish pick up the changes, kill all
+echofishd processes.
   fi
 }
 



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:42:33
  Author: bpiotrowski
Revision: 118492

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

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

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/fish.install   |   17 ++
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/fish.install |   17 ++
 4 files changed, 108 insertions(+)

Copied: fish/repos/community-testing-i686/PKGBUILD (from rev 118491, 
fish/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-06 19:42:33 UTC (rev 118492)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-i686/fish.install (from rev 118491, 
fish/trunk/fish.install)
===
--- community-testing-i686/fish.install (rev 0)
+++ community-testing-i686/fish.install 2014-09-06 19:42:33 UTC (rev 118492)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
+echoto security concerns. To make fish pick up the changes, kill all
+echofishd processes.
+  fi
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Copied: fish/repos/community-testing-x86_64/PKGBUILD (from rev 118491, 
fish/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-06 19:42:33 UTC (rev 118492)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-x86_64/fish.install (from rev 118491, 
fish/trunk/fish.install)
===
--- community-testing-x86_64/fish.install   (rev 0)
+++ community-testing-x86_64/fish.install   2014-09-06 19:42:33 UTC (rev 
118492)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+echo :: With 

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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:44:56
  Author: bpiotrowski
Revision: 118495

upgpkg: fish 2.1.1-2

emit a warning in post_upgrade instead of brainless killall

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 19:43:13 UTC (rev 118494)
+++ PKGBUILD2014-09-06 19:44:56 UTC (rev 118495)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'



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

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:45:53
  Author: bpiotrowski
Revision: 118496

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

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

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/fish.install   |   17 ++
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/fish.install |   17 ++
 4 files changed, 108 insertions(+)

Copied: fish/repos/community-testing-i686/PKGBUILD (from rev 118495, 
fish/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-06 19:45:53 UTC (rev 118496)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-i686/fish.install (from rev 118495, 
fish/trunk/fish.install)
===
--- community-testing-i686/fish.install (rev 0)
+++ community-testing-i686/fish.install 2014-09-06 19:45:53 UTC (rev 118496)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
+echoto security concerns. To make fish pick up the changes, kill all
+echofishd processes.
+  fi
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Copied: fish/repos/community-testing-x86_64/PKGBUILD (from rev 118495, 
fish/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-06 19:45:53 UTC (rev 118496)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-testing-x86_64/fish.install (from rev 118495, 
fish/trunk/fish.install)
===
--- community-testing-x86_64/fish.install   (rev 0)
+++ community-testing-x86_64/fish.install   2014-09-06 19:45:53 UTC (rev 
118496)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+echo :: With 

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

2014-09-06 Thread Laurent Carlier
Date: Saturday, September 6, 2014 @ 23:49:09
  Author: lcarlier
Revision: 221048

upgpkg: mesa 10.2.7-1

upstream update 10.2.7

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 19:20:00 UTC (rev 221047)
+++ PKGBUILD2014-09-06 21:49:09 UTC (rev 221048)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.6
-pkgrel=2
+pkgver=10.2.7
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -13,19 +13,11 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-llvm35.patch
 LICENSE)
-sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
+sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
 'SKIP'
-'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  patch -Np1 -i ../llvm35.patch
-}
-
 build() {
   cd ${srcdir}/?esa-*
 



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

2014-09-06 Thread Laurent Carlier
Date: Saturday, September 6, 2014 @ 23:49:26
  Author: lcarlier
Revision: 221049

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 221048, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 221048, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/llvm35.patch
(from rev 221048, mesa/trunk/llvm35.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 221048, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 221048, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/llvm35.patch
(from rev 221048, mesa/trunk/llvm35.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +
 /PKGBUILD |  412 
 extra-i686/LICENSE|   82 
 extra-i686/PKGBUILD   |  206 --
 extra-i686/llvm35.patch   |   26 ++
 extra-x86_64/LICENSE  |   82 
 extra-x86_64/PKGBUILD |  206 --
 extra-x86_64/llvm35.patch |   26 ++
 8 files changed, 628 insertions(+), 576 deletions(-)

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


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

2014-09-06 Thread Jan Steffens
Date: Saturday, September 6, 2014 @ 23:52:30
  Author: heftig
Revision: 221050

libunistring rebuild

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 21:49:26 UTC (rev 221049)
+++ PKGBUILD2014-09-06 21:52:30 UTC (rev 221050)
@@ -5,7 +5,7 @@
 
 pkgname=guile
 pkgver=2.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='http://www.gnu.org/software/guile/'
 arch=('i686' 'x86_64')



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

2014-09-06 Thread Jan Steffens
Date: Saturday, September 6, 2014 @ 23:54:56
  Author: heftig
Revision: 221051

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

Added:
  guile/repos/staging-i686/
  guile/repos/staging-i686/PKGBUILD
(from rev 221050, guile/trunk/PKGBUILD)
  guile/repos/staging-i686/guile.install
(from rev 221050, guile/trunk/guile.install)
  guile/repos/staging-x86_64/
  guile/repos/staging-x86_64/PKGBUILD
(from rev 221050, guile/trunk/PKGBUILD)
  guile/repos/staging-x86_64/guile.install
(from rev 221050, guile/trunk/guile.install)

--+
 staging-i686/PKGBUILD|   29 +
 staging-i686/guile.install   |   30 ++
 staging-x86_64/PKGBUILD  |   29 +
 staging-x86_64/guile.install |   30 ++
 4 files changed, 118 insertions(+)

Copied: guile/repos/staging-i686/PKGBUILD (from rev 221050, 
guile/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-06 21:54:56 UTC (rev 221051)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=2
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Copied: guile/repos/staging-i686/guile.install (from rev 221050, 
guile/trunk/guile.install)
===
--- staging-i686/guile.install  (rev 0)
+++ staging-i686/guile.install  2014-09-06 21:54:56 UTC (rev 221051)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: guile/repos/staging-x86_64/PKGBUILD (from rev 221050, 
guile/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-06 21:54:56 UTC (rev 221051)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=2
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Copied: guile/repos/staging-x86_64/guile.install (from rev 221050, 
guile/trunk/guile.install)
===
--- staging-x86_64/guile.install(rev 0)
+++ staging-x86_64/guile.install2014-09-06 21:54:56 UTC (rev 221051)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+

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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:17:49
  Author: lcarlier
Revision: 221053

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

Added:
  mesa/repos/staging-i686/LICENSE
(from rev 221052, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 221052, mesa/trunk/PKGBUILD)
  mesa/repos/staging-i686/llvm35.patch
(from rev 221052, mesa/trunk/llvm35.patch)
  mesa/repos/staging-x86_64/LICENSE
(from rev 221052, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 221052, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/llvm35.patch
(from rev 221052, mesa/trunk/llvm35.patch)
Deleted:
  mesa/repos/staging-i686/LICENSE
  mesa/repos/staging-i686/PKGBUILD
  mesa/repos/staging-i686/llvm35.patch
  mesa/repos/staging-x86_64/LICENSE
  mesa/repos/staging-x86_64/PKGBUILD
  mesa/repos/staging-x86_64/llvm35.patch

-+
 /LICENSE|  164 
 /PKGBUILD   |  428 ++
 /llvm35.patch   |   52 +
 staging-i686/LICENSE|   82 
 staging-i686/PKGBUILD   |  214 -
 staging-i686/llvm35.patch   |   26 --
 staging-x86_64/LICENSE  |   82 
 staging-x86_64/PKGBUILD |  214 -
 staging-x86_64/llvm35.patch |   26 --
 9 files changed, 644 insertions(+), 644 deletions(-)

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


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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:17:35
  Author: lcarlier
Revision: 221052

upgpkg: mesa 10.2.7-2

LLVM 3.5 rebuild

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 21:54:56 UTC (rev 221051)
+++ PKGBUILD2014-09-06 22:17:35 UTC (rev 221052)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
 pkgver=10.2.7
-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'
@@ -13,11 +13,19 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+llvm35.patch
 LICENSE)
 sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
 'SKIP'
+'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
+prepare() {
+  cd ${srcdir}/?esa-*
+
+  patch -Np1 -i ../llvm35.patch
+}
+
 build() {
   cd ${srcdir}/?esa-*
 



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 00:24:05
  Author: heftig
Revision: 221054

libunistring rebuild

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 22:17:49 UTC (rev 221053)
+++ PKGBUILD2014-09-06 22:24:05 UTC (rev 221054)
@@ -4,7 +4,7 @@
 
 pkgname=rygel
 pkgver=0.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
 url=http://live.gnome.org/Rygel;



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 00:25:04
  Author: heftig
Revision: 221055

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

Added:
  rygel/repos/staging-i686/
  rygel/repos/staging-i686/PKGBUILD
(from rev 221054, rygel/trunk/PKGBUILD)
  rygel/repos/staging-i686/rygel.install
(from rev 221054, rygel/trunk/rygel.install)
  rygel/repos/staging-x86_64/
  rygel/repos/staging-x86_64/PKGBUILD
(from rev 221054, rygel/trunk/PKGBUILD)
  rygel/repos/staging-x86_64/rygel.install
(from rev 221054, rygel/trunk/rygel.install)

--+
 staging-i686/PKGBUILD|   41 +
 staging-i686/rygel.install   |   11 +++
 staging-x86_64/PKGBUILD  |   41 +
 staging-x86_64/rygel.install |   11 +++
 4 files changed, 104 insertions(+)

Copied: rygel/repos/staging-i686/PKGBUILD (from rev 221054, 
rygel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-06 22:25:04 UTC (rev 221055)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.22.2
+pkgrel=2
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1adc3a008bd6433ee7e6fd64935ad8edd5906fc96e2f652ca18b80a3253fe87e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: rygel/repos/staging-i686/rygel.install (from rev 221054, 
rygel/trunk/rygel.install)
===
--- staging-i686/rygel.install  (rev 0)
+++ staging-i686/rygel.install  2014-09-06 22:25:04 UTC (rev 221055)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: rygel/repos/staging-x86_64/PKGBUILD (from rev 221054, 
rygel/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-06 22:25:04 UTC (rev 221055)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.22.2
+pkgrel=2
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1adc3a008bd6433ee7e6fd64935ad8edd5906fc96e2f652ca18b80a3253fe87e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: rygel/repos/staging-x86_64/rygel.install (from rev 221054, 
rygel/trunk/rygel.install)
===
--- staging-x86_64/rygel.install 

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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:27:27
  Author: lcarlier
Revision: 118497

upgpkg: lib32-mesa 10.2.7-1

upstream update 10.2.7

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 19:45:53 UTC (rev 118496)
+++ PKGBUILD2014-09-06 22:27:27 UTC (rev 118497)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.6
-pkgrel=2
+pkgver=10.2.7
+pkgrel=1
 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'
@@ -12,18 +12,10 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-llvm35.patch)
-sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
-SKIP
-'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
+sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
+SKIP)
 
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  patch -Np1 -i ../llvm35.patch
-}
-
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32



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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:27:34
  Author: lcarlier
Revision: 118498

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 118497, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/llvm35.patch
(from rev 118497, lib32-mesa/trunk/llvm35.patch)
Deleted:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  322 -
 llvm35.patch |   26 
 2 files changed, 187 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 22:27:27 UTC (rev 118497)
+++ PKGBUILD2014-09-06 22:27:34 UTC (rev 118498)
@@ -1,161 +0,0 @@
-# $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.6
-pkgrel=1
-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')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
-sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
-SKIP)
-
-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 \
---disable-gallium-gbm \
---enable-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-wayland' 'mesa')
-  optdepends=('opengl-man-pages: 

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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:34:15
  Author: lcarlier
Revision: 118500

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 118499, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-staging-x86_64/llvm35.patch
(from rev 118499, lib32-mesa/trunk/llvm35.patch)
Deleted:
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-staging-x86_64/llvm35.patch

--+
 PKGBUILD |  338 -
 llvm35.patch |   52 
 2 files changed, 195 insertions(+), 195 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 22:34:09 UTC (rev 118499)
+++ PKGBUILD2014-09-06 22:34:15 UTC (rev 118500)
@@ -1,169 +0,0 @@
-# $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.6
-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')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-llvm35.patch)
-sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
-SKIP
-'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f')
-
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  patch -Np1 -i ../llvm35.patch
-}
-
-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 \
---disable-gallium-gbm \
---enable-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() {
-  

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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:34:09
  Author: lcarlier
Revision: 118499

upgpkg: lib32-mesa 10.2.7-2

llvm-3.5.0 rebuild

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 22:27:34 UTC (rev 118498)
+++ PKGBUILD2014-09-06 22:34:09 UTC (rev 118499)
@@ -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.7
-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'
@@ -12,10 +12,18 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+llvm35.patch)
 sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
-SKIP)
+SKIP
+'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f')
 
+prepare() {
+  cd ${srcdir}/?esa-*
+
+  patch -Np1 -i ../llvm35.patch
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32



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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:37:28
  Author: lcarlier
Revision: 118502

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-06 22:37:20 UTC (rev 118501)
+++ PKGBUILD2014-09-06 22:37:28 UTC (rev 118502)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Florian Pritz bluew...@xinu.at
-# Contributor: josephgbr rafael.f.f1 at gmail.com
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=4.0
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
- SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 118501, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-06 22:37:28 UTC (rev 118502)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f.f1 at gmail.com
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.1
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('f9b37df3c2c9c6439d8bf427bfbfc521'
+ SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2014-09-06 Thread Laurent Carlier
Date: Sunday, September 7, 2014 @ 00:37:20
  Author: lcarlier
Revision: 118501

upgpkg: lib32-libtasn1 4.1-1

upstream update 4.1

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 22:34:15 UTC (rev 118500)
+++ PKGBUILD2014-09-06 22:37:20 UTC (rev 118501)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+md5sums=('f9b37df3c2c9c6439d8bf427bfbfc521'
  SKIP)
 
 build() {



[arch-commits] Commit in rubinius/trunk (0001-llvm-3.5.patch PKGBUILD)

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 01:30:21
  Author: heftig
Revision: 118503

llvm 3.5

Added:
  rubinius/trunk/0001-llvm-3.5.patch
Modified:
  rubinius/trunk/PKGBUILD

-+
 0001-llvm-3.5.patch |  476 ++
 PKGBUILD|   15 +
 2 files changed, 487 insertions(+), 4 deletions(-)

Added: 0001-llvm-3.5.patch
===
--- 0001-llvm-3.5.patch (rev 0)
+++ 0001-llvm-3.5.patch 2014-09-06 23:30:21 UTC (rev 118503)
@@ -0,0 +1,476 @@
+From f4796fe40e3d290c134d8fe8c5b6ec78ef7a59b2 Mon Sep 17 00:00:00 2001
+From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+Date: Sat, 6 Sep 2014 00:51:53 +0200
+Subject: [PATCH] llvm 3.5
+
+---
+ configure  | 12 
+ rakelib/blueprint.rb   |  2 ++
+ vm/environment.cpp |  2 +-
+ vm/llvm/autotypes.cpp  | 19 ++-
+ vm/llvm/disassembler.cpp   |  8 
+ vm/llvm/disassembler.hpp   |  6 ++
+ vm/llvm/jit_builder.cpp|  4 +++-
+ vm/llvm/jit_builder.hpp|  4 +++-
+ vm/llvm/jit_compiler.cpp   | 13 +++--
+ vm/llvm/jit_context.cpp|  5 -
+ vm/llvm/jit_memory_manager.cpp | 20 
+ vm/llvm/jit_memory_manager.hpp | 37 -
+ vm/llvm/passes.cpp |  6 +-
+ vm/llvm/state.cpp  | 11 ---
+ 14 files changed, 129 insertions(+), 20 deletions(-)
+
+diff --git a/configure b/configure
+index bdc9f43..b845dc9 100755
+--- a/configure
 b/configure
+@@ -67,6 +67,7 @@ class Configure
+ @llvm_prebuilt_name = nil
+ @llvm_system_name   = get_system_name
+ @llvm_shared= false
++@llvm_cxxflags  = 
+ 
+ @llvm_version   = 3.2
+ @llvm_api_version   = 302
+@@ -890,6 +891,12 @@ Unsupported language version requested: #{version}. 
Options are #{@supported_ver
+ false
+   end
+ 
++  def check_llvm_flags
++if @llvm_api_version = 305
++  @llvm_cxxflags   -std=c++11
++end
++  end
++
+   def env(which)
+ ENV[which] || 
+   end
+@@ -1542,6 +1549,10 @@ int main() { return tgetnum(); }
+   @log.write WARNING: LLVM disabled.
+ end
+ 
++if @use_llvm
++  check_llvm_flags
++end
++
+ @log.write 
+ 
+ detect_sizeof(short)
+@@ -1668,6 +1679,7 @@ int main() { return tgetnum(); }
+   :llvm_configure = @llvm_configure,
+   :llvm_version   = @llvm_version,
+   :llvm_shared= @llvm_shared,
++  :llvm_cxxflags  = @llvm_cxxflags,
+   :cc = @cc,
+   :cxx= @cxx,
+   :ldshared   = @ldshared,
+diff --git a/rakelib/blueprint.rb b/rakelib/blueprint.rb
+index 826b37b..e6e05ed 100644
+--- a/rakelib/blueprint.rb
 b/rakelib/blueprint.rb
+@@ -197,6 +197,8 @@ Daedalus.blueprint do |i|
+ 
+   case Rubinius::BUILD_CONFIG[:llvm]
+   when :config, :prebuilt, :svn
++gcc.cxxflags  Rubinius::BUILD_CONFIG[:llvm_cxxflags]
++
+ conf = Rubinius::BUILD_CONFIG[:llvm_configure]
+ flags = `#{conf} --cflags`.strip.split(/\s+/)
+ flags.delete_if { |x| x.index(-O) == 0 }
+diff --git a/vm/environment.cpp b/vm/environment.cpp
+index d0562c2..8af8c50 100644
+--- a/vm/environment.cpp
 b/vm/environment.cpp
+@@ -75,7 +75,7 @@ namespace rubinius {
+ , signal_handler_(NULL)
+ , finalizer_handler_(NULL)
+   {
+-#ifdef ENABLE_LLVM
++#if defined ENABLE_LLVM  RBX_LLVM_API_VER  305
+ if(!llvm::llvm_start_multithreaded()) {
+   assert(0  llvm doesn't support threading!);
+ }
+diff --git a/vm/llvm/autotypes.cpp b/vm/llvm/autotypes.cpp
+index 6b2563a..b4f553e 100644
+--- a/vm/llvm/autotypes.cpp
 b/vm/llvm/autotypes.cpp
+@@ -8,23 +8,24 @@
+ #else
+ #include llvm/Target/TargetData.h
+ #endif
+-// #include llvm/LinkAllPasses.h
++#if RBX_LLVM_API_VER = 305
++#include llvm/IR/Verifier.h
++#include llvm/IR/CFG.h
++#else
+ #include llvm/Analysis/Verifier.h
+-#include llvm/Transforms/Scalar.h
++#include llvm/Support/CFG.h
++#endif
+ #if RBX_LLVM_API_VER = 303
+ #include llvm/IR/CallingConv.h
++#include llvm/IR/Module.h
+ #else
+ #include llvm/CallingConv.h
++#include llvm/Module.h
+ #endif
+-#include llvm/Support/CFG.h
++#include llvm/Transforms/Scalar.h
+ #include llvm/Analysis/Passes.h
+-
++// #include llvm/LinkAllPasses.h
+ #include llvm/Target/TargetOptions.h
+-#if RBX_LLVM_API_VER = 303
+-#include llvm/IR/Module.h
+-#else
+-#include llvm/Module.h
+-#endif
+ 
+ using namespace llvm;
+ 
+diff --git a/vm/llvm/disassembler.cpp b/vm/llvm/disassembler.cpp
+index b3ea424..0c5ff83 100644
+--- a/vm/llvm/disassembler.cpp
 b/vm/llvm/disassembler.cpp
+@@ -68,7 +68,12 @@ namespace rubinius {
+ #endif
+ 
+ if(asm_info) {
++#if RBX_LLVM_API_VER  304
++  context = new llvm::MCContext(asm_info, reg_info, 0);
++  disassembler = target-createMCDisassembler(*sub_target, 

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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 01:36:36
  Author: heftig
Revision: 118504

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

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

--+
 community-staging-i686/0001-llvm-3.5.patch   |  476 +
 community-staging-i686/PKGBUILD  |   95 
 community-staging-i686/dirs.patch|   21 +
 community-staging-i686/gemrc |5 
 community-staging-x86_64/0001-llvm-3.5.patch |  476 +
 community-staging-x86_64/PKGBUILD|   95 
 community-staging-x86_64/dirs.patch  |   21 +
 community-staging-x86_64/gemrc   |5 
 8 files changed, 1194 insertions(+)

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


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

2014-09-06 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 02:08:35
  Author: svenstaro
Revision: 118505

upgpkg: dwarffortress 0.40.11-2

rebuild with new dfunfuck

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 23:36:36 UTC (rev 118504)
+++ PKGBUILD2014-09-07 00:08:35 UTC (rev 118505)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.40.11
 _pkgver=40_11
-pkgrel=1
+pkgrel=2
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
 url=http://www.bay12games.com/dwarves/;
@@ -26,7 +26,7 @@
 # I made a fucking github repo with the sole purpose of unfucking df a bit
 # We try to compile whatever little bit of df is open source
 source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=468150
+git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)



[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-09-06 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 02:08:43
  Author: svenstaro
Revision: 118506

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 118505, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 118505, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 118505, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 118505, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 118505, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 00:08:35 UTC (rev 118505)
+++ PKGBUILD2014-09-07 00:08:43 UTC (rev 118506)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.11
-_pkgver=40_11
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=468150
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('23fd5b6c32c0e65e827961415d20afaf770103c08a68ca565086d452586b2939'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 118505, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 00:08:43 UTC 

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

2014-09-06 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 02:11:41
  Author: svenstaro
Revision: 118507

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 118506, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 118506, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 118506, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 118506, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 118506, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 00:08:43 UTC (rev 118506)
+++ PKGBUILD2014-09-07 00:11:41 UTC (rev 118507)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.11
-_pkgver=40_11
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=468150
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('23fd5b6c32c0e65e827961415d20afaf770103c08a68ca565086d452586b2939'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 118506, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 

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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 02:48:04
  Author: heftig
Revision: 221056

3.3.7

Modified:
  libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 22:25:04 UTC (rev 221055)
+++ PKGBUILD2014-09-07 00:48:04 UTC (rev 221056)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=libmikmod
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 pkgdesc=A portable sound library
 license=(GPL LGPL)
@@ -14,7 +14,7 @@
 makedepends=(alsa-lib)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330')
+sha256sums=('4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2')
 
 prepare() {
   mkdir build



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 02:48:41
  Author: heftig
Revision: 221057

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

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

+
 /PKGBUILD  |   70 +++
 /libmikmod.install |   36 
 extra-i686/PKGBUILD|   35 ---
 extra-i686/libmikmod.install   |   18 --
 extra-x86_64/PKGBUILD  |   35 ---
 extra-x86_64/libmikmod.install |   18 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 00:48:04 UTC (rev 221056)
+++ extra-i686/PKGBUILD 2014-09-07 00:48:41 UTC (rev 221057)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=libmikmod
-pkgver=3.3.6
-pkgrel=1
-pkgdesc=A portable sound library
-license=(GPL LGPL)
-url=http://mikmod.sourceforge.net;
-arch=(i686 x86_64)
-depends=(libpulse sh)
-makedepends=(alsa-lib)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../$pkgname-$pkgver/configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: libmikmod/repos/extra-i686/PKGBUILD (from rev 221056, 
libmikmod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 00:48:41 UTC (rev 221057)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=libmikmod
+pkgver=3.3.7
+pkgrel=1
+pkgdesc=A portable sound library
+license=(GPL LGPL)
+url=http://mikmod.sourceforge.net;
+arch=(i686 x86_64)
+depends=(libpulse sh)
+makedepends=(alsa-lib)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
+sha256sums=('4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: extra-i686/libmikmod.install
===
--- extra-i686/libmikmod.install2014-09-07 00:48:04 UTC (rev 221056)
+++ extra-i686/libmikmod.install2014-09-07 00:48:41 UTC (rev 221057)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(mikmod.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: libmikmod/repos/extra-i686/libmikmod.install (from rev 221056, 
libmikmod/trunk/libmikmod.install)
===
--- extra-i686/libmikmod.install(rev 0)
+++ extra-i686/libmikmod.install2014-09-07 00:48:41 UTC (rev 221057)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(mikmod.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-07 00:48:04 UTC (rev 221056)
+++ extra-x86_64/PKGBUILD   2014-09-07 00:48:41 UTC (rev 221057)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=libmikmod
-pkgver=3.3.6

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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 02:51:17
  Author: heftig
Revision: 118508

3.3.7

Modified:
  lib32-libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 00:11:41 UTC (rev 118507)
+++ PKGBUILD2014-09-07 00:51:17 UTC (rev 118508)
@@ -5,7 +5,7 @@
 # Contributor: Jesse Juhani Jaara jesse.ja...@gmail.com
 
 pkgname=lib32-libmikmod
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 pkgdesc=A portable sound library
 license=(GPL LGPL)
@@ -14,7 +14,7 @@
 depends=(libmikmod lib32-libpulse)
 makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
 source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
-sha256sums=('3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330')
+sha256sums=('4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2')
 
 prepare() {
   mkdir build



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 02:51:49
  Author: heftig
Revision: 118509

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 00:51:17 UTC (rev 118508)
+++ PKGBUILD2014-09-07 00:51:49 UTC (rev 118509)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Jesse Juhani Jaara jesse.ja...@gmail.com
-
-pkgname=lib32-libmikmod
-pkgver=3.3.6
-pkgrel=1
-pkgdesc=A portable sound library
-license=(GPL LGPL)
-url=http://mikmod.sourceforge.net;
-arch=(x86_64)
-depends=(libmikmod lib32-libpulse)
-makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
-source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
-sha256sums=('3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd build
-  ../libmikmod-$pkgver/configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,share,bin}
-}
-

Copied: lib32-libmikmod/repos/multilib-x86_64/PKGBUILD (from rev 118508, 
lib32-libmikmod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 00:51:49 UTC (rev 118509)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Jesse Juhani Jaara jesse.ja...@gmail.com
+
+pkgname=lib32-libmikmod
+pkgver=3.3.7
+pkgrel=1
+pkgdesc=A portable sound library
+license=(GPL LGPL)
+url=http://mikmod.sourceforge.net;
+arch=(x86_64)
+depends=(libmikmod lib32-libpulse)
+makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
+source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
+sha256sums=('4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd build
+  ../libmikmod-$pkgver/configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,share,bin}
+}
+



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 03:40:09
  Author: heftig
Revision: 118510

1.7.15

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 00:51:49 UTC (rev 118509)
+++ PKGBUILD2014-09-07 01:40:09 UTC (rev 118510)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear fazib...@gmail.com
 
 pkgname=jruby
-pkgver=1.7.14
+pkgver=1.7.15
 pkgrel=1
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('6c24d6dcf7a329f105e42293c89aa2d5564afdf145b03a492e8c44a4fbe9c371')
+sha256sums=('894a905db860f8789e24a29e5178afedc497beb21ba914e8b1a315b31d6fdd5f')
 
 package() {
   cd $pkgdir



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

2014-09-06 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 03:45:20
  Author: heftig
Revision: 118511

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 118510, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 01:40:09 UTC (rev 118510)
+++ PKGBUILD2014-09-07 01:45:20 UTC (rev 118511)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: FaziBear fazib...@gmail.com
-
-pkgname=jruby
-pkgver=1.7.14
-pkgrel=1
-pkgdesc=100% pure-Java implementation of the Ruby programming language
-arch=(any)
-url=http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=($pkgname-bin-${pkgver}.tar.gz)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('6c24d6dcf7a329f105e42293c89aa2d5564afdf145b03a492e8c44a4fbe9c371')
-
-package() {
-  cd $pkgdir
-
-  mkdir opt
-  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 118510, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 01:45:20 UTC (rev 118511)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: FaziBear fazib...@gmail.com
+
+pkgname=jruby
+pkgver=1.7.15
+pkgrel=1
+pkgdesc=100% pure-Java implementation of the Ruby programming language
+arch=(any)
+url=http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('894a905db860f8789e24a29e5178afedc497beb21ba914e8b1a315b31d6fdd5f')
+
+package() {
+  cd $pkgdir
+
+  mkdir opt
+  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}



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

2014-09-06 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 04:39:15
  Author: svenstaro
Revision: 118512

upgpkg: openshadinglanguage 1.5.10-2

llvm 3.5 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 01:45:20 UTC (rev 118511)
+++ PKGBUILD2014-09-07 02:39:15 UTC (rev 118512)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;
@@ -9,24 +9,32 @@
 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=('b828366f056e115b539ee1780883fc7d')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
+md5sums=('b828366f056e115b539ee1780883fc7d'
+ 'e980ed0a9480958307fa048544154887'
+ 'd21cab675ce13c9f0640e1f6a662d2b9')
 
 build() {
   cd OpenShadingLanguage-Release-$pkgver
 
   # Fails building this file on i686
-  sed -i /src\/testshade/d CMakeLists.txt
+  #sed -i /src\/testshade/d CMakeLists.txt
 
+  patch -Np1  $srcdir/412.patch
+  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+
+
   cd src
 
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 
-  cmake \
+  cmake ../.. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLLVM_STATIC=0 \
-../..
+-DCMAKE_CXX_FLAGS=-std=c++11
   make
 }
 



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

2014-09-06 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 04:39:26
  Author: svenstaro
Revision: 118513

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 118512, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 118512, openshadinglanguage/trunk/PKGBUILD)

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

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
118512, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-07 02:39:26 UTC (rev 118513)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=2
+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
+
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
+md5sums=('b828366f056e115b539ee1780883fc7d'
+ 'e980ed0a9480958307fa048544154887'
+ 'd21cab675ce13c9f0640e1f6a662d2b9')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  #sed -i /src\/testshade/d CMakeLists.txt
+
+  patch -Np1  $srcdir/412.patch
+  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  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 
118512, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-07 02:39:26 UTC (rev 118513)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=2
+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
+
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
+md5sums=('b828366f056e115b539ee1780883fc7d'
+ 'e980ed0a9480958307fa048544154887'
+ 'd21cab675ce13c9f0640e1f6a662d2b9')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  #sed -i /src\/testshade/d CMakeLists.txt
+
+  patch -Np1  $srcdir/412.patch
+  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  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 cgminer/trunk (PKGBUILD)

2014-09-06 Thread Felix Yan
Date: Sunday, September 7, 2014 @ 04:59:35
  Author: fyan
Revision: 118514

upgpkg: cgminer 4.5.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 02:39:26 UTC (rev 118513)
+++ PKGBUILD2014-09-07 02:59:35 UTC (rev 118514)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=4.4.2
+pkgver=4.5.0
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1
@@ -56,26 +56,20 @@
   
   # ./configure \
 
+  # Taken from README - Q: What should I build in for a generic distribution 
binary?
   ./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-hashratio \
 --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
 }



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

2014-09-06 Thread Felix Yan
Date: Sunday, September 7, 2014 @ 05:00:12
  Author: fyan
Revision: 118515

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 118514, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 118514, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 118514, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 118514, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 118514, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 118514, 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|  186 +
 /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, 224 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 02:59:35 UTC (rev 118514)
+++ community-i686/PKGBUILD 2014-09-07 03:00:12 UTC (rev 118515)
@@ -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.4.2
-#_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\.6.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.6/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'
-