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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 09:34:29
  Author: fyan
Revision: 158667

upgpkg: haskell-hakyll 4.7.5.1-16

rebuild with cmark-0.5.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 08:09:01 UTC (rev 158666)
+++ PKGBUILD2016-01-23 08:34:29 UTC (rev 158667)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=15
+pkgrel=16
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 09:34:56
  Author: fyan
Revision: 158668

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 158667, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 158667, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 158667, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 158667, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 158667, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-23 08:34:56 UTC (rev 158668)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=16
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 158667, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-01-23 08:34:56 UTC 
(rev 158668)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
158667, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-23 08:34:56 UTC (rev 158668)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in clojure/repos/community-any (8 files)

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 10:01:37
  Author: arodseth
Revision: 158679

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 158678, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clj.sh
(from rev 158678, clojure/trunk/clj.sh)
  clojure/repos/community-any/clojure.install
(from rev 158678, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 158678, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clj.sh
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   90 -
 clj.sh  |  276 +++---
 clojure.install |   10 -
 clojure.sh  |2 
 4 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 09:01:28 UTC (rev 158678)
+++ PKGBUILD2016-01-23 09:01:37 UTC (rev 158679)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-
-pkgname=clojure
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment' 'bash')
-makedepends=('java-environment' 'classpath' 'git' 'maven')
-optdepends=('rlwrap: friendlier shell with readline support')
-install='clojure.install'
-source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
-'clj.sh' "$pkgname.sh")
-sha256sums=('SKIP'
-'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-build() {
-  cd "$pkgname"
-
-  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
-}
-
-check() {
-  cd "$pkgname"
-
-  mvn test -Dmaven.repo.local=m2
-}
-
-package() {
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
-  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
-"$pkgdir/usr/share/$pkgname/$pkgname.jar"
-}
-
-# getver: clojure.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 158678, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 09:01:37 UTC (rev 158679)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+
+pkgname=clojure
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('CPL')
+depends=('java-environment' 'bash')
+makedepends=('java-environment' 'classpath' 'git' 'maven')
+optdepends=('rlwrap: friendlier shell with readline support')
+install='clojure.install'
+source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
+'clj.sh' "$pkgname.sh")
+sha256sums=('SKIP'
+'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+build() {
+  cd "$pkgname"
+
+  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
+}
+
+check() {
+  cd "$pkgname"
+
+  mvn test -Dmaven.repo.local=m2
+}
+
+package() {
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
+  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
+"$pkgdir/usr/share/$pkgname/$pkgname.jar"
+}
+
+# getver: clojure.org/downloads
+# vim:set ts=2 sw=2 et:

Deleted: clj.sh
===
--- clj.sh  2016-01-23 09:01:28 UTC (rev 158678)
+++ clj.sh  2016-01-23 09:01:37 UTC (rev 158679)
@@ -1,138 +0,0 @@
-#!/bin/bash
-#
-# Launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   "-Djava.library.path=$CLOJURE_LIBRARY_PATH".
-#   CLOJURE_LIB
-#   This directory, and any 

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 10:01:18
  Author: arodseth
Revision: 158677

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

Added:
  cargo/repos/community-i686/PKGBUILD
(from rev 158676, cargo/trunk/PKGBUILD)
  cargo/repos/community-x86_64/PKGBUILD
(from rev 158676, cargo/trunk/PKGBUILD)
Deleted:
  cargo/repos/community-i686/PKGBUILD
  cargo/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-01-23 09:00:32 UTC (rev 158676)
+++ community-i686/PKGBUILD 2016-01-23 09:01:18 UTC (rev 158677)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 158676, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 09:01:18 UTC (rev 158677)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-23 09:00:32 UTC (rev 158676)
+++ community-x86_64/PKGBUILD   2016-01-23 09:01:18 UTC (rev 158677)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv 

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

2016-01-23 Thread Evangelos Foutras
Date: Saturday, January 23, 2016 @ 11:39:35
  Author: foutrelis
Revision: 158685

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 158684, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 158684, handbrake/trunk/handbrake.install)
  handbrake/repos/community-i686/standard-presets-fix-type.patch
(from rev 158684, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 158684, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 158684, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch
(from rev 158684, handbrake/trunk/standard-presets-fix-type.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-i686/standard-presets-fix-type.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch

--+
 /PKGBUILD|  144 +
 /handbrake.install   |   28 +++
 /standard-presets-fix-type.patch |  176 +
 community-i686/PKGBUILD  |   72 
 community-i686/handbrake.install |   14 -
 community-i686/standard-presets-fix-type.patch   |   88 --
 community-x86_64/PKGBUILD|   72 
 community-x86_64/handbrake.install   |   14 -
 community-x86_64/standard-presets-fix-type.patch |   88 --
 9 files changed, 348 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 10:39:21 UTC (rev 158684)
+++ community-i686/PKGBUILD 2016-01-23 10:39:35 UTC (rev 158685)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
-sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/libdvdnav/d' \
--e '/MODULES += contrib\/libdvdread/d' \
-make/include/main.defs
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils'
-   'hicolor-icon-theme')
-  depends+=('libx264.so')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
-   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
-  depends+=('libx264.so')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 158684, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 10:39:35 UTC (rev 158685)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 

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

2016-01-23 Thread Evangelos Foutras
Date: Saturday, January 23, 2016 @ 11:39:21
  Author: foutrelis
Revision: 158684

upgpkg: handbrake 0.10.3-1

New upstream release.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 10:24:30 UTC (rev 158683)
+++ PKGBUILD2016-01-23 10:39:21 UTC (rev 158684)
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.2
-pkgrel=4
+pkgver=0.10.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://handbrake.fr/;
 license=('GPL')
@@ -15,7 +15,7 @@
  'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
  'libdvdnav' 'librsvg' 'libgudev')
 source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
-sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
+sha256sums=('57144fa929382ba8dc0e32ccdb53b4c79f7baf83df0fc8a4c03eccba2d6aea87')
 
 prepare() {
   cd "$srcdir/HandBrake-$pkgver"


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 09:36:50
  Author: arodseth
Revision: 158670

upgpkg: python-pyparsing 2.0.7-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 08:36:49 UTC (rev 158669)
+++ PKGBUILD2016-01-23 08:36:50 UTC (rev 158670)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da')
+sha256sums=('96e98132e73a2cd2ce8fabb2ffab6c444a043fa42dd6af3f46902c974164e178')
 
 prepare() {
   cp -r "pyparsing-$pkgver" py2


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 09:36:58
  Author: arodseth
Revision: 158675

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 08:36:55 UTC (rev 158674)
+++ PKGBUILD2016-01-23 08:36:58 UTC (rev 158675)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.0.6
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da')
-
-prepare() {
-  cp -r "pyparsing-$pkgver" py2
-}
-
-package_python-pyparsing() {
-  depends=('python')
-  cd "pyparsing-$pkgver"
-
-  rm -rf build
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-  cd py2
-
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: pypi.python.org/pypi/pyparsing
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/community-any/PKGBUILD (from rev 158673, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 08:36:58 UTC (rev 158675)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.0.7
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('96e98132e73a2cd2ce8fabb2ffab6c444a043fa42dd6af3f46902c974164e178')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


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

2016-01-23 Thread Sven-Hendrik Haase
Date: Saturday, January 23, 2016 @ 14:46:43
  Author: svenstaro
Revision: 158688

upgpkg: cargo 0.8.0-1

upstream release 0.8.0

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 10:47:57 UTC (rev 158687)
+++ PKGBUILD2016-01-23 13:46:43 UTC (rev 158688)
@@ -3,7 +3,7 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Rust package manager'
 url='http://crates.io/'


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 10:00:32
  Author: arodseth
Revision: 158676

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

Added:
  cargo/repos/community-i686/PKGBUILD
(from rev 158675, cargo/trunk/PKGBUILD)
  cargo/repos/community-x86_64/PKGBUILD
(from rev 158675, cargo/trunk/PKGBUILD)
Deleted:
  cargo/repos/community-i686/PKGBUILD
  cargo/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-01-23 08:36:58 UTC (rev 158675)
+++ community-i686/PKGBUILD 2016-01-23 09:00:32 UTC (rev 158676)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 158675, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 09:00:32 UTC (rev 158676)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-23 08:36:58 UTC (rev 158675)
+++ community-x86_64/PKGBUILD   2016-01-23 09:00:32 UTC (rev 158676)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv 

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 10:01:28
  Author: arodseth
Revision: 158678

upgpkg: clojure 1.8.0-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 09:01:18 UTC (rev 158677)
+++ PKGBUILD2016-01-23 09:01:28 UTC (rev 158678)
@@ -5,7 +5,7 @@
 # Contributor: Sam May 
 
 pkgname=clojure
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='LISP for the JVM'
 url='http://clojure.org/'


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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 11:47:37
  Author: fyan
Revision: 158686

upgpkg: lib32-gnutls 3.4.8-1

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 10:39:35 UTC (rev 158685)
+++ PKGBUILD2016-01-23 10:47:37 UTC (rev 158686)
@@ -8,8 +8,8 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.7
-pkgrel=2
+pkgver=3.4.8
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -17,7 +17,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('e7556cec73c8b34fd2ff0b591e24e44c'
+md5sums=('a26e6dd8d5ad92016e3f068795b89624'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 11:47:57
  Author: fyan
Revision: 158687

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 10:47:37 UTC (rev 158686)
+++ PKGBUILD2016-01-23 10:47:57 UTC (rev 158687)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.7
-pkgrel=2
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('e7556cec73c8b34fd2ff0b591e24e44c'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 158686, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 10:47:57 UTC (rev 158687)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.8
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('a26e6dd8d5ad92016e3f068795b89624'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


[arch-commits] Commit in archlinux-keyring/repos (3 files)

2016-01-23 Thread Evangelos Foutras
Date: Saturday, January 23, 2016 @ 13:31:27
  Author: foutrelis
Revision: 258522

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 258521, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 258521, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   25 +
 archlinux-keyring.install |   22 ++
 2 files changed, 47 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 258521, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-01-23 12:31:27 UTC (rev 258522)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=archlinux-keyring
+pkgver=20160123
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('3a68d7f5a3a17f8b821d26bf09e85703'
+ 'SKIP')
+validpgpkeys=(
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+  '86CFFCA918CF3AF47147588051E8B148AC34' # Evangelos
+ )
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
258521, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2016-01-23 12:31:27 UTC (rev 
258522)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2016-01-23 Thread Evangelos Foutras
Date: Saturday, January 23, 2016 @ 13:31:22
  Author: foutrelis
Revision: 258521

upgpkg: archlinux-keyring 20160123-1

New upstream release.

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 10:21:08 UTC (rev 258520)
+++ PKGBUILD2016-01-23 12:31:22 UTC (rev 258521)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=archlinux-keyring
-pkgver=20151220
+pkgver=20160123
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,11 +11,12 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('979f8e3d6e05a04dd378d5af992f830a'
+md5sums=('3a68d7f5a3a17f8b821d26bf09e85703'
  'SKIP')
 validpgpkeys=(
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
   'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+  '86CFFCA918CF3AF47147588051E8B148AC34' # Evangelos
  )
 
 package() {


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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 11:24:30
  Author: fyan
Revision: 158683

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 10:24:09 UTC (rev 158682)
+++ PKGBUILD2016-01-23 10:24:30 UTC (rev 158683)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: giniu 
-
-pkgbase=python-foolscap
-pkgname=python2-foolscap
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='RPC protocol for Python and Twisted'
-arch=('any')
-url='http://foolscap.lothar.com/'
-license=('MIT')
-depends=('python2-twisted' 'python2-pyopenssl')
-makedepends=('python2-setuptools')
-conflicts=('python-foolscap<=0.6.3')
-replaces=('python-foolscap<=0.6.3')
-options=('!emptydirs')
-source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
-sha256sums=('ac6937fb0d348b77e6cb9a3e7e78316431a8f0281b6db2ccabbf13358dd5c562')
-
-package_python2-foolscap() {
-  cd "foolscap-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 158682, 
python-foolscap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 10:24:30 UTC (rev 158683)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: giniu 
+
+pkgbase=python-foolscap
+pkgname=python2-foolscap
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-setuptools')
+conflicts=('python-foolscap<=0.6.3')
+replaces=('python-foolscap<=0.6.3')
+options=('!emptydirs')
+source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
+sha256sums=('bd7c6ea98237a81622461398254528c9c791574fd283d1a1ed8e0e3f705b36f3')
+
+package_python2-foolscap() {
+  cd "foolscap-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-01-23 Thread Jan Steffens
Date: Saturday, January 23, 2016 @ 09:09:01
  Author: heftig
Revision: 158666

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

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

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 08:02:44 UTC (rev 158665)
+++ community-i686/PKGBUILD 2016-01-23 08:09:01 UTC (rev 158666)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.11
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('2e8bf15313440ec7c0315e5d3a387bf88c95518040073d78fcb7a044eaef162b'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 158665, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 08:09:01 UTC (rev 158666)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.12
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('bc955346e2dfface41c87adf432034b591eb81350905d5b503b501f36ee773c9'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+

[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-23 Thread Florian Pritz
Date: Saturday, January 23, 2016 @ 09:32:40
  Author: bluewind
Revision: 258517

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 258516, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 08:32:36 UTC (rev 258516)
+++ PKGBUILD2016-01-23 08:32:40 UTC (rev 258517)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=10.00
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://search.cpan.org/perldoc?exiftool;
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('0093bf26c07c3c38a32f85cab32102cd')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 258516, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 08:32:40 UTC (rev 258517)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=10.10
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool;
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('9e60a801a1e199b3a41996fdf1ddbdbb')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


[arch-commits] Commit in perl-image-exiftool/trunk (PKGBUILD)

2016-01-23 Thread Florian Pritz
Date: Saturday, January 23, 2016 @ 09:32:36
  Author: bluewind
Revision: 258516

upgpkg: perl-image-exiftool 10.10-1

upstream update

Modified:
  perl-image-exiftool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 06:32:51 UTC (rev 258515)
+++ PKGBUILD2016-01-23 08:32:36 UTC (rev 258516)
@@ -6,7 +6,7 @@
 
 pkgname=perl-image-exiftool
 _srcname=Image-ExifTool
-pkgver=10.00
+pkgver=10.10
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=("perl-exiftool")
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('0093bf26c07c3c38a32f85cab32102cd')
+md5sums=('9e60a801a1e199b3a41996fdf1ddbdbb')
 
 build() {
   cd "${srcdir}/${_srcname}-${pkgver}"


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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 11:24:09
  Author: fyan
Revision: 158682

upgpkg: python-foolscap 0.10.1-1

Modified:
  python-foolscap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 10:21:23 UTC (rev 158681)
+++ PKGBUILD2016-01-23 10:24:09 UTC (rev 158682)
@@ -6,7 +6,7 @@
 
 pkgbase=python-foolscap
 pkgname=python2-foolscap
-pkgver=0.9.1
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='RPC protocol for Python and Twisted'
 arch=('any')
@@ -18,7 +18,7 @@
 replaces=('python-foolscap<=0.6.3')
 options=('!emptydirs')
 source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
-sha256sums=('ac6937fb0d348b77e6cb9a3e7e78316431a8f0281b6db2ccabbf13358dd5c562')
+sha256sums=('bd7c6ea98237a81622461398254528c9c791574fd283d1a1ed8e0e3f705b36f3')
 
 package_python2-foolscap() {
   cd "foolscap-$pkgver"


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

2016-01-23 Thread Sven-Hendrik Haase
Date: Saturday, January 23, 2016 @ 14:47:05
  Author: svenstaro
Revision: 158689

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

Added:
  cargo/repos/community-i686/PKGBUILD
(from rev 158688, cargo/trunk/PKGBUILD)
  cargo/repos/community-x86_64/PKGBUILD
(from rev 158688, cargo/trunk/PKGBUILD)
Deleted:
  cargo/repos/community-i686/PKGBUILD
  cargo/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-01-23 13:46:43 UTC (rev 158688)
+++ community-i686/PKGBUILD 2016-01-23 13:47:05 UTC (rev 158689)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 158688, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 13:47:05 UTC (rev 158689)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-23 13:46:43 UTC (rev 158688)
+++ community-x86_64/PKGBUILD   2016-01-23 13:47:05 UTC (rev 158689)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv 

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

2016-01-23 Thread Bartłomiej Piotrowski
Date: Saturday, January 23, 2016 @ 15:22:31
  Author: bpiotrowski
Revision: 158690

Drop libguess support

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 13:47:05 UTC (rev 158689)
+++ PKGBUILD2016-01-23 14:22:31 UTC (rev 158690)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Christian Hesse 
-# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
@@ -15,7 +15,7 @@
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
 optdepends=('youtube-dl: for video-sharing websites playback')


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

2016-01-23 Thread Jan Steffens
Date: Saturday, January 23, 2016 @ 09:02:44
  Author: heftig
Revision: 158665

3.12

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 07:44:01 UTC (rev 158664)
+++ PKGBUILD2016-01-23 08:02:44 UTC (rev 158665)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.11
+pkgver=3.12
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('2e8bf15313440ec7c0315e5d3a387bf88c95518040073d78fcb7a044eaef162b'
+sha256sums=('bc955346e2dfface41c87adf432034b591eb81350905d5b503b501f36ee773c9'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 


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

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 16:53:22
  Author: mtorromeo
Revision: 158696

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

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

-+
 /PKGBUILD   |   92 ++
 /sysdig.install |   42 +
 community-i686/PKGBUILD |   46 ---
 community-i686/sysdig.install   |   21 
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/sysdig.install |   21 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 15:53:03 UTC (rev 158695)
+++ community-i686/PKGBUILD 2016-01-23 15:53:22 UTC (rev 158696)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl')
-makedepends=('cmake')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_B64=ON \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 158695, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 15:53:22 UTC (rev 158696)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl')
+makedepends=('cmake')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a228856a0bd724333033460bb0f6058d44a31c1ea4fbe675a5878952ef110321')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+  -i scripts/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDIR_ETC=/etc \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_B64=ON \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2016-01-23 15:53:03 UTC (rev 158695)
+++ community-i686/sysdig.install   2016-01-23 15:53:22 UTC (rev 158696)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}


[arch-commits] Commit in (5 files)

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:14:09
  Author: fyan
Revision: 158699

addpkg: haskell-data-accessor 0.2.2.7-1

Added:
  haskell-data-accessor/
  haskell-data-accessor/repos/
  haskell-data-accessor/trunk/
  haskell-data-accessor/trunk/PKGBUILD
  haskell-data-accessor/trunk/haskell-data-accessor.install

---+
 PKGBUILD  |   43 
 haskell-data-accessor.install |   18 
 2 files changed, 61 insertions(+)

Added: haskell-data-accessor/trunk/PKGBUILD
===
--- haskell-data-accessor/trunk/PKGBUILD(rev 0)
+++ haskell-data-accessor/trunk/PKGBUILD2016-01-23 17:14:09 UTC (rev 
158699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor
+pkgname=haskell-data-accessor
+pkgver=0.2.2.7
+pkgrel=1
+pkgdesc="Utilities for accessing and manipulating fields of records"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3465227ad5f81059a885d354e2f3c108d550287580e6939e18350fa65e78c2ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplitbase -fcategory
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-data-accessor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-data-accessor/trunk/haskell-data-accessor.install
===
--- haskell-data-accessor/trunk/haskell-data-accessor.install   
(rev 0)
+++ haskell-data-accessor/trunk/haskell-data-accessor.install   2016-01-23 
17:14:09 UTC (rev 158699)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-accessor
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 16:16:50
  Author: mtorromeo
Revision: 158692

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 158691, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 158691, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 158691, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 158691, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 158691, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 158691, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 158691, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  300 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 207 insertions(+), 207 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 15:16:30 UTC (rev 158691)
+++ PKGBUILD2016-01-23 15:16:50 UTC (rev 158692)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.11.0
-pkgrel=2
-
-_thirdparty_commit=5211c1aeaf5dd24ac41149c6b05e24f4a52da23f
-_folly_commit=7ce0da391198be14d4a12a42f918d90ceba63b31
-_mcrouter_commit=cb05bfa78209fb5f49b1af7e04553d8429ae3d7a
-_proxygen_commit=1cc6552541156f94dd47808f3024fbebf1d8fc2c
-_squangle_commit=5efc6ad1a6d5078e836bf9c0b6d58416cc3f234e
-_thrift_commit=814ff42fa8912c97ff20f4fc90536243b8de9d59
-_wangle_commit=30c42a4ae96a0a33aa016a7b7d0ad6414cf9a62a
-_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client' 'unixodbc')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-# Need to remove this to link to system boost and google-glog
-sed -i 's/-D_GLIBCXX_USE_CXX11_ABI=0//' CMake/HPHPCompiler.cmake
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd ../wangle
-rm -rf src
-ln -s "$srcdir"/wangle-$_wangle_commit src
-
-cd ../squangle
-rm -rf src squangle
-ln -s "$srcdir"/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd 

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:15:38
  Author: arodseth
Revision: 158701

upgpkg: gambit-c 4.8.3-1

Modified:
  gambit-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:14:35 UTC (rev 158700)
+++ PKGBUILD2016-01-23 17:15:38 UTC (rev 158701)
@@ -3,7 +3,7 @@
 # Contributor: Christian Babeux 
 
 pkgname=gambit-c
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc='Scheme R5RS interpreter and compiler (via C)'
 arch=('x86_64' 'i686')
@@ -13,14 +13,18 @@
 install="$pkgname.install"
 options=('staticlibs')
 
source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz;)
-sha256sums=('de3354b5a3cd0cca784ae671dc6c955cae4fbb0041d5a8185c09e91bf42b2c86')
+sha256sums=('aeb28918ce7a6b44534326674cc500dd2456ca252ac205234ac817d5bd0fc0c1')
 
 build() {
  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
 
-  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
---enable-gcc-opts --enable-single-host
+  ./configure \
+--prefix=/usr \
+--docdir=/usr/share/doc/gambit-c \
+--infodir=/usr/share/info \
+--libdir=/usr/lib/gambit-c \
+--enable-gcc-opts \
+--enable-single-host
   make
 }
 


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:15:49
  Author: arodseth
Revision: 158702

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

Added:
  gambit-c/repos/community-i686/PKGBUILD
(from rev 158701, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-i686/gambit-c.install
(from rev 158701, gambit-c/trunk/gambit-c.install)
  gambit-c/repos/community-x86_64/PKGBUILD
(from rev 158701, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-x86_64/gambit-c.install
(from rev 158701, gambit-c/trunk/gambit-c.install)
Deleted:
  gambit-c/repos/community-i686/PKGBUILD
  gambit-c/repos/community-i686/gambit-c.install
  gambit-c/repos/community-x86_64/PKGBUILD
  gambit-c/repos/community-x86_64/gambit-c.install

---+
 /PKGBUILD |   80 
 /gambit-c.install |   32 ++
 community-i686/PKGBUILD   |   36 
 community-i686/gambit-c.install   |   16 ---
 community-x86_64/PKGBUILD |   36 
 community-x86_64/gambit-c.install |   16 ---
 6 files changed, 112 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 17:15:38 UTC (rev 158701)
+++ community-i686/PKGBUILD 2016-01-23 17:15:49 UTC (rev 158702)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Christian Babeux 
-
-pkgname=gambit-c
-pkgver=4.8.2
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-install="$pkgname.install"
-options=('staticlibs')
-source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz;)
-sha256sums=('de3354b5a3cd0cca784ae671dc6c955cae4fbb0041d5a8185c09e91bf42b2c86')
-
-build() {
- cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
---enable-gcc-opts --enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
-
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 158701, 
gambit-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:15:49 UTC (rev 158702)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Christian Babeux 
+
+pkgname=gambit-c
+pkgver=4.8.3
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz;)
+sha256sums=('aeb28918ce7a6b44534326674cc500dd2456ca252ac205234ac817d5bd0fc0c1')
+
+build() {
+ cd "${pkgname/-c/-v}${pkgver//./_}-devel"
+
+  ./configure \
+--prefix=/usr \
+--docdir=/usr/share/doc/gambit-c \
+--infodir=/usr/share/info \
+--libdir=/usr/lib/gambit-c \
+--enable-gcc-opts \
+--enable-single-host
+  make
+}
+
+package() {
+  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
+
+  # /usr/bin/gsc conflicts with ghostscript
+  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gambit-c.install
===
--- community-i686/gambit-c.install 2016-01-23 17:15:38 UTC (rev 158701)
+++ community-i686/gambit-c.install 2016-01-23 17:15:49 UTC (rev 158702)
@@ -1,16 +0,0 @@
-_infodir=/usr/share/info
-_iinfoargs="$_infodir/gambit.info.gz $_infodir/dir"
-
-post_install() {
-  install-info $_iinfoargs
-}
-
-post_upgrade() {
-  post_install $@
-}
-
-pre_remove() {
-  install-info --delete $_iinfoargs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/gambit-c.install (from rev 158701, 
gambit-c/trunk/gambit-c.install)
===
--- community-i686/gambit-c.install (rev 0)

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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:28:28
  Author: fyan
Revision: 158708

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

Added:
  pandoc-crossref/repos/community-i686/PKGBUILD
(from rev 158707, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-i686/haskell-pandoc-crossref.install
(from rev 158707, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-x86_64/PKGBUILD
(from rev 158707, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-x86_64/haskell-pandoc-crossref.install
(from rev 158707, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
Deleted:
  pandoc-crossref/repos/community-i686/PKGBUILD
  pandoc-crossref/repos/community-i686/haskell-pandoc-crossref.install
  pandoc-crossref/repos/community-x86_64/PKGBUILD
  pandoc-crossref/repos/community-x86_64/haskell-pandoc-crossref.install

--+
 /PKGBUILD|  108 +
 /haskell-pandoc-crossref.install |   36 +++
 community-i686/PKGBUILD  |   53 --
 community-i686/haskell-pandoc-crossref.install   |   18 ---
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/haskell-pandoc-crossref.install |   18 ---
 6 files changed, 144 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 17:27:58 UTC (rev 158707)
+++ community-i686/PKGBUILD 2016-01-23 17:28:28 UTC (rev 158708)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=pandoc-crossref
-pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.1.6.3
-pkgrel=12
-pkgdesc="Pandoc filter for cross-references"
-url="http://hackage.haskell.org/package/${pkgbase};
-license=("GPL2")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
- "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7ec41e6fa2acf6826889670e7636b209a6833872de3b65034891a402b7bd356b')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_pandoc-crossref() {
-depends=('pandoc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share}
-}
-
-package_haskell-pandoc-crossref() {
-pkgdesc="Pandoc filter for cross-references (docs and libraries)"
-depends=("${makedepends[@]}" 'pandoc-crossref')
-install="haskell-pandoc-crossref.install"
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/bin
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: pandoc-crossref/repos/community-i686/PKGBUILD (from rev 158707, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:28:28 UTC (rev 158708)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.4
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('8d3c5147f67f8bcc8a912a8b0daa8bb5d778c1af92df3cec5e167def276add9f')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"

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

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:27:58
  Author: fyan
Revision: 158707

upgpkg: pandoc-crossref 0.1.6.4-1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:22:09 UTC (rev 158706)
+++ PKGBUILD2016-01-23 17:27:58 UTC (rev 158707)
@@ -4,17 +4,18 @@
 
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.1.6.3
-pkgrel=12
+pkgver=0.1.6.4
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")
 arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
- "haskell-yaml")
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7ec41e6fa2acf6826889670e7636b209a6833872de3b65034891a402b7bd356b')
+sha256sums=('8d3c5147f67f8bcc8a912a8b0daa8bb5d778c1af92df3cec5e167def276add9f')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 16:16:30
  Author: mtorromeo
Revision: 158691

upgpkg: hhvm 3.11.1-1

Updated to 3.11.1

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 14:22:31 UTC (rev 158690)
+++ PKGBUILD2016-01-23 15:16:30 UTC (rev 158691)
@@ -3,8 +3,8 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.11.0
-pkgrel=2
+pkgver=3.11.1
+pkgrel=1
 
 _thirdparty_commit=5211c1aeaf5dd24ac41149c6b05e24f4a52da23f
 _folly_commit=7ce0da391198be14d4a12a42f918d90ceba63b31
@@ -134,7 +134,7 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('b135e23d7e4bb9742d469bfc317374c1fa56ef52a5b972a5f9d409a920df58a4'
+sha256sums=('acd9884788cbef585d07039a57e14b25727905b31f47cab2fd2efabad0755162'
 '11fe0cd67b07a3f5097946a266f55469af95a101c8703a89586d0a44c3dcd7e5'
 '75c65aff273dd01dd0314677bdfb6c9f54b9bb87e37b386f65c4ab77f15bea8f'
 '24dde294820785b609f8ab3c36918bdab1b7e49adc23de7e36abea9e76f7b6d0'


[arch-commits] Commit in haskell-data-accessor/repos (6 files)

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:14:35
  Author: fyan
Revision: 158700

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

Added:
  haskell-data-accessor/repos/community-i686/
  haskell-data-accessor/repos/community-i686/PKGBUILD
(from rev 158699, haskell-data-accessor/trunk/PKGBUILD)
  haskell-data-accessor/repos/community-i686/haskell-data-accessor.install
(from rev 158699, haskell-data-accessor/trunk/haskell-data-accessor.install)
  haskell-data-accessor/repos/community-x86_64/
  haskell-data-accessor/repos/community-x86_64/PKGBUILD
(from rev 158699, haskell-data-accessor/trunk/PKGBUILD)
  haskell-data-accessor/repos/community-x86_64/haskell-data-accessor.install
(from rev 158699, haskell-data-accessor/trunk/haskell-data-accessor.install)

+
 community-i686/PKGBUILD|   43 +++
 community-i686/haskell-data-accessor.install   |   18 +
 community-x86_64/PKGBUILD  |   43 +++
 community-x86_64/haskell-data-accessor.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-data-accessor/repos/community-i686/PKGBUILD (from rev 158699, 
haskell-data-accessor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:14:35 UTC (rev 158700)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor
+pkgname=haskell-data-accessor
+pkgver=0.2.2.7
+pkgrel=1
+pkgdesc="Utilities for accessing and manipulating fields of records"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3465227ad5f81059a885d354e2f3c108d550287580e6939e18350fa65e78c2ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplitbase -fcategory
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-data-accessor/repos/community-i686/haskell-data-accessor.install (from 
rev 158699, haskell-data-accessor/trunk/haskell-data-accessor.install)
===
--- community-i686/haskell-data-accessor.install
(rev 0)
+++ community-i686/haskell-data-accessor.install2016-01-23 17:14:35 UTC 
(rev 158700)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-accessor
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-accessor/repos/community-x86_64/PKGBUILD (from rev 158699, 
haskell-data-accessor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-23 17:14:35 UTC (rev 158700)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor
+pkgname=haskell-data-accessor
+pkgver=0.2.2.7
+pkgrel=1
+pkgdesc="Utilities for accessing and manipulating fields of records"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:30:35
  Author: arodseth
Revision: 158710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 17:30:28 UTC (rev 158709)
+++ PKGBUILD2016-01-23 17:30:35 UTC (rev 158710)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.17.0
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-#makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('20620fda90c49749fa7852008ae5edc63ad5d81f69c9310b89db2df71e1f50ff')
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 158709, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 17:30:35 UTC (rev 158710)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.18.0
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+#makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
+sha256sums=('ca3881a578647d1ecbbf67b1ea884f985624c45be0de52b62880a4d6cc39ab7d')
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:30:28
  Author: arodseth
Revision: 158709

upgpkg: nuitka 0.5.18.0-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:28:28 UTC (rev 158708)
+++ PKGBUILD2016-01-23 17:30:28 UTC (rev 158709)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.17.0
+pkgver=0.5.18.0
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('20620fda90c49749fa7852008ae5edc63ad5d81f69c9310b89db2df71e1f50ff')
+sha256sums=('ca3881a578647d1ecbbf67b1ea884f985624c45be0de52b62880a4d6cc39ab7d')
 
 package() {
   cd "Nuitka-${pkgver%.0}"


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

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 16:53:03
  Author: mtorromeo
Revision: 158695

upgpkg: sysdig 0.7.0-1

Updated to 0.7.0

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 15:42:27 UTC (rev 158694)
+++ PKGBUILD2016-01-23 15:53:03 UTC (rev 158695)
@@ -4,8 +4,8 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/;
@@ -13,7 +13,7 @@
 depends=('dkms' 'jsoncpp' 'luajit' 'curl')
 makedepends=('cmake')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c')
+sha256sums=('a228856a0bd724333033460bb0f6058d44a31c1ea4fbe675a5878952ef110321')
 install=$pkgname.install
 
 prepare() {


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

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 17:40:06
  Author: mtorromeo
Revision: 158697

upgpkg: python-ujson 1.35-1

Modified:
  python-ujson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 15:53:22 UTC (rev 158696)
+++ PKGBUILD2016-01-23 16:40:06 UTC (rev 158697)
@@ -4,7 +4,7 @@
 pkgbase=python-ujson
 pkgname=('python-ujson' 'python2-ujson')
 _pkgname=ultrajson
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc="Ultra fast JSON encoder and decoder for Python"
 url="https://github.com/esnme/ultrajson;
@@ -11,54 +11,56 @@
 arch=('i686' 'x86_64')
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/esnme/ultrajson/archive/v${pkgver}.tar.gz)
-sha512sums=('fce4c9d8d84ac84a35ed762f120c6e8ce8c2b0d29831c3d2a7e79c72b59279441b95e35831b149c501d00d738f0b9864f720da689e5da840a064c8c0b437006e')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/esnme/ultrajson/archive/v$pkgver.tar.gz)
+sha256sums=('1e7761583065873bed8466a3692fa5539d4f15bebc7af1c8fcc63d322a46804f')
 
 prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  2to3 -w ${_pkgname}-${pkgver}-py2/tests/tests.py
+  cp -ra "$srcdir"/$_pkgname-$pkgver{,-py2}
+  2to3 -w "$srcdir"/$_pkgname-$pkgver-py2/tests/tests.py
 }
 
 build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
+  cd "$srcdir"/$_pkgname-$pkgver
+  mkdir ../buildpy3
+  python setup.py build -b ../buildpy3
+
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  mkdir ../buildpy2
+  python2 setup.py build -b ../buildpy2
 }
 
 check() {
-  (cd ${_pkgname}-${pkgver}
-# TODO: tests are currently broken
-#local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-#PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  #python tests/tests.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-# TODO: tests are currently broken
-#local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-#PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  #python2 tests/tests.py
-  )
+  cd "$srcdir"/$_pkgname-$pkgver
+  # TODO: tests are currently broken
+  #local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  #PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+#python tests/tests.py
+
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  # TODO: tests are currently broken
+  #local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  #PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+#python2 tests/tests.py
 }
 
 package_python-ujson() {
   depends=('python')
 
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cd "$srcdir"/$_pkgname-$pkgver
+  rm -rf build; ln -s ../buildpy3 build
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README.rst "$pkgdir/usr/share/doc/$pkgname/README"
 }
 
 package_python2-ujson() {
   depends=('python2')
 
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  rm -rf build; ln -s ../buildpy2 build
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README.rst "$pkgdir/usr/share/doc/$pkgname/README"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-01-23 Thread Massimiliano Torromeo
Date: Saturday, January 23, 2016 @ 17:40:34
  Author: mtorromeo
Revision: 158698

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 16:40:06 UTC (rev 158697)
+++ community-i686/PKGBUILD 2016-01-23 16:40:34 UTC (rev 158698)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-ujson
-pkgname=('python-ujson' 'python2-ujson')
-_pkgname=ultrajson
-pkgver=1.34
-pkgrel=1
-pkgdesc="Ultra fast JSON encoder and decoder for Python"
-url="https://github.com/esnme/ultrajson;
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/esnme/ultrajson/archive/v${pkgver}.tar.gz)
-sha512sums=('fce4c9d8d84ac84a35ed762f120c6e8ce8c2b0d29831c3d2a7e79c72b59279441b95e35831b149c501d00d738f0b9864f720da689e5da840a064c8c0b437006e')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  2to3 -w ${_pkgname}-${pkgver}-py2/tests/tests.py
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-# TODO: tests are currently broken
-#local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-#PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  #python tests/tests.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-# TODO: tests are currently broken
-#local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-#PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  #python2 tests/tests.py
-  )
-}
-
-package_python-ujson() {
-  depends=('python')
-
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-package_python2-ujson() {
-  depends=('python2')
-
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-ujson/repos/community-i686/PKGBUILD (from rev 158697, 
python-ujson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 16:40:34 UTC (rev 158698)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-ujson
+pkgname=('python-ujson' 'python2-ujson')
+_pkgname=ultrajson
+pkgver=1.35
+pkgrel=1
+pkgdesc="Ultra fast JSON encoder and decoder for Python"
+url="https://github.com/esnme/ultrajson;
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/esnme/ultrajson/archive/v$pkgver.tar.gz)
+sha256sums=('1e7761583065873bed8466a3692fa5539d4f15bebc7af1c8fcc63d322a46804f')
+
+prepare() {
+  cp -ra "$srcdir"/$_pkgname-$pkgver{,-py2}
+  2to3 -w "$srcdir"/$_pkgname-$pkgver-py2/tests/tests.py
+}
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  mkdir ../buildpy3
+  python setup.py build -b ../buildpy3
+
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  mkdir ../buildpy2
+  python2 setup.py build -b ../buildpy2
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  # TODO: tests are currently broken
+  #local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  #PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+#python tests/tests.py
+
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  # TODO: tests are currently broken
+  #local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  #PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+#python2 tests/tests.py
+}
+

[arch-commits] Commit in haskell-data-accessor-transformers/repos (6 files)

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:18:07
  Author: fyan
Revision: 158704

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

Added:
  haskell-data-accessor-transformers/repos/community-i686/
  haskell-data-accessor-transformers/repos/community-i686/PKGBUILD
(from rev 158703, haskell-data-accessor-transformers/trunk/PKGBUILD)
  
haskell-data-accessor-transformers/repos/community-i686/haskell-data-accessor-transformers.install
(from rev 158703, 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install)
  haskell-data-accessor-transformers/repos/community-x86_64/
  haskell-data-accessor-transformers/repos/community-x86_64/PKGBUILD
(from rev 158703, haskell-data-accessor-transformers/trunk/PKGBUILD)
  
haskell-data-accessor-transformers/repos/community-x86_64/haskell-data-accessor-transformers.install
(from rev 158703, 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-data-accessor-transformers.install   |   18 
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-data-accessor-transformers.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-data-accessor-transformers/repos/community-i686/PKGBUILD (from 
rev 158703, haskell-data-accessor-transformers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:18:07 UTC (rev 158704)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-transformers
+pkgname=haskell-data-accessor-transformers
+pkgver=0.2.1.7
+pkgrel=1
+pkgdesc="Use Accessor to access state in transformers State monad"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-accessor")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('20c8823dc16c7ca6f55c64eb5564c9aae4b5565406987a046ded2ea73618e07a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-data-accessor-transformers/repos/community-i686/haskell-data-accessor-transformers.install
 (from rev 158703, 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install)
===
--- community-i686/haskell-data-accessor-transformers.install   
(rev 0)
+++ community-i686/haskell-data-accessor-transformers.install   2016-01-23 
17:18:07 UTC (rev 158704)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-accessor-transformers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-accessor-transformers/repos/community-x86_64/PKGBUILD 
(from rev 158703, haskell-data-accessor-transformers/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-23 17:18:07 UTC (rev 158704)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in (5 files)

2016-01-23 Thread Felix Yan
Date: Saturday, January 23, 2016 @ 18:17:40
  Author: fyan
Revision: 158703

addpkg: haskell-data-accessor-transformers 0.2.1.7-1

Added:
  haskell-data-accessor-transformers/
  haskell-data-accessor-transformers/repos/
  haskell-data-accessor-transformers/trunk/
  haskell-data-accessor-transformers/trunk/PKGBUILD
  
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install

+
 PKGBUILD   |   42 +++
 haskell-data-accessor-transformers.install |   18 +++
 2 files changed, 60 insertions(+)

Added: haskell-data-accessor-transformers/trunk/PKGBUILD
===
--- haskell-data-accessor-transformers/trunk/PKGBUILD   
(rev 0)
+++ haskell-data-accessor-transformers/trunk/PKGBUILD   2016-01-23 17:17:40 UTC 
(rev 158703)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-transformers
+pkgname=haskell-data-accessor-transformers
+pkgver=0.2.1.7
+pkgrel=1
+pkgdesc="Use Accessor to access state in transformers State monad"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-accessor")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('20c8823dc16c7ca6f55c64eb5564c9aae4b5565406987a046ded2ea73618e07a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-data-accessor-transformers/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install
===
--- 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install
 (rev 0)
+++ 
haskell-data-accessor-transformers/trunk/haskell-data-accessor-transformers.install
 2016-01-23 17:17:40 UTC (rev 158703)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-accessor-transformers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-01-23 Thread Kyle Keen
Date: Saturday, January 23, 2016 @ 18:32:02
  Author: kkeen
Revision: 158711

upgpkg: python-pyzmq 15.2.0-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:30:35 UTC (rev 158710)
+++ PKGBUILD2016-01-23 17:32:02 UTC (rev 158711)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
-pkgver=15.1.0
+pkgver=15.2.0
 pkgrel=1
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 checkdepends=(python-nose python2-nose python-tornado python2-tornado)
 #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
 source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('f194609c96b6cf990627334d7fce19e8')
+md5sums=('9722046c27475441d47ac17a98c665bb')
 
 prepare() {
   cd "$srcdir"
@@ -43,8 +43,14 @@
   python3 setup.py install --root="$pkgdir" --optimize=0
 }
 
-check()
-{
+check() {
+  # 15.2.0 - 32 bit platform fails test_large_send with OverflowError
+  # https://github.com/zeromq/pyzmq/issues/799
+  if [[ $CARCH != "x86_64" ]]; then
+sed -i 's/buf = .*$/return/' 
"$srcdir/pyzmq-$pkgver/zmq/tests/test_socket.py"
+sed -i 's/buf = .*$/return/' 
"$srcdir/py2zmq-$pkgver/zmq/tests/test_socket.py"
+  fi
+
   cd "$srcdir/pyzmq-$pkgver"
   python3 setup.py build_ext --inplace
   python3 setup.py test


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

2016-01-23 Thread Dan McGee
Date: Saturday, January 23, 2016 @ 18:26:07
  Author: dan
Revision: 258524

upgpkg: python-virtualenv 14.0.1-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 16:30:35 UTC (rev 258523)
+++ PKGBUILD2016-01-23 17:26:07 UTC (rev 258524)
@@ -3,8 +3,8 @@
 # Contributor: Daniele Paolella 
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=13.1.2
-pkgrel=2
+pkgver=14.0.1
+pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
 arch=('any')
@@ -13,8 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('b989598f068d64b32dead530eb25589a')
-sha256sums=('aabc8ef18cddbd8a2a9c7f92bc43e2fea54b1147330d65db920ef3ce9812e3dc')
+md5sums=('687b2c8ff325c97c37c365f68b0ae975')
+sha256sums=('715aa5ff9c055ed5c864accdbab6a75331b2040d5666ec8707c48559c7ea3b88')
 
 package_python-virtualenv() {
   depends=('python')


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

2016-01-23 Thread Dan McGee
Date: Saturday, January 23, 2016 @ 18:26:15
  Author: dan
Revision: 258525

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 17:26:07 UTC (rev 258524)
+++ PKGBUILD2016-01-23 17:26:15 UTC (rev 258525)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=13.1.2
-pkgrel=2
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('b989598f068d64b32dead530eb25589a')
-sha256sums=('aabc8ef18cddbd8a2a9c7f92bc43e2fea54b1147330d65db920ef3ce9812e3dc')
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd "$srcdir/virtualenv-$pkgver"
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd "$srcdir/virtualenv-$pkgver"
-
-  # should report this upstream as still not fixed...
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
-
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 258524, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 17:26:15 UTC (rev 258525)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=14.0.1
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+md5sums=('687b2c8ff325c97c37c365f68b0ae975')
+sha256sums=('715aa5ff9c055ed5c864accdbab6a75331b2040d5666ec8707c48559c7ea3b88')
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd "$srcdir/virtualenv-$pkgver"
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # link to a version with 3 suffix as well
+  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd "$srcdir/virtualenv-$pkgver"
+
+  # should report this upstream as still not fixed...
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # move this "old" version out of the way
+  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-01-23 Thread Dan McGee
Date: Saturday, January 23, 2016 @ 18:26:38
  Author: dan
Revision: 258526

upgpkg: python-pip 8.0.2-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:26:15 UTC (rev 258525)
+++ PKGBUILD2016-01-23 17:26:38 UTC (rev 258526)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet 
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=7.1.2
-pkgrel=2
+pkgver=8.0.2
+pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/;
 arch=('any')
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('3823d2343d9f3aaab21cf9c917710196')
-sha256sums=('ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477')
+md5sums=('3a73c4188f8dbad6a1e6f6d44d117eeb')
+sha256sums=('46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')


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

2016-01-23 Thread Dan McGee
Date: Saturday, January 23, 2016 @ 18:26:45
  Author: dan
Revision: 258527

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-23 17:26:38 UTC (rev 258526)
+++ PKGBUILD2016-01-23 17:26:45 UTC (rev 258527)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Sebastien Binet 
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=7.1.2
-pkgrel=2
-pkgdesc="The PyPA recommended tool for installing Python packages"
-url="https://pip.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('3823d2343d9f3aaab21cf9c917710196')
-sha256sums=('ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir/pip-$pkgver"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd "$srcdir/pip-$pkgver"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  
-  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 258526, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-23 17:26:45 UTC (rev 258527)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=8.0.2
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('3a73c4188f8dbad6a1e6f6d44d117eeb')
+sha256sums=('46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd "$srcdir/pip-$pkgver"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd "$srcdir/pip-$pkgver"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-01-23 Thread Kyle Keen
Date: Saturday, January 23, 2016 @ 18:39:59
  Author: kkeen
Revision: 158712

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

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

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   55 ---
 community-x86_64/PKGBUILD |   55 ---
 3 files changed, 122 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 17:32:02 UTC (rev 158711)
+++ community-i686/PKGBUILD 2016-01-23 17:39:59 UTC (rev 158712)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=15.1.0
-pkgrel=1
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=(i686 x86_64)
-url="http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 zeromq)
-checkdepends=(python-nose python2-nose python-tornado python2-tornado)
-#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('f194609c96b6cf990627334d7fce19e8')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-}
-
-build() {
-  cd "$srcdir/pyzmq-$pkgver"
-  # py3 errors added in 2.2.0.1 
-  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
-  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
-  cd "$srcdir/py2zmq-$pkgver"
-  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
-}
-
-package_python2-pyzmq() {
-  pkgdesc="Python2 bindings for zeromq, written in Cython"
-  depends=(zeromq python2)
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python-pyzmq() {
-  pkgdesc="Python3 bindings for zeromq, written in Cython"
-  depends=(zeromq python)
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check()
-{
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}
-

Copied: python-pyzmq/repos/community-i686/PKGBUILD (from rev 158711, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:39:59 UTC (rev 158712)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=15.2.0
+pkgrel=1
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+checkdepends=(python-nose python2-nose python-tornado python2-tornado)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('9722046c27475441d47ac17a98c665bb')
+
+prepare() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+}
+
+build() {
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  # 15.2.0 - 32 bit platform fails test_large_send with OverflowError
+  # https://github.com/zeromq/pyzmq/issues/799
+  if [[ $CARCH != "x86_64" ]]; then
+sed -i 's/buf = .*$/return/' 
"$srcdir/pyzmq-$pkgver/zmq/tests/test_socket.py"
+sed -i 's/buf = .*$/return/' 
"$srcdir/py2zmq-$pkgver/zmq/tests/test_socket.py"
+  fi
+
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+

Deleted: community-x86_64/PKGBUILD

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

2016-01-23 Thread Jaroslav Lichtblau
Date: Saturday, January 23, 2016 @ 16:42:27
  Author: jlichtblau
Revision: 158694

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

Added:
  gdal/repos/community-testing-i686/
  gdal/repos/community-testing-i686/PKGBUILD
(from rev 158693, gdal/trunk/PKGBUILD)
  gdal/repos/community-testing-i686/gdal-python-install.patch
(from rev 158693, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-testing-i686/gdal.changelog
(from rev 158693, gdal/trunk/gdal.changelog)
  gdal/repos/community-testing-x86_64/
  gdal/repos/community-testing-x86_64/PKGBUILD
(from rev 158693, gdal/trunk/PKGBUILD)
  gdal/repos/community-testing-x86_64/gdal-python-install.patch
(from rev 158693, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-testing-x86_64/gdal.changelog
(from rev 158693, gdal/trunk/gdal.changelog)

+
 community-testing-i686/PKGBUILD|   79 +++
 community-testing-i686/gdal-python-install.patch   |   10 ++
 community-testing-i686/gdal.changelog  |   61 ++
 community-testing-x86_64/PKGBUILD  |   79 +++
 community-testing-x86_64/gdal-python-install.patch |   10 ++
 community-testing-x86_64/gdal.changelog|   61 ++
 6 files changed, 300 insertions(+)

Copied: gdal/repos/community-testing-i686/PKGBUILD (from rev 158693, 
gdal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-01-23 15:42:27 UTC (rev 158694)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.0.1
+pkgrel=7
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-python-install.patch)
+sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab'
+'823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/gdal-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks
+  rm -f "${pkgdir}"/usr/bin/*.dox
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+#FS#46581 no better way found yet
+  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+  rm -rf "${pkgdir}"/usr/man
+
+# Remove RPATH
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-testing-i686/gdal-python-install.patch (from rev 
158693, gdal/trunk/gdal-python-install.patch)
===
--- 

[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)

2016-01-23 Thread Jaroslav Lichtblau
Date: Saturday, January 23, 2016 @ 16:42:09
  Author: jlichtblau
Revision: 158693

upgpkg: gdal 2.0.1-7 - postresql-libs 9.5 rebuild

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

+
 PKGBUILD   |   10 +-
 gdal.changelog |5 +
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 15:16:50 UTC (rev 158692)
+++ PKGBUILD2016-01-23 15:42:09 UTC (rev 158693)
@@ -5,13 +5,13 @@
 
 pkgname=gdal
 pkgver=2.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/;
 license=('custom')
 depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
- 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
 makedepends=('perl' 'swig' 'chrpath' 'doxygen')
 optdepends=('postgresql: postgresql database support'
 'mariadb: mariadb database support'
@@ -44,9 +44,9 @@
 # bug #23654
   export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
 
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --with-curl 
--with-hdf5 \
-  --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
 
 # workaround for bug #13646
   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt

Modified: gdal.changelog
===
--- gdal.changelog  2016-01-23 15:16:50 UTC (rev 158692)
+++ gdal.changelog  2016-01-23 15:42:09 UTC (rev 158693)
@@ -1,3 +1,8 @@
+2016-01-23 Jaroslav Lichtblau 
+   * gdal 2.0.0-7
+   * postgresql-libs 9.5 rebuild
+   * openjpeg2 added as dependency
+
 2015-10-06 Jaroslav Lichtblau 
* gdal 2.0.1-2 FS#46581 fix
 


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:22:09
  Author: arodseth
Revision: 158706

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

Added:
  tint2/repos/community-i686/PKGBUILD
(from rev 158705, tint2/trunk/PKGBUILD)
  tint2/repos/community-i686/zombie-fix.patch
(from rev 158705, tint2/trunk/zombie-fix.patch)
  tint2/repos/community-x86_64/PKGBUILD
(from rev 158705, tint2/trunk/PKGBUILD)
  tint2/repos/community-x86_64/zombie-fix.patch
(from rev 158705, tint2/trunk/zombie-fix.patch)
Deleted:
  tint2/repos/community-i686/PKGBUILD
  tint2/repos/community-i686/zombie-fix.patch
  tint2/repos/community-x86_64/PKGBUILD
  tint2/repos/community-x86_64/zombie-fix.patch

---+
 /PKGBUILD |   86 
 /zombie-fix.patch |   66 +++
 community-i686/PKGBUILD   |   48 
 community-i686/zombie-fix.patch   |   33 -
 community-x86_64/PKGBUILD |   48 
 community-x86_64/zombie-fix.patch |   33 -
 6 files changed, 152 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 17:21:58 UTC (rev 158705)
+++ community-i686/PKGBUILD 2016-01-23 17:22:09 UTC (rev 158706)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
-
-pkgname=tint2
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-conflicts=('ttm-svn')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
-'zombie-fix.patch')
-sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
-'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  cd "$pkgname"
-
-  # Applying all available patches
-  for f in ../*.patch; do
-echo -e "--- ${f##*/} ---"
-patch -Np1 -i $f && echo "${f##*/} OK!" || echo "${f##*/} FAILED!"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  # Generating Ninja project files
-  mkdir -p build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-
-  # Compiling
-  ninja 
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 158705, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 17:22:09 UTC (rev 158706)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
+
+pkgname=tint2
+pkgver=0.12.4
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+conflicts=('ttm-svn')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja')
+source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
+'zombie-fix.patch')
+sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06'
+'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
+
+prepare() {
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  cd "$pkgname"
+  patch -Np1 -i ../zombie-fix.patch \
+&& echo "${f##*/} OK!" \
+|| echo "${f##*/} FAILED!"
+}
+
+build() {
+  cd "$pkgname"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/zombie-fix.patch
===
--- community-i686/zombie-fix.patch 2016-01-23 17:21:58 UTC (rev 158705)
+++ community-i686/zombie-fix.patch 2016-01-23 17:22:09 UTC (rev 158706)
@@ -1,33 +0,0 @@
-http://code.google.com/p/tint2/issues/detail?id=430
-Submitted By: David B. Cortarello (Nomius) 
-Date: 18-05-2013
-Initial Package Version: subversion trunk (revision 652)
-Description: Fix zombie (defunct) processes created in clock_action.
-This patch provides the following bugfixes:
-   * This patch uses waitpid with 

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:21:58
  Author: arodseth
Revision: 158705

upgpkg: tint2 0.12.4-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:18:07 UTC (rev 158704)
+++ PKGBUILD2016-01-23 17:21:58 UTC (rev 158705)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann< stefan-husm...@t-online.de>
 
 pkgname=tint2
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -16,29 +16,24 @@
 makedepends=('cmake' 'startup-notification' 'git' 'ninja')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
 'zombie-fix.patch')
-sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
+sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06'
 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
   cd "$pkgname"
-
-  # Applying all available patches
-  for f in ../*.patch; do
-echo -e "--- ${f##*/} ---"
-patch -Np1 -i $f && echo "${f##*/} OK!" || echo "${f##*/} FAILED!"
-  done
+  patch -Np1 -i ../zombie-fix.patch \
+&& echo "${f##*/} OK!" \
+|| echo "${f##*/} FAILED!"
 }
 
 build() {
   cd "$pkgname"
 
-  # Generating Ninja project files
-  mkdir -p build && cd build
+  mkdir -p build
+  cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-
-  # Compiling
-  ninja 
+  ninja
 }
 
 package() {


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

2016-01-23 Thread Antonio Rojas
Date: Saturday, January 23, 2016 @ 21:40:05
  Author: arojas
Revision: 258530

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

Added:
  ffmpegthumbnailer/repos/testing-i686/
  ffmpegthumbnailer/repos/testing-i686/PKGBUILD
(from rev 258529, ffmpegthumbnailer/trunk/PKGBUILD)
  ffmpegthumbnailer/repos/testing-x86_64/
  ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD
(from rev 258529, ffmpegthumbnailer/trunk/PKGBUILD)

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

Copied: ffmpegthumbnailer/repos/testing-i686/PKGBUILD (from rev 258529, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-23 20:40:05 UTC (rev 258530)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="https://github.com/dirkvdb/ffmpegthumbnailer;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+makedepends=('cmake')
+optdepends=('gvfs: support for gio uris')
+source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('5fe86d26b1d5baddc5b75c5015b8d1a1a3719285')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/locale.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir -p build
+  cd build
+  cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DENABLE_GIO=ON \
+   -DENABLE_THUMBNAILER=ON
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD (from rev 258529, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-23 20:40:05 UTC (rev 258530)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="https://github.com/dirkvdb/ffmpegthumbnailer;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+makedepends=('cmake')
+optdepends=('gvfs: support for gio uris')
+source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('5fe86d26b1d5baddc5b75c5015b8d1a1a3719285')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/locale.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir -p build
+  cd build
+  cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DENABLE_GIO=ON \
+   -DENABLE_THUMBNAILER=ON
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in ffmpegthumbnailer/trunk (PKGBUILD locale.patch)

2016-01-23 Thread Antonio Rojas
Date: Saturday, January 23, 2016 @ 21:39:33
  Author: arojas
Revision: 258529

Update to 2.1.0

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD
Deleted:
  ffmpegthumbnailer/trunk/locale.patch

--+
 PKGBUILD |2 +-
 locale.patch |   46 --
 2 files changed, 1 insertion(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 20:36:13 UTC (rev 258528)
+++ PKGBUILD2016-01-23 20:39:33 UTC (rev 258529)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.1.0
-pkgrel=3
+pkgrel=1
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="https://github.com/dirkvdb/ffmpegthumbnailer;
 license=('GPL2')

Deleted: locale.patch
===
--- locale.patch2016-01-23 20:36:13 UTC (rev 258528)
+++ locale.patch2016-01-23 20:39:33 UTC (rev 258529)
@@ -1,46 +0,0 @@
-From 718f1b1147fe7e9138e2d503ed151e589d643772 Mon Sep 17 00:00:00 2001
-From: Dirk Vanden Boer 
-Date: Sat, 18 Jul 2015 10:24:28 +0200
-Subject: [PATCH] Set locale to the user specified locale
-

- main.cpp| 5 ++---
- test/testrunner.cpp | 7 ++-
- 2 files changed, 4 insertions(+), 8 deletions(-)
-
-diff --git a/main.cpp b/main.cpp
-index 6cb6c55..7cb7089 100644
 a/main.cpp
-+++ b/main.cpp
-@@ -54,10 +54,9 @@ int main(int argc, char** argv)
- string  outputFile;
- string  imageFormat;
- 
--if (!setlocale(LC_CTYPE, "en_US.UTF-8"))
-+if (!std::setlocale(LC_CTYPE, ""))
- {
--std::cerr << "Locale not specified. Check LANG, LC_CTYPE, LC_ALL" << 
std::endl;
--return 1;
-+std::cerr << "Failed to set locale" << std::endl;
- }
- 
- while ((option = getopt (argc, argv, "i:o:s:t:q:c:afwhvp")) != -1)
-diff --git a/unittest/testrunner.cpp b/unittest/testrunner.cpp
-index 7023d25..20a4903 100644
 a/unittest/testrunner.cpp
-+++ b/unittest/testrunner.cpp
-@@ -4,12 +4,9 @@
- #include 
- 
- int main(int argc, char **argv) {
--std::cout << "Running ffmpegthumbnailer tests" << std::endl;
--
--if (!setlocale(LC_CTYPE, "en_US.UTF-8"))
-+if (!std::setlocale(LC_CTYPE, ""))
- {
--std::cerr << "Locale not specified. Check LANG, LC_CTYPE, LC_ALL" << 
std::endl;
--return 1;
-+std::cerr << "Failed to set locale" << std::endl;
- }
- 
- testing::InitGoogleTest(, argv);


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 23:36:23
  Author: arodseth
Revision: 158716

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 158715, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/acme.desktop
(from rev 158715, plan9port/trunk/acme.desktop)
  plan9port/repos/community-i686/acme.png
(from rev 158715, plan9port/trunk/acme.png)
  plan9port/repos/community-i686/acme.sh
(from rev 158715, plan9port/trunk/acme.sh)
  plan9port/repos/community-i686/plan9.install
(from rev 158715, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 158715, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 158715, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/acme.desktop
(from rev 158715, plan9port/trunk/acme.desktop)
  plan9port/repos/community-x86_64/acme.png
(from rev 158715, plan9port/trunk/acme.png)
  plan9port/repos/community-x86_64/acme.sh
(from rev 158715, plan9port/trunk/acme.sh)
  plan9port/repos/community-x86_64/plan9.install
(from rev 158715, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 158715, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/acme.desktop
  plan9port/repos/community-i686/acme.png
  plan9port/repos/community-i686/acme.sh
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/acme.desktop
  plan9port/repos/community-x86_64/acme.png
  plan9port/repos/community-x86_64/acme.sh
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  202 +++
 /acme.desktop  |   22 
 /acme.sh   |6 +
 /plan9.install |   16 +++
 /plan9.sh  |4 
 community-i686/PKGBUILD|   98 --
 community-i686/acme.desktop|   11 --
 community-i686/acme.sh |3 
 community-i686/plan9.install   |8 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   98 --
 community-x86_64/acme.desktop  |   11 --
 community-x86_64/acme.sh   |3 
 community-x86_64/plan9.install |8 -
 community-x86_64/plan9.sh  |2 
 15 files changed, 250 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 22:36:03 UTC (rev 158715)
+++ community-i686/PKGBUILD 2016-01-23 22:36:23 UTC (rev 158716)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: phrakture 
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon 
-
-pkgname=plan9port
-pkgver=20150629
-pkgrel=1
-pkgdesc='Ports of applications from Plan 9'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-makedepends=('gendesk' 'git')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=("git://github.com/9fans/plan9port.git#commit=71de840f054e52a8a077b2333edc1f4243480359"
-'plan9.sh' 'acme.png' 'acme.desktop' 'acme.sh')
-sha256sums=('SKIP'
-'60df44d57b06962f6860ee501a947d165ab8ccd01dd01ba47c82bc729d2ed6d7'
-'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
-'57fdddb70ba969ff4aa2f6c5b68dec02abe937a69044fe6726e1900d5ffe'
-'9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
-
-
-prepare() {
-  # Generate a desktop shortcut for the Acme editor
-  gendesk -f --pkgname acme --name Acme --genericname Editor \
---comment 'Editor from Plan9' --categories 
'Application;Development;TextEditor'
-
-  # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
-  grep -rl _BSD_SOURCE "$pkgname" | xargs sed -i 
s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
-}
-
-package() {
-  cd "$pkgname"
-
-  # Try the gentoo way for fixing hardcoded paths
-  PLAN9=/usr/lib/plan9
-  grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
"s!/usr/local/plan9!${PLAN9}!g"
-
-  d=usr/lib
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  install -d "$pkgdir/$d"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "$srcdir/$pkgname" "$pkgdir/$d/plan9"
-  cd "$pkgdir/$d/plan9"
-  ./INSTALL -c -r "$pkgdir/$d/plan9"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure 

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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 23:36:03
  Author: arodseth
Revision: 158715

upgpkg: plan9port 20150629-2

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 20:44:17 UTC (rev 158714)
+++ PKGBUILD2016-01-23 22:36:03 UTC (rev 158715)
@@ -6,7 +6,7 @@
 
 pkgname=plan9port
 pkgver=20150629
-pkgrel=1
+pkgrel=2
 pkgdesc='Ports of applications from Plan 9'
 arch=('x86_64' 'i686')
 url='http://swtch.com/plan9port/'
@@ -93,6 +93,9 @@
   #export PATH="$PLAN9/bin:/usr/bin"
   #cd "$pkgdir/usr/lib/plan9/dist"
   #9 mk man
+
+  # Remove git repository
+  rm -rf "$pkgdir/usr/lib/plan9/.git"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-01-23 Thread Antonio Rojas
Date: Saturday, January 23, 2016 @ 21:36:13
  Author: arojas
Revision: 258528

Update to 2.1.0

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:26:45 UTC (rev 258527)
+++ PKGBUILD2016-01-23 20:36:13 UTC (rev 258528)
@@ -3,7 +3,7 @@
 # Contributor: boro...@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.0.10
+pkgver=2.1.0
 pkgrel=3
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="https://github.com/dirkvdb/ffmpegthumbnailer;
@@ -10,11 +10,10 @@
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
+makedepends=('cmake')
 optdepends=('gvfs: support for gio uris')
-source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;
-"locale.patch")
-sha1sums=('c947cb175dfc6b414046b2ffc7008246fa101f4f'
-  '569d262435cd5ebc4515e2389df048e3630af034')
+source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz;)
+sha1sums=('5fe86d26b1d5baddc5b75c5015b8d1a1a3719285')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,12 +22,18 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+  mkdir -p build
+  cd build
+  cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DENABLE_GIO=ON \
+   -DENABLE_THUMBNAILER=ON
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
   make DESTDIR="${pkgdir}" install
 }


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

2016-01-23 Thread Antonio Rojas
Date: Saturday, January 23, 2016 @ 21:44:17
  Author: arojas
Revision: 158714

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

Added:
  spacefm/repos/community-i686/PKGBUILD
(from rev 158713, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
(from rev 158713, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-i686/spacefm.install
(from rev 158713, spacefm/trunk/spacefm.install)
  spacefm/repos/community-x86_64/PKGBUILD
(from rev 158713, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
(from rev 158713, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-x86_64/spacefm.install
(from rev 158713, spacefm/trunk/spacefm.install)
Deleted:
  spacefm/repos/community-i686/PKGBUILD
  spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
  spacefm/repos/community-i686/spacefm.install
  spacefm/repos/community-x86_64/PKGBUILD
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
  spacefm/repos/community-x86_64/spacefm.install

+
 /PKGBUILD  |   68 +++
 /spacefm-0.9.4-glib-2.41.patch |   50 
 /spacefm.install   |   28 +
 community-i686/PKGBUILD|   34 ---
 community-i686/spacefm-0.9.4-glib-2.41.patch   |   25 
 community-i686/spacefm.install |   14 
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/spacefm-0.9.4-glib-2.41.patch |   25 
 community-x86_64/spacefm.install   |   14 
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 20:43:42 UTC (rev 158713)
+++ community-i686/PKGBUILD 2016-01-23 20:44:17 UTC (rev 158714)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat 
-
-pkgname=spacefm
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'desktop-file-utils' 'startup-notification' 
'ffmpegthumbnailer')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks2: mount as non-root user')
-source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('a51a8fab15483ef05a093841783a53f3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-pixmaps
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 158713, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 20:44:17 UTC (rev 158714)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat 
+
+pkgname=spacefm
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk3' 'desktop-file-utils' 'startup-notification' 
'ffmpegthumbnailer')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks2: mount as non-root user')
+source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('634763f4d3886a00088e06a4295982b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/spacefm-0.9.4-glib-2.41.patch
===
--- community-i686/spacefm-0.9.4-glib-2.41.patch2016-01-23 20:43:42 UTC 
(rev 158713)
+++ community-i686/spacefm-0.9.4-glib-2.41.patch2016-01-23 20:44:17 UTC 
(rev 158714)
@@ -1,25 +0,0 @@
-diff --git a/src/main.c b/src/main.c
-index a7307fb..af5dc5a 100644
 a/src/main.c
-+++ b/src/main.c
-@@ -1349,7 

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

2016-01-23 Thread Antonio Rojas
Date: Saturday, January 23, 2016 @ 21:43:42
  Author: arojas
Revision: 158713

Update to 1.0.5

Modified:
  spacefm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:39:59 UTC (rev 158712)
+++ PKGBUILD2016-01-23 20:43:42 UTC (rev 158713)
@@ -4,7 +4,7 @@
 # Contributor: ridikulus_rat 
 
 pkgname=spacefm
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'udevil: mount as non-root user and mount networks'
 'udisks2: mount as non-root user')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('a51a8fab15483ef05a093841783a53f3')
+md5sums=('634763f4d3886a00088e06a4295982b2')
 
 build() {
   cd $pkgname-$pkgver


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

2016-01-23 Thread Jan Steffens
Date: Saturday, January 23, 2016 @ 22:46:16
  Author: heftig
Revision: 258532

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

Added:
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 258531, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 258531, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 258531, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 258531, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 258531, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 258531, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 258531, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 258531, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 258531, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 258531, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 258531, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 258531, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
  linux-zen/repos/testing-i686/config
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  598 
 /change-default-console-loglevel.patch   |   22 
 /config  |15872 +
 /config.x86_64   |15388 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  299 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7936 
 testing-i686/config.x86_64   | 7694 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  299 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7936 
 testing-x86_64/config.x86_64 | 7694 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31982 insertions(+), 31982 deletions(-)

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


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

2016-01-23 Thread Jan Steffens
Date: Sunday, January 24, 2016 @ 01:28:29
  Author: heftig
Revision: 258533

FS#47870 caribou needs python2

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 21:46:16 UTC (rev 258532)
+++ PKGBUILD2016-01-24 00:28:29 UTC (rev 258533)
@@ -4,12 +4,12 @@
 
 pkgname=caribou
 pkgver=0.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Caribou;
 license=(LGPL)
-depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
 makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
 install=caribou.install
 options=(!emptydirs)
@@ -18,10 +18,12 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/$pkgname \
 --disable-static \
---disable-schemas-compile
+--disable-schemas-compile \
+PYTHON=/usr/bin/python2
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2016-01-23 Thread Jan Steffens
Date: Sunday, January 24, 2016 @ 01:29:16
  Author: heftig
Revision: 258534

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

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

--+
 /PKGBUILD|   88 +
 /caribou.install |   26 
 extra-i686/PKGBUILD  |   42 ---
 extra-i686/caribou.install   |   13 --
 extra-x86_64/PKGBUILD|   42 ---
 extra-x86_64/caribou.install |   13 --
 6 files changed, 114 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-24 00:28:29 UTC (rev 258533)
+++ extra-i686/PKGBUILD 2016-01-24 00:29:16 UTC (rev 258534)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Adam Hani Schakaki 
-
-pkgname=caribou
-pkgver=0.4.19
-pkgrel=1
-pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Caribou;
-license=(LGPL)
-depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
-install=caribou.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 258533, 
caribou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-24 00:29:16 UTC (rev 258534)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Adam Hani Schakaki 
+
+pkgname=caribou
+pkgver=0.4.19
+pkgrel=2
+pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou;
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
+install=caribou.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f0bd0c14c5f94cf5ac3a7627018919addf7a054ac84aaa8e62356957c175a44')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--disable-schemas-compile \
+PYTHON=/usr/bin/python2
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/caribou.install
===
--- extra-i686/caribou.install  2016-01-24 00:28:29 UTC (rev 258533)
+++ extra-i686/caribou.install  2016-01-24 00:29:16 UTC (rev 258534)
@@ -1,13 +0,0 @@
-pkgname=caribou
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: caribou/repos/extra-i686/caribou.install (from rev 258533, 
caribou/trunk/caribou.install)
===
--- extra-i686/caribou.install  (rev 0)
+++ extra-i686/caribou.install  2016-01-24 00:29:16 UTC (rev 258534)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PKGBUILD

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

2016-01-23 Thread Jan Steffens
Date: Saturday, January 23, 2016 @ 21:55:45
  Author: heftig
Revision: 258531

4.4-4.1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 20:40:05 UTC (rev 258530)
+++ PKGBUILD2016-01-23 20:55:45 UTC (rev 258531)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
-_zenpatch=4c2eaec93e196180c01619a3824bbb85db9acf29
+_zenpatch=32f6cae76e09c3112a79bd21bea0627258561c44
 pkgver=4.4
-pkgrel=4
+pkgrel=4.1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -29,7 +29,7 @@
 'b0ee950b79c469c88b885d46b0762c47ed2807124fde2f5b31005ade0bba8ef5'
 '0ace961e76903d1188d4cae4702beadce822a72e2488543327663dea8ecc9baf'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'c0ac56b5e9414857a52120ac05d6a675a63920b68c8862e17ff07ec8950dddc6'
+'0ebf6030625524812728fda6c178d7655c2194b528777b9b443ae591891806ef'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2016-01-23 Thread Jan Steffens
Date: Sunday, January 24, 2016 @ 04:27:54
  Author: heftig
Revision: 258535

4.4-4.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 00:29:16 UTC (rev 258534)
+++ PKGBUILD2016-01-24 03:27:54 UTC (rev 258535)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
-_zenpatch=32f6cae76e09c3112a79bd21bea0627258561c44
+_zenpatch=7f0eb7dec187136e708c871ae2ae46a777cd57d3
 pkgver=4.4
-pkgrel=4.1
+pkgrel=4.2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -26,10 +26,10 @@
 'change-default-console-loglevel.patch')
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'b0ee950b79c469c88b885d46b0762c47ed2807124fde2f5b31005ade0bba8ef5'
-'0ace961e76903d1188d4cae4702beadce822a72e2488543327663dea8ecc9baf'
+'92753b4ab6b84de4a0ae1ecceee39836684622a8a68de82e8115ffc1ede7164d'
+'46bd73c1b8f70c72fc5aae4a2b3035496143967e370c3aeefa7177c5fc66b515'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'0ebf6030625524812728fda6c178d7655c2194b528777b9b443ae591891806ef'
+'31dd458d461c1fc92ee429befff3bbc0971fb3d476f91cf2abc5999bbc8bc4c9'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds

Modified: config
===
--- config  2016-01-24 00:29:16 UTC (rev 258534)
+++ config  2016-01-24 03:27:54 UTC (rev 258535)
@@ -178,6 +178,8 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
+CONFIG_CC_OPTIMIZE_DEFAULT=y
+# CONFIG_CC_OPTIMIZE_HARDER is not set
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y

Modified: config.x86_64
===
--- config.x86_64   2016-01-24 00:29:16 UTC (rev 258534)
+++ config.x86_64   2016-01-24 03:27:54 UTC (rev 258535)
@@ -187,6 +187,8 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
+CONFIG_CC_OPTIMIZE_DEFAULT=y
+# CONFIG_CC_OPTIMIZE_HARDER is not set
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y


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

2016-01-23 Thread Jan Steffens
Date: Sunday, January 24, 2016 @ 05:15:37
  Author: heftig
Revision: 258538

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

Added:
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 258537, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 258537, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 258537, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 258537, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 258537, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 258537, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 258537, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 258537, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 258537, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 258537, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 258537, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 258537, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
  linux-zen/repos/testing-i686/config
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  598 
 /change-default-console-loglevel.patch   |   22 
 /config  |15876 +
 /config.x86_64   |15392 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  299 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7936 
 testing-i686/config.x86_64   | 7694 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  299 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7936 
 testing-x86_64/config.x86_64 | 7694 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31990 insertions(+), 31982 deletions(-)

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


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

2016-01-23 Thread Felix Yan
Date: Sunday, January 24, 2016 @ 05:11:57
  Author: fyan
Revision: 258536

upgpkg: python-setuptools 1:19.5-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 03:27:54 UTC (rev 258535)
+++ PKGBUILD2016-01-24 04:11:57 UTC (rev 258536)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.4
+pkgver=19.5
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging' 'python-six' 'python2-six')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('463a2b00193b972e684569dce1527b34d7be9a9d0f866fd8a0c2c1a475558c539148841ca117b0a9c5507d8344dfd5ca515bc6beee59b44c6e8bf05771bc448a')
+sha512sums=('6967dd0215d3e8a40c431b50f22cdbff4c7cfd8be72793f72a13f4246f75850eb792834cc181fbf70ac575772e717f370d84f703a50b472974a81822c6d18088')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2016-01-23 Thread Felix Yan
Date: Sunday, January 24, 2016 @ 05:12:15
  Author: fyan
Revision: 258537

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-24 04:11:57 UTC (rev 258536)
+++ PKGBUILD2016-01-24 04:12:15 UTC (rev 258537)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.4
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-six' 'python2-six')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('463a2b00193b972e684569dce1527b34d7be9a9d0f866fd8a0c2c1a475558c539148841ca117b0a9c5507d8344dfd5ca515bc6beee59b44c6e8bf05771bc448a')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-six')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-six')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 258536, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-24 04:12:15 UTC (rev 258537)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=19.5
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-six' 'python2-six')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('6967dd0215d3e8a40c431b50f22cdbff4c7cfd8be72793f72a13f4246f75850eb792834cc181fbf70ac575772e717f370d84f703a50b472974a81822c6d18088')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check