[arch-commits] Commit in perl-cpanplus-dist-arch/repos/community-any (2 files)

2014-06-19 Thread Florian Pritz
Date: Thursday, June 19, 2014 @ 10:27:22
  Author: bluewind
Revision: 113344

archrelease: copy trunk to community-any

Added:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD
(from rev 113343, perl-cpanplus-dist-arch/trunk/PKGBUILD)
Deleted:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 08:27:19 UTC (rev 113343)
+++ PKGBUILD2014-06-19 08:27:22 UTC (rev 113344)
@@ -1,48 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-cpanplus-dist-arch
-pkgver=1.28
-pkgrel=3
-pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-cpanplus)
-url=https://metacpan.org/release/CPANPLUS-Dist-Arch
-source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
-md5sums=('49bd0c45acdff4881e66045b9655c3b6')
-sha512sums=('334928e17ae93b4a9efa1ab7aa7d0f5f9ad9b8242ade42fe1af63ecc2d387a6f48f9768cacdcc357d54cbbb0fe583e695309772db158e07b636dc905db181458')
-_dir=CPANPLUS-Dist-Arch-$pkgver
-
-build()
-(
-  cd $srcdir/$_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd $srcdir/$_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd $srcdir/$_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install installdirs=vendor destdir=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus-dist-arch/repos/community-any/PKGBUILD (from rev 113343, 
perl-cpanplus-dist-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 08:27:22 UTC (rev 113344)
@@ -0,0 +1,48 @@
+# Maintainer: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-cpanplus-dist-arch
+pkgver=1.29
+pkgrel=1
+pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-cpanplus)
+url=https://metacpan.org/release/CPANPLUS-Dist-Arch
+source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
+md5sums=('03684e513ed8a1da45b058104acd0c4f')
+sha512sums=('2266d6c813f511dc7706ef5115688a6506d107a639cd15040352011706ab487c42d5e4e3276aec4a727b57d471b31a5034d85c4d6c29b11be63a7062ce6b2356')
+_dir=CPANPLUS-Dist-Arch-$pkgver
+
+build()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install installdirs=vendor destdir=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-cpanplus-dist-arch/trunk (PKGBUILD)

2014-06-19 Thread Florian Pritz
Date: Thursday, June 19, 2014 @ 10:27:19
  Author: bluewind
Revision: 113343

upgpkg: perl-cpanplus-dist-arch 1.29-1

upstream update

Modified:
  perl-cpanplus-dist-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 04:46:57 UTC (rev 113342)
+++ PKGBUILD2014-06-19 08:27:19 UTC (rev 113343)
@@ -2,8 +2,8 @@
 # $Id$
 
 pkgname=perl-cpanplus-dist-arch
-pkgver=1.28
-pkgrel=3
+pkgver=1.29
+pkgrel=1
 pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -11,8 +11,8 @@
 depends=(perl perl-cpanplus)
 url=https://metacpan.org/release/CPANPLUS-Dist-Arch
 
source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
-md5sums=('49bd0c45acdff4881e66045b9655c3b6')
-sha512sums=('334928e17ae93b4a9efa1ab7aa7d0f5f9ad9b8242ade42fe1af63ecc2d387a6f48f9768cacdcc357d54cbbb0fe583e695309772db158e07b636dc905db181458')
+md5sums=('03684e513ed8a1da45b058104acd0c4f')
+sha512sums=('2266d6c813f511dc7706ef5115688a6506d107a639cd15040352011706ab487c42d5e4e3276aec4a727b57d471b31a5034d85c4d6c29b11be63a7062ce6b2356')
 _dir=CPANPLUS-Dist-Arch-$pkgver
 
 build()



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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 11:19:15
  Author: arodseth
Revision: 113345

version 1.4.3

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 08:27:22 UTC (rev 113344)
+++ PKGBUILD2014-06-19 09:19:15 UTC (rev 113345)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@
 
 if [[ $CARCH == x86_64 ]]; then
   
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('0ac41df11bdcbdcffe6b852116da338990224747c510875b5974cb579602a85a')
+  
sha256sums=('f907e791085382f666c726aea8c5999d18e1743e4de086cc29191edfdac68007')
 else
   
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('bc7af36e4c88ca14a6e9ac3453157d3bcac9d3cdd069845a118013e87e980059')
+  
sha256sums=('fd6e7d92584bee930725e7cbbd4895fca77534ebc0509305311d3a9d561733ac')
 fi
 
 prepare() {



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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 11:22:21
  Author: arodseth
Revision: 113346

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 09:19:15 UTC (rev 113345)
+++ community-i686/PKGBUILD 2014-06-19 09:22:21 UTC (rev 113346)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('0ac41df11bdcbdcffe6b852116da338990224747c510875b5974cb579602a85a')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('bc7af36e4c88ca14a6e9ac3453157d3bcac9d3cdd069845a118013e87e980059')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  cd $pkgname-sdk/bin
-
-  # Configure paths
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 113345, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-19 09:22:21 UTC (rev 113346)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('f907e791085382f666c726aea8c5999d18e1743e4de086cc29191edfdac68007')
+else
+  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('fd6e7d92584bee930725e7cbbd4895fca77534ebc0509305311d3a9d561733ac')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x $pkgname-sdk/bin/*
+
+  cd $pkgname-sdk/bin
+
+  # Configure paths
+  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
+  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
+  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin

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

2014-06-19 Thread Giovanni Scafora
Date: Thursday, June 19, 2014 @ 14:42:06
  Author: giovanni
Revision: 113347

upgpkg: ccid 1.4.17-1

upstream release

Modified:
  ccid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 09:22:21 UTC (rev 113346)
+++ PKGBUILD2014-06-19 12:42:06 UTC (rev 113347)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
 
 pkgname=ccid
-pkgver=1.4.16
+pkgver=1.4.17
 pkgrel=1
 pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('pcsclite' 'libusbx' 'flex')
 makedepends=('pkg-config')
 backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
+source=(https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-06-19 Thread Giovanni Scafora
Date: Thursday, June 19, 2014 @ 14:42:15
  Author: giovanni
Revision: 113348

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 12:42:06 UTC (rev 113347)
+++ community-i686/PKGBUILD 2014-06-19 12:42:15 UTC (rev 113348)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.16
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: ccid/repos/community-i686/PKGBUILD (from rev 113347, 
ccid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-19 12:42:15 UTC (rev 113348)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
+
+pkgname=ccid
+pkgver=1.4.17
+pkgrel=1
+pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
+arch=('i686' 'x86_64')
+url=http://pcsclite.alioth.debian.org/ccid.html;
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusbx' 'flex')
+makedepends=('pkg-config')
+backup=(etc/reader.conf.d/libccidtwin)
+source=(https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-twinserial \
+  --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  # move the configuration file in /etc and create a symbolic link
+  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
+  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-19 12:42:06 UTC (rev 113347)
+++ community-x86_64/PKGBUILD   2014-06-19 12:42:15 UTC (rev 113348)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel Plaza daniel.plaza.e...@gmail.com
-
-pkgname=ccid
-pkgver=1.4.16
-pkgrel=1
-pkgdesc=A generic USB Chip/Smart Card Interface Devices driver
-arch=('i686' 'x86_64')
-url=http://pcsclite.alioth.debian.org/ccid.html;
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx' 'flex')
-makedepends=('pkg-config')
-backup=(etc/reader.conf.d/libccidtwin)
-source=(https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-twinserial \
-  --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # move the configuration file in /etc and create a symbolic link
-  mv ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist 
${pkgdir}/etc/libccid_Info.plist
-  ln -s /etc/libccid_Info.plist 
${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-}

Copied: 

[arch-commits] Commit in mariadb/repos/extra-x86_64 (PKGBUILD)

2014-06-19 Thread Bartłomiej Piotrowski
Date: Thursday, June 19, 2014 @ 15:34:46
  Author: bpiotrowski
Revision: 215306

upgpkg: mariadb 5.5.38-1

- new upstream release
- as usually tokudb fails to build, let's disable and forget about it

Modified:
  mariadb/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 12:33:38 UTC (rev 215305)
+++ PKGBUILD2014-06-19 13:34:46 UTC (rev 215306)
@@ -3,7 +3,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.37
+pkgver=5.5.38
 _pkgver=${pkgver/.a/a}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('15a2da0e3c5dd3ad5a353c2e3a38ff37'
+md5sums=('fa9ba00b084b95a45fab70860c412f10'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')
@@ -52,7 +52,7 @@
 -DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITH_INNOBASE_STORAGE_ENGINE=1 \
 -DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
+-DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \



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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:10:54
  Author: spupykin
Revision: 113352

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

Added:
  mg/repos/community-i686/PKGBUILD
(from rev 113351, mg/trunk/PKGBUILD)
  mg/repos/community-i686/cleanup.patch
(from rev 113351, mg/trunk/cleanup.patch)
  mg/repos/community-x86_64/PKGBUILD
(from rev 113351, mg/trunk/PKGBUILD)
  mg/repos/community-x86_64/cleanup.patch
(from rev 113351, mg/trunk/cleanup.patch)
Deleted:
  mg/repos/community-i686/PKGBUILD
  mg/repos/community-i686/cleanup.patch
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

+
 /PKGBUILD  |   74 +++
 /cleanup.patch |   26 +
 community-i686/PKGBUILD|   37 ---
 community-i686/cleanup.patch   |   13 --
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/cleanup.patch |   13 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 16:10:43 UTC (rev 113351)
+++ community-i686/PKGBUILD 2014-06-19 16:10:54 UTC (rev 113352)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Hannes Rist hr...@phreeknet.org
-
-pkgname=mg
-pkgver=20140306
-pkgrel=1
-pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
-arch=('i686' 'x86_64')
-url=http://homepage.boetes.org/software/mg/;
-depends=('ncurses' 'libbsd')
-makedepends=('libclens')
-license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
-   cleanup.patch)
-md5sums=('bb29858c2c0a82b78ce48ae2929ae18d'
- '545eac98585e2f5fe0781093ddc07b36')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/cleanup.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
-
-  mkdir -p $pkgdir/usr/share/
-  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
-}

Copied: mg/repos/community-i686/PKGBUILD (from rev 113351, mg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-19 16:10:54 UTC (rev 113352)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Hannes Rist hr...@phreeknet.org
+
+pkgname=mg
+pkgver=20140414
+pkgrel=1
+pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
+arch=('i686' 'x86_64')
+url=http://homepage.boetes.org/software/mg/;
+depends=('ncurses' 'libbsd')
+makedepends=('libclens')
+license=('custom')
+source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
+   cleanup.patch)
+md5sums=('ad4a99a5e26d25db75af7936c6657fbe'
+ '545eac98585e2f5fe0781093ddc07b36')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/cleanup.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
+
+  mkdir -p $pkgdir/usr/share/
+  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
+}

Deleted: community-i686/cleanup.patch
===
--- community-i686/cleanup.patch2014-06-19 16:10:43 UTC (rev 113351)
+++ community-i686/cleanup.patch2014-06-19 16:10:54 UTC (rev 113352)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
 mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
-+++ mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
-+LDADD+=---lcurses -lutil -lclens -lbsd
-+
- SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
-   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-   line.c macro.c main.c match.c modes.c paragraph.c random.c \

Copied: mg/repos/community-i686/cleanup.patch (from rev 113351, 
mg/trunk/cleanup.patch)
===
--- community-i686/cleanup.patch(rev 0)
+++ community-i686/cleanup.patch2014-06-19 16:10:54 UTC (rev 113352)
@@ -0,0 +1,13 @@
+diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
+--- mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
 mg-20140306.my/Makefile2014-03-13 

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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:10:43
  Author: spupykin
Revision: 113351

upgpkg: mg 20140414-1

upd

Modified:
  mg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 16:10:39 UTC (rev 113350)
+++ PKGBUILD2014-06-19 16:10:43 UTC (rev 113351)
@@ -3,7 +3,7 @@
 # Contributor: Hannes Rist hr...@phreeknet.org
 
 pkgname=mg
-pkgver=20140306
+pkgver=20140414
 pkgrel=1
 pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
cleanup.patch)
-md5sums=('bb29858c2c0a82b78ce48ae2929ae18d'
+md5sums=('ad4a99a5e26d25db75af7936c6657fbe'
  '545eac98585e2f5fe0781093ddc07b36')
 
 prepare() {



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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:10:39
  Author: spupykin
Revision: 113350

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 113349, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 113349, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 113349, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   98 +-
 block-changed.patch |   84 +-
 gramps.install  |   26 ++---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 16:10:27 UTC (rev 113349)
+++ PKGBUILD2014-06-19 16:10:39 UTC (rev 113350)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-pkgver=4.0.4
-pkgrel=1
-epoch=2
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
-'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
-'shared-mime-info')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('50f82bac6a50e1ae6fbb8fa3c6fa0087'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p0 $srcdir/block-changed.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 113349, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 16:10:39 UTC (rev 113350)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.1.0
+pkgrel=1
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('c1183e92d167f824eee0f9d77bc00bdd'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch

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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:10:27
  Author: spupykin
Revision: 113349

upgpkg: gramps 2:4.1.0-1

upd

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 12:42:15 UTC (rev 113348)
+++ PKGBUILD2014-06-19 16:10:27 UTC (rev 113349)
@@ -5,7 +5,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gramps
-pkgver=4.0.4
+pkgver=4.1.0
 pkgrel=1
 epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
@@ -28,7 +28,7 @@
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
block-changed.patch)
-md5sums=('50f82bac6a50e1ae6fbb8fa3c6fa0087'
+md5sums=('c1183e92d167f824eee0f9d77bc00bdd'
  'b2443587e08c4951f00e9401d47e1ccc')
 
 prepare() {



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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:34:29
  Author: spupykin
Revision: 113353

upgpkg: lazarus 1.2.4-1

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 16:10:54 UTC (rev 113352)
+++ PKGBUILD2014-06-19 16:34:29 UTC (rev 113353)
@@ -5,7 +5,7 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.2
+pkgver=1.2.4
 _pkgsubver=0
 pkgrel=1
 url='http://www.lazarus.freepascal.org/'
@@ -15,7 +15,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
'lazcontrols2.diff')
-md5sums=('f6dccb86952906e60484ee46d238'
+md5sums=('456dc5fe54fcb302ec8bc7e8df5ed3e2'
  '288bca6ad5ade79deec34c3602d9')
 
 build() {



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

2014-06-19 Thread Sergej Pupykin
Date: Thursday, June 19, 2014 @ 18:34:50
  Author: spupykin
Revision: 113354

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 113353, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 113353, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 113353, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 113353, lazarus/trunk/lazcontrols2.diff)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 113353, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 113353, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 113353, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 113353, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

--+
 /ChangeLog   |   36 
 /PKGBUILD|  262 +
 /lazarus-ide.install |   68 
 /lazcontrols2.diff   |   92 +++
 community-i686/ChangeLog |   18 --
 community-i686/PKGBUILD  |  131 
 community-i686/lazarus-ide.install   |   34 
 community-i686/lazcontrols2.diff |   46 -
 community-x86_64/ChangeLog   |   18 --
 community-x86_64/PKGBUILD|  131 
 community-x86_64/lazarus-ide.install |   34 
 community-x86_64/lazcontrols2.diff   |   46 -
 12 files changed, 458 insertions(+), 458 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-06-19 16:34:29 UTC (rev 113353)
+++ community-i686/ChangeLog2014-06-19 16:34:50 UTC (rev 113354)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 113353, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-06-19 16:34:50 UTC (rev 113354)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 16:34:29 UTC (rev 113353)
+++ community-i686/PKGBUILD 2014-06-19 16:34:50 UTC (rev 113354)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.2
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
-   'lazcontrols2.diff')
-md5sums=('f6dccb86952906e60484ee46d238'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv 

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

2014-06-19 Thread Eric Bélanger
Date: Thursday, June 19, 2014 @ 20:15:11
  Author: eric
Revision: 113355

upgpkg: youtube-dl 2014.06.19-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 16:34:50 UTC (rev 113354)
+++ PKGBUILD2014-06-19 18:15:11 UTC (rev 113355)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.06.16
+pkgver=2014.06.19
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('79fd4f46bd96259f7f77f8c0070b1253535915bb'
+sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
   'SKIP')
 
 prepare() {



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

2014-06-19 Thread Eric Bélanger
Date: Thursday, June 19, 2014 @ 20:17:01
  Author: eric
Revision: 113356

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 18:15:11 UTC (rev 113355)
+++ PKGBUILD2014-06-19 18:17:01 UTC (rev 113356)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.06.16
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('79fd4f46bd96259f7f77f8c0070b1253535915bb'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 113355, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 18:17:01 UTC (rev 113356)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.06.19
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-06-19 Thread Eric Bélanger
Date: Thursday, June 19, 2014 @ 20:27:31
  Author: eric
Revision: 113357

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 18:17:01 UTC (rev 113356)
+++ PKGBUILD2014-06-19 18:27:31 UTC (rev 113357)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.06.19
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 113356, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 18:27:31 UTC (rev 113357)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.06.19
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-06-19 Thread Tobias Powalowski
Date: Thursday, June 19, 2014 @ 20:39:43
  Author: tpowa
Revision: 215307

upgpkg: nfs-utils 1.3.0-2

fix #40897, move /sbin to /usr/bin

Modified:
  nfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 13:34:46 UTC (rev 215306)
+++ PKGBUILD2014-06-19 18:39:43 UTC (rev 215307)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -57,6 +57,8 @@
   sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/mount/Makefile
   # move osd_login to /usr/bin
   sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/osd_login/Makefile
+  # move nfsdcltrack to /usr/bin
+  sed -i -e 's#sbindir = /sbin#sbindir = /usr/bin#g' utils/nfsdcltrack/Makefile
   make 
 }
 



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

2014-06-19 Thread Eric Bélanger
Date: Thursday, June 19, 2014 @ 20:49:15
  Author: eric
Revision: 113358

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 18:27:31 UTC (rev 113357)
+++ PKGBUILD2014-06-19 18:49:15 UTC (rev 113358)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.06.19
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 113357, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 18:49:15 UTC (rev 113358)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.06.19
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('34c2d31ff388a0b2e8905b40c2189596928ad761'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in nfs-utils/repos (44 files)

2014-06-19 Thread Tobias Powalowski
Date: Thursday, June 19, 2014 @ 20:40:07
  Author: tpowa
Revision: 215308

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

Added:
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 215307, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 215307, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 215307, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 215307, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 215307, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 215307, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 215307, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
(from rev 215307, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 215307, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 215307, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 215307, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 215307, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 215307, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 215307, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 215307, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 215307, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 215307, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 215307, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 215307, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 215307, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 215307, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 215307, nfs-utils/trunk/nfs-utils_env.sh)
Deleted:
  nfs-utils/repos/testing-i686/PKGBUILD
  nfs-utils/repos/testing-i686/exports
  nfs-utils/repos/testing-i686/id_resolver.conf
  nfs-utils/repos/testing-i686/idmapd.conf
  nfs-utils/repos/testing-i686/nfs-common.conf
  nfs-utils/repos/testing-i686/nfs-server.conf
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/testing-i686/nfs-utils.conf
  nfs-utils/repos/testing-i686/nfs-utils.install
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
  nfs-utils/repos/testing-x86_64/PKGBUILD
  nfs-utils/repos/testing-x86_64/exports
  nfs-utils/repos/testing-x86_64/id_resolver.conf
  nfs-utils/repos/testing-x86_64/idmapd.conf
  nfs-utils/repos/testing-x86_64/nfs-common.conf
  nfs-utils/repos/testing-x86_64/nfs-server.conf
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
  nfs-utils/repos/testing-x86_64/nfs-utils.install
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh

---+
 /PKGBUILD |  174 +++
 /exports  |   24 
 /id_resolver.conf |4 
 /idmapd.conf  |   28 
 /nfs-common.conf  |   44 
 /nfs-server.conf  |   32 
 /nfs-utils-1.1.4-mtab-sym.patch   |   78 +
 /nfs-utils-1.3.1-rc2.patch| 1348 
 /nfs-utils.conf   |2 
 /nfs-utils.install|   64 +
 /nfs-utils_env.sh |   40 
 testing-i686/PKGBUILD |   85 -
 testing-i686/exports  |   12 
 testing-i686/id_resolver.conf |2 
 testing-i686/idmapd.conf  |   14 
 testing-i686/nfs-common.conf  |   22 
 testing-i686/nfs-server.conf  |   16 
 testing-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 
 testing-i686/nfs-utils-1.3.1-rc2.patch|  674 
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   32 
 testing-i686/nfs-utils_env.sh |   20 
 testing-x86_64/PKGBUILD   |   85 -
 testing-x86_64/exports|   12 
 testing-x86_64/id_resolver.conf   |2 
 

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

2014-06-19 Thread Daniel Micay
Date: Thursday, June 19, 2014 @ 21:14:50
  Author: thestinger
Revision: 113359

linux-grsec: update to 3.14.8

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

---+
 PKGBUILD  |   14 +++---
 config|3 ++-
 config.x86_64 |2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 18:49:15 UTC (rev 113358)
+++ PKGBUILD2014-06-19 19:14:50 UTC (rev 113359)
@@ -6,12 +6,12 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.14
-_pkgver=3.14.6
+_pkgver=3.14.8
 _grsecver=3.0
-_timestamp=201406101411
+_timestamp=201406191347
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -34,11 +34,11 @@
 sysctl.conf
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'b8de86f64a62ec1f5d62ef7b0caf302546be0d397e7c7d29e4b1e260220462d7'
-'abefdcbacb2c78c0de1168915dc26d16e35ec0e6158e0bbbc84fad819b234404'
+'0edab0f772836162e5e57ef294d83e88153c15a12f394914c6a25b49e408e8f1'
+'aa9d8c11e1c1790e71088ae0a6494b8e44b0734f8e5d4fdeb9b98e0c77427406'
 'SKIP'
-'33240f11637a054d9884d883674d53d20d293460fbc5ba2d21b758230e0432fc'
-'0f0b88fbe80235223bb5a1105e1d245fb7e1ea0483eeddd09ef6dc38540a116c'
+'60566eba74af1e121480a6839006e6e51e664a963a32ec1075ff9331da0355e5'
+'0b321b76ac4602d6c558dbba215b5fdd415c060bfbb91f93e535d6573f092e6c'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-06-19 18:49:15 UTC (rev 113358)
+++ config  2014-06-19 19:14:50 UTC (rev 113359)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.6.201406101411-1 Kernel Configuration
+# Linux/x86 3.14.8.201406191347-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3567,6 +3567,7 @@
 CONFIG_SENSORS_MAX6697=m
 CONFIG_SENSORS_MCP3021=m
 CONFIG_SENSORS_NCT6775=m
+CONFIG_SENSORS_NTC_THERMISTOR=m
 CONFIG_SENSORS_PC87360=m
 CONFIG_SENSORS_PC87427=m
 CONFIG_SENSORS_PCF8591=m

Modified: config.x86_64
===
--- config.x86_64   2014-06-19 18:49:15 UTC (rev 113358)
+++ config.x86_64   2014-06-19 19:14:50 UTC (rev 113359)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.6.201406101411-1 Kernel Configuration
+# Linux/x86 3.14.8.201406191347-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y



[arch-commits] Commit in perl/trunk (PKGBUILD perl-vutil-revert.patch)

2014-06-19 Thread Florian Pritz
Date: Thursday, June 19, 2014 @ 21:22:10
  Author: bluewind
Revision: 215309

upgpkg: perl 5.20.0-5

fix 'Invalid version format' errors, FS#40718

Added:
  perl/trunk/perl-vutil-revert.patch
Modified:
  perl/trunk/PKGBUILD

-+
 PKGBUILD|8 +--
 perl-vutil-revert.patch |   50 ++
 2 files changed, 56 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 18:40:07 UTC (rev 215308)
+++ PKGBUILD2014-06-19 19:22:10 UTC (rev 215309)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.20.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -138,15 +138,19 @@
 # Add your own provides here
 provides=(${provides[@]})
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
+perl-vutil-revert.patch
 perlbin.sh
perlbin.csh)
 options=('makeflags' '!purge')
 md5sums=('20cbecd4e9e880ee7a50a136c8b1484e'
+ '2a1e2849722b2b5be33bd5c50a69e77a'
  '5ed2542fdb9a60682f215bd33701e61a'
-'1f0cbbee783e8a6d32f01be5118e0d5e')
+ '1f0cbbee783e8a6d32f01be5118e0d5e')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i $srcdir/perl-vutil-revert.patch
+  sed -i 's#version vutil.c .*#version vutil.c 
f1c7e4778fcf78c04141f562b80183b91cbbf6c9#' t/porting/customized.dat
 }
 
 build() {

Added: perl-vutil-revert.patch
===
--- perl-vutil-revert.patch (rev 0)
+++ perl-vutil-revert.patch 2014-06-19 19:22:10 UTC (rev 215309)
@@ -0,0 +1,50 @@
+--- perl-5.20.0/vutil.c2014-05-26 09:34:21.0 -0400
 perl-5.20.0-patched/vutil.c2014-06-19 09:25:19.024409700 -0400
+@@ -585,11 +585,29 @@
+ {
+   STRLEN len;
+ 
++#ifdef USE_LOCALE_NUMERIC
++  char *loc = setlocale(LC_NUMERIC, NULL);
++  if (loc) {
++  /* setlocale returns NULL on error */
++  if (loc[0] == 'C'  loc[1] == '\0') {
++  /* LC_NUMERIC is already C, nothing to do */
++  loc = NULL;
++  }
++  else {
++  loc = savepv(loc);
++  if (!setlocale(LC_NUMERIC, C)) {
++  /* error! do not restore locale later */
++  Safefree(loc);
++  loc = NULL;
++  }
++  }
++  }
++#endif
++
+   /* may get too much accuracy */ 
+   char tbuf[64];
+   SV *sv = SvNVX(ver)  10e50 ? newSV(64) : 0;
+   char *buf;
+-STORE_NUMERIC_LOCAL_SET_STANDARD();
+   if (sv) {
+   Perl_sv_catpvf(aTHX_ sv, %.9NVff, SvNVX(ver));
+   len = SvCUR(sv);
+@@ -599,7 +617,15 @@
+   len = my_snprintf(tbuf, sizeof(tbuf), %.9NVff, SvNVX(ver));
+   buf = tbuf;
+   }
+-RESTORE_NUMERIC_LOCAL();
++
++#ifdef USE_LOCALE_NUMERIC
++  if (loc) {
++  /* restore locale */
++  setlocale(LC_NUMERIC, loc);
++  Safefree(loc);
++  }
++#endif
++
+   while (buf[len-1] == '0'  len  0) len--;
+   if ( buf[len-1] == '.' ) len--; /* eat the trailing decimal */
+   version = savepvn(buf, len);



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

2014-06-19 Thread Florian Pritz
Date: Thursday, June 19, 2014 @ 21:23:37
  Author: bluewind
Revision: 215310

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/PKGBUILD
(from rev 215309, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/generate-rebuild-list.sh
(from rev 215309, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-i686/patchprov
(from rev 215309, perl/trunk/patchprov)
  perl/repos/testing-i686/perl-vutil-revert.patch
(from rev 215309, perl/trunk/perl-vutil-revert.patch)
  perl/repos/testing-i686/perlbin.csh
(from rev 215309, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 215309, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/upgpkg
(from rev 215309, perl/trunk/upgpkg)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/PKGBUILD
(from rev 215309, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/generate-rebuild-list.sh
(from rev 215309, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-x86_64/patchprov
(from rev 215309, perl/trunk/patchprov)
  perl/repos/testing-x86_64/perl-vutil-revert.patch
(from rev 215309, perl/trunk/perl-vutil-revert.patch)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 215309, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 215309, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/upgpkg
(from rev 215309, perl/trunk/upgpkg)

-+
 testing-i686/PKGBUILD   |  229 ++
 testing-i686/generate-rebuild-list.sh   |4 
 testing-i686/patchprov  |  259 ++
 testing-i686/perl-vutil-revert.patch|   50 +
 testing-i686/perlbin.csh|   15 +
 testing-i686/perlbin.sh |   18 ++
 testing-i686/upgpkg |4 
 testing-x86_64/PKGBUILD |  229 ++
 testing-x86_64/generate-rebuild-list.sh |4 
 testing-x86_64/patchprov|  259 ++
 testing-x86_64/perl-vutil-revert.patch  |   50 +
 testing-x86_64/perlbin.csh  |   15 +
 testing-x86_64/perlbin.sh   |   18 ++
 testing-x86_64/upgpkg   |4 
 14 files changed, 1158 insertions(+)

Copied: perl/repos/testing-i686/PKGBUILD (from rev 215309, perl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-19 19:23:37 UTC (rev 215310)
@@ -0,0 +1,229 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: kevin kevin.archlinux.org
+# Contributor: judd jvinet.zeroflux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=perl
+pkgver=5.20.0
+pkgrel=5
+pkgdesc=A highly capable, feature-rich programming language
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://www.perl.org;
+groups=('base')
+depends=('gdbm' 'db' 'glibc')
+# NOTE: This array is automatically generated by `./patchprov`.
+#   If you want to add entries, do so in the next array.
+provides=('perl-archive-tar=1.96'
+  'perl-attribute-handlers=0.96'
+  'perl-autodie=2.23'
+  'perl-autoloader=5.74'
+  'perl-autouse=1.08'
+  'perl-b-debug=1.19'
+  'perl-base=2.22'
+  'perl-bignum=0.37'
+  'perl-carp=1.3301'
+  'perl-cgi=3.65'
+  'perl-compress-raw-bzip2=2.064'
+  'perl-compress-raw-zlib=2.065'
+  'perl-config-perl-v=0.20'
+  'perl-constant=1.31'
+  'perl-cpan-meta-requirements=2.125'
+  'perl-cpan-meta-yaml=0.012'
+  'perl-cpan-meta=2.140640'
+  'perl-cpan=2.05'
+  'perl-data-dumper=2.151'
+  'perl-db_file=1.831'
+  'perl-devel-ppport=3.21'
+  'perl-devel-selfstubber=1.05'
+  'perl-digest-md5=2.53'
+  'perl-digest-sha=5.88'
+  'perl-digest=1.17'
+  'perl-dumpvalue=1.17'
+  'perl-encode=2.60'
+  'perl-encoding-warnings=0.11'
+  'perl-env=1.04'
+  'perl-experimental=0.007'
+  'perl-exporter=5.70'
+  'perl-extutils-cbuilder=0.280216'
+  'perl-extutils-command=1.18'
+  'perl-extutils-constant=0.23'
+  'perl-extutils-install=1.67'
+  'perl-extutils-makemaker=6.98'
+  'perl-extutils-manifest=1.63'
+  'perl-extutils-parsexs=3.24'
+  'perl-file-fetch=0.48'
+  'perl-file-path=2.09'
+  'perl-file-temp=0.2304'
+  'perl-filter-simple=0.91'
+  'perl-filter-util-call=1.49'
+  'perl-getopt-long=2.42'
+  'perl-http-tiny=0.043'
+  'perl-i18n-collate=1.02'
+  'perl-i18n-langtags=0.40'
+  'perl-if=0.0603'
+  'perl-io-compress=2.064'
+  

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

2014-06-19 Thread Sven-Hendrik Haase
Date: Thursday, June 19, 2014 @ 23:13:36
  Author: svenstaro
Revision: 113360

upgpkg: assimp 3.1.1-1

upstream release 3.11

Modified:
  assimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 19:14:50 UTC (rev 113359)
+++ PKGBUILD2014-06-19 21:13:36 UTC (rev 113360)
@@ -2,8 +2,8 @@
 # Contributor: jepaan jepaan at hotmail dot com
 
 pkgname=assimp
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc=Portable Open Source library to import various well-known 3D model 
formats in an uniform manner
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'boost')
 url=('http://assimp.sourceforge.net/index.html')
 source=(https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-06-19 Thread Sven-Hendrik Haase
Date: Thursday, June 19, 2014 @ 23:13:46
  Author: svenstaro
Revision: 113361

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 21:13:36 UTC (rev 113360)
+++ community-i686/PKGBUILD 2014-06-19 21:13:46 UTC (rev 113361)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: jepaan jepaan at hotmail dot com
-
-pkgname=assimp
-pkgver=3.1
-pkgrel=2
-pkgdesc=Portable Open Source library to import various well-known 3D model 
formats in an uniform manner
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'gcc-libs' 'boost-libs')
-makedepends=('cmake' 'boost')
-url=('http://assimp.sourceforge.net/index.html')
-source=(https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   mkdir build  cd build
-   cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
--DASSIMP_BUILD_SAMPLES=OFF
-   make 
-}
-
-package()  {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
-
-   make DESTDIR=$pkgdir install
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: assimp/repos/community-i686/PKGBUILD (from rev 113360, 
assimp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-19 21:13:46 UTC (rev 113361)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jepaan jepaan at hotmail dot com
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=Portable Open Source library to import various well-known 3D model 
formats in an uniform manner
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url=('http://assimp.sourceforge.net/index.html')
+source=(https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build  cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-19 21:13:36 UTC (rev 113360)
+++ community-x86_64/PKGBUILD   2014-06-19 21:13:46 UTC (rev 113361)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: jepaan jepaan at hotmail dot com
-
-pkgname=assimp
-pkgver=3.1
-pkgrel=2
-pkgdesc=Portable Open Source library to import various well-known 3D model 
formats in an uniform manner
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'gcc-libs' 'boost-libs')
-makedepends=('cmake' 'boost')
-url=('http://assimp.sourceforge.net/index.html')
-source=(https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   mkdir build  cd build
-   cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
--DASSIMP_BUILD_SAMPLES=OFF
-   make 
-}
-
-package()  {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
-
-   make DESTDIR=$pkgdir install
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: assimp/repos/community-x86_64/PKGBUILD (from rev 113360, 
assimp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-19 21:13:46 UTC (rev 113361)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jepaan jepaan at hotmail dot com
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=Portable Open Source library to import various 

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

2014-06-19 Thread Daniel Micay
Date: Thursday, June 19, 2014 @ 23:23:57
  Author: thestinger
Revision: 113362

linux-grsec: update to match the core/linux config

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

---+
 PKGBUILD  |4 ++--
 config|   24 ++--
 config.x86_64 |   24 ++--
 3 files changed, 30 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:13:46 UTC (rev 113361)
+++ PKGBUILD2014-06-19 21:23:57 UTC (rev 113362)
@@ -37,8 +37,8 @@
 '0edab0f772836162e5e57ef294d83e88153c15a12f394914c6a25b49e408e8f1'
 'aa9d8c11e1c1790e71088ae0a6494b8e44b0734f8e5d4fdeb9b98e0c77427406'
 'SKIP'
-'60566eba74af1e121480a6839006e6e51e664a963a32ec1075ff9331da0355e5'
-'0b321b76ac4602d6c558dbba215b5fdd415c060bfbb91f93e535d6573f092e6c'
+'1b46f4fca87952872aa58bb3aa76155ad77ca7ca4cd1a2b548dac1321feb46d8'
+'28eb4217564c40416c2cf68ecc2774a373d0400979d486b0aa1de4f2674045dc'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-06-19 21:13:46 UTC (rev 113361)
+++ config  2014-06-19 21:23:57 UTC (rev 113362)
@@ -142,7 +142,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
+# CONFIG_MEMCG_KMEM is not set
 # CONFIG_CGROUP_HUGETLB is not set
 # CONFIG_CGROUP_PERF is not set
 CONFIG_CGROUP_SCHED=y
@@ -1476,7 +1476,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_SYS_HYPERVISOR is not set
@@ -4085,7 +4085,9 @@
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 CONFIG_VIDEO_SH_VEU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-# CONFIG_V4L_TEST_DRIVERS is not set
+CONFIG_V4L_TEST_DRIVERS=y
+CONFIG_VIDEO_VIVI=m
+CONFIG_VIDEO_MEM2MEM_TESTDEV=m
 
 #
 # Supported MMC/SDIO adapters
@@ -4900,9 +4902,7 @@
 #
 CONFIG_USB_DEFAULT_PERSIST=y
 CONFIG_USB_DYNAMIC_MINORS=y
-CONFIG_USB_OTG=y
-CONFIG_USB_OTG_WHITELIST=y
-# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+# CONFIG_USB_OTG is not set
 CONFIG_USB_MON=m
 CONFIG_USB_WUSB=m
 CONFIG_USB_WUSB_CBAF=m
@@ -4923,7 +4923,7 @@
 CONFIG_USB_ISP1760_HCD=m
 CONFIG_USB_ISP1362_HCD=m
 CONFIG_USB_FUSBH200_HCD=m
-CONFIG_USB_FOTG210_HCD=m
+# CONFIG_USB_FOTG210_HCD is not set
 CONFIG_USB_OHCI_HCD=m
 CONFIG_USB_OHCI_HCD_PCI=m
 # CONFIG_USB_OHCI_HCD_SSB is not set
@@ -5090,7 +5090,7 @@
 # USB Physical Layer drivers
 #
 CONFIG_USB_PHY=y
-CONFIG_USB_OTG_FSM=m
+# CONFIG_USB_OTG_FSM is not set
 CONFIG_NOP_USB_XCEIV=m
 CONFIG_SAMSUNG_USBPHY=m
 CONFIG_SAMSUNG_USB2PHY=m
@@ -5111,7 +5111,7 @@
 # USB Peripheral Controller
 #
 CONFIG_USB_FUSB300=m
-CONFIG_USB_FOTG210_UDC=m
+# CONFIG_USB_FOTG210_UDC is not set
 CONFIG_USB_GR_UDC=m
 CONFIG_USB_R8A66597=m
 CONFIG_USB_RENESAS_USBHS_UDC=m
@@ -6045,7 +6045,11 @@
 # CONFIG_HPFS_FS is not set
 # CONFIG_QNX4FS_FS is not set
 # CONFIG_QNX6FS_FS is not set
-# CONFIG_ROMFS_FS is not set
+CONFIG_ROMFS_FS=m
+CONFIG_ROMFS_BACKED_BY_BLOCK=y
+# CONFIG_ROMFS_BACKED_BY_MTD is not set
+# CONFIG_ROMFS_BACKED_BY_BOTH is not set
+CONFIG_ROMFS_ON_BLOCK=y
 CONFIG_PSTORE=y
 # CONFIG_PSTORE_CONSOLE is not set
 # CONFIG_PSTORE_FTRACE is not set

Modified: config.x86_64
===
--- config.x86_64   2014-06-19 21:13:46 UTC (rev 113361)
+++ config.x86_64   2014-06-19 21:23:57 UTC (rev 113362)
@@ -151,7 +151,7 @@
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
+# CONFIG_MEMCG_KMEM is not set
 # CONFIG_CGROUP_HUGETLB is not set
 # CONFIG_CGROUP_PERF is not set
 CONFIG_CGROUP_SCHED=y
@@ -1461,7 +1461,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set
 CONFIG_SYS_HYPERVISOR=y
@@ -3963,7 +3963,9 @@
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 CONFIG_VIDEO_SH_VEU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-# CONFIG_V4L_TEST_DRIVERS is not set
+CONFIG_V4L_TEST_DRIVERS=y
+CONFIG_VIDEO_VIVI=m
+CONFIG_VIDEO_MEM2MEM_TESTDEV=m
 
 #
 # Supported MMC/SDIO adapters
@@ -4726,9 +4728,7 @@
 #
 CONFIG_USB_DEFAULT_PERSIST=y
 CONFIG_USB_DYNAMIC_MINORS=y
-CONFIG_USB_OTG=y
-CONFIG_USB_OTG_WHITELIST=y
-# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+# CONFIG_USB_OTG is not set
 CONFIG_USB_MON=m
 CONFIG_USB_WUSB=m
 CONFIG_USB_WUSB_CBAF=m
@@ -4749,7 +4749,7 @@
 CONFIG_USB_ISP1760_HCD=m
 

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

2014-06-19 Thread Daniel Micay
Date: Thursday, June 19, 2014 @ 23:25:46
  Author: thestinger
Revision: 113363

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 113362, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 113362, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 113362, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 113362, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 113362, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 113362, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 113362, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 113362, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 113362, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 113362, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 113362, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 113362, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 113362, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 113362, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 113362, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 113362, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 113362, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 113362, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 113362, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 113362, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 113362, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 113362, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 113362, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 113362, linux-grsec/trunk/sysctl.conf)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.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-i686/sysctl.conf
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.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
  linux-grsec/repos/community-x86_64/sysctl.conf


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

2014-06-19 Thread Daniel Micay
Date: Thursday, June 19, 2014 @ 23:41:14
  Author: thestinger
Revision: 113364

upgpkg: libc++ 3.4.2-1

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:25:46 UTC (rev 113363)
+++ PKGBUILD2014-06-19 21:41:14 UTC (rev 113364)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 # Contributor: MThinkCpp mtc.maintainer[at]outlook.com
 pkgname=libc++
-pkgver=3.4
+pkgver=3.4.2
 pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
@@ -10,20 +10,22 @@
 # gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
 depends=('glibc' 'libc++abi' 'gcc-libs')
 makedepends=('clang' 'subversion' 'cmake')
-source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
-md5sums=('85c3c4e2233893b037256bf9f7077857')
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;
+http://www.llvm.org/releases/3.4.2/libcxx-${pkgver}.src.tar.gz.sig;)
+md5sums=('da134c8bb4576e6168fb4872526bb8b3'
+ 'SKIP')
 install=${pkgname}.install
 
 build() {
-  mkdir -p libcxx-${pkgver}/build
-  cd libcxx-${pkgver}/build
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
   CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
 -DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
   make
 }
 package() {
-  install -Dm644 libcxx-${pkgver}/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}/build
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
   make DESTDIR=$pkgdir install
 }



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

2014-06-19 Thread Daniel Micay
Date: Thursday, June 19, 2014 @ 23:41:42
  Author: thestinger
Revision: 113365

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 113364, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 113364, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 113364, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 113364, libc++/trunk/libc++.install)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   62 ++
 /libc++.install |   14 
 community-i686/PKGBUILD |   29 -
 community-i686/libc++.install   |7 
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/libc++.install |7 
 6 files changed, 76 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 21:41:14 UTC (rev 113364)
+++ community-i686/PKGBUILD 2014-06-19 21:41:42 UTC (rev 113365)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
-pkgname=libc++
-pkgver=3.4
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
-depends=('glibc' 'libc++abi' 'gcc-libs')
-makedepends=('clang' 'subversion' 'cmake')
-source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;)
-md5sums=('85c3c4e2233893b037256bf9f7077857')
-install=${pkgname}.install
-
-build() {
-  mkdir -p libcxx-${pkgver}/build
-  cd libcxx-${pkgver}/build
-  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-  cd libcxx-${pkgver}/build
-  make DESTDIR=$pkgdir install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 113364, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-19 21:41:42 UTC (rev 113365)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: MThinkCpp mtc.maintainer[at]outlook.com
+pkgname=libc++
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
+depends=('glibc' 'libc++abi' 'gcc-libs')
+makedepends=('clang' 'subversion' 'cmake')
+source=(http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz;
+http://www.llvm.org/releases/3.4.2/libcxx-${pkgver}.src.tar.gz.sig;)
+md5sums=('da134c8bb4576e6168fb4872526bb8b3'
+ 'SKIP')
+install=${pkgname}.install
+
+build() {
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  CC=clang CXX=clang++ cmake -G Unix Makefiles -DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
$srcdir/libcxx-${pkgver}.src
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libc++.install
===
--- community-i686/libc++.install   2014-06-19 21:41:14 UTC (rev 113364)
+++ community-i686/libc++.install   2014-06-19 21:41:42 UTC (rev 113365)
@@ -1,7 +0,0 @@
-post_install() {
-  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use 
libc++
-}
-
-post_upgrade() {
-  post_install
-}

Copied: libc++/repos/community-i686/libc++.install (from rev 113364, 
libc++/trunk/libc++.install)
===
--- community-i686/libc++.install   (rev 0)
+++ community-i686/libc++.install   2014-06-19 21:41:42 UTC (rev 113365)
@@ -0,0 +1,7 @@
+post_install() {
+  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use 
libc++
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: 

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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 23:44:37
  Author: arodseth
Revision: 113366

upgpkg: nuitka 0.5.1.6-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:41:42 UTC (rev 113365)
+++ PKGBUILD2014-06-19 21:44:37 UTC (rev 113366)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.1.5
+pkgver=0.5.1.6
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('88318741eaaec21bf9637a3fad6d5d55e35d4b2da8adb61634427cc70d388ef9')
+sha256sums=('4e37e12d772a2c087f9fd9645552ec3d700928f036d9cef9dd959077097730cb')
 
 package() {
   cd Nuitka-$pkgver



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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 23:44:46
  Author: arodseth
Revision: 113367

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 113366, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-19 21:44:37 UTC (rev 113366)
+++ PKGBUILD2014-06-19 21:44:46 UTC (rev 113367)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.1.5
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('88318741eaaec21bf9637a3fad6d5d55e35d4b2da8adb61634427cc70d388ef9')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 113366, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-19 21:44:46 UTC (rev 113367)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.1.6
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('4e37e12d772a2c087f9fd9645552ec3d700928f036d9cef9dd959077097730cb')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 23:45:59
  Author: arodseth
Revision: 113368

upgpkg: go 2:1.3-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:44:46 UTC (rev 113367)
+++ PKGBUILD2014-06-19 21:45:59 UTC (rev 113368)
@@ -11,7 +11,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -29,7 +29,7 @@
 md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver/src
+  cd $pkgname-$pkgver/src
 
   export GOROOT=$srcdir/$pkgname-$pkgver
   export GOBIN=$GOROOT/bin



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

2014-06-19 Thread Alexander Rødseth
Date: Thursday, June 19, 2014 @ 23:46:10
  Author: arodseth
Revision: 113369

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

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

-+
 /PKGBUILD   |  330 ++
 /go.install |   30 +++
 community-i686/PKGBUILD |  165 -
 community-i686/go.install   |   15 -
 community-x86_64/PKGBUILD   |  165 -
 community-x86_64/go.install |   15 -
 6 files changed, 360 insertions(+), 360 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-19 21:45:59 UTC (rev 113368)
+++ community-i686/PKGBUILD 2014-06-19 21:46:10 UTC (rev 113369)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Rémy Oudompheng  r...@archlinux.org
-# Contributor: Andres Perera andres87p gmail
-# Contributor: Matthew Bauer mjbaue...@gmail.com
-# Contributor: Christian Himpel chres...@gmail.com
-# Contributor: Mike Rosset mike.ros...@gmail.com
-# Contributor: Daniel YC Lin dlin...@gmail.com
-# Contributor: John Luebs jklu...@gmail.com
-
-pkgname=go
-epoch=2
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils' 'mercurial')
-options=('!strip' 'staticlibs')
-optdepends=('mercurial: for fetching sources from mercurial repositories'
-'git: for fetching sources from git repositories'
-'bzr: for fetching sources from bazaar repositories'
-'subversion: for fetching sources from subversion repositories')
-install=$pkgname.install
-source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-  export GOPATH=$srcdir/
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux doesn't support SSE2 for i686 (because of older i686 CPUs)
-  # The SSE2 version is _a lot_ faster for i686.
-  #
-  # This line selects the slow and compatible version.
-  export GO386=387
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS=$os
-  export GOARCH=$arch
-  bash make.bash --no-clean
-done
-  done
-
-  GOOS=linux
-  case $CARCH in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  $GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/godoc
-  $GOROOT/bin/go build -o $srcdir/godoc code.google.com/p/go.tools/cmd/godoc
-  for tool in vet cover; do
-$GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/${tool}
-$GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} 
code.google.com/p/go.tools/cmd/${tool}
-  done
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  export GO386=387
-
-  export GOOS=linux
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-  export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src  bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-
-  install -Dm755 $srcdir/godoc $pkgdir/usr/bin/godoc
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-  install -Dm644 misc/bash/go \
-$pkgdir/usr/share/bash-completion/completions/go
-  install -Dm644 misc/emacs/go-mode-load.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
-  install -Dm644 misc/emacs/go-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode.el
-  install -Dm644 misc/zsh/go \
-$pkgdir/usr/share/zsh/site-functions/_go
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
-plugin/godoc.vim;
-  do
-install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
-  done
-
-  mkdir -p \
-

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

2014-06-19 Thread Alexander Rødseth
Date: Friday, June 20, 2014 @ 00:16:51
  Author: arodseth
Revision: 113370

New version, but it fails to build/install

Modified:
  lua-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:46:10 UTC (rev 113369)
+++ PKGBUILD2014-06-19 22:16:51 UTC (rev 113370)
@@ -6,8 +6,8 @@
 # Contributor: Donald Ephraim Curtis dcur...@gmail.com
 
 pkgname=lua-posix
-pkgver=31
-pkgrel=2
+pkgver=32
+pkgrel=1
 pkgdesc='POSIX library for Lua'
 arch=('x86_64' 'i686')
 url='https://github.com/luaposix/luaposix'
@@ -36,10 +36,6 @@
   make
 }
 
-check() {
-  make -C $pkgname check || true
-}
-
 package() {
   make -C $pkgname DESTDIR=$pkgdir install
 }



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

2014-06-19 Thread Sébastien Luttringer
Date: Friday, June 20, 2014 @ 02:40:38
  Author: seblu
Revision: 215311

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-19 19:23:37 UTC (rev 215310)
+++ core-i686/PKGBUILD  2014-06-20 00:40:38 UTC (rev 215311)
@@ -1,29 +0,0 @@
-# $Id$
-# Mainainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.18
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rmdir $pkgdir/usr/share/man/man5
-}

Copied: file/repos/core-i686/PKGBUILD (from rev 215310, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-20 00:40:38 UTC (rev 215311)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.19
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rmdir $pkgdir/usr/share/man/man5
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-06-19 19:23:37 UTC (rev 215310)
+++ core-x86_64/PKGBUILD2014-06-20 00:40:38 UTC (rev 215311)
@@ -1,29 +0,0 @@
-# $Id$
-# Mainainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.18
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rmdir $pkgdir/usr/share/man/man5
-}

Copied: file/repos/core-x86_64/PKGBUILD (from rev 215310, 
file/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-06-20 00:40:38 UTC (rev 215311)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=file
+pkgver=5.19
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rmdir $pkgdir/usr/share/man/man5
+}



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

2014-06-19 Thread Felix Yan
Date: Friday, June 20, 2014 @ 03:20:07
  Author: fyan
Revision: 113371

upgpkg: python-httpretty 0.8.3-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 22:16:51 UTC (rev 113370)
+++ PKGBUILD2014-06-20 01:20:07 UTC (rev 113371)
@@ -3,18 +3,18 @@
 
 pkgbase=python-httpretty
 pkgname=(python-httpretty python2-httpretty)
-pkgver=0.8.1
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=HTTP client mock for Python
 arch=('any')
 url=http://github.com/gabrielfalcao/httpretty;
 license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3' 'python-requests' 
'python2-requests')
+makedepends=('python-urllib3' 'python2-urllib3')
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
   'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
   'python-httplib2' 'python2-httplib2')
 
source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
-md5sums=('8f4d4339711551ff8b3d94bf4389754c')
+md5sums=('50b02560a49fe928c90c53a49791f621')
 
 prepare() {
   cp -r httpretty-$pkgver{,-py2}
@@ -21,7 +21,6 @@
 
   # Fix the encoding issue
   sed -i 78s/f)).read()/f), encoding='utf8').read()/ 
httpretty-$pkgver/setup.py
-  sed -i 88s/readme.rst/README.rst/ httpretty-$pkgver{,-py2}/setup.py
 }
 
 check() {
@@ -34,7 +33,7 @@
 }
 
 package_python-httpretty() {
-  depends=('python-urllib3' 'python-requests')
+  depends=('python-urllib3')
 
   cd httpretty-$pkgver
   python3 setup.py install --root=${pkgdir} --optimize=1
@@ -42,7 +41,7 @@
 }
 
 package_python2-httpretty() {
-  depends=('python2-urllib3' 'python2-requests')
+  depends=('python2-urllib3')
 
   cd httpretty-$pkgver-py2
   python2 setup.py install --root=${pkgdir} --optimize=1



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

2014-06-19 Thread Felix Yan
Date: Friday, June 20, 2014 @ 03:20:45
  Author: fyan
Revision: 113372

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-20 01:20:07 UTC (rev 113371)
+++ PKGBUILD2014-06-20 01:20:45 UTC (rev 113372)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-httpretty
-pkgname=(python-httpretty python2-httpretty)
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=HTTP client mock for Python
-arch=('any')
-url=http://github.com/gabrielfalcao/httpretty;
-license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3' 'python-requests' 
'python2-requests')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
-  'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
-  'python-httplib2' 'python2-httplib2')
-source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
-md5sums=('8f4d4339711551ff8b3d94bf4389754c')
-
-prepare() {
-  cp -r httpretty-$pkgver{,-py2}
-
-  # Fix the encoding issue
-  sed -i 78s/f)).read()/f), encoding='utf8').read()/ 
httpretty-$pkgver/setup.py
-  sed -i 88s/readme.rst/README.rst/ httpretty-$pkgver{,-py2}/setup.py
-}
-
-check() {
-  cd httpretty-$pkgver
-  # Disabled due to hanging
-  #nosetests3 -s tests
-
-  cd ../httpretty-$pkgver-py2
-  nosetests2 -s tests || warning Tests failed
-}
-
-package_python-httpretty() {
-  depends=('python-urllib3' 'python-requests')
-
-  cd httpretty-$pkgver
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/python-httpretty/COPYING
-}
-
-package_python2-httpretty() {
-  depends=('python2-urllib3' 'python2-requests')
-
-  cd httpretty-$pkgver-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/python2-httpretty/COPYING
-}
-

Copied: python-httpretty/repos/community-any/PKGBUILD (from rev 113371, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-20 01:20:45 UTC (rev 113372)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-httpretty
+pkgname=(python-httpretty python2-httpretty)
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=HTTP client mock for Python
+arch=('any')
+url=http://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+makedepends=('python-urllib3' 'python2-urllib3')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
+  'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
+  'python-httplib2' 'python2-httplib2')
+source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
+md5sums=('50b02560a49fe928c90c53a49791f621')
+
+prepare() {
+  cp -r httpretty-$pkgver{,-py2}
+
+  # Fix the encoding issue
+  sed -i 78s/f)).read()/f), encoding='utf8').read()/ 
httpretty-$pkgver/setup.py
+}
+
+check() {
+  cd httpretty-$pkgver
+  # Disabled due to hanging
+  #nosetests3 -s tests
+
+  cd ../httpretty-$pkgver-py2
+  nosetests2 -s tests || warning Tests failed
+}
+
+package_python-httpretty() {
+  depends=('python-urllib3')
+
+  cd httpretty-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/python-httpretty/COPYING
+}
+
+package_python2-httpretty() {
+  depends=('python2-urllib3')
+
+  cd httpretty-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/python2-httpretty/COPYING
+}
+