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

2016-08-02 Thread Antonio Rojas
Date: Wednesday, August 3, 2016 @ 06:43:26
  Author: arojas
Revision: 272943

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-03 06:42:53 UTC (rev 272942)
+++ extra-i686/PKGBUILD 2016-08-03 06:43:26 UTC (rev 272943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=strace
-pkgver=4.12
-pkgrel=1
-pkgdesc="A useful diagnositic, instructional, and debugging tool"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/strace/";
-license=('custom')
-depends=('perl' 'libunwind')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('efb8611fc332e71ec419c53f59faa93e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --with-libunwind
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: strace/repos/extra-i686/PKGBUILD (from rev 272942, 
strace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-03 06:43:26 UTC (rev 272943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=4.13
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl' 'libunwind')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('4b78c7febdd24c79d5147824d1a080a3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --with-libunwind
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-03 06:42:53 UTC (rev 272942)
+++ extra-x86_64/PKGBUILD   2016-08-03 06:43:26 UTC (rev 272943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=strace
-pkgver=4.12
-pkgrel=1
-pkgdesc="A useful diagnositic, instructional, and debugging tool"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/strace/";
-license=('custom')
-depends=('perl' 'libunwind')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('efb8611fc332e71ec419c53f59faa93e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --with-libunwind
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: strace/repos/extra-x86_64/PKGBUILD (from rev 272942, 
strace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-03 06:43:26 UTC (rev 272943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=4.13
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl' 'libunwind')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('4b78c7febdd24c79d5147824d1a080a3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --with-libunwind
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-02 Thread Antonio Rojas
Date: Wednesday, August 3, 2016 @ 06:42:53
  Author: arojas
Revision: 272942

Update to 4.13

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:22 UTC (rev 272941)
+++ PKGBUILD2016-08-03 06:42:53 UTC (rev 272942)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=4.12
+pkgver=4.13
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('perl' 'libunwind')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('efb8611fc332e71ec419c53f59faa93e')
+md5sums=('4b78c7febdd24c79d5147824d1a080a3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-08-02 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 06:31:19
  Author: lcarlier
Revision: 184942

upgpkg: widelands 18-6

glew 2.0.0/poppler 0.46.0 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:29:29 UTC (rev 184941)
+++ PKGBUILD2016-08-03 06:31:19 UTC (rev 184942)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=18
 _realver=build${pkgver}
-pkgrel=5
+pkgrel=6
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('i686' 'x86_64')
 url="http://widelands.org/";


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

2016-08-02 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 06:31:26
  Author: lcarlier
Revision: 184943

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 184942, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 184942, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 184942, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 184942, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 184942, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 184942, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 184942, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 184942, widelands/trunk/widelands.sh)

+
 community-staging-i686/PKGBUILD|   51 +++
 community-staging-i686/widelands.desktop   |8 
 community-staging-i686/widelands.sh|3 +
 community-staging-x86_64/PKGBUILD  |   51 +++
 community-staging-x86_64/widelands.desktop |8 
 community-staging-x86_64/widelands.sh  |3 +
 6 files changed, 124 insertions(+)

Copied: widelands/repos/community-staging-i686/PKGBUILD (from rev 184942, 
widelands/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-03 06:31:26 UTC (rev 184943)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=18
+_realver=build${pkgver}
+pkgrel=6
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('i686' 'x86_64')
+url="http://widelands.org/";
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+source=("https://launchpad.net/widelands/${_realver}/build-${pkgver}/+download/$pkgname-$_realver-src.tar.bz2";
+$pkgname.desktop
+$pkgname.png
+$pkgname.sh)
+md5sums=('01efe8db8cd25ffeb4f82b8b4ab6652e'
+ '15820bf099fd6f16251fe70a75c534bb'
+ '3dfda7e9ca76ca00dd98d745d0ceb328'
+ '7cae50aba5ed0cd2cfeea79124637b46')
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+mkdir -p build/compile && cd build/compile
+
+cmake ../.. -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_DATADIR=share/$pkgname \
+-DWL_INSTALL_BINDIR=bin
+make
+}
+
+package() {
+depends=(${depends[@]} 'widelands-data')
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR="$pkgdir" install
+
+rm -r 
$pkgdir/usr/share/widelands/{campaigns,fonts,global,locale,maps,music,pics,scripting,sound,tribes,txts,worlds}
+
+# Install bin, icon and desktop file
+#install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname
+#install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-i686/widelands.desktop (from rev 
184942, widelands/trunk/widelands.desktop)
===
--- community-staging-i686/widelands.desktop(rev 0)
+++ community-staging-i686/widelands.desktop2016-08-03 06:31:26 UTC (rev 
184943)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-i686/widelands.png (from rev 184942, 
widelands/trunk/widelands.png)
===
(Binary files differ)

Copied: widelands/repos/community-staging-i686/widelands.sh (from rev 184942, 
widelands/trunk/widelands.sh)
===
--- community-staging-i686/widelands.sh (rev 0)
+++ community-staging-i686/widelands.sh 2016-08-03 06:31:26 UTC (rev 184943)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/widelands
+./widelands $*

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 184942, 
widelands/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in texlive-plainextra/repos/testing-any (3 files)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:17
  Author: remy
Revision: 272939

archrelease: copy trunk to testing-any

Added:
  texlive-plainextra/repos/testing-any/PKGBUILD
(from rev 272938, texlive-plainextra/trunk/PKGBUILD)
Deleted:
  texlive-plainextra/repos/testing-any/PKGBUILD
  texlive-plainextra/repos/testing-any/texlive.install

-+
 PKGBUILD|   89 ++
 texlive.install |   12 ---
 2 files changed, 44 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:15 UTC (rev 272938)
+++ PKGBUILD2016-08-03 06:30:17 UTC (rev 272939)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-plainextra
-pkgver=2016.41437
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('836f69648e663d6223fe7c20fb9dafb3')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 272938, 
texlive-plainextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 06:30:17 UTC (rev 272939)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-plainextra
+pkgver=2016.41437
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+md5sums=('836f69648e663d6223fe7c20fb9dafb3')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-03 06:30:15 UTC (rev 272938)
+++ texlive.install 2016-08-03 06:30:17 UTC (rev 272939)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-plainextra/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:15
  Author: remy
Revision: 272938

upgpkg: texlive-plainextra 2016.41437-2

Remove redundant install script (replaced by hooks).

Modified:
  texlive-plainextra/trunk/PKGBUILD
Deleted:
  texlive-plainextra/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:10 UTC (rev 272937)
+++ PKGBUILD2016-08-03 06:30:15 UTC (rev 272938)
@@ -5,7 +5,7 @@
 pkgname=texlive-plainextra
 pkgver=2016.41437
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('836f69648e663d6223fe7c20fb9dafb3')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-03 06:30:10 UTC (rev 272937)
+++ texlive.install 2016-08-03 06:30:15 UTC (rev 272938)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-publishers/repos/testing-any (3 files)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:10
  Author: remy
Revision: 272937

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/PKGBUILD
(from rev 272936, texlive-publishers/trunk/PKGBUILD)
Deleted:
  texlive-publishers/repos/testing-any/PKGBUILD
  texlive-publishers/repos/testing-any/texlive.install

-+
 PKGBUILD|   89 ++
 texlive.install |   12 ---
 2 files changed, 44 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:08 UTC (rev 272936)
+++ PKGBUILD2016-08-03 06:30:10 UTC (rev 272937)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-publishers
-pkgver=2016.41474
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('ce19a4bbcb769d519eac95189809fefa')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 272936, 
texlive-publishers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 06:30:10 UTC (rev 272937)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2016.41474
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+md5sums=('ce19a4bbcb769d519eac95189809fefa')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-03 06:30:08 UTC (rev 272936)
+++ texlive.install 2016-08-03 06:30:10 UTC (rev 272937)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-latexextra/repos/testing-any (5 files)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:22
  Author: remy
Revision: 272941

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 272940, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 272940, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/testing-any/PKGBUILD
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
  texlive-latexextra/repos/testing-any/texlive.install

-+
 PKGBUILD|  157 ++
 texlive-latexextra.maps |4 -
 texlive.install |   52 ---
 3 files changed, 80 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:21 UTC (rev 272940)
+++ PKGBUILD2016-08-03 06:30:22 UTC (rev 272941)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2016.41473
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('04e9310f60d2936ce08747dba24ceadc'
- '017fc9ed83747aa8884ca9ae0767531f')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 272940, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 06:30:22 UTC (rev 272941)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2016.41473
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('04e9310f60d2936ce08747dba24ceadc'
+ '017fc9ed83747aa8884ca9ae0767531f')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS

[arch-commits] Commit in texlive-latexextra/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:21
  Author: remy
Revision: 272940

upgpkg: texlive-latexextra 2016.41473-2

Remove redundant install script (replaced by hooks).

Modified:
  texlive-latexextra/trunk/PKGBUILD
Deleted:
  texlive-latexextra/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   52 
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:17 UTC (rev 272939)
+++ PKGBUILD2016-08-03 06:30:21 UTC (rev 272940)
@@ -5,7 +5,7 @@
 pkgname=texlive-latexextra
 pkgver=2016.41473
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
 arch=(any)
@@ -21,7 +21,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('04e9310f60d2936ce08747dba24ceadc'
  '017fc9ed83747aa8884ca9ae0767531f')
 

Deleted: texlive.install
===
--- texlive.install 2016-08-03 06:30:17 UTC (rev 272939)
+++ texlive.install 2016-08-03 06:30:21 UTC (rev 272940)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-latexextra"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo" done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}


[arch-commits] Commit in texlive-publishers/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:08
  Author: remy
Revision: 272936

upgpkg: texlive-publishers 2016.41474-2

Remove redundant install script (replaced by hooks).

Modified:
  texlive-publishers/trunk/PKGBUILD
Deleted:
  texlive-publishers/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:28:19 UTC (rev 272935)
+++ PKGBUILD2016-08-03 06:30:08 UTC (rev 272936)
@@ -5,7 +5,7 @@
 pkgname=texlive-publishers
 pkgver=2016.41474
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('ce19a4bbcb769d519eac95189809fefa')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-03 03:28:19 UTC (rev 272935)
+++ texlive.install 2016-08-03 06:30:08 UTC (rev 272936)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 06:29:06
  Author: felixonmars
Revision: 184940

upgpkg: python-coverage 4.2-1

Modified:
  python-coverage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 06:02:54 UTC (rev 184939)
+++ PKGBUILD2016-08-03 06:29:06 UTC (rev 184940)
@@ -4,7 +4,7 @@
 # Contributor: Fazlul Shahriar 
 
 pkgname=(python-coverage python2-coverage)
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc="A tool for measuring code coverage of Python programs"
 arch=('i686' 'x86_64')
@@ -11,9 +11,10 @@
 url="http://nedbatchelder.com/code/coverage/";
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
-checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose'
-  'python-pycontracts' 'python2-pycontracts' 'python-greenlet'
-  'python2-greenlet' 'python-virtualenv' 'python2-virtualenv')
+checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python-pycontracts'
+  'python2-pycontracts' 'python-greenlet' 'python2-greenlet' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pyenchant' 'python2-pyenchant' 
'python-pylint'
+  'python2-pylint' 'python-unittest-mixins' 
'python2-unittest-mixins')
 source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver";)
 md5sums=('SKIP')
 
@@ -48,7 +49,7 @@
 python igor.py test_with_tracer py
 python setup.py --quiet build_ext --inplace
 python igor.py test_with_tracer c
-  )
+  ) || warning "Python 2 tests failed"
 }
 
 package_python-coverage() {


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 06:29:29
  Author: felixonmars
Revision: 184941

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

Added:
  python-coverage/repos/community-i686/PKGBUILD
(from rev 184940, python-coverage/trunk/PKGBUILD)
  python-coverage/repos/community-x86_64/PKGBUILD
(from rev 184940, python-coverage/trunk/PKGBUILD)
Deleted:
  python-coverage/repos/community-i686/PKGBUILD
  python-coverage/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 community-i686/PKGBUILD   |   68 -
 community-x86_64/PKGBUILD |   68 -
 3 files changed, 138 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-03 06:29:06 UTC (rev 184940)
+++ community-i686/PKGBUILD 2016-08-03 06:29:29 UTC (rev 184941)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Clément Démoulins 
-# Contributor: Fazlul Shahriar 
-
-pkgname=(python-coverage python2-coverage)
-pkgver=4.1
-pkgrel=1
-pkgdesc="A tool for measuring code coverage of Python programs"
-arch=('i686' 'x86_64')
-url="http://nedbatchelder.com/code/coverage/";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
-checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose'
-  'python-pycontracts' 'python2-pycontracts' 'python-greenlet'
-  'python2-greenlet' 'python-virtualenv' 'python2-virtualenv')
-source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a coveragepy{,-py2}
-}
-
-check() {
-  # Hack entry points by installing it
-
-  export LC_CTYPE=en_US.UTF-8
-
-  (
-cd "$srcdir/coveragepy"
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.5/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  )
-
-  (
-cd "$srcdir/coveragepy-py2"
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  )
-}
-
-package_python-coverage() {
-  depends=('python')
-
-  cd coveragepy
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-coverage() {
-  depends=('python2')
-
-  cd coveragepy
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2"
-}

Copied: python-coverage/repos/community-i686/PKGBUILD (from rev 184940, 
python-coverage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 06:29:29 UTC (rev 184941)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Clément Démoulins 
+# Contributor: Fazlul Shahriar 
+
+pkgname=(python-coverage python2-coverage)
+pkgver=4.2
+pkgrel=1
+pkgdesc="A tool for measuring code coverage of Python programs"
+arch=('i686' 'x86_64')
+url="http://nedbatchelder.com/code/coverage/";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
+checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python-pycontracts'
+  'python2-pycontracts' 'python-greenlet' 'python2-greenlet' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pyenchant' 'python2-pyenchant' 
'python-pylint'
+  'python2-pylint' 'python-unittest-mixins' 
'python2-unittest-mixins')
+source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a coveragepy{,-py2}
+}
+
+check() {
+  # Hack entry points by installing it
+
+  export LC_CTYPE=en_US.UTF-8
+
+  (
+cd "$srcdir/coveragepy"
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.5/site-packages"
+python setup.py --quiet develop
+python igor.py zip_mods install_egg remove_extension
+python igor.py test_with_tracer py
+python setup.py --quiet build_ext --inplace
+python igor.py test_with_tracer c
+  )
+
+  (
+cd "$srcdir/coveragepy-py2"
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
+py

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

2016-08-02 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 06:02:54
  Author: lcarlier
Revision: 184939

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

Added:
  warzone2100/repos/community-staging-i686/
  warzone2100/repos/community-staging-i686/PKGBUILD
(from rev 184938, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-staging-i686/warzone2100.appdata.xml
(from rev 184938, warzone2100/trunk/warzone2100.appdata.xml)
  warzone2100/repos/community-staging-x86_64/
  warzone2100/repos/community-staging-x86_64/PKGBUILD
(from rev 184938, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-staging-x86_64/warzone2100.appdata.xml
(from rev 184938, warzone2100/trunk/warzone2100.appdata.xml)

--+
 community-staging-i686/PKGBUILD  |   34 +
 community-staging-i686/warzone2100.appdata.xml   |   23 ++
 community-staging-x86_64/PKGBUILD|   34 +
 community-staging-x86_64/warzone2100.appdata.xml |   23 ++
 4 files changed, 114 insertions(+)

Copied: warzone2100/repos/community-staging-i686/PKGBUILD (from rev 184938, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-03 06:02:54 UTC (rev 184939)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+warzone2100.appdata.xml)
+md5sums=('1a329156387b3acfee56c7bd86fd606b'
+ '103a57b73af180a1ff7301250cbdcf5d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # Add missing file from the tarball
+  cp ${srcdir}/warzone2100.appdata.xml icons/
+
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: warzone2100/repos/community-staging-i686/warzone2100.appdata.xml (from 
rev 184938, warzone2100/trunk/warzone2100.appdata.xml)
===
--- community-staging-i686/warzone2100.appdata.xml  
(rev 0)
+++ community-staging-i686/warzone2100.appdata.xml  2016-08-03 06:02:54 UTC 
(rev 184939)
@@ -0,0 +1,23 @@
+
+
+   warzone2100.desktop
+   CC0-1.0
+   GPL-2.0+
+   Real-Time-Strategy War Game
+   Warzone 2100
+   
+   
+   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
+   
+   
+   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
+   
+   
+   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
+   
+   
+   https://wz2100.net/
+   
+   https://wz2100.net/static/img/wz2100-CAM_3A50.png
+   
+

Copied: warzone2100/repos/community-staging-x86_64/PKGBUILD (from rev 184938, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-03 06:02:54 UTC (rev 184939)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+warzone2100.appdata.xml)
+md5sums=('1a329156387b3acfee56c7bd86fd606b'
+ '103a57b73af180a1ff7301250cbdcf5d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # Add missing file from the tarball
+  cp ${srcdir}/warzone2100.appdata.xml icons/
+
+  ./configure --prefix=/usr --with-distrib

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

2016-08-02 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 06:02:48
  Author: lcarlier
Revision: 184938

upgpkg: warzone2100 3.2.1-2

glew 2.0.0/poppler 0.46.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:52:07 UTC (rev 184937)
+++ PKGBUILD2016-08-03 06:02:48 UTC (rev 184938)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/";
 arch=('i686' 'x86_64')


[arch-commits] Commit in python-unittest-mixins/repos (2 files)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:52:07
  Author: felixonmars
Revision: 184937

archrelease: copy trunk to community-any

Added:
  python-unittest-mixins/repos/community-any/
  python-unittest-mixins/repos/community-any/PKGBUILD
(from rev 184936, python-unittest-mixins/trunk/PKGBUILD)

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

Copied: python-unittest-mixins/repos/community-any/PKGBUILD (from rev 184936, 
python-unittest-mixins/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-03 03:52:07 UTC (rev 184937)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-unittest-mixins
+pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Helpful mixins for unittest classes'
+arch=('any')
+license=('Apache')
+url='http://github.com/nedbat/unittest-mixins'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/nedbat/unittest-mixins#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a unittest-mixins{,-py2}
+}
+
+build() {
+  cd "$srcdir"/unittest-mixins
+  python setup.py build
+
+  cd "$srcdir"/unittest-mixins-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/unittest-mixins
+  py.test
+
+  cd "$srcdir"/unittest-mixins-py2
+  py.test2
+}
+
+package_python-unittest-mixins() {
+  depends=('python-six')
+
+  cd unittest-mixins
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-unittest-mixins() {
+  depends=('python2-six')
+
+  cd unittest-mixins-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:51:50
  Author: felixonmars
Revision: 184936

addpkg: python-unittest-mixins 1.1.1-1

Added:
  python-unittest-mixins/
  python-unittest-mixins/repos/
  python-unittest-mixins/trunk/
  python-unittest-mixins/trunk/PKGBUILD

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

Added: python-unittest-mixins/trunk/PKGBUILD
===
--- python-unittest-mixins/trunk/PKGBUILD   (rev 0)
+++ python-unittest-mixins/trunk/PKGBUILD   2016-08-03 03:51:50 UTC (rev 
184936)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-unittest-mixins
+pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Helpful mixins for unittest classes'
+arch=('any')
+license=('Apache')
+url='http://github.com/nedbat/unittest-mixins'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/nedbat/unittest-mixins#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a unittest-mixins{,-py2}
+}
+
+build() {
+  cd "$srcdir"/unittest-mixins
+  python setup.py build
+
+  cd "$srcdir"/unittest-mixins-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/unittest-mixins
+  py.test
+
+  cd "$srcdir"/unittest-mixins-py2
+  py.test2
+}
+
+package_python-unittest-mixins() {
+  depends=('python-six')
+
+  cd unittest-mixins
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-unittest-mixins() {
+  depends=('python2-six')
+
+  cd unittest-mixins-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:39:09
  Author: felixonmars
Revision: 184934

upgpkg: docker-machine 0.8.0-1

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:37:14 UTC (rev 184933)
+++ PKGBUILD2016-08-03 03:39:09 UTC (rev 184934)
@@ -3,8 +3,8 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=docker-machine
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Machine management for a container-centric world'
 arch=('i686' 'x86_64')
 url='https://github.com/docker/machine'
@@ -33,6 +33,6 @@
   cd build/src/github.com/docker/machine
   install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
   install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  #install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:39:39
  Author: felixonmars
Revision: 184935

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

Added:
  docker-machine/repos/community-i686/PKGBUILD
(from rev 184934, docker-machine/trunk/PKGBUILD)
  docker-machine/repos/community-x86_64/PKGBUILD
(from rev 184934, docker-machine/trunk/PKGBUILD)
Deleted:
  docker-machine/repos/community-i686/PKGBUILD
  docker-machine/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-03 03:39:09 UTC (rev 184934)
+++ community-i686/PKGBUILD 2016-08-03 03:39:39 UTC (rev 184935)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.7.0
-pkgrel=3
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
-}
-
-package() {
-  cd build/src/github.com/docker/machine
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  #install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-i686/PKGBUILD (from rev 184934, 
docker-machine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 03:39:39 UTC (rev 184935)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Machine management for a container-centric world'
+arch=('i686' 'x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('gcc-libs')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('gcc-go' 'git')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("git+https://github.com/docker/machine.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src
+  mv machine/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  mv machine build/src/github.com/docker/machine
+}
+
+build() {
+  cd build/src/github.com/docker/machine
+  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go
+}
+
+package() {
+  cd build/src/github.com/docker/machine
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-03 03:39:09 UTC (rev 184934)
+++ community-x86_64/PKGBUILD   2016-08-03 03:39:39 UTC (rev 184935)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.7.0
-pkgrel=3
-pkgdesc='Machine management for a container-centric world'
-arch=('i686' 'x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('gcc-libs')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('gcc-go' 'git')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("git+https://github.com/docker/machine.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src
-  mv machine/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  mv machine build/src/github.com/docker/machine
-}
-
-build() {
-  cd build/src/github.com/docker/machine
-  go build -o bin/docker-machine -gccgoflags "$CFLAGS $LDFLAGS" cmd/machine.go

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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:37:14
  Author: felixonmars
Revision: 184933

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

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 184932, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 184932, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-03 03:36:43 UTC (rev 184932)
+++ community-i686/PKGBUILD 2016-08-03 03:37:14 UTC (rev 184933)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/";
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema' 'python-cached-property')
-depends_x86_64+=('docker')
-makedepends=('git')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("git+https://github.com/docker/compose.git#tag=$pkgver";)
-license=("BSD")
-sha256sums=('SKIP')
-
-prepare() {
-  cd compose
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose
-
-  ./script/build/write-git-sha
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
python setup.py ptr
-}
-
-package() {
-  cd compose
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 184932, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 03:37:14 UTC (rev 184933)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/";
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+depends_x86_64+=('docker')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("git+https://github.com/docker/compose.git#tag=$pkgver";)
+license=("BSD")
+sha256sums=('SKIP')
+
+prepare() {
+  cd compose
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose
+
+  ./script/build/write-git-sha
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
python setup.py ptr
+}
+
+package() {
+  cd compose
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-03 03:36:43 UTC (rev 184932)
+++ community-x86_64/PKGBUILD   2016-08-03 03:37:14 UTC (rev 184933)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-

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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:36:43
  Author: felixonmars
Revision: 184932

upgpkg: docker-compose 1.8.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:33:04 UTC (rev 184931)
+++ PKGBUILD2016-08-03 03:36:43 UTC (rev 184932)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:33:04
  Author: felixonmars
Revision: 184931

archrelease: copy trunk to community-any

Added:
  python-docker-py/repos/community-any/PKGBUILD
(from rev 184930, python-docker-py/trunk/PKGBUILD)
Deleted:
  python-docker-py/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:32:20 UTC (rev 184930)
+++ PKGBUILD2016-08-03 03:33:04 UTC (rev 184931)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=(python-docker-py python2-docker-py)
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Python client for Docker."
-arch=('any')
-url="https://github.com/dotcloud/docker-py";
-license=("Apache")
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
-  'flake8' 'python2-flake8')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
-
-  cp -a docker-py{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py
-  python setup.py build
-
-  cd "$srcdir"/docker-py-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir/docker-py"
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir/docker-py-py2"
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker-py() {
-  depends=('python-requests' 'python-six' 'python-websocket-client')
-
-  cd docker-py
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-docker-py() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-
-  cd docker-py-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 184930, 
python-docker-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:33:04 UTC (rev 184931)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py";
+license=("Apache")
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
+  'flake8' 'python2-flake8')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
+
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py
+  python setup.py build
+
+  cd "$srcdir"/docker-py-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir/docker-py-py2"
+  py.test2 --cov=docker tests/unit
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd docker-py
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-docker-py() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+
+  cd docker-py-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:32:20
  Author: felixonmars
Revision: 184930

upgpkg: python-docker-py 1.9.0-1

Modified:
  python-docker-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:31:29 UTC (rev 184929)
+++ PKGBUILD2016-08-03 03:32:20 UTC (rev 184930)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker-py python2-docker-py)
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Python client for Docker."
 arch=('any')


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:31:29
  Author: felixonmars
Revision: 184929

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

Added:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
(from rev 184928, perl-xml-libxslt/trunk/PKGBUILD)
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
(from rev 184928, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-03 03:30:29 UTC (rev 184928)
+++ community-i686/PKGBUILD 2016-08-03 03:31:29 UTC (rev 184929)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxslt
-pkgver=1.94
-pkgrel=4
-pkgdesc="Interface to the gnome libxslt library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXSLT";
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a32045699c001d960d6f94891f9e853c')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR="$pkgdir" install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-xml-libxslt/repos/community-i686/PKGBUILD (from rev 184928, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 03:31:29 UTC (rev 184929)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxslt
+pkgver=1.95
+pkgrel=1
+pkgdesc="Interface to the gnome libxslt library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXSLT";
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('adf26f5195e18087c89ef3e7f7d97c43')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-03 03:30:29 UTC (rev 184928)
+++ community-x86_64/PKGBUILD   2016-08-03 03:31:29 UTC (rev 184929)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxslt
-pkgver=1.94
-pkgrel=4
-pkgdesc="Interface to the gnome libxslt library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXSLT";
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a32045699c001d960d6f94891f9e853c')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR="$pkgdir" install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl

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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:30:29
  Author: felixonmars
Revision: 184928

upgpkg: perl-xml-libxslt 1.95-1

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:29:04 UTC (rev 184927)
+++ PKGBUILD2016-08-03 03:30:29 UTC (rev 184928)
@@ -5,8 +5,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxslt
-pkgver=1.94
-pkgrel=4
+pkgver=1.95
+pkgrel=1
 pkgdesc="Interface to the gnome libxslt library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/XML-LibXSLT";
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a32045699c001d960d6f94891f9e853c')
+md5sums=('adf26f5195e18087c89ef3e7f7d97c43')
 
 build() {
   cd XML-LibXSLT-$pkgver


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:29:04
  Author: felixonmars
Revision: 184927

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:28:22 UTC (rev 184926)
+++ PKGBUILD2016-08-03 03:29:04 UTC (rev 184927)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2016.2.28
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi";
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('aa680f56b0a275dbb93656438692c5e3681bfccb536b9a5e354cd824776f483cbe5a3889d72859cb94252c49b383cbbf2f52aef2633e31471dc8bc15faff5148')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 184926, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:29:04 UTC (rev 184927)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2016.8.2
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi";
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+sha512sums=('2bea78fbd9cd46e184fd4492df8b1c7484e58a5fa175422731188b4b9c78affd2d4625b34efe0633f5d547a79b5b92386892b651c78716eed1e4eea4af85069d')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:28:22
  Author: felixonmars
Revision: 184926

upgpkg: python-certifi 2016.8.2-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:25:48 UTC (rev 184925)
+++ PKGBUILD2016-08-03 03:28:22 UTC (rev 184926)
@@ -6,7 +6,7 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2016.2.28
+pkgver=2016.8.2
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -13,8 +13,8 @@
 url="http://pypi.python.org/pypi/certifi";
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('aa680f56b0a275dbb93656438692c5e3681bfccb536b9a5e354cd824776f483cbe5a3889d72859cb94252c49b383cbbf2f52aef2633e31471dc8bc15faff5148')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+sha512sums=('2bea78fbd9cd46e184fd4492df8b1c7484e58a5fa175422731188b4b9c78affd2d4625b34efe0633f5d547a79b5b92386892b651c78716eed1e4eea4af85069d')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:28:19
  Author: felixonmars
Revision: 272935

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 272934, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:26:59 UTC (rev 272934)
+++ PKGBUILD2016-08-03 03:28:19 UTC (rev 272935)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.57
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/";
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('d4ca4b60bcd3bc8c3aa67545163d2128')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 272934, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:28:19 UTC (rev 272935)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.58
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/";
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('cf98bf77b100125c99ab886290c6ede6')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/trunk (PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:26:59
  Author: felixonmars
Revision: 272934

upgpkg: perl-archive-zip 1.58-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:25:08 UTC (rev 272933)
+++ PKGBUILD2016-08-03 03:26:59 UTC (rev 272934)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=perl-archive-zip
-pkgver=1.57
+pkgver=1.58
 pkgrel=1
 pkgdesc="Provide a perl interface to ZIP archive files"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-mockmodule')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('d4ca4b60bcd3bc8c3aa67545163d2128')
+md5sums=('cf98bf77b100125c99ab886290c6ede6')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:25:48
  Author: felixonmars
Revision: 184925

archrelease: copy trunk to community-any

Added:
  python2-contextlib2/repos/community-any/PKGBUILD
(from rev 184924, python2-contextlib2/trunk/PKGBUILD)
Deleted:
  python2-contextlib2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:25:01 UTC (rev 184924)
+++ PKGBUILD2016-08-03 03:25:48 UTC (rev 184925)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Cedric Girard 
-
-_pypiname=contextlib2
-pkgname=python2-contextlib2
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
-arch=('any')
-url="http://pypi.python.org/pypi/${_pypiname}";
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.io/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz";)
-md5sums=('26ad6b6e4d60aa36cb4ecee4747cddd4')
-
-build() {
-  cd "${srcdir}/${_pypiname}-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd ${_pypiname}-$pkgver
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-contextlib2/repos/community-any/PKGBUILD (from rev 184924, 
python2-contextlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:25:48 UTC (rev 184925)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Cedric Girard 
+
+_pypiname=contextlib2
+pkgname=python2-contextlib2
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
+arch=('any')
+url="http://pypi.python.org/pypi/${_pypiname}";
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz";)
+md5sums=('2d66215f9902c8b857688d4e3b527b3f')
+
+build() {
+  cd "${srcdir}/${_pypiname}-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd ${_pypiname}-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:25:01
  Author: felixonmars
Revision: 184924

upgpkg: python2-contextlib2 0.5.4-1

Modified:
  python2-contextlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:23:10 UTC (rev 184923)
+++ PKGBUILD2016-08-03 03:25:01 UTC (rev 184924)
@@ -4,7 +4,7 @@
 
 _pypiname=contextlib2
 pkgname=python2-contextlib2
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("https://pypi.io/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz";)
-md5sums=('26ad6b6e4d60aa36cb4ecee4747cddd4')
+md5sums=('2d66215f9902c8b857688d4e3b527b3f')
 
 build() {
   cd "${srcdir}/${_pypiname}-$pkgver"


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:25:08
  Author: felixonmars
Revision: 272933

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:24:35 UTC (rev 272932)
+++ PKGBUILD2016-08-03 03:25:08 UTC (rev 272933)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-
-pkgbase=python-mccabe
-pkgname=(python-mccabe python2-mccabe)
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="McCabe complexity checker for Python"
-arch=('any')
-url="https://github.com/flintwork/mccabe";
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz";)
-md5sums=('864b364829156701bec797712be8ece0')
-
-prepare() {
-  cp -a mccabe-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mccabe-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mccabe-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mccabe-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/mccabe-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-mccabe() {
-  depends=('python')
-
-  cd mccabe-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mccabe() {
-  depends=('python2')
-
-  cd mccabe-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mccabe/repos/extra-any/PKGBUILD (from rev 272932, 
python-mccabe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:25:08 UTC (rev 272933)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="McCabe complexity checker for Python"
+arch=('any')
+url="https://github.com/flintwork/mccabe";
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz";)
+md5sums=('3cdf2d7faa1464b18905fe9a7063a632')
+
+prepare() {
+  cp -a mccabe-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mccabe-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mccabe-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mccabe-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/mccabe-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd mccabe-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd mccabe-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:24:35
  Author: felixonmars
Revision: 272932

upgpkg: python-mccabe 0.5.2-1

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 02:35:35 UTC (rev 272931)
+++ PKGBUILD2016-08-03 03:24:35 UTC (rev 272932)
@@ -4,7 +4,7 @@
 
 pkgbase=python-mccabe
 pkgname=(python-mccabe python2-mccabe)
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="McCabe complexity checker for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz";)
-md5sums=('864b364829156701bec797712be8ece0')
+md5sums=('3cdf2d7faa1464b18905fe9a7063a632')
 
 prepare() {
   cp -a mccabe-$pkgver{,-py2}


[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:23:10
  Author: felixonmars
Revision: 184923

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/PKGBUILD
(from rev 184922, perl-test2-suite/trunk/PKGBUILD)
Deleted:
  perl-test2-suite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:22:40 UTC (rev 184922)
+++ PKGBUILD2016-08-03 03:23:10 UTC (rev 184923)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test2-suite
-pkgver=0.52
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite";
-# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-test-simple>=1.30')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('3a233bd17400741d136ac5da5cccf265b8756844d1ba7e1f84c07d7c9c300a95f1e939bb83715d7548ee3929c414ae760dcedd43aee0f61fe52185af23bf712b')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 184922, 
perl-test2-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:23:10 UTC (rev 184923)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.55
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite";
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
+sha512sums=('1661b24b4b88dc14633c55acb573ac444e24498e9dccf3c3cacbc185d33a84f9df765d3f0ecea125e2d459f3eb930da0a742de3bb2e38696984b7e7f821630fb')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test2-suite/trunk (PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:22:40
  Author: felixonmars
Revision: 184922

upgpkg: perl-test2-suite 0.55-1

Modified:
  perl-test2-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:22:34 UTC (rev 184921)
+++ PKGBUILD2016-08-03 03:22:40 UTC (rev 184922)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test2-suite
-pkgver=0.52
+pkgver=0.55
 pkgrel=1
 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-importer' 'perl-test-simple>=1.30')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('3a233bd17400741d136ac5da5cccf265b8756844d1ba7e1f84c07d7c9c300a95f1e939bb83715d7548ee3929c414ae760dcedd43aee0f61fe52185af23bf712b')
+sha512sums=('1661b24b4b88dc14633c55acb573ac444e24498e9dccf3c3cacbc185d33a84f9df765d3f0ecea125e2d459f3eb930da0a742de3bb2e38696984b7e7f821630fb')
 
 build() {
   cd Test2-Suite-$pkgver


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:22:34
  Author: felixonmars
Revision: 184921

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:21:51 UTC (rev 184920)
+++ PKGBUILD2016-08-03 03:22:34 UTC (rev 184921)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html";
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz";)
-md5sums=('2b3805e0078a2033b269ecea2403acf1')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd beautifulsoup4-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd beautifulsoup4-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 184920, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:22:34 UTC (rev 184921)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html";
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz";)
+md5sums=('994abd90e691beaf7d42c00ffb2f3a67')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:21:51
  Author: felixonmars
Revision: 184920

upgpkg: python-beautifulsoup4 4.5.1-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:21:01 UTC (rev 184919)
+++ PKGBUILD2016-08-03 03:21:51 UTC (rev 184920)
@@ -5,7 +5,7 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz";)
-md5sums=('2b3805e0078a2033b269ecea2403acf1')
+md5sums=('994abd90e691beaf7d42c00ffb2f3a67')
 
 prepare() {
   cp -a beautifulsoup4-$pkgver{,-py2}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:21:01
  Author: felixonmars
Revision: 184919

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:20:44 UTC (rev 184918)
+++ PKGBUILD2016-08-03 03:21:01 UTC (rev 184919)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-debtcollector
-pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.6.0
-pkgrel=1
-arch=('any')
-pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
-url='http://docs.openstack.org/developer/debtcollector'
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-wrapt' 'python2-wrapt' 
'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/debtcollector#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a debtcollector{,-py2}
-}
-
-build() {
-  cd "$srcdir"/debtcollector
-  python setup.py build
-
-  cd "$srcdir"/debtcollector-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/debtcollector
-  python setup.py testr
-
-  cd "$srcdir"/debtcollector-py2
-  python2 setup.py testr
-}
-
-package_python-debtcollector() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
-
-  cd debtcollector
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-debtcollector() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
-
-  cd debtcollector-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-any/PKGBUILD (from rev 184918, 
python-debtcollector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:21:01 UTC (rev 184919)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-debtcollector
+pkgname=('python-debtcollector' 'python2-debtcollector')
+pkgver=1.7.0
+pkgrel=1
+arch=('any')
+pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
+url='http://docs.openstack.org/developer/debtcollector'
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-wrapt' 'python2-wrapt' 
'python2-funcsigs')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/debtcollector#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a debtcollector{,-py2}
+}
+
+build() {
+  cd "$srcdir"/debtcollector
+  python setup.py build
+
+  cd "$srcdir"/debtcollector-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/debtcollector
+  python setup.py testr
+
+  cd "$srcdir"/debtcollector-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-debtcollector() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
+
+  cd debtcollector
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-debtcollector() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
+
+  cd debtcollector-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:20:44
  Author: felixonmars
Revision: 184918

upgpkg: python-debtcollector 1.7.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:20:30 UTC (rev 184917)
+++ PKGBUILD2016-08-03 03:20:44 UTC (rev 184918)
@@ -3,7 +3,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 arch=('any')
 pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
@@ -32,7 +32,7 @@
   python setup.py testr
 
   cd "$srcdir"/debtcollector-py2
-  python2 setup.py testr
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-debtcollector() {


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:20:30
  Author: felixonmars
Revision: 184917

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 184916, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:20:04 UTC (rev 184916)
+++ PKGBUILD2016-08-03 03:20:30 UTC (rev 184917)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config/requirements.txt
-
-  cp -a oslo.config{,-py2}
-  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/oslo.config
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 184916, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:20:30 UTC (rev 184917)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config/requirements.txt
+
+  cp -a oslo.config{,-py2}
+  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/oslo.config
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+   'python2-oslo-i18n' 'python2-rfc3986')
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:20:04
  Author: felixonmars
Revision: 184916

upgpkg: python-oslo-config 3.14.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:19:05 UTC (rev 184915)
+++ PKGBUILD2016-08-03 03:20:04 UTC (rev 184916)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')


[arch-commits] Commit in python-oslo-serialization/repos/community-any (2 files)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:19:05
  Author: felixonmars
Revision: 184915

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
(from rev 184914, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:18:41 UTC (rev 184914)
+++ PKGBUILD2016-08-03 03:19:05 UTC (rev 184915)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.11.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
- 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.serialization{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py testr
-
-  cd "$srcdir"/oslo.serialization-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
184914, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:19:05 UTC (rev 184915)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
+ 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.serialization{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py testr
+
+  cd "$srcdir"/oslo.serialization-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:18:41
  Author: felixonmars
Revision: 184914

upgpkg: python-oslo-serialization 2.12.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:15:49 UTC (rev 184913)
+++ PKGBUILD2016-08-03 03:18:41 UTC (rev 184914)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.11.0
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:15:49
  Author: felixonmars
Revision: 184913

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 184912, python-fake-factory/trunk/PKGBUILD)
Deleted:
  python-fake-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:15:30 UTC (rev 184912)
+++ PKGBUILD2016-08-03 03:15:49 UTC (rev 184913)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-fake-factory() {
-  depends=('python-setuptools' 'python-dateutil')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-fake-factory() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 184912, 
python-fake-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:15:49 UTC (rev 184913)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools' 'python-dateutil')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:15:30
  Author: felixonmars
Revision: 184912

upgpkg: python-fake-factory 0.5.10-1

Modified:
  python-fake-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 02:54:26 UTC (rev 184911)
+++ PKGBUILD2016-08-03 03:15:30 UTC (rev 184912)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fake-factory
 pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.9
+pkgver=0.5.10
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


[arch-commits] Commit in valgrind-multilib/repos/multilib-testing-x86_64 (4 files)

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 02:54:26
  Author: allan
Revision: 184911

archrelease: copy trunk to multilib-testing-x86_64

Added:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 184910, valgrind-multilib/trunk/PKGBUILD)
  valgrind-multilib/repos/multilib-testing-x86_64/fix_rlimit.patch
(from rev 184910, valgrind-multilib/trunk/fix_rlimit.patch)
Deleted:
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
  valgrind-multilib/repos/multilib-testing-x86_64/fix_rlimit.patch

--+
 PKGBUILD |   78 +++---
 fix_rlimit.patch |  280 ++---
 2 files changed, 179 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 02:53:50 UTC (rev 184910)
+++ PKGBUILD2016-08-03 02:54:26 UTC (rev 184911)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Dan McGee 
-# Contributor: Allan McRae 
-
-pkgname=valgrind-multilib
-pkgver=3.11.0
-pkgrel=3
-pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
-arch=(x86_64)
-license=(GPL)
-url='http://valgrind.org/'
-depends=('lib32-glibc>=2.24' 'lib32-glibc<2.25' 'perl')
-makedepends=(gdb openmpi gcc-multilib)
-optdepends=('openmpi: MPI support')
-# valgrind does not like stack protector flags
-options=(!emptydirs !buildflags)
-source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-fix_rlimit.patch)
-sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5'
-  'df0e8eb9ff28d4ae5aa1e360de9c6616d1268c63')
-
-provides=("valgrind=$pkgver-$pkgrel")
-conflicts=('valgrind')
-
-prepare() {
-  cd valgrind-$pkgver
-  patch -p0 < ../fix_rlimit.patch # 
https://bugzilla.redhat.com/show_bug.cgi?id=1301093
-}
- 
-build() {
-  cd valgrind-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
-  make
-}
-
-package() {
-  cd valgrind-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
184910, valgrind-multilib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 02:54:26 UTC (rev 184911)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Dan McGee 
+# Contributor: Allan McRae 
+
+pkgname=valgrind-multilib
+pkgver=3.11.0
+pkgrel=4
+pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc>=2.24' 'lib32-glibc<2.25' 'perl')
+makedepends=(gdb openmpi gcc-multilib)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+fix_rlimit.patch)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5'
+  'df0e8eb9ff28d4ae5aa1e360de9c6616d1268c63')
+
+provides=("valgrind=$pkgver-$pkgrel")
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p0 < ../fix_rlimit.patch # 
https://bugzilla.redhat.com/show_bug.cgi?id=1301093
+}
+ 
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix_rlimit.patch
===
--- fix_rlimit.patch2016-08-03 02:53:50 UTC (rev 184910)
+++ fix_rlimit.patch2016-08-03 02:54:26 UTC (rev 184911)
@@ -1,140 +0,0 @@
-
-r15766 | mjw | 2016-01-21 03:37:43 -0800 (Thu, 21 Jan 2016) | 13 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/coregrind/m_libcproc.c
-   M /trunk/coregrind/m_main.c
-   M /trunk/coregrind/m_syswrap/syswrap-generic.c
-   M /trunk/coregrind/m_syswrap/syswrap-solaris.c
-
-Bug #357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+
-
-We used to set the process datasize rlimit to zero to prevent
-any internal use of brk() from having any effect. But later
-linux kernels redefine RLIMIT_DATA as the size of any data
-areas, including some dynamic mmap memory allocations.
-
-See bug #357833 for the commit that went into linux 4.5
-changing the definition of RLIMIT_DATA. So don't mess with
-RLIMIT_DATA anymore. Just remember it for use in the syscall
-wrappers.
-
-This also cleans up some hacks around the execv and spawn wrappers.
-
-Index: coregrind/m_syswrap/syswrap-generic.c
-===
 coregrind/m_syswrap/syswrap-generic.c  (revision 15765)
-+++ coregrind/m_syswrap/syswrap-generic.c  (revision 15766)
-@@ -3014,9 +3014,6 @@
-   vg_assert(j == tot_args+1);
-}
- 
--   /* restore the DATA rlimit for the child */
--   VG_(setrlimit)(VKI_RLIMIT_DATA, &VG_(

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

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 02:53:50
  Author: allan
Revision: 184910

upgpkg: valgrind-multilib 3.11.0-4

glibc-2.24 rebuild

Modified:
  valgrind-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 02:41:42 UTC (rev 184909)
+++ PKGBUILD2016-08-03 02:53:50 UTC (rev 184910)
@@ -4,7 +4,7 @@
 
 pkgname=valgrind-multilib
 pkgver=3.11.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
 arch=(x86_64)
 license=(GPL)


[arch-commits] Commit in valgrind-multilib/repos (3 files)

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 02:41:42
  Author: allan
Revision: 184909

archrelease: copy trunk to multilib-testing-x86_64

Added:
  valgrind-multilib/repos/multilib-testing-x86_64/
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 184908, valgrind-multilib/trunk/PKGBUILD)
  valgrind-multilib/repos/multilib-testing-x86_64/fix_rlimit.patch
(from rev 184908, valgrind-multilib/trunk/fix_rlimit.patch)

--+
 PKGBUILD |   39 ++
 fix_rlimit.patch |  140 +
 2 files changed, 179 insertions(+)

Copied: valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
184908, valgrind-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-08-03 02:41:42 UTC (rev 184909)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Dan McGee 
+# Contributor: Allan McRae 
+
+pkgname=valgrind-multilib
+pkgver=3.11.0
+pkgrel=3
+pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc>=2.24' 'lib32-glibc<2.25' 'perl')
+makedepends=(gdb openmpi gcc-multilib)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+fix_rlimit.patch)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5'
+  'df0e8eb9ff28d4ae5aa1e360de9c6616d1268c63')
+
+provides=("valgrind=$pkgver-$pkgrel")
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p0 < ../fix_rlimit.patch # 
https://bugzilla.redhat.com/show_bug.cgi?id=1301093
+}
+ 
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: valgrind-multilib/repos/multilib-testing-x86_64/fix_rlimit.patch (from 
rev 184908, valgrind-multilib/trunk/fix_rlimit.patch)
===
--- multilib-testing-x86_64/fix_rlimit.patch(rev 0)
+++ multilib-testing-x86_64/fix_rlimit.patch2016-08-03 02:41:42 UTC (rev 
184909)
@@ -0,0 +1,140 @@
+
+r15766 | mjw | 2016-01-21 03:37:43 -0800 (Thu, 21 Jan 2016) | 13 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/coregrind/m_libcproc.c
+   M /trunk/coregrind/m_main.c
+   M /trunk/coregrind/m_syswrap/syswrap-generic.c
+   M /trunk/coregrind/m_syswrap/syswrap-solaris.c
+
+Bug #357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+
+
+We used to set the process datasize rlimit to zero to prevent
+any internal use of brk() from having any effect. But later
+linux kernels redefine RLIMIT_DATA as the size of any data
+areas, including some dynamic mmap memory allocations.
+
+See bug #357833 for the commit that went into linux 4.5
+changing the definition of RLIMIT_DATA. So don't mess with
+RLIMIT_DATA anymore. Just remember it for use in the syscall
+wrappers.
+
+This also cleans up some hacks around the execv and spawn wrappers.
+
+Index: coregrind/m_syswrap/syswrap-generic.c
+===
+--- coregrind/m_syswrap/syswrap-generic.c  (revision 15765)
 coregrind/m_syswrap/syswrap-generic.c  (revision 15766)
+@@ -3014,9 +3014,6 @@
+   vg_assert(j == tot_args+1);
+}
+ 
+-   /* restore the DATA rlimit for the child */
+-   VG_(setrlimit)(VKI_RLIMIT_DATA, &VG_(client_rlimit_data));
+-
+/*
+   Set the signal state up for exec.
+ 
+Index: coregrind/m_syswrap/syswrap-solaris.c
+===
+--- coregrind/m_syswrap/syswrap-solaris.c  (revision 15765)
 coregrind/m_syswrap/syswrap-solaris.c  (revision 15766)
+@@ -1589,10 +1589,6 @@
+ #undef COPY_CHAR_TO_ARGENV
+ #undef COPY_STRING_TOARGENV
+ 
+-   /* HACK: Temporarily restore the DATA rlimit for spawned child.
+-  This is a terrible hack to provide sensible brk limit for child. */
+-   VG_(setrlimit)(VKI_RLIMIT_DATA, &VG_(client_rlimit_data));
+-
+/* Actual spawn() syscall. */
+SysRes res = VG_(do_syscall5)(__NR_spawn, (UWord) path, (UWord) attrs,
+  attrs_size, (UWord) argenv, argenv_size);
+@@ -1599,11 +1595,6 @@
+SET_STATUS_from_SysRes(res);
+VG_(free)(argenv);
+ 
+-   /* Restore DATA rlimit back to its previous value set in m_main.c. */
+-   struct vki_rlimit zero = { 0, 0 };
+-   zero.rlim_max = VG_(client_rlimit_data).rlim_max;
+-   VG_(setrlimit)(VKI_RLIMIT_DATA, &zero);
+-
+if (SUCCESS) {
+   PRINT("   spawn: process %d spawned chi

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

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 02:41:11
  Author: allan
Revision: 184908

upgpkg: valgrind-multilib 3.11.0-3

glibc-2.24 rebuild

Modified:
  valgrind-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 02:36:48 UTC (rev 184907)
+++ PKGBUILD2016-08-03 02:41:11 UTC (rev 184908)
@@ -9,7 +9,7 @@
 arch=(x86_64)
 license=(GPL)
 url='http://valgrind.org/'
-depends=('lib32-glibc>=2.23' 'lib32-glibc<2.24' 'perl')
+depends=('lib32-glibc>=2.24' 'lib32-glibc<2.25' 'perl')
 makedepends=(gdb openmpi gcc-multilib)
 optdepends=('openmpi: MPI support')
 # valgrind does not like stack protector flags


[arch-commits] Commit in gcc-multilib/repos (2 files)

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 01:54:33
  Author: allan
Revision: 184905

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 184904, gcc-multilib/trunk/PKGBUILD)

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

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 184904, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-08-03 01:54:33 UTC (rev 184905)
@@ -0,0 +1,384 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=6.1.1
+_pkgver=6
+_islver=0.16.1
+pkgrel=4
+_commit=c8454ab1
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada-multilib' 'doxygen' 'git'
+ 'lib32-glibc>=2.24')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(git://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('SKIP'
+ 'ac1f25a0677912952718a51f5bc20f32')
+
+# gcc-6.0 forces a changed triplet - need to address in pacman/devtools
+[[ $CARCH == "x86_64" ]] && CHOST=x86_64-pc-linux-gnu
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/gcc/contrib/test_summary
+}
+
+package_lib32-gcc-libs()
+{
+  pkgdesc="Runtime libraries shipped by GCC (32-bit)"
+  depends=('lib32-glibc>=2.24')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-build
+
+  make -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/32/libgcc_eh.a
+
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
+ libgo \
+ libgomp \
+ libitm \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
+ libstdc++-v3/src \
+ libvtv; do
+make -C $CHOST/32/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
+  done
+
+  make -C $CHOST/32/libobjc DESTDIR=${pkgdir} install-libs
+
+  make -C $CHOST/32/libmpx DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib32/libmpx.spec
+
+  # remove stuff in gcc-libs-multilib
+  rm -r ${pkgdir}/usr/lib
+
+  # Install Runtime Library Exception
+  install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/lib32-gcc-libs/RUNTIME.LIBRARY.EXCEPTION
+}
+
+package_gcc-libs-multilib()
+{
+  pkgdesc="Runtime libraries shipped by GCC for multilib"
+  depends=('glibc>=2.24' "lib32-gcc-libs=$pkgver-$pkgrel")
+  provides=("gcc-libs=$pkgver-$pkgrel")
+  conflicts=('gcc-libs')
+  opt

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

2016-08-02 Thread Pierre Neidhardt
Date: Wednesday, August 3, 2016 @ 01:50:24
  Author: ambrevar
Revision: 184904

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 184903, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 01:49:53 UTC (rev 184903)
+++ PKGBUILD2016-08-03 01:50:24 UTC (rev 184904)
@@ -1,45 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/";
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
-   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: Displaying PDF in-browser")
-options=(!emptydirs)
-source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz";)
-sha256sums=('90ba7949b8eb5a0ca90c9e20f39f75925e4d9236f0336f39dfea2eff6e4912a2')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 184903, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 01:50:24 UTC (rev 184904)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/";
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz";)
+sha256sums=('8ebdef058fc0d7114483da4d3bcf599fb8c77e29f73df650438ae2166c93ddcd')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
+}


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

2016-08-02 Thread Pierre Neidhardt
Date: Wednesday, August 3, 2016 @ 01:49:53
  Author: ambrevar
Revision: 184903

upgpkg: qutebrowser 0.8.2-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 01:48:59 UTC (rev 184902)
+++ PKGBUILD2016-08-03 01:49:53 UTC (rev 184903)
@@ -2,7 +2,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
@@ -21,7 +21,7 @@
"pdfjs: Displaying PDF in-browser")
 options=(!emptydirs)
 source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz";)
-sha256sums=('90ba7949b8eb5a0ca90c9e20f39f75925e4d9236f0336f39dfea2eff6e4912a2')
+sha256sums=('8ebdef058fc0d7114483da4d3bcf599fb8c77e29f73df650438ae2166c93ddcd')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in lib32-glibc/repos (3 files)

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 01:48:59
  Author: allan
Revision: 184902

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-glibc/repos/multilib-staging-x86_64/
  lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD
(from rev 184901, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-staging-x86_64/lib32-glibc.conf
(from rev 184901, lib32-glibc/trunk/lib32-glibc.conf)

--+
 PKGBUILD |  142 +
 lib32-glibc.conf |1 
 2 files changed, 143 insertions(+)

Copied: lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD (from rev 184901, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-08-03 01:48:59 UTC (rev 184902)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind-multilib requires rebuild with each major glibc version
+
+pkgname=lib32-glibc
+pkgver=2.24
+pkgrel=1
+_commit=fdfc9260
+pkgdesc="GNU C Library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL' 'LGPL')
+groups=()
+depends=()
+makedepends=('gcc-multilib>=6' 'git')
+backup=()
+
+
+options=('!strip' 'staticlibs' '!emptydirs')
+
+source=(git://sourceware.org/git/glibc.git#commit=${_commit}
+lib32-glibc.conf)
+
+md5sums=('SKIP'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+prepare() {
+  mkdir glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  #if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  #fi
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ../glibc/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror \
+  i686-pc-linux-gnu
+
+  # build libraries with hardening disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '/FORTIFY/d' configparms
+}
+
+check() {
+  cd glibc-build
+
+  # some failures are "expected"
+  make check || true
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need to keep 32 bit specific header files
+  find ${pkgdir}/usr/include -type f -not -name '*-32.h' -delete
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 "$srcdir/lib32-glibc.conf" 
"$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf"
+
+  # Symlink /usr/lib32/locale to /usr/lib/locale
+  ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
+
+  # remove the static libraries that have a shared counterpart
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
+
+  # Do not strip the following files for improved debugging support
+  # ("improved" as in not breaking gdb and valgrind...):
+  #   ld-${pkgver}.so
+  #   libc-${pkgver}.so
+  #   libpthread-${pkgver}.so
+  #   libthread_db-1.0.so
+
+  cd $pkgdir
+  strip $STRIP_BINARIES \
+\
+\
+usr/lib32/getconf/*
+
+
+
+
+  strip $STRIP_STATIC usr/lib32/*.a
+
+  strip $STRIP_SHARED usr/lib32/lib{anl,BrokenLocale,cidn,crypt}-*.so \
+  
usr/lib32/libnss_{compat,db,dns,files,hesiod,nis,nisplus}-*.so \
+  usr/lib32/lib{dl,m,nsl,resolv,rt,util}-*.so \
+  usr/lib32/lib{memusage,pcprofile,SegFault}.so \
+  usr/lib32/{audit,gconv}/*.so || true
+
+
+
+}

Copied: lib32-glibc/

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

2016-08-02 Thread Allan McRae
Date: Wednesday, August 3, 2016 @ 01:47:25
  Author: allan
Revision: 184901

upgpkg: lib32-glibc 2.24-1

glibc-2.24 rebuild

Modified:
  lib32-glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 01:14:41 UTC (rev 184900)
+++ PKGBUILD2016-08-03 01:47:25 UTC (rev 184901)
@@ -7,9 +7,9 @@
 # NOTE: valgrind-multilib requires rebuild with each major glibc version
 
 pkgname=lib32-glibc
-pkgver=2.23
-pkgrel=5
-_commit=1915d6d1
+pkgver=2.24
+pkgrel=1
+_commit=fdfc9260
 pkgdesc="GNU C Library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc";
@@ -16,7 +16,7 @@
 license=('GPL' 'LGPL')
 groups=()
 depends=()
-makedepends=('gcc-multilib>=5.2' 'git')
+makedepends=('gcc-multilib>=6' 'git')
 backup=()
 
 


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:14:41
  Author: felixonmars
Revision: 184900

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 184899, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 01:14:24 UTC (rev 184899)
+++ PKGBUILD2016-08-03 01:14:41 UTC (rev 184900)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.1
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/";
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-mock{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-mock"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 184899, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 01:14:41 UTC (rev 184900)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.2
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/";
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:14:24
  Author: felixonmars
Revision: 184899

upgpkg: python-pytest-mock 1.2-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 01:12:56 UTC (rev 184898)
+++ PKGBUILD2016-08-03 01:14:24 UTC (rev 184899)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:12:56
  Author: felixonmars
Revision: 184898

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 01:12:38 UTC (rev 184897)
+++ PKGBUILD2016-08-03 01:12:56 UTC (rev 184898)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mox3
-pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.17.0
-pkgrel=1
-arch=('any')
-pkgdesc='Mock object framework for Python'
-url='http://docs.openstack.org/developer/mox3'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository')
-source=("git+https://git.openstack.org/openstack/mox3#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a mox3{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mox3
-  python setup.py build
-
-  cd "$srcdir"/mox3-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mox3
-  python setup.py testr
-
-  cd "$srcdir"/mox3-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-mox3() {
-  depends=('python-pbr' 'python-fixtures')
-
-  cd mox3
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-mox3() {
-  depends=('python2-pbr' 'python2-fixtures')
-
-  cd mox3-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-mox3/repos/community-any/PKGBUILD (from rev 184897, 
python-mox3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 01:12:56 UTC (rev 184898)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mox3
+pkgname=('python-mox3' 'python2-mox3')
+pkgver=0.18.0
+pkgrel=1
+arch=('any')
+pkgdesc='Mock object framework for Python'
+url='http://docs.openstack.org/developer/mox3'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository')
+source=("git+https://git.openstack.org/openstack/mox3#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a mox3{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mox3
+  python setup.py build
+
+  cd "$srcdir"/mox3-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mox3
+  python setup.py testr
+
+  cd "$srcdir"/mox3-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-mox3() {
+  depends=('python-pbr' 'python-fixtures')
+
+  cd mox3
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-mox3() {
+  depends=('python2-pbr' 'python2-fixtures')
+
+  cd mox3-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:12:38
  Author: felixonmars
Revision: 184897

upgpkg: python-mox3 0.18.0-1

Modified:
  python-mox3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 01:11:46 UTC (rev 184896)
+++ PKGBUILD2016-08-03 01:12:38 UTC (rev 184897)
@@ -3,7 +3,7 @@
 
 pkgbase=python-mox3
 pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 arch=('any')
 pkgdesc='Mock object framework for Python'


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:11:46
  Author: felixonmars
Revision: 184896

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 01:11:28 UTC (rev 184895)
+++ PKGBUILD2016-08-03 01:11:46 UTC (rev 184896)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
- 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
- 'python2-testscenarios' 'python-testtools' 'python2-testtools'
- 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
- 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
- 'python2-debtcollector')
-source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslotest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslotest
-  python setup.py build
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 184895, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 01:11:46 UTC (rev 184896)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
+ 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
+ 'python2-testscenarios' 'python-testtools' 'python2-testtools'
+ 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
+ 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
+ 'python2-debtcollector')
+source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslotest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslotest
+  python setup.py build
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
+   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
+   'python2-debtcollector')
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  for _exe in "$pkgdir"/usr/bin/*; do
+mv "$_exe"{,2}
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 01:11:28
  Author: felixonmars
Revision: 184895

upgpkg: python-oslotest 2.8.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 22:28:50 UTC (rev 184894)
+++ PKGBUILD2016-08-03 01:11:28 UTC (rev 184895)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')


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

2016-08-02 Thread Anatol Pomozov
Date: Wednesday, August 3, 2016 @ 00:32:08
  Author: anatolik
Revision: 272926

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

Added:
  alsa-utils/repos/testing-i686/
  alsa-utils/repos/testing-i686/90alsa
(from rev 272925, alsa-utils/trunk/90alsa)
  alsa-utils/repos/testing-i686/PKGBUILD
(from rev 272925, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/testing-x86_64/
  alsa-utils/repos/testing-x86_64/90alsa
(from rev 272925, alsa-utils/trunk/90alsa)
  alsa-utils/repos/testing-x86_64/PKGBUILD
(from rev 272925, alsa-utils/trunk/PKGBUILD)

-+
 testing-i686/90alsa |   13 +
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/90alsa   |   13 +
 testing-x86_64/PKGBUILD |   42 ++
 4 files changed, 110 insertions(+)

Copied: alsa-utils/repos/testing-i686/90alsa (from rev 272925, 
alsa-utils/trunk/90alsa)
===
--- testing-i686/90alsa (rev 0)
+++ testing-i686/90alsa 2016-08-03 00:32:08 UTC (rev 272926)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/testing-i686/PKGBUILD (from rev 272925, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-03 00:32:08 UTC (rev 272926)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('38ac7c781f80c41c02b4664d8cbafa87'
+ '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/testing-x86_64/90alsa (from rev 272925, 
alsa-utils/trunk/90alsa)
===
--- testing-x86_64/90alsa   (rev 0)
+++ testing-x86_64/90alsa   2016-08-03 00:32:08 UTC (rev 272926)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/testing-x86_64/PKGBUILD (from rev 272925, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-03 00:32:08 UTC (rev 272926)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('38ac7c781f80c41c02b4664d8cbaf

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

2016-08-02 Thread Anatol Pomozov
Date: Wednesday, August 3, 2016 @ 00:31:38
  Author: anatolik
Revision: 272925

upgpkg: alsa-utils 1.1.2-1

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 22:26:46 UTC (rev 272924)
+++ PKGBUILD2016-08-03 00:31:38 UTC (rev 272925)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=alsa-utils
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -38,5 +38,5 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('f8d00ad5fba757b4c3735d066cc288e2'
+md5sums=('38ac7c781f80c41c02b4664d8cbafa87'
  '529216f6a46e61a546640e08ea7a0879')


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:28:50
  Author: arojas
Revision: 184894

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 22:28:22 UTC (rev 184893)
+++ PKGBUILD2016-08-02 22:28:50 UTC (rev 184894)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2016.06.25
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1a60cfc5904b2663d48313e74784d91c19957032'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 184893, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 22:28:50 UTC (rev 184894)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2016.08.01
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('5c04a5c8ffc424df388b4be11cffd3ac99826408'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:28:22
  Author: arojas
Revision: 184893

Update to 2016.08.01

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 20:39:22 UTC (rev 184892)
+++ PKGBUILD2016-08-02 22:28:22 UTC (rev 184893)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2016.06.25
+pkgver=2016.08.01
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1a60cfc5904b2663d48313e74784d91c19957032'
+sha1sums=('5c04a5c8ffc424df388b4be11cffd3ac99826408'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:26:46
  Author: arojas
Revision: 272924

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-02 22:26:03 UTC (rev 272923)
+++ extra-i686/PKGBUILD 2016-08-02 22:26:46 UTC (rev 272924)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.23.5
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a0e75ae01ff9bf280a5f775f9f8e3d28674c5d78'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 272923, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-02 22:26:46 UTC (rev 272924)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.23.6
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('10a2377509d4edf8be0328727361e79610250182'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-02 22:26:03 UTC (rev 272923)
+++ extra-x86_64/PKGBUILD   2016-08-02 22:26:46 UTC (rev 272924)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.23.5
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a0e75ae01ff9bf280a5f775f9f8e3d28674c5d78'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 272923, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-02 22:26:46 UTC (rev 272924)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.23.6
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depen

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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:26:03
  Author: arojas
Revision: 272923

Update to 1.23.6

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 22:08:56 UTC (rev 272922)
+++ PKGBUILD2016-08-02 22:26:03 UTC (rev 272923)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.23.5
+pkgver=1.23.6
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a0e75ae01ff9bf280a5f775f9f8e3d28674c5d78'
+sha1sums=('10a2377509d4edf8be0328727361e79610250182'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:07:18
  Author: arojas
Revision: 272919

Update to 8.6.6

Modified:
  tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 22:01:13 UTC (rev 272918)
+++ PKGBUILD2016-08-02 22:07:18 UTC (rev 272919)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tk
-pkgver=8.6.5
+pkgver=8.6.6
 pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=("tcl=${pkgver}" 'libxss' 'libxft')
 options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-sha1sums=('e63f9e46cfd4ea37799554b003958b54b51dc347')
+sha1sums=('34d546496c05014349cf5edad6696c125ad4f9ea')
 
 build() {
   cd tk${pkgver}/unix


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:08:17
  Author: arojas
Revision: 272920

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

Added:
  tk/repos/staging-i686/
  tk/repos/staging-i686/PKGBUILD
(from rev 272919, tk/trunk/PKGBUILD)
  tk/repos/staging-x86_64/
  tk/repos/staging-x86_64/PKGBUILD
(from rev 272919, tk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: tk/repos/staging-i686/PKGBUILD (from rev 272919, tk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-02 22:08:17 UTC (rev 272920)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.6
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('34d546496c05014349cf5edad6696c125ad4f9ea')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}

Copied: tk/repos/staging-x86_64/PKGBUILD (from rev 272919, tk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-02 22:08:17 UTC (rev 272920)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.6
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('34d546496c05014349cf5edad6696c125ad4f9ea')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:01:13
  Author: arojas
Revision: 272918

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

Added:
  tcl/repos/staging-i686/
  tcl/repos/staging-i686/PKGBUILD
(from rev 272917, tcl/trunk/PKGBUILD)
  tcl/repos/staging-x86_64/
  tcl/repos/staging-x86_64/PKGBUILD
(from rev 272917, tcl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: tcl/repos/staging-i686/PKGBUILD (from rev 272917, tcl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-02 22:01:13 UTC (rev 272918)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.6
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('169dd1589cad62c9fac4257c113db245da502cd0')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  tdbcver=tdbc1.0.4
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$tdbcver#/usr/lib/$tdbcver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
+
+  itclver=itcl4.0.5
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$itclver/itclConfig.sh"
+}

Copied: tcl/repos/staging-x86_64/PKGBUILD (from rev 272917, tcl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-02 22:01:13 UTC (rev 272918)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.6
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('169dd1589cad62c9fac4257c113db245da502cd0')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  tdbcver=tdbc1.0.4
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$tdbcver#/usr/lib/$tdbcver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
+
+  itclver=itcl4.0.5
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \
+  -i "${pkgdir}/usr/lib/$itclver/itclConfig.sh"
+}


[arch-commits] Commit in tcl/trunk (tcl-fix-segv.patch)

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:00:51
  Author: arojas
Revision: 272917

Drop patch

Deleted:
  tcl/trunk/tcl-fix-segv.patch

+
 tcl-fix-segv.patch |   26 --
 1 file changed, 26 deletions(-)

Deleted: tcl-fix-segv.patch
===
--- tcl-fix-segv.patch  2016-08-02 22:00:19 UTC (rev 272916)
+++ tcl-fix-segv.patch  2016-08-02 22:00:51 UTC (rev 272917)
@@ -1,26 +0,0 @@
-From 55234833327f1ee7469552fa103c316e5405f8b0 Mon Sep 17 00:00:00 2001
-From: "nijtm...@users.sourceforge.net" 
-Date: Mon, 21 Mar 2016 09:05:34 +
-Subject: [PATCH] Proposed fix for [d3071887dbc7aeac]: Fix SEGV in
- Tcl_FinalizeNotifier()
-

- unix/tclUnixNotfy.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
-index 48ba0cc..3946c7d 100644
 a/unix/tclUnixNotfy.c
-+++ b/unix/tclUnixNotfy.c
-@@ -433,9 +433,11 @@ Tcl_FinalizeNotifier(
-   "unable to write q to triggerPipe");
-   }
-   close(triggerPipe);
-+  pthread_mutex_lock(¬ifierMutex);
-   while(triggerPipe != -1) {
-   pthread_cond_wait(¬ifierCV, ¬ifierMutex);
-   }
-+  pthread_mutex_unlock(¬ifierMutex);
-   if (notifierThreadRunning) {
-   int result = pthread_join((pthread_t) notifierThread, NULL);
- 


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

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 22:00:19
  Author: arojas
Revision: 272916

Update to 8.6.6

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 21:12:01 UTC (rev 272915)
+++ PKGBUILD2016-08-02 22:00:19 UTC (rev 272916)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tcl
-pkgver=8.6.5
-pkgrel=2
+pkgver=8.6.6
+pkgrel=1
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/";
@@ -10,16 +10,13 @@
 license=('custom')
 depends=('zlib')
 options=('staticlibs')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz
 tcl-fix-segv.patch)
-sha1sums=('c3a50ea58dac00a3c7e83cb4a4651c40d0f55160'
-  '1ec4fd9d159b920c15655936b1418034387114f0')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('169dd1589cad62c9fac4257c113db245da502cd0')
 
 prepare() {
   cd tcl${pkgver}
   # we build the tcl sqlite interface in sqlite-tcl package
   rm -rf pkgs/sqlite3*
-  # fix SEGV if cpu supports HLE/RTM 
http://core.tcl.tk/tcl/info/d3071887dbc7aeac
-  patch -p1 -i ../tcl-fix-segv.patch
 }
 
 build() {
@@ -53,7 +50,7 @@
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$tdbcver#/usr/include#" \
   -i "${pkgdir}/usr/lib/$tdbcver/tdbcConfig.sh"
 
-  itclver=itcl4.0.4
+  itclver=itcl4.0.5
   sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/$itclver#/usr/lib/$itclver#" \
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver/generic#/usr/include#" \
   -e "s#${srcdir}/tcl${pkgver}/pkgs/$itclver#/usr/include#" \


[arch-commits] Commit in texlive-humanities/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:11:59
  Author: remy
Revision: 272914

upgpkg: texlive-humanities 2016.41380-2

Remove obsolete install script.

Modified:
  texlive-humanities/trunk/PKGBUILD
Deleted:
  texlive-humanities/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 21:11:43 UTC (rev 272913)
+++ PKGBUILD2016-08-02 21:11:59 UTC (rev 272914)
@@ -4,7 +4,7 @@
 pkgname=texlive-humanities
 pkgver=2016.41380
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-02 21:11:43 UTC (rev 272913)
+++ texlive.install 2016-08-02 21:11:59 UTC (rev 272914)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-humanities/repos/testing-any (3 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:12:01
  Author: remy
Revision: 272915

archrelease: copy trunk to testing-any

Added:
  texlive-humanities/repos/testing-any/PKGBUILD
(from rev 272914, texlive-humanities/trunk/PKGBUILD)
Deleted:
  texlive-humanities/repos/testing-any/PKGBUILD
  texlive-humanities/repos/testing-any/texlive.install

-+
 PKGBUILD|   95 ++
 texlive.install |   12 --
 2 files changed, 47 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 21:11:59 UTC (rev 272914)
+++ PKGBUILD2016-08-02 21:12:01 UTC (rev 272915)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-humanities
-pkgver=2016.41380
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
-license=('GPL')
-arch=(any)
-depends=('texlive-core' 'texlive-latexextra')
-optdepends=('texlive-pictures: for package qtree')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-install -m755 -d $pkgdir/usr/bin
-ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
-}

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 272914, 
texlive-humanities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 21:12:01 UTC (rev 272915)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2016.41380
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+install -m755 -d $pkgdir/usr/bin
+ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-02 21:11:59 UTC (rev 272914)
+++ texlive.install 2016-08-02 21:12:01 UTC (rev 272915)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-bibtexextra/repos/testing-any (3 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:11:43
  Author: remy
Revision: 272913

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/PKGBUILD
(from rev 272912, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/testing-any/PKGBUILD
  texlive-bibtexextra/repos/testing-any/texlive.install

-+
 PKGBUILD|  121 ++
 texlive.install |   12 -
 2 files changed, 60 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 21:11:41 UTC (rev 272912)
+++ PKGBUILD2016-08-02 21:11:43 UTC (rev 272913)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2016.41470
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-install=texlive.install
-md5sums=('8e0d15c9025c7ae76190d6dc12757f03')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bibdoiadd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 272912, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 21:11:43 UTC (rev 272913)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2016.41470
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+md5sums=('8e0d15c9025c7ae76190d6dc12757f03')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bibdoiadd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /u

[arch-commits] Commit in texlive-bibtexextra/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:11:41
  Author: remy
Revision: 272912

upgpkg: texlive-bibtexextra 2016.41470-2

Remove obsolete install script.

Modified:
  texlive-bibtexextra/trunk/PKGBUILD
Deleted:
  texlive-bibtexextra/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 21:03:23 UTC (rev 272911)
+++ PKGBUILD2016-08-02 21:11:41 UTC (rev 272912)
@@ -5,7 +5,7 @@
 pkgname=texlive-bibtexextra
 pkgver=2016.41470
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
 license=('GPL')
 arch=(any)
@@ -13,7 +13,6 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-install=texlive.install
 md5sums=('8e0d15c9025c7ae76190d6dc12757f03')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-02 21:03:23 UTC (rev 272911)
+++ texlive.install 2016-08-02 21:11:41 UTC (rev 272912)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-music/repos/testing-any (5 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:03:23
  Author: remy
Revision: 272911

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/PKGBUILD
(from rev 272910, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/testing-any/texlive-music.maps
(from rev 272910, texlive-music/trunk/texlive-music.maps)
Deleted:
  texlive-music/repos/testing-any/PKGBUILD
  texlive-music/repos/testing-any/texlive-music.maps
  texlive-music/repos/testing-any/texlive.install

+
 PKGBUILD   |  117 +--
 texlive-music.maps |2 
 texlive.install|   52 --
 3 files changed, 59 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 21:03:22 UTC (rev 272910)
+++ PKGBUILD2016-08-02 21:03:23 UTC (rev 272911)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-music
-pkgver=2016.41389
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Music typesetting packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2: for scripts from the lilyglyphs packages')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('9b0de51b1820cc81332e9046f73411b6'
- '6af96d016e18492867d6f4ba2eff0a31')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   # fix python2 command name in scripts.
-   sed -i 's/env python/env python2/' 
$pkgdir/usr/share/texmf-dist/scripts/lilyglyphs/*.py
-   # script symlinks
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-glyph-commands.py 
$pkgdir/usr/bin/lily-glyph-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-image-commands.py 
$pkgdir/usr/bin/lily-image-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-rebuild-pdfs.py 
$pkgdir/usr/bin/lily-rebuild-pdfs
-   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
-   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
-   ln -s /usr/share/texmf-dist/scripts/pmxchords/pmxchords.lua 
$pkgdir/usr/bin/pmxchords
-}

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 272910, 
texlive-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 21:03:23 UTC (rev 272911)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2016.41389
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Music typesetting packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2: for scripts from the lilyglyphs packages')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('9b0de51b1820cc81332e9046f73411b6'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $di

[arch-commits] Commit in texlive-music/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:03:22
  Author: remy
Revision: 272910

upgpkg: texlive-music 2016.41389-2

Removed obsolete install file.

Modified:
  texlive-music/trunk/PKGBUILD
Deleted:
  texlive-music/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   52 
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 20:40:56 UTC (rev 272909)
+++ PKGBUILD2016-08-02 21:03:22 UTC (rev 272910)
@@ -5,7 +5,7 @@
 pkgname=texlive-music
 pkgver=2016.41389
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Music typesetting packages"
 license=('GPL')
 arch=(any)
@@ -15,7 +15,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('9b0de51b1820cc81332e9046f73411b6'
  '6af96d016e18492867d6f4ba2eff0a31')
 

Deleted: texlive.install
===
--- texlive.install 2016-08-02 20:40:56 UTC (rev 272909)
+++ texlive.install 2016-08-02 21:03:22 UTC (rev 272910)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-music"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo" done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}


[arch-commits] Commit in texlive-pictures/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 20:40:54
  Author: remy
Revision: 272908

upgpkg: texlive-pictures 2016.41299-2

Remove obsolete install file.

Modified:
  texlive-pictures/trunk/PKGBUILD
Deleted:
  texlive-pictures/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   52 
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 20:40:42 UTC (rev 272907)
+++ PKGBUILD2016-08-02 20:40:54 UTC (rev 272908)
@@ -4,7 +4,7 @@
 pkgname=texlive-pictures
 pkgver=2016.41299
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Packages for drawings graphics"
 license=('GPL')
 arch=(any)
@@ -13,7 +13,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('eb472d7206189f1318c1d2a0bd22f6f2'
  '7d08cb8ade87687bd8676f8e8ba20697')
 

Deleted: texlive.install
===
--- texlive.install 2016-08-02 20:40:42 UTC (rev 272907)
+++ texlive.install 2016-08-02 20:40:54 UTC (rev 272908)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-pictures"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo" done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}


[arch-commits] Commit in texlive-pictures/repos/testing-any (5 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 20:40:56
  Author: remy
Revision: 272909

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 272908, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 272908, texlive-pictures/trunk/texlive-pictures.maps)
Deleted:
  texlive-pictures/repos/testing-any/PKGBUILD
  texlive-pictures/repos/testing-any/texlive-pictures.maps
  texlive-pictures/repos/testing-any/texlive.install

---+
 PKGBUILD  |  127 +++-
 texlive-pictures.maps |4 -
 texlive.install   |   52 ---
 3 files changed, 65 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 20:40:54 UTC (rev 272908)
+++ PKGBUILD2016-08-02 20:40:56 UTC (rev 272909)
@@ -1,64 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pictures
-pkgver=2016.41299
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Packages for drawings graphics"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('eb472d7206189f1318c1d2a0bd22f6f2'
- '7d08cb8ade87687bd8676f8e8ba20697')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-_linked_scripts="
-cachepic/cachepic.tlu
-epspdf/epspdftk.tcl
-epspdf/epspdf.tlu
-fig4latex/fig4latex
-getmap/getmapdl.lua
-mathspic/mathspic.pl
-mkpic/mkpic
-petri-nets/pn2pdf
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 272908, 
texlive-pictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 20:40:56 UTC (rev 272909)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2016.41299
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('eb472d7206189f1318c1d2a0bd22f6f2'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+_linked_script

[arch-commits] Commit in texlive-pstricks/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 20:40:40
  Author: remy
Revision: 272906

upgpkg: texlive-pstricks 2016.41321-2

Remove obsolete install file.

Modified:
  texlive-pstricks/trunk/PKGBUILD
Deleted:
  texlive-pstricks/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:53:35 UTC (rev 272905)
+++ PKGBUILD2016-08-02 20:40:40 UTC (rev 272906)
@@ -5,7 +5,7 @@
 pkgname=texlive-pstricks
 pkgver=2016.41321
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Additional PSTricks packages"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('d61f741137c3f6d8e3839dbe22fb6abe')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-02 19:53:35 UTC (rev 272905)
+++ texlive.install 2016-08-02 20:40:40 UTC (rev 272906)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in texlive-pstricks/repos/testing-any (3 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 20:40:42
  Author: remy
Revision: 272907

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/PKGBUILD
(from rev 272906, texlive-pstricks/trunk/PKGBUILD)
Deleted:
  texlive-pstricks/repos/testing-any/PKGBUILD
  texlive-pstricks/repos/testing-any/texlive.install

-+
 PKGBUILD|   91 ++
 texlive.install |   12 ---
 2 files changed, 45 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 20:40:40 UTC (rev 272906)
+++ PKGBUILD2016-08-02 20:40:42 UTC (rev 272907)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pstricks
-pkgver=2016.41321
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Additional PSTricks packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-install=texlive.install
-md5sums=('d61f741137c3f6d8e3839dbe22fb6abe')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
-}

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 272906, 
texlive-pstricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 20:40:42 UTC (rev 272907)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2016.41321
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+md5sums=('d61f741137c3f6d8e3839dbe22fb6abe')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
+}

Deleted: texlive.install
===
--- texlive.install 2016-08-02 20:40:40 UTC (rev 272906)
+++ texlive.install 2016-08-02 20:40:42 UTC (rev 272907)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-08-02 Thread Laurent Carlier
Date: Tuesday, August 2, 2016 @ 20:39:22
  Author: lcarlier
Revision: 184892

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

Added:
  warzone2100/repos/community-i686/PKGBUILD
(from rev 184891, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-i686/warzone2100.appdata.xml
(from rev 184891, warzone2100/trunk/warzone2100.appdata.xml)
  warzone2100/repos/community-x86_64/PKGBUILD
(from rev 184891, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-x86_64/warzone2100.appdata.xml
(from rev 184891, warzone2100/trunk/warzone2100.appdata.xml)
Deleted:
  warzone2100/repos/community-i686/PKGBUILD
  warzone2100/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   68 +
 community-i686/PKGBUILD  |   29 
 community-i686/warzone2100.appdata.xml   |   23 +
 community-x86_64/PKGBUILD|   29 
 community-x86_64/warzone2100.appdata.xml |   23 +
 5 files changed, 114 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-02 20:39:14 UTC (rev 184891)
+++ community-i686/PKGBUILD 2016-08-02 20:39:22 UTC (rev 184892)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Angelo Theodorou 
-
-pkgname=warzone2100
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="3D realtime strategy game on a future Earth"
-url="http://wz2100.net/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('900b5df5c96b936241e2efcc8251137b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --with-distributor="ArchLinux"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: warzone2100/repos/community-i686/PKGBUILD (from rev 184891, 
warzone2100/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-02 20:39:22 UTC (rev 184892)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+warzone2100.appdata.xml)
+md5sums=('1a329156387b3acfee56c7bd86fd606b'
+ '103a57b73af180a1ff7301250cbdcf5d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # Add missing file from the tarball
+  cp ${srcdir}/warzone2100.appdata.xml icons/
+
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: warzone2100/repos/community-i686/warzone2100.appdata.xml (from rev 
184891, warzone2100/trunk/warzone2100.appdata.xml)
===
--- community-i686/warzone2100.appdata.xml  (rev 0)
+++ community-i686/warzone2100.appdata.xml  2016-08-02 20:39:22 UTC (rev 
184892)
@@ -0,0 +1,23 @@
+
+
+   warzone2100.desktop
+   CC0-1.0
+   GPL-2.0+
+   Real-Time-Strategy War Game
+   Warzone 2100
+   
+   
+   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
+   
+   
+   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
+   
+   
+   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
+   
+   
+   https://wz2100.net/
+   
+   https://wz2100.net/static/img/wz2100-CAM_3A50.png
+   
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-02 20:39:14 UTC (rev 184891)
+++ community-x86_64/PKGBUILD   2016-08-02 20:39:22 U

[arch-commits] Commit in warzone2100/trunk (PKGBUILD warzone2100.appdata.xml)

2016-08-02 Thread Laurent Carlier
Date: Tuesday, August 2, 2016 @ 20:39:14
  Author: lcarlier
Revision: 184891

upgpkg: warzone2100 3.2.1-1

upstream update 3.2.1

Added:
  warzone2100/trunk/warzone2100.appdata.xml
Modified:
  warzone2100/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 warzone2100.appdata.xml |   23 +++
 2 files changed, 32 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:34:45 UTC (rev 184890)
+++ PKGBUILD2016-08-02 20:39:14 UTC (rev 184891)
@@ -3,19 +3,24 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('900b5df5c96b936241e2efcc8251137b')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+warzone2100.appdata.xml)
+md5sums=('1a329156387b3acfee56c7bd86fd606b'
+ '103a57b73af180a1ff7301250cbdcf5d')
 
 build() {
   cd ${pkgname}-${pkgver}
+  
+  # Add missing file from the tarball
+  cp ${srcdir}/warzone2100.appdata.xml icons/
 
   ./configure --prefix=/usr --with-distributor="ArchLinux"
 

Added: warzone2100.appdata.xml
===
--- warzone2100.appdata.xml (rev 0)
+++ warzone2100.appdata.xml 2016-08-02 20:39:14 UTC (rev 184891)
@@ -0,0 +1,23 @@
+
+
+   warzone2100.desktop
+   CC0-1.0
+   GPL-2.0+
+   Real-Time-Strategy War Game
+   Warzone 2100
+   
+   
+   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
+   
+   
+   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
+   
+   
+   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
+   
+   
+   https://wz2100.net/
+   
+   https://wz2100.net/static/img/wz2100-CAM_3A50.png
+   
+


[arch-commits] Commit in texlive-science/repos/testing-any (5 files)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 19:53:35
  Author: remy
Revision: 272905

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/PKGBUILD
(from rev 272904, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.maps
(from rev 272904, texlive-science/trunk/texlive-science.maps)
Deleted:
  texlive-science/repos/testing-any/PKGBUILD
  texlive-science/repos/testing-any/texlive-science.maps
  texlive-science/repos/testing-any/texlive.install

--+
 PKGBUILD |  101 -
 texlive-science.maps |2 
 texlive.install  |   52 -
 3 files changed, 51 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-02 19:53:33 UTC (rev 272904)
+++ PKGBUILD2016-08-02 19:53:35 UTC (rev 272905)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-science
-pkgver=2016.41327
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Typesetting for natural and computer sciences"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2-pygments: for pygmentex')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('2757b93bd83971de390536194c1d7b5d'
- '72206bb981d3d491df018e0e13334be5')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pygmentex/pygmentex.py 
$pkgdir/usr/bin/pygmentex
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 272904, 
texlive-science/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-02 19:53:35 UTC (rev 272905)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2016.41327
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Typesetting for natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2-pygments: for pygmentex')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('2757b93bd83971de390536194c1d7b5d'
+ '72206bb981d3d491df018e0e13334be5')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pygmentex/pygmentex.py 
$pkgdir/usr/bin/pygmentex
+   ln -s /usr/share/texm

[arch-commits] Commit in texlive-science/trunk (PKGBUILD texlive.install)

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 19:53:33
  Author: remy
Revision: 272904

upgpkg: texlive-science 2016.41327-2

Remove obsolete install script
(replaced by texlive-bin hooks).

Modified:
  texlive-science/trunk/PKGBUILD
Deleted:
  texlive-science/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   52 
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 15:18:10 UTC (rev 272903)
+++ PKGBUILD2016-08-02 19:53:33 UTC (rev 272904)
@@ -4,7 +4,7 @@
 pkgname=texlive-science
 pkgver=2016.41327
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Typesetting for natural and computer sciences"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('2757b93bd83971de390536194c1d7b5d'
  '72206bb981d3d491df018e0e13334be5')
 

Deleted: texlive.install
===
--- texlive.install 2016-08-02 15:18:10 UTC (rev 272903)
+++ texlive.install 2016-08-02 19:53:33 UTC (rev 272904)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-science"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
-  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
-  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo" done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}


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

2016-08-02 Thread Laurent Carlier
Date: Tuesday, August 2, 2016 @ 19:34:40
  Author: lcarlier
Revision: 184889

upgpkg: lib32-llvm 3.8.1-1

upstream update 3.8.1

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:33:53 UTC (rev 184888)
+++ PKGBUILD2016-08-02 19:34:40 UTC (rev 184889)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 arch=('x86_64')
 url="http://llvm.org/";
@@ -23,15 +23,16 @@
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch)
-sha256sums=('555b028e9ee0f6445ff8f949ea10e9cd8be0d084840e21fbbe1d31d51fc06e46'
+sha256sums=('6e82ce4adb54ff3afc18053d6981b6aed1406751b8742582ed50f04b5ab475f9'
 'SKIP'
-'04149236de03cf05232d68eb7cb9c50f03062e339b68f4f8a03b650a11536cf9'
+'4cd3836dfb4b88b597e075341cae86d61c63ce3963e45c7fe6a8bf59bb382cdf'
 'SKIP'
-'c8d3387e55f229543dac1941769120f24dc50183150bf19d1b070d53d29d56b0'
+'0df011dae14d8700499dfc961602ee0a9572fef926202ade5dcdfe7858411e5c'
 'SKIP'
 '406754764e83d58bc3b859ab4b7893abd48c760278c4619cf4341ef9b9b75c85'
 'd2ea6d06352d378961a6970cdefb23ef1ba8e4c046c0ace0c479e2dd674aabce')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd "$srcdir/llvm-$pkgver.src"


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

2016-08-02 Thread Laurent Carlier
Date: Tuesday, August 2, 2016 @ 19:34:45
  Author: lcarlier
Revision: 184890

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-llvm/repos/multilib-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
(from rev 184889, 
lib32-llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch)
  
lib32-llvm/repos/multilib-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
(from rev 184889, 
lib32-llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch)
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 184889, lib32-llvm/trunk/PKGBUILD)
Deleted:
  
lib32-llvm/repos/multilib-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  
lib32-llvm/repos/multilib-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
  lib32-llvm/repos/multilib-x86_64/PKGBUILD

---+
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  644 +-
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 2470 +-
 PKGBUILD  |  303 -
 3 files changed, 1709 insertions(+), 1708 deletions(-)

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


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

2016-08-02 Thread Jerome Leclanche
Date: Tuesday, August 2, 2016 @ 19:33:53
  Author: jleclanche
Revision: 184888

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-02 19:33:40 UTC (rev 184887)
+++ community-i686/PKGBUILD 2016-08-02 19:33:53 UTC (rev 184888)
@@ -1,45 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.8
-pkgrel=2
-pkgdesc="i3 compatible window manager for Wayland"
-arch=("i686" "x86_64")
-url="http://swaywm.org";
-license=("MIT")
-depends=(
-   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
-)
-optdepends=(
-   "rxvt-unicode: Default terminal emulator."
-   "dmenu: Default for launching applications."
-   "imagemagick: For taking screenshots."
-   "ffmpeg: For recording screencasts."
-   "i3status: To display system information with a bar."
-)
-makedepends=("cmake" "git" "asciidoc")
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz";
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig";
-)
-sha256sums=(
-   "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
-   "SKIP"
-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" make install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sway/repos/community-i686/PKGBUILD (from rev 184887, 
sway/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-02 19:33:53 UTC (rev 184888)
@@ -0,0 +1,48 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.9
+pkgrel=1
+pkgdesc="i3 compatible window manager for Wayland"
+arch=("i686" "x86_64")
+url="http://swaywm.org";
+license=("MIT")
+depends=(
+   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
+)
+optdepends=(
+   "rxvt-unicode: Default terminal emulator."
+   "dmenu: Default for launching applications."
+   "imagemagick: For taking screenshots."
+   "ffmpeg: For recording screencasts."
+   "i3status: To display system information with a bar."
+)
+makedepends=("cmake" "git" "asciidoc")
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz";
+   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig";
+)
+sha256sums=(
+   "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
+   "SKIP"
+)
+validpgpkeys=(
+   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" make install
+   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-02 19:33:40 UTC (rev 184887)
+++ community-x86_64/PKGBUILD   2016-08-02 19:33:53 UTC (rev 184888)
@@ -1,45 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.8
-pkgrel=2
-pkgdesc="i3 compatible window manager for Wayland"
-arch=("i686" "x86_64")
-url="http://swaywm.org";
-license=("MIT")
-depends=(
-   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
-)
-optdepends=(
-   "rxvt-unicode: Default terminal emulator."
-   "dmenu: Default for launching applications."
-   "imagemagick: For taking screenshots."
-   "ffmpeg: For recording screencasts."
-   "i3status: To display system information with a bar."
-)
-makedepends=("cmake" "git" "asciidoc")
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz";
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig";
-)
-sha256sums=(

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

2016-08-02 Thread Jerome Leclanche
Date: Tuesday, August 2, 2016 @ 19:33:40
  Author: jleclanche
Revision: 184887

upgpkg: sway 0.9-1

Upstream release 0.9

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:27:25 UTC (rev 184886)
+++ PKGBUILD2016-08-02 19:33:40 UTC (rev 184887)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org";
@@ -23,9 +23,12 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig";
 )
 sha256sums=(
-   "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
+   "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
"SKIP"
 )
+validpgpkeys=(
+   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
+)
 
 
 build() {


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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:27:25
  Author: andyrtr
Revision: 184886

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 184885, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 184885, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 184885, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 184885, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 184885, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 184885, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 184885, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-02 19:27:25 UTC (rev 184886)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=18
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com";
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 184885, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2016-08-02 19:27:25 UTC (rev 184886)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
184885, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2016-08-02 19:27:25 UTC (rev 
184886)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 184885, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-02 19:27:25 UTC (rev 184886)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=18
+pkgdesc="An old-school 2d platformer ga

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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:27:12
  Author: andyrtr
Revision: 184885

upgpkg: frogatto 1.3.1-18

poppler rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:16:32 UTC (rev 184884)
+++ PKGBUILD2016-08-02 19:27:12 UTC (rev 184885)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:15:58
  Author: andyrtr
Revision: 184882

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

Added:
  dwarffortress/repos/community-staging-i686/
  dwarffortress/repos/community-staging-i686/PKGBUILD
(from rev 184881, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-staging-i686/dwarffortress
(from rev 184881, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-staging-i686/dwarffortress.desktop
(from rev 184881, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-staging-i686/dwarffortress.install
(from rev 184881, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-staging-i686/dwarffortress.png
(from rev 184881, dwarffortress/trunk/dwarffortress.png)
  dwarffortress/repos/community-staging-x86_64/
  dwarffortress/repos/community-staging-x86_64/PKGBUILD
(from rev 184881, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-staging-x86_64/dwarffortress
(from rev 184881, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-staging-x86_64/dwarffortress.desktop
(from rev 184881, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-staging-x86_64/dwarffortress.install
(from rev 184881, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-staging-x86_64/dwarffortress.png
(from rev 184881, dwarffortress/trunk/dwarffortress.png)

+
 community-staging-i686/PKGBUILD|   70 +++
 community-staging-i686/dwarffortress   |   20 ++
 community-staging-i686/dwarffortress.desktop   |9 ++
 community-staging-i686/dwarffortress.install   |9 ++
 community-staging-x86_64/PKGBUILD  |   70 +++
 community-staging-x86_64/dwarffortress |   20 ++
 community-staging-x86_64/dwarffortress.desktop |9 ++
 community-staging-x86_64/dwarffortress.install |9 ++
 8 files changed, 216 insertions(+)

Copied: dwarffortress/repos/community-staging-i686/PKGBUILD (from rev 184881, 
dwarffortress/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-02 19:15:58 UTC (rev 184882)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.43.05
+_pkgver=43_05
+pkgrel=4
+pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
+arch=(i686 x86_64)
+url="http://www.bay12games.com/dwarves/";
+license=('custom:dwarffortress')
+depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
+makedepends=(git cmake)
+optdepends=('nvidia-utils: If you have nvidia graphics'
+'catalyst-utils: If you have ATI graphics'
+'alsa-lib: for alsa sound'
+'libpulse: for pulse sound')
+options=('!strip' '!buildflags')
+install=${pkgname}.install
+# I made a fucking github repo with the sole purpose of unfucking df a bit
+# We try to compile whatever little bit of df is open source
+source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
+dwarffortress
+dwarffortress.desktop
+dwarffortress.png)
+source_i686=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2)
+source_x86_64=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
+sha256sums=('SKIP'
+'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
+'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
+'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
+sha256sums_i686=('0334e6b35ecc36949f5c60ffc1eb46fade3365b55a44f2e11fd4ae799ba7819a')
+sha256sums_x86_64=('856c13170e8beefb5419ae71ee26c85db9716b3ebd4c7348aa44b896bd490be4')
+
+build() {
+  ls
+  cd $srcdir/dwarf_fortress_unfuck
+
+  cmake .
+  make
+}
+
+package() {
+  install -dm755 $pkgdir/opt/
+  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
+  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
+
+  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
+  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
+
+  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
+  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
+  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
+
+  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
+  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
+  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
+
+  # Set pkgnam

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

2016-08-02 Thread Jerome Leclanche
Date: Tuesday, August 2, 2016 @ 19:16:16
  Author: jleclanche
Revision: 184883

upgpkg: wlc 0.0.5-1

Upstream release 0.0.5

Modified:
  wlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:15:58 UTC (rev 184882)
+++ PKGBUILD2016-08-02 19:16:16 UTC (rev 184883)
@@ -1,6 +1,6 @@
 # $Id$
 pkgname=wlc
-pkgver=0.0.4
+pkgver=0.0.5
 pkgrel=1
 pkgdesc="Wayland Compositor Library"
 url="https://github.com/Cloudef/wlc";
@@ -13,11 +13,13 @@
 makedepends=("cmake")
 source=(

"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
+   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
 )
 sha256sums=(
-   "16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
+   "17aa8e8f4beb62b630433dd69247f272caf0575d2638726cfc1808a4239db136"
+   "SKIP"
 )
-validpgpkeys=("F769BB961AF6D26A")
+validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
 
 
 build() {


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

2016-08-02 Thread Jerome Leclanche
Date: Tuesday, August 2, 2016 @ 19:16:32
  Author: jleclanche
Revision: 184884

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

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

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 88 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-02 19:16:16 UTC (rev 184883)
+++ community-i686/PKGBUILD 2016-08-02 19:16:32 UTC (rev 184884)
@@ -1,42 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc";
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=(
-   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
-)
-sha256sums=(
-   "16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
-)
-validpgpkeys=("F769BB961AF6D26A")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-i686/PKGBUILD (from rev 184883, wlc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-02 19:16:32 UTC (rev 184884)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="Wayland Compositor Library"
+url="https://github.com/Cloudef/wlc";
+arch=("i686" "x86_64")
+license=("MIT")
+depends=(
+   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
+   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
+)
+makedepends=("cmake")
+source=(
+   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
+   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
+)
+sha256sums=(
+   "17aa8e8f4beb62b630433dd69247f272caf0575d2638726cfc1808a4239db136"
+   "SKIP"
+)
+validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd 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   2016-08-02 19:16:16 UTC (rev 184883)
+++ community-x86_64/PKGBUILD   2016-08-02 19:16:32 UTC (rev 184884)
@@ -1,42 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc";
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=(
-   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
-)
-sha256sums=(
-   "16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
-)
-validpgpkeys=("F769BB961AF6D26A")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-x86_64/PKGBUILD (from rev 184883, 
wlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++

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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:15:46
  Author: andyrtr
Revision: 184881

upgpkg: dwarffortress 0.43.05-4

poppler rebuild

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:09:29 UTC (rev 184880)
+++ PKGBUILD2016-08-02 19:15:46 UTC (rev 184881)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.43.05
 _pkgver=43_05
-pkgrel=3
+pkgrel=4
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(i686 x86_64)
 url="http://www.bay12games.com/dwarves/";


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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:09:29
  Author: andyrtr
Revision: 184880

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

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

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

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 184879, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-02 19:09:29 UTC (rev 184880)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.7
+_tag=0-8-7
+pkgrel=2
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://cegui.org.uk";
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 
'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=("ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+https://bitbucket.org/cegui/cegui#tag=v${_tag}";)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  sed -i "s/lib64/lib/g" CMakeLists.txt
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF \
+  # -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  # -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"/build
+ 
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 184879, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-02 19:09:29 UTC (rev 184880)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.7
+_tag=0-8-7
+pkgrel=2
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://cegui.org.uk";
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 
'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=("ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+https://bitbucket.org/cegui/cegui#tag=v${_tag}";)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  sed -i "s/lib64/lib/g" CMakeLists.txt
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF \
+  # -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  # -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"/build
+ 
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:09:10
  Author: andyrtr
Revision: 184879

upgpkg: cegui 0.8.7-2

poppler rebuild

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 18:36:50 UTC (rev 184878)
+++ PKGBUILD2016-08-02 19:09:10 UTC (rev 184879)
@@ -7,7 +7,7 @@
 pkgname=cegui
 pkgver=0.8.7
 _tag=0-8-7
-pkgrel=1
+pkgrel=2
 pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
 arch=('i686' 'x86_64')
 url="http://cegui.org.uk";


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

2016-08-02 Thread Jelle van der Waa
Date: Tuesday, August 2, 2016 @ 18:36:50
  Author: jelle
Revision: 184878

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

Added:
  calibre/repos/community-testing-i686/
  calibre/repos/community-testing-i686/PKGBUILD
(from rev 184877, calibre/trunk/PKGBUILD)
  calibre/repos/community-testing-x86_64/
  calibre/repos/community-testing-x86_64/PKGBUILD
(from rev 184877, calibre/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   76 
 community-testing-x86_64/PKGBUILD |   76 
 2 files changed, 152 insertions(+)

Copied: calibre/repos/community-testing-i686/PKGBUILD (from rev 184877, 
calibre/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-02 18:36:50 UTC (rev 184878)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.63.0
+pkgrel=3
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
+makedepends=('qt5-x11extras' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'udisks: required for mounting certain devices'
+'poppler: required for converting pdf to html'
+)
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
+sha256sums=('0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+
+  # Remove unneeded files and libs
+  rm -rf resources/${pkgname}-portable.* \
+ src/cherrypy \
+ src/html5lib \
+ src/chardet
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
+  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
+  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
+  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
+  -e "s/^Name=calibre/Name=Calibre/g" \
+  -i  src/calibre/linux.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  LANG='en_US.UTF-8' python2 setup.py gui
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share/zsh/site-functions" \
+ 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
+
+  install -Dm644 resources/calibre-mimetypes.xml \
+"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
+
+  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
+python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
+
+  # Compiling bytecode FS#33392
+  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
+  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
+}

Copied: calibre/repos/community-testing-x86_64/PKGBUILD (from rev 184877, 
calibre/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-02 18:36:50 UTC (rev 184878)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.63.0
+pkgrel=3
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
+ 'deskto

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

2016-08-02 Thread Jelle van der Waa
Date: Tuesday, August 2, 2016 @ 18:36:38
  Author: jelle
Revision: 184877

upgpkg: calibre 2.63.0-3

pyqt5 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 18:28:24 UTC (rev 184876)
+++ PKGBUILD2016-08-02 18:36:38 UTC (rev 184877)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=2.63.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/";


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

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 18:28:24
  Author: anatolik
Revision: 184876

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 184875, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 184875, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 184875, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 184875, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 184875, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 184875, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 184875, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 184875, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   69 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 +++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   69 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 +++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 208 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 184875, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-02 18:28:24 UTC (rev 184876)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.3.4
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl)
+makedepends=(boost python2 wget gcc5) # gcc5 is workaround for 
https://github.com/rethinkdb/rethinkdb/issues/5757
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('93a7927d1ed785d084be3b8bac3f9af2d89c86de16e003848acbe21a32a9e1a7'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow in Arch chroot
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
184875, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2016-08-02 18:28:24 UTC 
(rev 184876)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-i686/r

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

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 18:27:39
  Author: anatolik
Revision: 184875

upgpkg: rethinkdb 2.3.4-1

Use gcc5 as rethinkdb does not compile with gcc6

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 17:36:18 UTC (rev 184874)
+++ PKGBUILD2016-08-02 18:27:39 UTC (rev 184875)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.3.2
+pkgver=2.3.4
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -12,7 +12,7 @@
 url='http://www.rethinkdb.com/'
 license=(AGPL)
 depends=(protobuf ncurses curl)
-makedepends=(boost python2 wget)
+makedepends=(boost python2 wget gcc5) # gcc5 is workaround for 
https://github.com/rethinkdb/rethinkdb/issues/5757
 backup=(etc/rethinkdb/instances.d/default.conf)
 install=rethinkdb.install
 options=(!emptydirs)
@@ -20,18 +20,14 @@
   http://download.rethinkdb.com/dist/$_tag.tgz
   rethinkdb-tmpfile.conf
   rethinkdb.service
-  
gcc6.patch::https://github.com/rethinkdb/rethinkdb/commit/cde984c20524fc12874028c1dfa41cbe1162160e.patch
 )
-sha256sums=('af8760271c63496fdeaa8de8bae834febd4b6c09a57743570b30134e9837eaac'
+sha256sums=('93a7927d1ed785d084be3b8bac3f9af2d89c86de16e003848acbe21a32a9e1a7'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
-'7fe271cd90703f2024dce8fd260713189ec97b6ead4cca47007e457a7370c47f')
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 
 prepare() {
   cd $_tag
 
-  patch -p1 < ../gcc6.patch # 
https://github.com/rethinkdb/rethinkdb/issues/5757
-
   sed \
 -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
 -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
@@ -43,7 +39,7 @@
 build() {
   cd $_tag
   export PYTHON=/usr/bin/python2
-  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
   make ALLOW_WARNINGS=1
 }
 


  1   2   3   >