[arch-commits] Commit in php-composer/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 07:45:56
  Author: pierre
Revision: 266719

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 266718, php-composer/trunk/PKGBUILD)
Deleted:
  php-composer/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-01 05:45:48 UTC (rev 266718)
+++ PKGBUILD2016-05-01 05:45:56 UTC (rev 266719)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-composer
-epoch=1
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-md5sums=('SKIP'
- 'fcce0b6badce67e98b1f444946d0d6ab')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 266718, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-01 05:45:56 UTC (rev 266719)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-composer
+epoch=1
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+md5sums=('SKIP'
+ '992f9395613c9ed60c963181555ab77d')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 07:45:48
  Author: pierre
Revision: 266718

upgpkg: php-composer 1:1.0.3-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 05:44:59 UTC (rev 266717)
+++ PKGBUILD2016-05-01 05:45:48 UTC (rev 266718)
@@ -3,7 +3,7 @@
 
 pkgname=php-composer
 epoch=1
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- 'fcce0b6badce67e98b1f444946d0d6ab')
+ '992f9395613c9ed60c963181555ab77d')
 
 prepare() {
cd ${srcdir}/${pkgname}


[arch-commits] Commit in php/repos (32 files)

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 07:44:59
  Author: pierre
Revision: 266717

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 266716, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 266716, php/trunk/apache.conf)
  php/repos/extra-i686/apache.patch
(from rev 266716, php/trunk/apache.patch)
  php/repos/extra-i686/generate_patches
(from rev 266716, php/trunk/generate_patches)
  php/repos/extra-i686/php-fpm.install
(from rev 266716, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.patch
(from rev 266716, php/trunk/php-fpm.patch)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 266716, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 266716, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 266716, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 266716, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 266716, php/trunk/apache.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 266716, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.install
(from rev 266716, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 266716, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 266716, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 266716, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/apache.patch
  php/repos/extra-i686/generate_patches
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.patch
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

---+
 /PKGBUILD |  668 
 /apache.conf  |   26 +
 /apache.patch |   40 ++
 /generate_patches |   96 +
 /php-fpm.install  |   18 +
 /php-fpm.patch|  148 
 /php-fpm.tmpfiles |2 
 /php.ini.patch|  192 +++
 extra-i686/PKGBUILD   |  334 
 extra-i686/apache.conf|   13 
 extra-i686/apache.patch   |   20 -
 extra-i686/generate_patches   |   48 --
 extra-i686/php-fpm.install|9 
 extra-i686/php-fpm.patch  |   74 
 extra-i686/php-fpm.tmpfiles   |1 
 extra-i686/php.ini.patch  |   96 -
 extra-x86_64/PKGBUILD |  334 
 extra-x86_64/apache.conf  |   13 
 extra-x86_64/apache.patch |   20 -
 extra-x86_64/generate_patches |   48 --
 extra-x86_64/php-fpm.install  |9 
 extra-x86_64/php-fpm.patch|   74 
 extra-x86_64/php-fpm.tmpfiles |1 
 extra-x86_64/php.ini.patch|   96 -
 24 files changed, 1190 insertions(+), 1190 deletions(-)

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


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

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 07:44:30
  Author: pierre
Revision: 266716

upgpkg: php 7.0.6-3

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 04:39:53 UTC (rev 266715)
+++ PKGBUILD2016-05-01 05:44:30 UTC (rev 266716)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.6
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -31,7 +31,7 @@
 checkdepends=('procps-ng')
 source=("https://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('2d3e4556229e201d48553e08c5045e910ae7f40b2b2d84aca4a2667075181a33'
+sha256sums=('1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419'
 'SKIP'
 'f94baa9503f4e0e2ac995d768c520a1126aca41df10432ae1151261ec538109d'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 06:39:53
  Author: pierre
Revision: 266715

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 266714, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-01 04:39:40 UTC (rev 266714)
+++ PKGBUILD2016-05-01 04:39:53 UTC (rev 266715)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('95363627e30531fb64f1e962c5fc5d1ab8491a838020c74febdd243b481f780a')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 266714, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-01 04:39:53 UTC (rev 266715)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('8b712099b812f1d07429bfe4c19b45b9b1efd1c173c1be8f49c6351edcd1a118')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2016-04-30 Thread Pierre Schmitz
Date: Sunday, May 1, 2016 @ 06:39:40
  Author: pierre
Revision: 266714

upgpkg: grml-zsh-config 0.12.6-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 04:34:41 UTC (rev 266713)
+++ PKGBUILD2016-05-01 04:39:40 UTC (rev 266714)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('95363627e30531fb64f1e962c5fc5d1ab8491a838020c74febdd243b481f780a')
+sha256sums=('8b712099b812f1d07429bfe4c19b45b9b1efd1c173c1be8f49c6351edcd1a118')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 06:34:41
  Author: allan
Revision: 266713

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 266712, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.2-p11.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-i686/mpfr-3.1.3-p5.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-i686/mpfr-3.1.4-p1.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.4-p1.patch)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 266712, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.2-p11.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-x86_64/mpfr-3.1.3-p5.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-x86_64/mpfr-3.1.4-p1.patch
(from rev 266712, mpfr/trunk/mpfr-3.1.4-p1.patch)

-+
 testing-i686/PKGBUILD   |   42 
 testing-i686/mpfr-3.1.2-p11.patch   | 1626 ++
 testing-i686/mpfr-3.1.4-p1.patch|   56 +
 testing-x86_64/PKGBUILD |   42 
 testing-x86_64/mpfr-3.1.2-p11.patch | 1626 ++
 testing-x86_64/mpfr-3.1.4-p1.patch  |   56 +
 6 files changed, 3448 insertions(+)

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


[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.1.4-p1.patch mpfr.install)

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 06:33:10
  Author: allan
Revision: 266712

upgpkg: mpfr 3.1.4.p1-1

bump patch level, remove install file

Added:
  mpfr/trunk/mpfr-3.1.4-p1.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr.install

-+
 PKGBUILD|   22 +--
 mpfr-3.1.4-p1.patch |   56 ++
 mpfr.install|   20 -
 3 files changed, 67 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 03:45:48 UTC (rev 266711)
+++ PKGBUILD2016-05-01 04:33:10 UTC (rev 266712)
@@ -4,9 +4,9 @@
 
 pkgname=mpfr
 _pkgver=3.1.4
-#_patchlevel=p5
-#pkgver=${_pkgver}.${_patchlevel}
-pkgver=${_pkgver}
+_patchlevel=p1
+pkgver=${_pkgver}.${_patchlevel}
+#pkgver=${_pkgver}
 pkgrel=1
 pkgdesc="Multiple-precision floating-point library"
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 url="http://www.mpfr.org/;
 license=('LGPL')
 depends=('gmp>=5.0')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
-#mpfr-${_pkgver}-${_patchlevel}.patch)
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}-${_patchlevel}.patch)
 md5sums=('064b2c18185038e404a401b830d59be8'
- 'SKIP')
+ 'SKIP'
+ '450ac9de7e6d99b05ffd4ba063c77382')
 validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
-#prepare() {
-#  cd "${srcdir}/${pkgname}-${_pkgver}"
-#  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
-#}
+prepare() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
+}
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"

Added: mpfr-3.1.4-p1.patch
===
--- mpfr-3.1.4-p1.patch (rev 0)
+++ mpfr-3.1.4-p1.patch 2016-05-01 04:33:10 UTC (rev 266712)
@@ -0,0 +1,56 @@
+diff -Naurd mpfr-3.1.4-a/PATCHES mpfr-3.1.4-b/PATCHES
+--- mpfr-3.1.4-a/PATCHES   2016-04-13 21:22:23.720604013 +
 mpfr-3.1.4-b/PATCHES   2016-04-13 21:22:23.744603677 +
+@@ -0,0 +1 @@
++unix-check
+diff -Naurd mpfr-3.1.4-a/VERSION mpfr-3.1.4-b/VERSION
+--- mpfr-3.1.4-a/VERSION   2016-03-06 11:33:04.0 +
 mpfr-3.1.4-b/VERSION   2016-04-13 21:22:23.744603677 +
+@@ -1 +1 @@
+-3.1.4
++3.1.4-p1
+diff -Naurd mpfr-3.1.4-a/src/mpfr-impl.h mpfr-3.1.4-b/src/mpfr-impl.h
+--- mpfr-3.1.4-a/src/mpfr-impl.h   2016-03-06 11:33:04.0 +
 mpfr-3.1.4-b/src/mpfr-impl.h   2016-04-13 21:22:23.736603789 +
+@@ -252,19 +252,6 @@
+ # define MPFR_WIN_THREAD_SAFE_DLL 1
+ #endif
+ 
+-/* Detect some possible inconsistencies under Unix. */
+-#if defined(__unix__)
+-# if defined(_WIN32)
+-#  error "Both __unix__ and _WIN32 are defined"
+-# endif
+-# if __GMP_LIBGMP_DLL
+-#  error "__unix__ is defined and __GMP_LIBGMP_DLL is true"
+-# endif
+-# if defined(MPFR_WIN_THREAD_SAFE_DLL)
+-#  error "Both __unix__ and MPFR_WIN_THREAD_SAFE_DLL are defined"
+-# endif
+-#endif
+-
+ #if defined(__MPFR_WITHIN_MPFR) || !defined(MPFR_WIN_THREAD_SAFE_DLL)
+ extern MPFR_THREAD_ATTR unsigned int __gmpfr_flags;
+ extern MPFR_THREAD_ATTR mpfr_exp_t   __gmpfr_emin;
+diff -Naurd mpfr-3.1.4-a/src/mpfr.h mpfr-3.1.4-b/src/mpfr.h
+--- mpfr-3.1.4-a/src/mpfr.h2016-03-06 11:33:04.0 +
 mpfr-3.1.4-b/src/mpfr.h2016-04-13 21:22:23.744603677 +
+@@ -27,7 +27,7 @@
+ #define MPFR_VERSION_MAJOR 3
+ #define MPFR_VERSION_MINOR 1
+ #define MPFR_VERSION_PATCHLEVEL 4
+-#define MPFR_VERSION_STRING "3.1.4"
++#define MPFR_VERSION_STRING "3.1.4-p1"
+ 
+ /* Macros dealing with MPFR VERSION */
+ #define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
+diff -Naurd mpfr-3.1.4-a/src/version.c mpfr-3.1.4-b/src/version.c
+--- mpfr-3.1.4-a/src/version.c 2016-03-06 11:33:05.0 +
 mpfr-3.1.4-b/src/version.c 2016-04-13 21:22:23.744603677 +
+@@ -25,5 +25,5 @@
+ const char *
+ mpfr_get_version (void)
+ {
+-  return "3.1.4";
++  return "3.1.4-p1";
+ }

Deleted: mpfr.install
===
--- mpfr.install2016-05-01 03:45:48 UTC (rev 266711)
+++ mpfr.install2016-05-01 04:33:10 UTC (rev 266712)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(mpfr.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 05:45:48
  Author: allan
Revision: 266711

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

Added:
  make/repos/testing-i686/
  make/repos/testing-i686/PKGBUILD
(from rev 266710, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 266710, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 266710, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 266710, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 266710, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 266710, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 266710, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make-4.1-NULL-ttyname.patch
(from rev 266710, make/trunk/make-4.1-NULL-ttyname.patch)
  make/repos/testing-x86_64/
  make/repos/testing-x86_64/PKGBUILD
(from rev 266710, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 266710, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 266710, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 266710, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 266710, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 266710, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 266710, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make-4.1-NULL-ttyname.patch
(from rev 266710, make/trunk/make-4.1-NULL-ttyname.patch)

+
 testing-i686/PKGBUILD  |   45 +
 testing-i686/make-3.82-bug30612.patch  |   91 +++
 testing-i686/make-3.82-bug30723.patch  |   12 +
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 +++
 testing-i686/make-3.82-expensive_glob.patch|  116 +++
 testing-i686/make-3.82-makeflags.patch |   36 
 testing-i686/make-3.82-sort-blank.patch|   17 ++
 testing-i686/make-4.1-NULL-ttyname.patch   |   59 +++
 testing-x86_64/PKGBUILD|   45 +
 testing-x86_64/make-3.82-bug30612.patch|   91 +++
 testing-x86_64/make-3.82-bug30723.patch|   12 +
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 +++
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 +++
 testing-x86_64/make-3.82-makeflags.patch   |   36 
 testing-x86_64/make-3.82-sort-blank.patch  |   17 ++
 testing-x86_64/make-4.1-NULL-ttyname.patch |   59 +++
 16 files changed, 866 insertions(+)

Copied: make/repos/testing-i686/PKGBUILD (from rev 266710, make/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-01 03:45:48 UTC (rev 266711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=make
+pkgver=4.1
+pkgrel=4
+pkgdesc="GNU make utility to maintain groups of programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/make;
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'guile')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+make-4.1-NULL-ttyname.patch)
+md5sums=('57a7a224a822f94789a587ccbcedff69'
+ 'SKIP'
+ '91cfbd6ca26b0f59b800d1a81154c080')
+validpgpkeys=('3D2554F0A15338AB9AF1BB9D96B047156338B6D4')   # Paul Smith
+
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # upstream commit 292da6f6
+  patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # features/archives ... FAILED (3/10 
passed)
+  # caused by binutils configured with --enable-deterministic-archives
+  make -k check || true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: make/repos/testing-i686/make-3.82-bug30612.patch (from rev 266710, 
make/trunk/make-3.82-bug30612.patch)
===
--- testing-i686/make-3.82-bug30612.patch   (rev 0)
+++ testing-i686/make-3.82-bug30612.patch   

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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 05:41:22
  Author: allan
Revision: 266710

upgpkg: make 4.1-4

remove install file

Modified:
  make/trunk/PKGBUILD
Deleted:
  make/trunk/make.install

--+
 PKGBUILD |5 ++---
 make.install |   20 
 2 files changed, 2 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 02:57:25 UTC (rev 266709)
+++ PKGBUILD2016-05-01 03:41:22 UTC (rev 266710)
@@ -4,14 +4,13 @@
 
 pkgname=make
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make;
 license=('GPL3')
 groups=('base-devel')
-depends=('glibc' 'sh' 'guile')
-install=$pkgname.install
+depends=('glibc' 'guile')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
 make-4.1-NULL-ttyname.patch)
 md5sums=('57a7a224a822f94789a587ccbcedff69'

Deleted: make.install
===
--- make.install2016-05-01 02:57:25 UTC (rev 266709)
+++ make.install2016-05-01 03:41:22 UTC (rev 266710)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(make.info make.info-1 make.info-2)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:57:25
  Author: allan
Revision: 266709

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

Added:
  libmpc/repos/testing-i686/
  libmpc/repos/testing-i686/PKGBUILD
(from rev 266708, libmpc/trunk/PKGBUILD)
  libmpc/repos/testing-x86_64/
  libmpc/repos/testing-x86_64/PKGBUILD
(from rev 266708, libmpc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libmpc/repos/testing-i686/PKGBUILD (from rev 266708, 
libmpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-01 02:57:25 UTC (rev 266709)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=libmpc
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
+arch=('i686' 'x86_64')
+url="http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr')
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
+ 'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
+
+build() {
+  cd "${srcdir}/mpc-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/mpc-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/mpc-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}

Copied: libmpc/repos/testing-x86_64/PKGBUILD (from rev 266708, 
libmpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-01 02:57:25 UTC (rev 266709)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=libmpc
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
+arch=('i686' 'x86_64')
+url="http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr')
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
+ 'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
+
+build() {
+  cd "${srcdir}/mpc-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/mpc-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/mpc-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:56:22
  Author: allan
Revision: 266708

upgpkg: libmpc 1.0.3-2

remove install file

Modified:
  libmpc/trunk/PKGBUILD
Deleted:
  libmpc/trunk/libmpc.install

+
 PKGBUILD   |3 +--
 libmpc.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 02:54:06 UTC (rev 266707)
+++ PKGBUILD2016-05-01 02:56:22 UTC (rev 266708)
@@ -3,13 +3,12 @@
 
 pkgname=libmpc
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
 arch=('i686' 'x86_64')
 url="http://www.multiprecision.org/;
 license=('LGPL')
 depends=('mpfr')
-install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
  'SKIP')

Deleted: libmpc.install
===
--- libmpc.install  2016-05-01 02:54:06 UTC (rev 266707)
+++ libmpc.install  2016-05-01 02:56:22 UTC (rev 266708)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmpc.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:54:06
  Author: allan
Revision: 266707

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

Added:
  gmp/repos/testing-i686/
  gmp/repos/testing-i686/PKGBUILD
(from rev 266706, gmp/trunk/PKGBUILD)
  gmp/repos/testing-x86_64/
  gmp/repos/testing-x86_64/PKGBUILD
(from rev 266706, gmp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: gmp/repos/testing-i686/PKGBUILD (from rev 266706, gmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-01 02:54:06 UTC (rev 266707)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=4
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx
+# do not --enable-fat - see https://bugs.archlinux.org/task/47284 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-x86_64/PKGBUILD (from rev 266706, gmp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-01 02:54:06 UTC (rev 266707)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=4
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-cxx
+# do not --enable-fat - see https://bugs.archlinux.org/task/47284 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:52:56
  Author: allan
Revision: 266706

upgpkg: gmp 6.1.0-4

bye bye install file

Modified:
  gmp/trunk/PKGBUILD
Deleted:
  gmp/trunk/gmp.install

-+
 PKGBUILD|3 +--
 gmp.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 02:49:46 UTC (rev 266705)
+++ PKGBUILD2016-05-01 02:52:56 UTC (rev 266706)
@@ -4,13 +4,12 @@
 
 pkgname=gmp
 pkgver=6.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
 url="http://gmplib.org/;
 depends=('gcc-libs' 'sh')
 license=('LGPL3' 'GPL')
-install=gmp.install
 source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
 md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
  'SKIP')

Deleted: gmp.install
===
--- gmp.install 2016-05-01 02:49:46 UTC (rev 266705)
+++ gmp.install 2016-05-01 02:52:56 UTC (rev 266706)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(gmp.info gmp.info-1 gmp.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}


[arch-commits] Commit in dejagnu/repos/extra-any (PKGBUILD PKGBUILD dejagnu.install)

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:49:46
  Author: allan
Revision: 266705

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 266704, dejagnu/trunk/PKGBUILD)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD
  dejagnu/repos/extra-any/dejagnu.install

-+
 PKGBUILD|   63 ++
 dejagnu.install |   15 
 2 files changed, 31 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-01 02:48:53 UTC (rev 266704)
+++ PKGBUILD2016-05-01 02:49:46 UTC (rev 266705)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.6
-pkgrel=1
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/;
-license=('GPL')
-depends=('sh' 'expect')
-install=dejagnu.install
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
- 'SKIP')
-validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: dejagnu/repos/extra-any/PKGBUILD (from rev 266704, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-01 02:49:46 UTC (rev 266705)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.6
+pkgrel=2
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/;
+license=('GPL')
+depends=('sh' 'expect')
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
+ 'SKIP')
+validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: dejagnu.install
===
--- dejagnu.install 2016-05-01 02:48:53 UTC (rev 266704)
+++ dejagnu.install 2016-05-01 02:49:46 UTC (rev 266705)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:48:53
  Author: allan
Revision: 266704

upgpkg: dejagnu 1.6-2

remove install file

Deleted:
  dejagnu/trunk/dejagnu.install

-+
 dejagnu.install |   15 ---
 1 file changed, 15 deletions(-)

Deleted: dejagnu.install
===
--- dejagnu.install 2016-05-01 02:44:18 UTC (rev 266703)
+++ dejagnu.install 2016-05-01 02:48:53 UTC (rev 266704)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:44:18
  Author: allan
Revision: 266703

upgpkg: dejagnu 1.6-2

remove install file

Modified:
  dejagnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 02:37:47 UTC (rev 266702)
+++ PKGBUILD2016-05-01 02:44:18 UTC (rev 266703)
@@ -3,13 +3,12 @@
 
 pkgname=dejagnu
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for testing other programs"
 arch=('any')
 url="http://www.gnu.org/software/dejagnu/;
 license=('GPL')
 depends=('sh' 'expect')
-install=dejagnu.install
 source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
  'SKIP')


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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:37:47
  Author: allan
Revision: 266702

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

Added:
  flex/repos/testing-i686/
  flex/repos/testing-i686/PKGBUILD
(from rev 266701, flex/trunk/PKGBUILD)
  flex/repos/testing-i686/flex-2.6.0-comment-style.patch
(from rev 266701, flex/trunk/flex-2.6.0-comment-style.patch)
  flex/repos/testing-x86_64/
  flex/repos/testing-x86_64/PKGBUILD
(from rev 266701, flex/trunk/PKGBUILD)
  flex/repos/testing-x86_64/flex-2.6.0-comment-style.patch
(from rev 266701, flex/trunk/flex-2.6.0-comment-style.patch)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/flex-2.6.0-comment-style.patch   |   22 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/flex-2.6.0-comment-style.patch |   22 +++
 4 files changed, 138 insertions(+)

Copied: flex/repos/testing-i686/PKGBUILD (from rev 266701, flex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-01 02:37:47 UTC (rev 266702)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=flex
+pkgver=2.6.0
+pkgrel=3
+pkgdesc="A tool for generating text-scanning programs"
+arch=('i686' 'x86_64')
+url="http://flex.sourceforge.net;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+makedepends=('help2man')  # needed for the patch...
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
+flex-2.6.0-comment-style.patch)
+md5sums=('3cbbfa1554d0b75fad9f8100732454de'
+ '14c93c3930a8591bed2f736e28c47106')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  # git commit 07d89829
+  patch -p1 -i $srcdir/flex-2.6.0-comment-style.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  ln -s flex ${pkgdir}/usr/bin/lex
+
+  install -Dm644 COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+

Copied: flex/repos/testing-i686/flex-2.6.0-comment-style.patch (from rev 
266701, flex/trunk/flex-2.6.0-comment-style.patch)
===
--- testing-i686/flex-2.6.0-comment-style.patch (rev 0)
+++ testing-i686/flex-2.6.0-comment-style.patch 2016-05-01 02:37:47 UTC (rev 
266702)
@@ -0,0 +1,22 @@
+From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001
+From: Will Estes 
+Date: Fri, 11 Dec 2015 09:45:14 -0500
+Subject: [PATCH] Commented in C style in skeleton; fixed sf#195
+
+---
+ src/flex.skl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/flex.skl b/src/flex.skl
+index b63c8c8..40287b6 100644
+--- a/src/flex.skl
 b/src/flex.skl
+@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void)
+* scanner will even need a stack. We use 2 instead of 1 to 
avoid an
+* immediate realloc on the next call.
+  */
+-  num_to_alloc = 1; // After all that talk, this was set to 1 
anyways...
++  num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... 
*/
+   YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+   (num_to_alloc * 
sizeof(struct yy_buffer_state*)
+   
M4_YY_CALL_LAST_ARG);

Copied: flex/repos/testing-x86_64/PKGBUILD (from rev 266701, 
flex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-01 02:37:47 UTC (rev 266702)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=flex
+pkgver=2.6.0
+pkgrel=3
+pkgdesc="A tool for generating text-scanning programs"
+arch=('i686' 'x86_64')
+url="http://flex.sourceforge.net;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+makedepends=('help2man')  # needed for the patch...
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
+flex-2.6.0-comment-style.patch)
+md5sums=('3cbbfa1554d0b75fad9f8100732454de'
+ '14c93c3930a8591bed2f736e28c47106')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  # git commit 07d89829
+  patch -p1 -i $srcdir/flex-2.6.0-comment-style.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  ln 

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

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:35:50
  Author: allan
Revision: 266701

upgpkg: flex 2.6.0-3

murder the install file

Modified:
  flex/trunk/PKGBUILD
Deleted:
  flex/trunk/flex.install

--+
 PKGBUILD |5 ++---
 flex.install |   22 --
 2 files changed, 2 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 01:15:41 UTC (rev 266700)
+++ PKGBUILD2016-05-01 02:35:50 UTC (rev 266701)
@@ -4,7 +4,7 @@
 
 pkgname=flex
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for generating text-scanning programs"
 arch=('i686' 'x86_64')
 url="http://flex.sourceforge.net;
@@ -11,8 +11,7 @@
 license=('custom')
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
-makedepends=('help2man')  # needed for patch...
-install=flex.install
+makedepends=('help2man')  # needed for the patch...
 source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
 flex-2.6.0-comment-style.patch)
 md5sums=('3cbbfa1554d0b75fad9f8100732454de'

Deleted: flex.install
===
--- flex.install2016-05-01 01:15:41 UTC (rev 266700)
+++ flex.install2016-05-01 02:35:50 UTC (rev 266701)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(flex.info{,-1,-2})
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:45:03
  Author: seblu
Revision: 173221

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 173220, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 173220, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 173220, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 173220, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 173220, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 173220, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  136 +
 /build.sh|  122 +++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   67 --
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   67 --
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 304 insertions(+), 302 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-05-01 01:44:30 UTC (rev 173220)
+++ community-testing-i686/PKGBUILD 2016-05-01 01:45:03 UTC (rev 173221)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.18
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.5' 'linux<4.6'
- 'linux-headers>=4.5' 'linux-headers<4.6'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.5-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-   

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:44:30
  Author: seblu
Revision: 173220

upgpkg: virtualbox-modules-arch 5.0.20-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 01:21:11 UTC (rev 173219)
+++ PKGBUILD2016-05-01 01:44:30 UTC (rev 173220)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.0.20
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:21:11
  Author: seblu
Revision: 173219

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 173218, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/build.sh
(from rev 173218, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 173218, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 173218, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/build.sh
(from rev 173218, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 173218, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/build.sh
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/build.sh
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  136 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 +++
 community-i686/PKGBUILD  |   67 --
 community-i686/build.sh  |   61 -
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   67 --
 community-x86_64/build.sh|   61 -
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 304 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-01 01:20:36 UTC (rev 173218)
+++ community-i686/PKGBUILD 2016-05-01 01:21:11 UTC (rev 173219)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.18
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.5' 'linux<4.6'
- 'linux-headers>=4.5' 'linux-headers<4.6'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.5-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 173218, 

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:20:36
  Author: seblu
Revision: 173218

upgpkg: virtualbox-modules-arch 5.0.20-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 01:15:54 UTC (rev 173217)
+++ PKGBUILD2016-05-01 01:20:36 UTC (rev 173218)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.18
-pkgrel=2
+pkgver=5.0.20
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -65,3 +65,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:15:54
  Author: seblu
Revision: 173217

db-move: moved docker from [community-testing] to [community] (x86_64)

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 173216, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 173216, docker/repos/community-testing-x86_64/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 173216, docker/repos/community-testing-x86_64/docker.sysusers)
Deleted:
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|   74 +
 /docker.install  |   13 ++
 /docker.sysusers |1 
 community-x86_64/PKGBUILD|   70 ---
 community-x86_64/docker.install  |   13 --
 community-x86_64/docker.sysusers |1 
 6 files changed, 88 insertions(+), 84 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-01 01:10:06 UTC (rev 173216)
+++ community-x86_64/PKGBUILD   2016-05-01 01:15:54 UTC (rev 173217)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.10.3
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 173216, 
docker/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-01 01:15:54 UTC (rev 173217)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.11.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a 

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:15:39
  Author: seblu
Revision: 266699

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

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

--+
 /PKGBUILD|   96 +
 core-i686/PKGBUILD   |   49 -
 core-x86_64/PKGBUILD |   49 -
 3 files changed, 96 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-01 01:01:01 UTC (rev 266698)
+++ core-i686/PKGBUILD  2016-05-01 01:15:39 UTC (rev 266699)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.26
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('bdd12400b90b78ce3c57e79c8d4e0e17')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-i686/PKGBUILD (from rev 266698, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-01 01:15:39 UTC (rev 266699)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.26
+pkgrel=2
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('bdd12400b90b78ce3c57e79c8d4e0e17')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-05-01 01:01:01 UTC (rev 266698)
+++ core-x86_64/PKGBUILD2016-05-01 01:15:39 UTC (rev 266699)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.26
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('bdd12400b90b78ce3c57e79c8d4e0e17')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir 

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:15:41
  Author: seblu
Revision: 266700

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

Added:
  gzip/repos/core-i686/01-fix-bug-with-l-output-to-pipes.patch
(from rev 266699, 
gzip/repos/testing-i686/01-fix-bug-with-l-output-to-pipes.patch)
  gzip/repos/core-i686/PKGBUILD
(from rev 266699, gzip/repos/testing-i686/PKGBUILD)
  gzip/repos/core-i686/gzip.install
(from rev 266699, gzip/repos/testing-i686/gzip.install)
  gzip/repos/core-x86_64/01-fix-bug-with-l-output-to-pipes.patch
(from rev 266699, 
gzip/repos/testing-x86_64/01-fix-bug-with-l-output-to-pipes.patch)
  gzip/repos/core-x86_64/PKGBUILD
(from rev 266699, gzip/repos/testing-x86_64/PKGBUILD)
  gzip/repos/core-x86_64/gzip.install
(from rev 266699, gzip/repos/testing-x86_64/gzip.install)
Deleted:
  gzip/repos/core-i686/PKGBUILD
  gzip/repos/core-i686/gzip.install
  gzip/repos/core-x86_64/PKGBUILD
  gzip/repos/core-x86_64/gzip.install
  gzip/repos/testing-i686/
  gzip/repos/testing-x86_64/

-+
 /PKGBUILD   |   98 ++
 /gzip.install   |   44 
 core-i686/01-fix-bug-with-l-output-to-pipes.patch   |   45 
 core-i686/PKGBUILD  |   37 --
 core-i686/gzip.install  |   22 
 core-x86_64/01-fix-bug-with-l-output-to-pipes.patch |   45 
 core-x86_64/PKGBUILD|   37 --
 core-x86_64/gzip.install|   22 
 8 files changed, 232 insertions(+), 118 deletions(-)

Copied: gzip/repos/core-i686/01-fix-bug-with-l-output-to-pipes.patch (from rev 
266699, gzip/repos/testing-i686/01-fix-bug-with-l-output-to-pipes.patch)
===
--- core-i686/01-fix-bug-with-l-output-to-pipes.patch   
(rev 0)
+++ core-i686/01-fix-bug-with-l-output-to-pipes.patch   2016-05-01 01:15:41 UTC 
(rev 266700)
@@ -0,0 +1,45 @@
+From 3557cd57906915eb9c990b5f386e25c395592643 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Wed, 20 Apr 2016 00:43:09 +
+Subject: gzip: fix bug with -l output to pipes
+
+Problem reported by Christian Franke via Eric Blake in:
+http://bugs.gnu.org/23314
+* NEWS: Mention this.
+* gzip.c (main): Do not close stdout twice when given -l.
+Instead, -l now just fflushes stdout, so that fdatasync
+can synchronize it if --synchronize is also specified.
+* tests/list: New test case.
+* tests/Makefile.am (TESTS): Add it.
+---
+diff --git a/gzip.c b/gzip.c
+index d66530a..3b8de4d 100644
+--- a/gzip.c
 b/gzip.c
+@@ -664,14 +664,16 @@ int main (int argc, char **argv)
+ } else {  /* Standard input */
+ treat_stdin();
+ }
+-if (list && !quiet && file_count > 1) {
+-do_list(-1, -1); /* print totals */
+-}
+-if (to_stdout
+-&& ((synchronous
+- && (fdatasync (STDOUT_FILENO) != 0 && errno != EINVAL))
+-|| close (STDOUT_FILENO) != 0)
+-&& errno != EBADF)
++if (list)
++  {
++/* Output any totals, and check for output errors.  */
++if (!quiet && 1 < file_count)
++  do_list (-1, -1);
++if (fflush (stdout) != 0)
++  write_error ();
++  }
++if (to_stdout && synchronous && fdatasync (STDOUT_FILENO) != 0
++&& errno != EINVAL && errno != EBADF)
+   write_error ();
+ do_exit(exit_code);
+ return exit_code; /* just to avoid lint warning */
+--
+cgit v0.9.0.2

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-01 01:15:39 UTC (rev 266699)
+++ core-i686/PKGBUILD  2016-05-01 01:15:41 UTC (rev 266700)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=gzip
-pkgver=1.7
-pkgrel=1
-pkgdesc='GNU compression utility'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/gzip/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash' 'less')
-install=gzip.install
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
-md5sums=('d9ae97206a703a20e6c1c868deb3eb47'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gzip/repos/core-i686/PKGBUILD (from rev 266699, 
gzip/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-01 01:15:41 UTC 

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:01:01
  Author: seblu
Revision: 266698

Sync flags with nginx

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 00:55:57 UTC (rev 266697)
+++ PKGBUILD2016-05-01 01:01:01 UTC (rev 266698)
@@ -49,9 +49,6 @@
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
-)
-
-_mainline_flags=(
   --with-http_v2_module
   --with-mail
   --with-mail_ssl_module
@@ -60,6 +57,9 @@
   --with-threads
 )
 
+_mainline_flags=(
+)
+
 build() {
   cd $provides-$pkgver
   ./configure \
@@ -116,7 +116,6 @@
 install -Dm644 contrib/vim/${i}/nginx.vim \
   "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
   done
-
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 03:00:12
  Author: seblu
Revision: 173215

Remove lts modules

If someone wants to readd them one day, they should be synced with -arch ones

Deleted:
  virtualbox-modules-lts/


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:55:57
  Author: seblu
Revision: 266697

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 266696, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 266696, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 266696, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 266696, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 266696, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 266696, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 266696, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 266696, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  244 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  117 
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  117 
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 340 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-01 00:54:04 UTC (rev 266696)
+++ extra-i686/PKGBUILD 2016-05-01 00:55:57 UTC (rev 266697)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('c184c873d2798c5ba92be95ed1209c02'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-)
-
-_stable_flags=(
-  --with-http_v2_module
-  --with-imap
-  --with-imap_ssl_module
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:54:04
  Author: seblu
Revision: 266696

upgpkg: nginx 1.10.0-2

- sync flags with nginx-mainline

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 22:41:24 UTC (rev 266695)
+++ PKGBUILD2016-05-01 00:54:04 UTC (rev 266696)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -49,12 +49,15 @@
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-stream
+  --with-stream_ssl_module
+  --with-threads
 )
 
 _stable_flags=(
-  --with-http_v2_module
-  --with-imap
-  --with-imap_ssl_module
 )
 
 build() {
@@ -115,3 +118,5 @@
   "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
   done
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in virtualbox/repos (88 files)

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:39:38
  Author: seblu
Revision: 173214

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

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 173213, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 173213, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 173213, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 173213, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 173213, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 173213, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 173213, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 173213, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 173213, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 173213, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 173213, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 173213, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 173213, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 173213, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 173213, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 173213, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 173213, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 173213, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 173213, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 173213, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 173213, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 173213, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 173213, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 173213, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 173213, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 173213, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 173213, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 173213, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 173213, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 173213, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 173213, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 173213, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 173213, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 173213, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 173213, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 173213, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 173213, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 173213, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 173213, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 173213, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 173213, 

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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:37:20
  Author: seblu
Revision: 173213

upgpkg: virtualbox 5.0.20-1

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 00:04:26 UTC (rev 173212)
+++ PKGBUILD2016-05-01 00:37:20 UTC (rev 173213)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.18
+pkgver=5.0.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -66,7 +66,7 @@
 '007-python2-path.patch'
 '010-no-update.patch'
 )
-md5sums=('5d57e400f4ab75696510aef308f6c7a9'
+md5sums=('2054e12c21cac025916df4162f18efd7'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:04:26
  Author: seblu
Revision: 173212

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 173211, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 173211, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 173211, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-01 00:03:58 UTC (rev 173211)
+++ PKGBUILD2016-05-01 00:04:26 UTC (rev 173212)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.18
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('c7f9dff1f996630a5eab9affbe27febd'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 173211, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-01 00:04:26 UTC (rev 173212)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.20
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('cc94e3885689533e1214e1a73355dbba'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2016-05-01 00:03:58 UTC (rev 173211)
+++ license 2016-05-01 00:04:26 UTC (rev 173212)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:03:58
  Author: seblu
Revision: 173211

upgpkg: virtualbox-guest-iso 5.0.20-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 23:10:17 UTC (rev 173210)
+++ PKGBUILD2016-05-01 00:03:58 UTC (rev 173211)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.18
+pkgver=5.0.20
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('c7f9dff1f996630a5eab9affbe27febd'
+md5sums=('cc94e3885689533e1214e1a73355dbba'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


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

2016-04-30 Thread Kyle Keen
Date: Sunday, May 1, 2016 @ 01:10:17
  Author: kkeen
Revision: 173210

archrelease: copy trunk to community-any

Added:
  arch-wiki-lite/repos/community-any/PKGBUILD
(from rev 173209, arch-wiki-lite/trunk/PKGBUILD)
Deleted:
  arch-wiki-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 20:32:21 UTC (rev 173209)
+++ PKGBUILD2016-04-30 23:10:17 UTC (rev 173210)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keen...@gmail.com>
-pkgname=arch-wiki-lite
-pkgver=20160308
-_codever=20160430
-pkgrel=2
-pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
-arch=('any')
-url="http://kmkeen.com/arch-wiki-lite/;
-_watch="https://www.archlinux.org/packages/community/any/arch-wiki-docs/;
-license=('GPL' 'FDL')
-depends=('bash' 'gzip')
-makedepends=('python' 'arch-wiki-docs')
-optdepends=('dialog: for interactive menu'
-'arch-wiki-docs: for wiki-search-html'
-'xdg-utils: for wiki-search-html')
-source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
-md5sums=('827909e927c20303395d74c65e34f04e')
-
-build() {
-  cd "$srcdir/$pkgname"
-  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
-  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
-  install -Dm 0644 wiki-search.dialog.rc 
"$pkgdir/etc/dialog.d/wiki-search.dialog.rc"
-}
-

Copied: arch-wiki-lite/repos/community-any/PKGBUILD (from rev 173209, 
arch-wiki-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 23:10:17 UTC (rev 173210)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@gmail.com>
+pkgname=arch-wiki-lite
+pkgver=20160308
+_codever=20160430
+pkgrel=2
+pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
+arch=('any')
+url="http://kmkeen.com/arch-wiki-lite/;
+_watch="https://www.archlinux.org/packages/community/any/arch-wiki-docs/;
+license=('GPL' 'FDL')
+depends=('bash' 'gzip')
+makedepends=('python' 'arch-wiki-docs')
+optdepends=('dialog: for interactive menu'
+'arch-wiki-docs: for wiki-search-html'
+'xdg-utils: for wiki-search-html')
+source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
+md5sums=('827909e927c20303395d74c65e34f04e')
+
+build() {
+  cd "$srcdir/$pkgname"
+  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
+  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
+  install -Dm 0644 wiki-search.dialog.rc 
"$pkgdir/etc/dialog.d/wiki-search.dialog.rc"
+}
+


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 00:40:53
  Author: seblu
Revision: 266694

upgpkg: bird 1.6.0-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 22:37:17 UTC (rev 266693)
+++ PKGBUILD2016-04-30 22:40:53 UTC (rev 266694)
@@ -3,8 +3,8 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
 license=('GPL2')
@@ -12,7 +12,7 @@
 source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('330bde6372afa106abfe5a9737e471c1'
+md5sums=('4c92ec3548a2a120243879b6ef7046dd'
  '69221e063a3f07dcad519d5eeacaae75'
  '5b172bd052b523efd95ee018e891e181')
 


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 00:41:24
  Author: seblu
Revision: 266695

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

Added:
  bird/repos/extra-i686/PKGBUILD
(from rev 266694, bird/trunk/PKGBUILD)
  bird/repos/extra-i686/bird.service
(from rev 266694, bird/trunk/bird.service)
  bird/repos/extra-i686/bird6.service
(from rev 266694, bird/trunk/bird6.service)
  bird/repos/extra-x86_64/PKGBUILD
(from rev 266694, bird/trunk/PKGBUILD)
  bird/repos/extra-x86_64/bird.service
(from rev 266694, bird/trunk/bird.service)
  bird/repos/extra-x86_64/bird6.service
(from rev 266694, bird/trunk/bird6.service)
Deleted:
  bird/repos/extra-i686/PKGBUILD
  bird/repos/extra-i686/bird.service
  bird/repos/extra-i686/bird6.service
  bird/repos/extra-x86_64/PKGBUILD
  bird/repos/extra-x86_64/bird.service
  bird/repos/extra-x86_64/bird6.service

+
 /PKGBUILD  |  178 +++
 /bird.service  |   24 +
 /bird6.service |   24 +
 extra-i686/PKGBUILD|   89 -
 extra-i686/bird.service|   12 --
 extra-i686/bird6.service   |   12 --
 extra-x86_64/PKGBUILD  |   89 -
 extra-x86_64/bird.service  |   12 --
 extra-x86_64/bird6.service |   12 --
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-30 22:40:53 UTC (rev 266694)
+++ extra-i686/PKGBUILD 2016-04-30 22:41:24 UTC (rev 266695)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.5.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.service'
-'bird6.service')
-md5sums=('330bde6372afa106abfe5a9737e471c1'
- '69221e063a3f07dcad519d5eeacaae75'
- '5b172bd052b523efd95ee018e891e181')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]] && rm -rf _build4
-  [[ -e _build6 ]] && rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname \
---enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" 
"$pkgdir/usr/lib/systemd/system/bird.service"
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird6.service" 
"$pkgdir/usr/lib/systemd/system/bird6.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/extra-i686/PKGBUILD (from rev 266694, bird/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-30 22:41:24 UTC (rev 266695)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.6.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('4c92ec3548a2a120243879b6ef7046dd'
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]] && rm -rf _build4
+  [[ -e _build6 ]] && rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+

[arch-commits] Commit in bind/repos (40 files)

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 00:37:17
  Author: seblu
Revision: 266693

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 266692, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 266692, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 266692, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 266692, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 266692, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 266692, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 266692, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 266692, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 266692, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 266692, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 266692, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 266692, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 266692, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 266692, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 266692, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 266692, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 266692, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 266692, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 266692, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 266692, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  234 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  117 ---
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  117 ---
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 508 insertions(+), 508 deletions(-)

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


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

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 00:35:58
  Author: seblu
Revision: 266692

upgpkg: bind 9.10.4-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 21:23:22 UTC (rev 266691)
+++ PKGBUILD2016-04-30 22:35:58 UTC (rev 266692)
@@ -6,7 +6,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.10.3-P4
+_pkgver=9.10.4
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('c3f87804b2b950a0be8122c41ebbc253d0624786'
+sha1sums=('8c1da5ee9232507b2d58520cf941bce805f2b61e'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:23:10
  Author: dan
Revision: 266690

upgpkg: postgresql-old-upgrade 9.4.7-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 21:13:49 UTC (rev 266689)
+++ PKGBUILD2016-04-30 21:23:10 UTC (rev 266690)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.4.6
+pkgver=9.4.7
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/;
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
 makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0371b9d4fb995062c040ea5c3c1c971e')
-sha256sums=('cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6')
+md5sums=('8bf119bbac1bbb566397d606861695a9')
+sha256sums=('cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"


[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:23:22
  Author: dan
Revision: 266691

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 266690, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 266690, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-30 21:23:10 UTC (rev 266690)
+++ extra-i686/PKGBUILD 2016-04-30 21:23:22 UTC (rev 266691)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.4.6
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0371b9d4fb995062c040ea5c3c1c971e')
-sha256sums=('cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6')
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure \
---prefix=/opt/pgsql-${_majorver} \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---without-readline \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---disable-nls \
---enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
-}

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 266690, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-30 21:23:22 UTC (rev 266691)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.4.7
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+md5sums=('8bf119bbac1bbb566397d606861695a9')
+sha256sums=('cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0')
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-30 21:23:10 UTC (rev 266690)
+++ extra-x86_64/PKGBUILD   2016-04-30 21:23:22 UTC (rev 266691)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.4.6
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')

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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:49
  Author: dan
Revision: 266689

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 21:13:41 UTC (rev 266688)
+++ PKGBUILD2016-04-30 21:13:49 UTC (rev 266689)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=15.0.0
-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=('d9652f8d154546926939066e596af83c')
-sha256sums=('70d63fb7e949d07aeb37f6ecc94e8b60671edb15b890aa86dba5dfaf2225dc19')
-
-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 266688, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 21:13:49 UTC (rev 266689)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=15.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=('28d76a0d9cbd5dc42046dd14e76a6ecc')
+sha256sums=('1a74278b8adb383ce4c7619e33c753b1eb7b58dc1e449601c096ca4b76125f84')
+
+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-virtualenv/trunk (PKGBUILD)

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:41
  Author: dan
Revision: 266688

upgpkg: python-virtualenv 15.0.1-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 21:13:27 UTC (rev 266687)
+++ PKGBUILD2016-04-30 21:13:41 UTC (rev 266688)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=15.0.0
+pkgver=15.0.1
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
@@ -13,8 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('d9652f8d154546926939066e596af83c')
-sha256sums=('70d63fb7e949d07aeb37f6ecc94e8b60671edb15b890aa86dba5dfaf2225dc19')
+md5sums=('28d76a0d9cbd5dc42046dd14e76a6ecc')
+sha256sums=('1a74278b8adb383ce4c7619e33c753b1eb7b58dc1e449601c096ca4b76125f84')
 
 package_python-virtualenv() {
   depends=('python')


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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:03
  Author: dan
Revision: 266685

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 266684, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 266684, nilfs-utils/trunk/PKGBUILD)

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

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 266684, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-30 21:13:03 UTC (rev 266685)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 266684, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-30 21:13:03 UTC (rev 266685)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}


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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:27
  Author: dan
Revision: 266687

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 266686, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 266686, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 266686, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 266686, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 266686, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 266686, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 266686, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 266686, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-30 21:13:13 UTC (rev 266686)
+++ extra-i686/PKGBUILD 2016-04-30 21:13:27 UTC (rev 266687)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('01477f0b97ccab20b986f2808f4d7a97'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/

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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:13
  Author: dan
Revision: 266686

upgpkg: git 2.8.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 21:13:03 UTC (rev 266685)
+++ PKGBUILD2016-04-30 21:13:13 UTC (rev 266686)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.8.0
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
git-daemon.socket)
-md5sums=('01477f0b97ccab20b986f2808f4d7a97'
+md5sums=('b8edb4ae34828fda6aa2a4478089b107'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:12:53
  Author: dan
Revision: 266684

upgpkg: nilfs-utils 2.2.4-1

Modified:
  nilfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:16:26 UTC (rev 266683)
+++ PKGBUILD2016-04-30 21:12:53 UTC (rev 266684)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=nilfs-utils
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/nilfs_cleanerd.conf')
 depends=('util-linux')
 source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('3dde01a4e90e399b5cdaf9f100b4fb9f')
+md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-30 Thread Alexander Rødseth
Date: Saturday, April 30, 2016 @ 22:32:21
  Author: arodseth
Revision: 173209

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 20:32:09 UTC (rev 173208)
+++ community-i686/PKGBUILD 2016-04-30 20:32:21 UTC (rev 173209)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=3.6.4
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
-"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
-"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-}
-
-build() {
-  make -C "scintilla/gtk"
-  make -C "$pkgname/gtk"
-}
-
-package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "scintilla/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 173208, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 20:32:21 UTC (rev 173209)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=3.6.5
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
+}
+
+build() {
+  make -C "scintilla/gtk"
+  make -C "$pkgname/gtk"
+}
+
+package() {
+  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 

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

2016-04-30 Thread Alexander Rødseth
Date: Saturday, April 30, 2016 @ 22:32:09
  Author: arodseth
Revision: 173208

upgpkg: scite 3.6.5-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 18:01:08 UTC (rev 173207)
+++ PKGBUILD2016-04-30 20:32:09 UTC (rev 173208)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Thomas S Hatch 
 # Contributor: Corrado 'bardo' Primier 
 # Contributor: Jochem Kossen 
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa')
+sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 20:01:08
  Author: jlichtblau
Revision: 173207

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

Added:
  kchmviewer/repos/community-i686/PKGBUILD
(from rev 173206, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-i686/kchmviewer.changelog
(from rev 173206, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-x86_64/PKGBUILD
(from rev 173206, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
(from rev 173206, kchmviewer/trunk/kchmviewer.changelog)
Deleted:
  kchmviewer/repos/community-i686/PKGBUILD
  kchmviewer/repos/community-i686/kchmviewer.changelog
  kchmviewer/repos/community-i686/kchmviewer.install
  kchmviewer/repos/community-x86_64/PKGBUILD
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
  kchmviewer/repos/community-x86_64/kchmviewer.install

---+
 /PKGBUILD |   66 +++
 /kchmviewer.changelog |  108 
 community-i686/PKGBUILD   |   34 --
 community-i686/kchmviewer.changelog   |   51 ---
 community-i686/kchmviewer.install |   12 ---
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/kchmviewer.changelog |   51 ---
 community-x86_64/kchmviewer.install   |   12 ---
 8 files changed, 174 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 18:00:51 UTC (rev 173206)
+++ community-i686/PKGBUILD 2016-04-30 18:01:08 UTC (rev 173207)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Bogdanov 
-
-pkgname=kchmviewer
-pkgver=7.5
-pkgrel=2
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('i686' 'x86_64')
-url="http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-#   make DESTDIR="${pkgdir}" install
-
-  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
-#icon/desktop file
-  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 173206, 
kchmviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 18:01:08 UTC (rev 173207)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Bogdanov 
+
+pkgname=kchmviewer
+pkgver=7.5
+pkgrel=3
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DESTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/kchmviewer.changelog
===
--- community-i686/kchmviewer.changelog 2016-04-30 18:00:51 UTC (rev 173206)
+++ community-i686/kchmviewer.changelog 2016-04-30 18:01:08 UTC (rev 173207)
@@ -1,51 +0,0 @@
-2015-11-15  Jaroslav Lichtblau 
-   * kchmviewer 7.5-1
-
-2015-11-04  Jaroslav Lichtblau 
-   * kchmviewer 7.4-1
-
-2015-02-23  Jaroslav Lichtblau 
-   * kchmviewer 7.3-1
-
-2015-02-08  Jaroslav Lichtblau 
-   * kchmviewer 7.2-2
-   * FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau 
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau 
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau 
-   * kchmviewer 6.1-1
-

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

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 20:00:51
  Author: jlichtblau
Revision: 173206

upgpkg: kchmviewer 7.5-3 pacman hooks part 1 rebuild

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog
Deleted:
  kchmviewer/trunk/kchmviewer.install

--+
 PKGBUILD |3 +--
 kchmviewer.changelog |3 +++
 kchmviewer.install   |   12 
 3 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:55:36 UTC (rev 173205)
+++ PKGBUILD2016-04-30 18:00:51 UTC (rev 173206)
@@ -4,13 +4,12 @@
 
 pkgname=kchmviewer
 pkgver=7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A .chm files (MS HTML help file format) viewer"
 arch=('i686' 'x86_64')
 url="http://kchmviewer.sourceforge.net/;
 license=('GPL')
 depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2016-04-30 17:55:36 UTC (rev 173205)
+++ kchmviewer.changelog2016-04-30 18:00:51 UTC (rev 173206)
@@ -1,3 +1,6 @@
+2016-04-30  Jaroslav Lichtblau 
+   * kchmviewer 7.5-2 pacman hooks rebuild
+
 2015-11-15  Jaroslav Lichtblau 
* kchmviewer 7.5-1
 

Deleted: kchmviewer.install
===
--- kchmviewer.install  2016-04-30 17:55:36 UTC (rev 173205)
+++ kchmviewer.install  2016-04-30 18:00:51 UTC (rev 173206)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:55:36
  Author: spupykin
Revision: 173205

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   37 --
 community-i686/keepassx.install   |   12 --
 community-x86_64/PKGBUILD |   37 --
 community-x86_64/keepassx.install |   12 --
 5 files changed, 72 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 17:55:21 UTC (rev 173204)
+++ community-i686/PKGBUILD 2016-04-30 17:55:36 UTC (rev 173205)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Greg Bouzakis 
-# Contributor: Alexander Fehr 
-# Contributor: Philipp Giebel 
-
-pkgname=keepassx
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('optipng')
-install=keepassx.install
-source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4'
-'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer 

-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1,1i#include ' src/lib/random.cpp
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: keepassx/repos/community-i686/PKGBUILD (from rev 173204, 
keepassx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 17:55:36 UTC (rev 173205)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Greg Bouzakis 
+# Contributor: Alexander Fehr 
+# Contributor: Philipp Giebel 
+
+pkgname=keepassx
+pkgver=0.4.4
+pkgrel=2
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
+source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4'
+'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1,1i#include ' src/lib/random.cpp
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/keepassx.install
===
--- community-i686/keepassx.install 2016-04-30 17:55:21 UTC (rev 173204)
+++ community-i686/keepassx.install 2016-04-30 17:55:36 UTC (rev 173205)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 17:55:21 UTC (rev 173204)
+++ community-x86_64/PKGBUILD   2016-04-30 17:55:36 UTC (rev 173205)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Greg Bouzakis 
-# Contributor: Alexander Fehr 
-# Contributor: Philipp Giebel 
-
-pkgname=keepassx
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('optipng')
-install=keepassx.install
-source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4'
-'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer 

-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1,1i#include ' 

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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:55:21
  Author: spupykin
Revision: 173204

upgpkg: keepassx 0.4.4-2

upd

Modified:
  keepassx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:51:20 UTC (rev 173203)
+++ PKGBUILD2016-04-30 17:55:21 UTC (rev 173204)
@@ -6,7 +6,7 @@
 
 pkgname=keepassx
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Password manager'
 arch=('i686' 'x86_64')
 url='http://www.keepassx.org'


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:51:20
  Author: spupykin
Revision: 173203

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

Added:
  synfigstudio/repos/community-i686/PKGBUILD
(from rev 173202, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-i686/build-fix.patch
(from rev 173202, synfigstudio/trunk/build-fix.patch)
  synfigstudio/repos/community-x86_64/PKGBUILD
(from rev 173202, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-x86_64/build-fix.patch
(from rev 173202, synfigstudio/trunk/build-fix.patch)
Deleted:
  synfigstudio/repos/community-i686/PKGBUILD
  synfigstudio/repos/community-i686/build-fix.patch
  synfigstudio/repos/community-i686/synfigstudio.install
  synfigstudio/repos/community-x86_64/PKGBUILD
  synfigstudio/repos/community-x86_64/build-fix.patch
  synfigstudio/repos/community-x86_64/synfigstudio.install

---+
 /PKGBUILD |  110 
 /build-fix.patch  |  744 
 community-i686/PKGBUILD   |   56 --
 community-i686/build-fix.patch|  372 
 community-i686/synfigstudio.install   |   12 
 community-x86_64/PKGBUILD |   56 --
 community-x86_64/build-fix.patch  |  372 
 community-x86_64/synfigstudio.install |   12 
 8 files changed, 854 insertions(+), 880 deletions(-)

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


[arch-commits] Commit in motion/repos (30 files)

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:51:02
  Author: spupykin
Revision: 173201

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

Added:
  motion/repos/community-i686/PKGBUILD
(from rev 173200, motion/trunk/PKGBUILD)
  motion/repos/community-i686/ffmpeg-0.8.patch
(from rev 173200, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-i686/ffmpeg-compat.patch
(from rev 173200, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-i686/linux-headers.patch
(from rev 173200, motion/trunk/linux-headers.patch)
  motion/repos/community-i686/motion.service
(from rev 173200, motion/trunk/motion.service)
  motion/repos/community-i686/motion.tmpfiles
(from rev 173200, motion/trunk/motion.tmpfiles)
  motion/repos/community-i686/rc.motion
(from rev 173200, motion/trunk/rc.motion)
  motion/repos/community-x86_64/PKGBUILD
(from rev 173200, motion/trunk/PKGBUILD)
  motion/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 173200, motion/trunk/ffmpeg-0.8.patch)
  motion/repos/community-x86_64/ffmpeg-compat.patch
(from rev 173200, motion/trunk/ffmpeg-compat.patch)
  motion/repos/community-x86_64/linux-headers.patch
(from rev 173200, motion/trunk/linux-headers.patch)
  motion/repos/community-x86_64/motion.service
(from rev 173200, motion/trunk/motion.service)
  motion/repos/community-x86_64/motion.tmpfiles
(from rev 173200, motion/trunk/motion.tmpfiles)
  motion/repos/community-x86_64/rc.motion
(from rev 173200, motion/trunk/rc.motion)
Deleted:
  motion/repos/community-i686/PKGBUILD
  motion/repos/community-i686/ffmpeg-0.8.patch
  motion/repos/community-i686/ffmpeg-compat.patch
  motion/repos/community-i686/linux-headers.patch
  motion/repos/community-i686/motion.install
  motion/repos/community-i686/motion.service
  motion/repos/community-i686/motion.tmpfiles
  motion/repos/community-i686/rc.motion
  motion/repos/community-x86_64/PKGBUILD
  motion/repos/community-x86_64/ffmpeg-0.8.patch
  motion/repos/community-x86_64/ffmpeg-compat.patch
  motion/repos/community-x86_64/linux-headers.patch
  motion/repos/community-x86_64/motion.install
  motion/repos/community-x86_64/motion.service
  motion/repos/community-x86_64/motion.tmpfiles
  motion/repos/community-x86_64/rc.motion

--+
 /PKGBUILD|   96 +
 /ffmpeg-0.8.patch|  224 +
 /ffmpeg-compat.patch |  344 +
 /linux-headers.patch |   70 ++
 /motion.service  |   26 ++
 /motion.tmpfiles |2 
 /rc.motion   |   74 +++
 community-i686/PKGBUILD  |   49 
 community-i686/ffmpeg-0.8.patch  |  112 --
 community-i686/ffmpeg-compat.patch   |  172 
 community-i686/linux-headers.patch   |   35 ---
 community-i686/motion.install|7 
 community-i686/motion.service|   13 -
 community-i686/motion.tmpfiles   |1 
 community-i686/rc.motion |   37 ---
 community-x86_64/PKGBUILD|   49 
 community-x86_64/ffmpeg-0.8.patch|  112 --
 community-x86_64/ffmpeg-compat.patch |  172 
 community-x86_64/linux-headers.patch |   35 ---
 community-x86_64/motion.install  |7 
 community-x86_64/motion.service  |   13 -
 community-x86_64/motion.tmpfiles |1 
 community-x86_64/rc.motion   |   37 ---
 23 files changed, 836 insertions(+), 852 deletions(-)

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


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:51:06
  Author: spupykin
Revision: 173202

upgpkg: synfigstudio 1.0.2-4

upd

Modified:
  synfigstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:51:02 UTC (rev 173201)
+++ PKGBUILD2016-04-30 17:51:06 UTC (rev 173202)
@@ -4,7 +4,7 @@
 
 pkgname=synfigstudio
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
 url="http://synfig.org;
@@ -25,8 +25,8 @@
 
 build() {
   cd $srcdir/synfigstudio-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg0.10"
   CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
   CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"
   [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }


[arch-commits] Commit in motion/trunk (PKGBUILD ffmpeg-compat.patch)

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:50:29
  Author: spupykin
Revision: 173200

upgpkg: motion 3.2.12-14

upd

Modified:
  motion/trunk/PKGBUILD
  motion/trunk/ffmpeg-compat.patch

-+
 PKGBUILD|8 
 ffmpeg-compat.patch |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:39:01 UTC (rev 173199)
+++ PKGBUILD2016-04-30 17:50:29 UTC (rev 173200)
@@ -3,12 +3,12 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=13
+pkgrel=14
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome;
-depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat')
+depends=('libjpeg' 'v4l-utils' 'ffmpeg0.10')
 backup=('etc/motion/motion.conf')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
@@ -22,11 +22,11 @@
  'f863f8c025f7f025b2178def8418decd'
  'd36687710837d69fbce4608b1345fa34'
  'd8c3c4fdded5cfbd729710475559a21d'
- 'e85c596292aceb425fcf17e5072e2fff')
+ 'b2666cade705f6bb663a2139717e0da7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
   patch -Np1 -i $srcdir/ffmpeg-0.8.patch
   patch -Np1 -i $srcdir/linux-headers.patch
   patch -Np1 -i $srcdir/ffmpeg-compat.patch

Modified: ffmpeg-compat.patch
===
--- ffmpeg-compat.patch 2016-04-30 17:39:01 UTC (rev 173199)
+++ ffmpeg-compat.patch 2016-04-30 17:50:29 UTC (rev 173200)
@@ -163,7 +163,7 @@
 -fi
 -
 +TEMP_CFLAGS+=" `pkg-config --cflags libavformat libavcodec` -DHAVE_FFMPEG 
-DFFMPEG_NEW_INCLUDES -DHAVE_FFMPEG_NEW"
-+TEMP_LIBS+=" `pkg-config --libs libavformat libavcodec` -lavutil -Wl,-rpath 
/usr/lib/ffmpeg-compat"
++TEMP_LIBS+=" `pkg-config --libs libavformat libavcodec` -lavutil -Wl,-rpath 
/usr/lib/ffmpeg0.10"
 +FFMPEG_OK=found
 +FFMPEG_OBJ="ffmpeg.o"
 +AC_SUBST(FFMPEG_OBJ)


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

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 19:39:01
  Author: jlichtblau
Revision: 173199

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

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 173198, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 173198, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/PKGBUILD
(from rev 173198, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 173198, kid3/trunk/kid3.changelog)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-i686/kid3.install
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog
  kid3/repos/community-x86_64/kid3.install

-+
 /PKGBUILD   |  138 
 /kid3.changelog |  184 ++
 community-i686/PKGBUILD |   70 --
 community-i686/kid3.changelog   |   89 --
 community-i686/kid3.install |   12 --
 community-x86_64/PKGBUILD   |   70 --
 community-x86_64/kid3.changelog |   89 --
 community-x86_64/kid3.install   |   12 --
 8 files changed, 322 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 17:38:44 UTC (rev 173198)
+++ community-i686/PKGBUILD 2016-04-30 17:39:01 UTC (rev 173199)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
-install=$pkgbase.install
-changelog=$pkgbase.changelog
-source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 173198, 
kid3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 17:39:01 UTC (rev 173199)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.4.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+
+#kid3-qt
+  cd "$srcdir"/build-qt
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+

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

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 19:38:44
  Author: jlichtblau
Revision: 173198

upgpkg: kid3 3.4.0-2 pacman hooks part 1 rebuild

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog
Deleted:
  kid3/trunk/kid3.install

+
 PKGBUILD   |3 +--
 kid3.changelog |3 +++
 kid3.install   |   12 
 3 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:29:19 UTC (rev 173197)
+++ PKGBUILD2016-04-30 17:38:44 UTC (rev 173198)
@@ -5,13 +5,12 @@
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/;
 license=('GPL')
 makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
  'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
-install=$pkgbase.install
 changelog=$pkgbase.changelog
 source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
 sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')

Modified: kid3.changelog
===
--- kid3.changelog  2016-04-30 17:29:19 UTC (rev 173197)
+++ kid3.changelog  2016-04-30 17:38:44 UTC (rev 173198)
@@ -1,3 +1,6 @@
+2016-04-30 Jaroslav Lichtblau 
+   * kid3 3.4.0-2 pacman hooks rebuild
+
 2016-04-23 Jaroslav Lichtblau 
* kid3 3.4.0-1
 

Deleted: kid3.install
===
--- kid3.install2016-04-30 17:29:19 UTC (rev 173197)
+++ kid3.install2016-04-30 17:38:44 UTC (rev 173198)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-04-30 Thread Sven-Hendrik Haase
Date: Saturday, April 30, 2016 @ 19:29:19
  Author: svenstaro
Revision: 173197

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 173196, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 173196, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 173196, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 173196, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 173196, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 173196, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 17:29:06 UTC (rev 173196)
+++ community-i686/PKGBUILD 2016-04-30 17:29:19 UTC (rev 173197)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.2
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('9208a34adb8142274d52b912cea448856d413d2e66f1078341914e216d46dfdc'
-'67a134de3fde8f260ed44c718cac876adc43e993da296795648b114ecd26d0b5'
-'b33835e5218d14b7fea5fe3b1910e682bfdf8e42423c8ea04b496f2154d63776'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  

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

2016-04-30 Thread Sven-Hendrik Haase
Date: Saturday, April 30, 2016 @ 19:29:06
  Author: svenstaro
Revision: 173196

upgpkg: emscripten 1.36.3-1

upstream release 1.36.3

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:18:40 UTC (rev 173195)
+++ PKGBUILD2016-04-30 17:29:06 UTC (rev 173196)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.2
+pkgver=1.36.3
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('nodejs' 'python2')
 makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
+optdepends=('java-environment: for using clojure'
 'ruby: for using websockify addon')
 install=$pkgname.install
 
source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('9208a34adb8142274d52b912cea448856d413d2e66f1078341914e216d46dfdc'
-'67a134de3fde8f260ed44c718cac876adc43e993da296795648b114ecd26d0b5'
-'b33835e5218d14b7fea5fe3b1910e682bfdf8e42423c8ea04b496f2154d63776'
+sha256sums=('21a150afb9071e0bb8c182f081a9c8db4dc27cf3bec59a9d144c439a75dba072'
+'895a06499d9e595c46289ef70a7ec7c5eb1ac83476e171fa8a60765fd115c4b8'
+'711f32ef62c8b9b66966d740cbfc82b1142bab71e4396137259a32f16098df03'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 19:18:30
  Author: jlichtblau
Revision: 173194

upgpkg: man-pages-de 1.12-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |6 +++---
 man-pages-de.changelog |   19 +++
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:54:43 UTC (rev 173193)
+++ PKGBUILD2016-04-30 17:18:30 UTC (rev 173194)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=1.8
+pkgver=1.12
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -13,7 +13,7 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('e9d82b7bf41accd492b66b7ef2cbaefb5ce30c5ab2a2ad9ae1833424a8b93d6f')
+sha256sums=('ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-04-30 16:54:43 UTC (rev 173193)
+++ man-pages-de.changelog  2016-04-30 17:18:30 UTC (rev 173194)
@@ -1,23 +1,26 @@
-2015-05-17 Jaroslav Lichtblau 
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
* man-pages-de 1.8-1
 
-2013-12-25 Jaroslav Lichtblau 
+2013-12-25 Jaroslav Lichtblau 
* man-pages-de 1.4-1
 
-2013-05-18 Jaroslav Lichtblau 
+2013-05-18 Jaroslav Lichtblau 
* man-pages-de 1.1-1
 
-2011-11-20 Jaroslav Lichtblau 
+2011-11-20 Jaroslav Lichtblau 
* man-pages-de 0.9-1
 
-2011-02-19 Jaroslav Lichtblau 
+2011-02-19 Jaroslav Lichtblau 
* man-pages-de 0.7
 
-2010-07-21 Jaroslav Lichtblau 
+2010-07-21 Jaroslav Lichtblau 
* rebuild for correct package naming
 
-2009-04-25 Jaroslav Lichtblau 
+2009-04-25 Jaroslav Lichtblau 
* removing some more man pages provided by the new shadow 4.1.3.1 
package
 
-2009-02-19 Jaroslav Lichtblau 
+2009-02-19 Jaroslav Lichtblau 
* removing some man pages provided by the new man-db 2.5.3 package


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2016-04-30 Thread Jaroslav Lichtblau
Date: Saturday, April 30, 2016 @ 19:18:40
  Author: jlichtblau
Revision: 173195

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 173194, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 173194, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   58 +++
 man-pages-de.changelog |   49 +--
 2 files changed, 55 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 17:18:30 UTC (rev 173194)
+++ PKGBUILD2016-04-30 17:18:40 UTC (rev 173195)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=1.8
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/;
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('e9d82b7bf41accd492b66b7ef2cbaefb5ce30c5ab2a2ad9ae1833424a8b93d6f')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 173194, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 17:18:40 UTC (rev 173195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=1.12
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/;
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-04-30 17:18:30 UTC (rev 173194)
+++ man-pages-de.changelog  2016-04-30 17:18:40 UTC (rev 173195)
@@ -1,23 +0,0 @@
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
173194, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2016-04-30 17:18:40 UTC (rev 173195)
@@ -0,0 +1,26 @@
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * man-pages-de 1.8-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * man-pages-de 1.4-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau 
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau 
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau 
+   * removing some more man pages provided by the new shadow 4.1.3.1 
package
+
+2009-02-19 Jaroslav Lichtblau 
+   * removing some man pages provided by the new man-db 2.5.3 package


[arch-commits] Commit in xf86-video-intel/repos (6 files)

2016-04-30 Thread Andreas Radke
Date: Saturday, April 30, 2016 @ 19:16:26
  Author: andyrtr
Revision: 266683

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 266682, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 266682, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 266682, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 266682, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/xf86-video-intel.install   |   20 +
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 164 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 266682, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-30 17:16:26 UTC (rev 266683)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+641+ge4ef6e9
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=e4ef6e9')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
266682, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-04-30 17:16:26 UTC (rev 
266683)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 266682, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-30 17:16:26 UTC (rev 266683)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+641+ge4ef6e9
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-04-30 Thread Andreas Radke
Date: Saturday, April 30, 2016 @ 19:16:11
  Author: andyrtr
Revision: 266682

upgpkg: xf86-video-intel 1:2.99.917+641+ge4ef6e9-1

update to lastest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:51:27 UTC (rev 266681)
+++ PKGBUILD2016-04-30 17:16:11 UTC (rev 266682)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.917+636+g562ae1f
+pkgver=2.99.917+641+ge4ef6e9
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)
@@ -28,7 +28,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=562ae1f')
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=e4ef6e9')
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:54:43
  Author: spupykin
Revision: 173193

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

Added:
  incron/repos/community-i686/PKGBUILD
(from rev 173192, incron/trunk/PKGBUILD)
  incron/repos/community-i686/incron.install
(from rev 173192, incron/trunk/incron.install)
  incron/repos/community-i686/incrond.service
(from rev 173192, incron/trunk/incrond.service)
  incron/repos/community-x86_64/PKGBUILD
(from rev 173192, incron/trunk/PKGBUILD)
  incron/repos/community-x86_64/incron.install
(from rev 173192, incron/trunk/incron.install)
  incron/repos/community-x86_64/incrond.service
(from rev 173192, incron/trunk/incrond.service)
Deleted:
  incron/repos/community-i686/PKGBUILD
  incron/repos/community-i686/incron.install
  incron/repos/community-i686/incrond.service
  incron/repos/community-x86_64/PKGBUILD
  incron/repos/community-x86_64/incron.install
  incron/repos/community-x86_64/incrond.service

--+
 /PKGBUILD|   90 +
 /incron.install  |   22 +
 /incrond.service |   20 
 community-i686/PKGBUILD  |   47 ---
 community-i686/incron.install|   11 
 community-i686/incrond.service   |   10 
 community-x86_64/PKGBUILD|   47 ---
 community-x86_64/incron.install  |   11 
 community-x86_64/incrond.service |   10 
 9 files changed, 132 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 16:54:25 UTC (rev 173192)
+++ community-i686/PKGBUILD 2016-04-30 16:54:43 UTC (rev 173193)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Roberto Alsina 
-# Contributor: scj 
-
-pkgname=incron
-pkgver=0.5.10
-pkgrel=8
-pkgdesc="Like the regular cron but is driven by filesystem events instead of 
time periods"
-arch=('i686' 'x86_64')
-url="http://incron.aiken.cz/;
-license=('GPL')
-depends=('gcc-libs' 'bash')
-install=incron.install
-options=('emptydirs')
-source=("http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
-   'incrond.service')
-md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
- '4be206ba6ecacd9d2006cdc72b4604db')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  sed -i '1,1i#include ' inotify-cxx.cpp icd-main.cpp
-  sed -i '1,1i#include ' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
-  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
-  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -d "${pkgdir}"/usr/share/man "${pkgdir}"/usr/{s,}bin
-
-  make PREFIX="${pkgdir}"/usr \
-MANPATH="${pkgdir}"/usr/share/man \
-USERDATADIR="${pkgdir}"/var/spool/incron \
-CFGDIR="${pkgdir}"/etc \
-SYSDATADIR="${pkgdir}"/etc/incron.d install
-
-  install -Dm0644 "${srcdir}/incrond.service" 
"${pkgdir}/usr/lib/systemd/system/incrond.service"
-  rmdir $pkgdir/usr/sbin
-}

Copied: incron/repos/community-i686/PKGBUILD (from rev 173192, 
incron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 16:54:43 UTC (rev 173193)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roberto Alsina 
+# Contributor: scj 
+
+pkgname=incron
+pkgver=0.5.12
+pkgrel=1
+pkgdesc="Like the regular cron but is driven by filesystem events instead of 
time periods"
+arch=('i686' 'x86_64')
+url="https://github.com/ar-/incron;
+license=('GPL')
+depends=('gcc-libs' 'bash')
+install=incron.install
+options=('emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ar-/incron/archive/$pkgver.tar.gz;
+   'incrond.service')
+md5sums=('f7456b73875f44f36eaa818e3f105f76'
+ '4be206ba6ecacd9d2006cdc72b4604db')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -d "${pkgdir}"/usr/share/man "${pkgdir}"/usr/{s,}bin
+
+  make PREFIX="${pkgdir}"/usr \
+MANPATH="${pkgdir}"/usr/share/man \
+USERDATADIR="${pkgdir}"/var/spool/incron \
+INITDIR="${pkgdir}"/etc \
+CFGDIR="${pkgdir}"/etc \
+SYSDATADIR="${pkgdir}"/etc/incron.d install
+
+  install -Dm0644 "${srcdir}/incrond.service" 
"${pkgdir}/usr/lib/systemd/system/incrond.service"
+  rmdir $pkgdir/usr/sbin
+}

Deleted: community-i686/incron.install

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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:54:25
  Author: spupykin
Revision: 173192

upgpkg: incron 0.5.12-1

upd

Modified:
  incron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:54:18 UTC (rev 173191)
+++ PKGBUILD2016-04-30 16:54:25 UTC (rev 173192)
@@ -4,25 +4,22 @@
 # Contributor: scj 
 
 pkgname=incron
-pkgver=0.5.10
-pkgrel=8
+pkgver=0.5.12
+pkgrel=1
 pkgdesc="Like the regular cron but is driven by filesystem events instead of 
time periods"
 arch=('i686' 'x86_64')
-url="http://incron.aiken.cz/;
+url="https://github.com/ar-/incron;
 license=('GPL')
 depends=('gcc-libs' 'bash')
 install=incron.install
 options=('emptydirs')
-source=("http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ar-/incron/archive/$pkgver.tar.gz;
'incrond.service')
-md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
+md5sums=('f7456b73875f44f36eaa818e3f105f76'
  '4be206ba6ecacd9d2006cdc72b4604db')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
-  sed -i '1,1i#include ' inotify-cxx.cpp icd-main.cpp
-  sed -i '1,1i#include ' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
-  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
   sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
 }
 
@@ -39,6 +36,7 @@
   make PREFIX="${pkgdir}"/usr \
 MANPATH="${pkgdir}"/usr/share/man \
 USERDATADIR="${pkgdir}"/var/spool/incron \
+INITDIR="${pkgdir}"/etc \
 CFGDIR="${pkgdir}"/etc \
 SYSDATADIR="${pkgdir}"/etc/incron.d install
 


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:54:18
  Author: spupykin
Revision: 173191

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 173190, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 16:54:08 UTC (rev 173190)
+++ PKGBUILD2016-04-30 16:54:18 UTC (rev 173191)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old maintainer: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('e3225f4d2faa4186d21437b6726132ce')
-
-build() {
-  cd "${srcdir}/"elixir-lang*
-  make
-}
-
-check() {
-  cd "${srcdir}/"elixir-lang*
-  make test_erlang
-}
-
-package() {
-  cd "${srcdir}/"elixir-lang*
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 173190, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 16:54:18 UTC (rev 173191)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old maintainer: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
+md5sums=('f56d2f68ab89244144b496cfa7ee5c61')
+
+build() {
+  cd "${srcdir}/"elixir-lang*
+  make
+}
+
+check() {
+  cd "${srcdir}/"elixir-lang*
+  make test_erlang
+}
+
+package() {
+  cd "${srcdir}/"elixir-lang*
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:54:08
  Author: spupykin
Revision: 173190

upgpkg: elixir 1.2.5-1

upd

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:39:23 UTC (rev 173189)
+++ PKGBUILD2016-04-30 16:54:08 UTC (rev 173190)
@@ -3,8 +3,8 @@
 # Old maintainer: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Apache' 'custom:EPL')
 depends=('erlang-nox')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('e3225f4d2faa4186d21437b6726132ce')
+md5sums=('f56d2f68ab89244144b496cfa7ee5c61')
 
 build() {
   cd "${srcdir}/"elixir-lang*


[arch-commits] Commit in time/repos (14 files)

2016-04-30 Thread Dave Reisner
Date: Saturday, April 30, 2016 @ 18:51:27
  Author: dreisner
Revision: 266681

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

Added:
  time/repos/extra-i686/PKGBUILD
(from rev 266680, time/trunk/PKGBUILD)
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 266680, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 266680, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
  time/repos/extra-x86_64/PKGBUILD
(from rev 266680, time/trunk/PKGBUILD)
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 266680, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 266680, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
Deleted:
  time/repos/extra-i686/PKGBUILD
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
  time/repos/extra-i686/time.install
  time/repos/extra-x86_64/PKGBUILD
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
  time/repos/extra-x86_64/time.install

--+
 /PKGBUILD|   94 
++
 /time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |  144 
++
 /time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   64 

 extra-i686/PKGBUILD  |   48 ---
 extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch   |   72 
-
 extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch |   32 --
 extra-i686/time.install  |   22 -
 extra-x86_64/PKGBUILD|   48 ---
 extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |   72 
-
 extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   32 --
 extra-x86_64/time.install|   22 -
 11 files changed, 302 insertions(+), 348 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-30 16:50:56 UTC (rev 266680)
+++ extra-i686/PKGBUILD 2016-04-30 16:51:27 UTC (rev 266681)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Daniel J Griffiths 
-# Contributor: damir 
-
-pkgname=time
-pkgver=1.7
-pkgrel=7
-pkgdesc="Utility for monitoring a program's use of system resources"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/directory/time.html;
-license=('GPL')
-depends=('glibc')
-install=time.install
-source=(http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('dde0c28c7426960736933f3e763320680356cc6a'
-  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
-  'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-  patch -Np1 < 
"$srcdir"/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-  patch -Np1 < "$srcdir"/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
-
-  # rebuild the ancient autoconf setup to fix a variety of build issues
-  # surrounding missing/incorrect includes.
-  autoreconf -fisv
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
-}

Copied: time/repos/extra-i686/PKGBUILD (from rev 266680, time/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-30 16:51:27 UTC (rev 266681)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Daniel J Griffiths 
+# Contributor: damir 
+
+pkgname=time
+pkgver=1.7
+pkgrel=8
+pkgdesc="Utility for monitoring a program's use of system resources"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/directory/time.html;
+license=('GPL')
+depends=('glibc')

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

2016-04-30 Thread Dave Reisner
Date: Saturday, April 30, 2016 @ 18:50:56
  Author: dreisner
Revision: 266680

upgpkg: time 1.7-8

- drop install scriptlet for hooks

Deleted:
  time/trunk/time.install

--+
 time.install |   22 --
 1 file changed, 22 deletions(-)

Deleted: time.install
===
--- time.install2016-04-30 16:50:24 UTC (rev 266679)
+++ time.install2016-04-30 16:50:56 UTC (rev 266680)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-infodir=/usr/share/info
-filelist=(time.info.gz)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info "$infodir/$file" "$infodir/dir" 2>/dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info --delete "$infodir/$file" "$infodir/dir" 2>/dev/null
-  done
-}


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

2016-04-30 Thread Dave Reisner
Date: Saturday, April 30, 2016 @ 18:50:24
  Author: dreisner
Revision: 266679

upgpkg: time 1.7-8

- drop install scriptlet in favor of hooks

Modified:
  time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:48:25 UTC (rev 266678)
+++ PKGBUILD2016-04-30 16:50:24 UTC (rev 266679)
@@ -6,13 +6,12 @@
 
 pkgname=time
 pkgver=1.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Utility for monitoring a program's use of system resources"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/directory/time.html;
 license=('GPL')
 depends=('glibc')
-install=time.install
 source=(http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
 time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
 time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)


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

2016-04-30 Thread Dave Reisner
Date: Saturday, April 30, 2016 @ 18:48:25
  Author: dreisner
Revision: 266678

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

Added:
  ed/repos/testing-i686/
  ed/repos/testing-i686/PKGBUILD
(from rev 266677, ed/trunk/PKGBUILD)
  ed/repos/testing-x86_64/
  ed/repos/testing-x86_64/PKGBUILD
(from rev 266677, ed/trunk/PKGBUILD)

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

Copied: ed/repos/testing-i686/PKGBUILD (from rev 266677, ed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-30 16:48:25 UTC (rev 266678)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Andreas Radke 
+
+pkgname=ed
+pkgver=1.13
+pkgrel=2
+pkgdesc="A POSIX-compliant line-oriented text editor"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnu.org/software/ed/ed.html;
+depends=('glibc' 'sh')
+options=('!emptydirs')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
+source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
+md5sums=('1c789b7043b4d56169b8d2bdb249fe41'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  "CFLAGS=$CFLAGS" \
+  "LDFLAGS=$LDFLAGS"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install
+}

Copied: ed/repos/testing-x86_64/PKGBUILD (from rev 266677, ed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-30 16:48:25 UTC (rev 266678)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Andreas Radke 
+
+pkgname=ed
+pkgver=1.13
+pkgrel=2
+pkgdesc="A POSIX-compliant line-oriented text editor"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnu.org/software/ed/ed.html;
+depends=('glibc' 'sh')
+options=('!emptydirs')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
+source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
+md5sums=('1c789b7043b4d56169b8d2bdb249fe41'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  "CFLAGS=$CFLAGS" \
+  "LDFLAGS=$LDFLAGS"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install
+}


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

2016-04-30 Thread Dave Reisner
Date: Saturday, April 30, 2016 @ 18:47:59
  Author: dreisner
Revision: 266677

upgpkg: ed 1.13-2

- drop install script in favor of hooks

Modified:
  ed/trunk/PKGBUILD
Deleted:
  ed/trunk/ed.install

+
 PKGBUILD   |3 +--
 ed.install |   18 --
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:04:05 UTC (rev 266676)
+++ PKGBUILD2016-04-30 16:47:59 UTC (rev 266677)
@@ -4,7 +4,7 @@
 
 pkgname=ed
 pkgver=1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A POSIX-compliant line-oriented text editor"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,6 @@
 url="http://www.gnu.org/software/ed/ed.html;
 depends=('glibc' 'sh')
 options=('!emptydirs')
-install='ed.install'
 validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
 source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
 md5sums=('1c789b7043b4d56169b8d2bdb249fe41'

Deleted: ed.install
===
--- ed.install  2016-04-30 13:04:05 UTC (rev 266676)
+++ ed.install  2016-04-30 16:47:59 UTC (rev 266677)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-filelist=(ed.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2>/dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2>/dev/null
-  done
-}


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:39:23
  Author: spupykin
Revision: 173189

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 173188, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 173188, mediainfo-gui/trunk/PKGBUILD)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 16:39:09 UTC (rev 173188)
+++ community-i686/PKGBUILD 2016-04-30 16:39:23 UTC (rev 173189)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.84
-pkgrel=2
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
-  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
-  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
-"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
-  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
-"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 173188, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 16:39:23 UTC (rev 173189)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo-gui
+pkgver=0.7.85
+pkgrel=1
+pkgdesc="GUI for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png"
+  install -m 644 
"$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} 
"$pkgdir/usr/share/icons/"
+  install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \
+"$pkgdir/usr/share/pixmaps/mediainfo-gui.png"
+  install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \
+"$pkgdir/usr/share/applications/mediainfo-gui.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 16:39:09 UTC (rev 173188)
+++ community-x86_64/PKGBUILD   2016-04-30 16:39:23 UTC (rev 173189)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo-gui
-pkgver=0.7.84
-pkgrel=2
-pkgdesc="GUI for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -Dm 644 

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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:39:09
  Author: spupykin
Revision: 173188

upgpkg: mediainfo-gui 0.7.85-1

upd

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:39:05 UTC (rev 173187)
+++ PKGBUILD2016-04-30 16:39:09 UTC (rev 173188)
@@ -3,8 +3,8 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo-gui
-pkgver=0.7.84
-pkgrel=2
+pkgver=0.7.85
+pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
 url="http://mediaarea.net;
@@ -12,7 +12,7 @@
 depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
 makedepends=('imagemagick')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
+md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
 
 build() {
   cd MediaInfo/Project/GNU/GUI


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:39:05
  Author: spupykin
Revision: 173187

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 16:38:51 UTC (rev 173186)
+++ community-i686/PKGBUILD 2016-04-30 16:39:05 UTC (rev 173187)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.84
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 173186, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 16:39:05 UTC (rev 173187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.85
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 16:38:51 UTC (rev 173186)
+++ community-x86_64/PKGBUILD   2016-04-30 16:39:05 UTC (rev 173187)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.84
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 173186, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-30 16:39:05 UTC (rev 173187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: hydro 
+
+pkgname=mediainfo
+pkgver=0.7.85
+pkgrel=1
+pkgdesc="supplies technical and tag information about a video or audio file"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
+md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:38:46
  Author: spupykin
Revision: 173185

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 173184, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 173184, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 173184, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 173184, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 16:38:23 UTC (rev 173184)
+++ community-i686/PKGBUILD 2016-04-30 16:38:46 UTC (rev 173185)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.84
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net;
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('678f4b9094a564cfb701c7aefc559d5c'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 173184, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 16:38:46 UTC (rev 173185)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  hydro 
+
+pkgname=libmediainfo
+pkgver=0.7.85
+pkgrel=1
+pkgdesc="shared library for mediainfo"
+arch=('i686' 'x86_64')
+url="http://mediaarea.net;
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('1f8f67fd09128f4ea0d6a3597c09b94e'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2016-04-30 16:38:23 UTC 
(rev 173184)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2016-04-30 16:38:46 UTC 
(rev 173185)
@@ 

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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:38:23
  Author: spupykin
Revision: 173184

upgpkg: libmediainfo 0.7.85-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:04:03 UTC (rev 173183)
+++ PKGBUILD2016-04-30 16:38:23 UTC (rev 173184)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.84
+pkgver=0.7.85
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('678f4b9094a564cfb701c7aefc559d5c'
+md5sums=('1f8f67fd09128f4ea0d6a3597c09b94e'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {


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

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 18:38:51
  Author: spupykin
Revision: 173186

upgpkg: mediainfo 0.7.85-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 16:38:46 UTC (rev 173185)
+++ PKGBUILD2016-04-30 16:38:51 UTC (rev 173186)
@@ -3,7 +3,7 @@
 # Maintainer: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.84
+pkgver=0.7.85
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-md5sums=('9ebaef29b291e43e7fb505fe31ad0df1')
+md5sums=('7e5ebf26fcac77b331ca15b73c7421d8')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI


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

2016-04-30 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 18:04:03
  Author: kkeen
Revision: 173183

archrelease: copy trunk to community-any

Added:
  arch-wiki-lite/repos/community-any/PKGBUILD
(from rev 173182, arch-wiki-lite/trunk/PKGBUILD)
Deleted:
  arch-wiki-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 16:03:42 UTC (rev 173182)
+++ PKGBUILD2016-04-30 16:04:03 UTC (rev 173183)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keen...@gmail.com>
-pkgname=arch-wiki-lite
-pkgver=20160308
-_codever=20150413
-pkgrel=1
-pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
-arch=('any')
-url="http://kmkeen.com/arch-wiki-lite/;
-_watch="https://www.archlinux.org/packages/community/any/arch-wiki-docs/;
-license=('GPL' 'FDL')
-depends=('bash' 'gzip')
-makedepends=('python' 'arch-wiki-docs')
-optdepends=('arch-wiki-docs: for wiki-search-html')
-source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
-md5sums=('312239f18c883680c3eb25702893a4ec')
-
-build() {
-  cd "$srcdir/$pkgname"
-  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
-  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
-}
-

Copied: arch-wiki-lite/repos/community-any/PKGBUILD (from rev 173182, 
arch-wiki-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 16:04:03 UTC (rev 173183)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@gmail.com>
+pkgname=arch-wiki-lite
+pkgver=20160308
+_codever=20160430
+pkgrel=2
+pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
+arch=('any')
+url="http://kmkeen.com/arch-wiki-lite/;
+_watch="https://www.archlinux.org/packages/community/any/arch-wiki-docs/;
+license=('GPL' 'FDL')
+depends=('bash' 'gzip')
+makedepends=('python' 'arch-wiki-docs')
+optdepends=('dialog: for interactive menu'
+'arch-wiki-docs: for wiki-search-html'
+'xdg-utils: for wiki-search-html')
+source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
+md5sums=('827909e927c20303395d74c65e34f04e')
+
+build() {
+  cd "$srcdir/$pkgname"
+  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
+  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
+  install -Dm 0644 wiki-search.dialog.rc 
"$pkgdir/etc/dialog.d/wiki-search.dialog.rc"
+}
+


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

2016-04-30 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 18:03:42
  Author: kkeen
Revision: 173182

upgpkg: arch-wiki-lite 20160308-2

Modified:
  arch-wiki-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 15:09:25 UTC (rev 173181)
+++ PKGBUILD2016-04-30 16:03:42 UTC (rev 173182)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen <keen...@gmail.com>
 pkgname=arch-wiki-lite
 pkgver=20160308
-_codever=20150413
-pkgrel=1
+_codever=20160430
+pkgrel=2
 pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
 arch=('any')
 url="http://kmkeen.com/arch-wiki-lite/;
@@ -11,9 +11,11 @@
 license=('GPL' 'FDL')
 depends=('bash' 'gzip')
 makedepends=('python' 'arch-wiki-docs')
-optdepends=('arch-wiki-docs: for wiki-search-html')
+optdepends=('dialog: for interactive menu'
+'arch-wiki-docs: for wiki-search-html'
+'xdg-utils: for wiki-search-html')
 source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz;)
-md5sums=('312239f18c883680c3eb25702893a4ec')
+md5sums=('827909e927c20303395d74c65e34f04e')
 
 build() {
   cd "$srcdir/$pkgname"
@@ -26,5 +28,6 @@
   install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
   install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
   install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
+  install -Dm 0644 wiki-search.dialog.rc 
"$pkgdir/etc/dialog.d/wiki-search.dialog.rc"
 }
 


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 17:09:25
  Author: fyan
Revision: 173181

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 15:08:52 UTC (rev 173180)
+++ PKGBUILD2016-04-30 15:09:25 UTC (rev 173181)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 173180, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 15:09:25 UTC (rev 173181)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and 

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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 17:08:52
  Author: fyan
Revision: 173180

upgpkg: python-hypothesis 3.1.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 14:46:10 UTC (rev 173179)
+++ PKGBUILD2016-04-30 15:08:52 UTC (rev 173180)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:46:10
  Author: jelle
Revision: 173179

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

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

+
 /PKGBUILD  |   58 +++
 community-i686/PKGBUILD|   30 --
 community-i686/linuxdcpp.install   |   12 ---
 community-x86_64/PKGBUILD  |   30 --
 community-x86_64/linuxdcpp.install |   12 ---
 5 files changed, 58 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 14:45:57 UTC (rev 173178)
+++ community-i686/PKGBUILD 2016-04-30 14:46:10 UTC (rev 173179)
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der waa 
-# Contributor: SpepS 
-# Contributor: Andrea Scarpino 
-# Contributor: Tom K 
-
-pkgname=linuxdcpp
-pkgver=1.1.0
-pkgrel=6
-pkgdesc="A Gtk+ Direct Connect client based on DC++."
-url="https://launchpad.net/linuxdcpp/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
-makedepends=('scons' 'boost')
-conflicts=('linuxdcpp-bzr')
-install=$pkgname.install
-source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
-md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  scons PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  scons install FAKE_ROOT="$pkgdir/"
-}

Copied: linuxdcpp/repos/community-i686/PKGBUILD (from rev 173178, 
linuxdcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 14:46:10 UTC (rev 173179)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der waa 
+# Contributor: SpepS 
+# Contributor: Andrea Scarpino 
+# Contributor: Tom K 
+
+pkgname=linuxdcpp
+pkgver=1.1.0
+pkgrel=7
+pkgdesc="A Gtk+ Direct Connect client based on DC++."
+url="https://launchpad.net/linuxdcpp/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
+makedepends=('scons' 'boost')
+conflicts=('linuxdcpp-bzr')
+source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install FAKE_ROOT="$pkgdir/"
+}

Deleted: community-i686/linuxdcpp.install
===
--- community-i686/linuxdcpp.install2016-04-30 14:45:57 UTC (rev 173178)
+++ community-i686/linuxdcpp.install2016-04-30 14:46:10 UTC (rev 173179)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 14:45:57 UTC (rev 173178)
+++ community-x86_64/PKGBUILD   2016-04-30 14:46:10 UTC (rev 173179)
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der waa 
-# Contributor: SpepS 
-# Contributor: Andrea Scarpino 
-# Contributor: Tom K 
-
-pkgname=linuxdcpp
-pkgver=1.1.0
-pkgrel=6
-pkgdesc="A Gtk+ Direct Connect client based on DC++."
-url="https://launchpad.net/linuxdcpp/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
-makedepends=('scons' 'boost')
-conflicts=('linuxdcpp-bzr')
-install=$pkgname.install
-source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
-md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  scons PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  scons install FAKE_ROOT="$pkgdir/"
-}

Copied: linuxdcpp/repos/community-x86_64/PKGBUILD (from rev 173178, 
linuxdcpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-30 14:46:10 UTC (rev 173179)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der waa 
+# Contributor: SpepS 
+# 

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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:45:57
  Author: jelle
Revision: 173178

upgpkg: linuxdcpp 1.1.0-7

pacman hooks rebuild

Modified:
  linuxdcpp/trunk/PKGBUILD
Deleted:
  linuxdcpp/trunk/linuxdcpp.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 14:36:24 UTC (rev 173177)
+++ PKGBUILD2016-04-30 14:45:57 UTC (rev 173178)
@@ -5,7 +5,7 @@
 
 pkgname=linuxdcpp
 pkgver=1.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A Gtk+ Direct Connect client based on DC++."
 url="https://launchpad.net/linuxdcpp/;
 license=('GPL')
@@ -13,7 +13,6 @@
 depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
 makedepends=('scons' 'boost')
 conflicts=('linuxdcpp-bzr')
-install=$pkgname.install
 source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
 md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
 

Deleted: linuxdcpp.install
===
--- linuxdcpp.install   2016-04-30 14:36:24 UTC (rev 173177)
+++ linuxdcpp.install   2016-04-30 14:45:57 UTC (rev 173178)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:36:14
  Author: jelle
Revision: 173176

upgpkg: python-cherrypy 5.1.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 14:27:15 UTC (rev 173175)
+++ PKGBUILD2016-04-30 14:36:14 UTC (rev 173176)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=4.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('4b765329b0b4b65ec25811e3febb6c93')
+md5sums=('15e2ea13792fa2c165f18bf89396d64c')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
@@ -57,8 +57,8 @@
 
 check() {
   cd CherryPy2-${pkgver}
-  python2 ./setup.py test
+#  python2 ./setup.py test
 
   cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
+#  python3 ./setup.py check
 }


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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:36:24
  Author: jelle
Revision: 173177

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 14:36:14 UTC (rev 173176)
+++ PKGBUILD2016-04-30 14:36:24 UTC (rev 173177)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('4b765329b0b4b65ec25811e3febb6c93')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-  python2 ./setup.py test
-
-  cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 173176, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 14:36:24 UTC (rev 173177)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
+md5sums=('15e2ea13792fa2c165f18bf89396d64c')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+#  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+#  python3 ./setup.py check
+}


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

2016-04-30 Thread Florian Pritz
Date: Saturday, April 30, 2016 @ 16:27:06
  Author: bluewind
Revision: 173174

upgpkg: freecad 0.16-2

hook rebuild

Modified:
  freecad/trunk/PKGBUILD
Deleted:
  freecad/trunk/freecad.install

-+
 PKGBUILD|3 +--
 freecad.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 14:12:30 UTC (rev 173173)
+++ PKGBUILD2016-04-30 14:27:06 UTC (rev 173174)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'
@@ -20,7 +20,6 @@
 makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
 # TODO add reasons
 optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
 source=("https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz;
"${pkgname}.desktop"
"${pkgname}.xml")

Deleted: freecad.install
===
--- freecad.install 2016-04-30 14:12:30 UTC (rev 173173)
+++ freecad.install 2016-04-30 14:27:06 UTC (rev 173174)
@@ -1,15 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-update-mime-database usr/share/mime
-}


[arch-commits] Commit in freecad/repos (14 files)

2016-04-30 Thread Florian Pritz
Date: Saturday, April 30, 2016 @ 16:27:15
  Author: bluewind
Revision: 173175

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

Added:
  freecad/repos/community-i686/PKGBUILD
(from rev 173174, freecad/trunk/PKGBUILD)
  freecad/repos/community-i686/freecad.desktop
(from rev 173174, freecad/trunk/freecad.desktop)
  freecad/repos/community-i686/freecad.xml
(from rev 173174, freecad/trunk/freecad.xml)
  freecad/repos/community-x86_64/PKGBUILD
(from rev 173174, freecad/trunk/PKGBUILD)
  freecad/repos/community-x86_64/freecad.desktop
(from rev 173174, freecad/trunk/freecad.desktop)
  freecad/repos/community-x86_64/freecad.xml
(from rev 173174, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-i686/PKGBUILD
  freecad/repos/community-i686/freecad.desktop
  freecad/repos/community-i686/freecad.install
  freecad/repos/community-i686/freecad.xml
  freecad/repos/community-x86_64/PKGBUILD
  freecad/repos/community-x86_64/freecad.desktop
  freecad/repos/community-x86_64/freecad.install
  freecad/repos/community-x86_64/freecad.xml

--+
 /PKGBUILD|  150 +
 /freecad.desktop |   28 ++
 community-i686/PKGBUILD  |   76 --
 community-i686/freecad.desktop   |   14 ---
 community-i686/freecad.install   |   15 ---
 community-x86_64/PKGBUILD|   76 --
 community-x86_64/freecad.desktop |   14 ---
 community-x86_64/freecad.install |   15 ---
 8 files changed, 178 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 14:27:06 UTC (rev 173174)
+++ community-i686/PKGBUILD 2016-04-30 14:27:15 UTC (rev 173175)
@@ -1,76 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.16
-pkgrel=1
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
-source=("https://github.com/FreeCAD/FreeCAD/archive/$pkgver.tar.gz;
-   "${pkgname}.desktop"
-   "${pkgname}.xml")
-md5sums=('6e992c98ae2b8448bcf428e3e9efb02f'
- '382cd66757dae635b53105d207679fce'
- 'c2f4154c8e4678825411de8e7fa54c6b')
-
-prepare() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-
-  sed -i \
--e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
--e "50i\\\tLibDir = '/usr/lib/freecad'" \
-src/App/FreeCADInit.py
-
-  # http://www.freecadweb.org/tracker/view.php?id=2347
-  sed -i 's/boost::re_detail/boost::BOOST_REGEX_DETAIL_NS/' \
-src/Mod/Drawing/App/FeaturePage.cpp
-}
-
-build() {
-  cd "${srcdir}/FreeCAD-${pkgver}/"
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr" \
--DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
--DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
-  make
-}
-
-package() {
-  cd "${srcdir}/FreeCAD-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Symlink to /usr/bin
-  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
-
-  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
-  rm -r "${pkgdir}/usr/Mod"
-
-  # Install pixmaps and desktop shortcut
-  desktop-file-install \
---dir="${pkgdir}/usr/share/applications" \
-"${srcdir}/${pkgname}.desktop"
-
-  # Mime info
-  install -D -m644 "${srcdir}/${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-}

Copied: freecad/repos/community-i686/PKGBUILD (from rev 173174, 
freecad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 14:27:15 UTC (rev 173175)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: 

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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:12:18
  Author: jelle
Revision: 173172

upgpkg: pbpst 1.1.2-1

Modified:
  pbpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:57:40 UTC (rev 173171)
+++ PKGBUILD2016-04-30 14:12:18 UTC (rev 173172)
@@ -4,7 +4,7 @@
 # Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
 
 pkgname=pbpst
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='A small tool to interact with pb instances'
 url='https://github.com/HalosGhost/pbpst'
@@ -13,10 +13,13 @@
 depends=('curl' 'jansson')
 makedepends=('git' 'tup' 'clang' 'python-sphinx')
 source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('fb8a2054d23ee6e68ba683ea5f5e59be')
+md5sums=('eb5d018a3301295976f86b59423dd1a7')
 
 build () {
 cd "pbpst-${pkgver}"
+
+./configure --cflags="$CFLAGS"
+
 make
 }
 


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

2016-04-30 Thread Jelle van der Waa
Date: Saturday, April 30, 2016 @ 16:12:30
  Author: jelle
Revision: 173173

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 14:12:18 UTC (rev 173172)
+++ community-i686/PKGBUILD 2016-04-30 14:12:30 UTC (rev 173173)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('fb8a2054d23ee6e68ba683ea5f5e59be')
-
-build () {
-cd "pbpst-${pkgver}"
-make
-}
-
-package () {
-cd "pbpst-${pkgver}"
-make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-i686/PKGBUILD (from rev 173172, 
pbpst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 14:12:30 UTC (rev 173173)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('eb5d018a3301295976f86b59423dd1a7')
+
+build () {
+cd "pbpst-${pkgver}"
+
+./configure --cflags="$CFLAGS"
+
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 14:12:18 UTC (rev 173172)
+++ community-x86_64/PKGBUILD   2016-04-30 14:12:30 UTC (rev 173173)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sam Stuewe 
-#
-# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
-
-pkgname=pbpst
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A small tool to interact with pb instances'
-url='https://github.com/HalosGhost/pbpst'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('curl' 'jansson')
-makedepends=('git' 'tup' 'clang' 'python-sphinx')
-source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
-md5sums=('fb8a2054d23ee6e68ba683ea5f5e59be')
-
-build () {
-cd "pbpst-${pkgver}"
-make
-}
-
-package () {
-cd "pbpst-${pkgver}"
-make DESTDIR="${pkgdir}" PREFIX='/usr' install
-}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 173172, 
pbpst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-30 14:12:30 UTC (rev 173173)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('eb5d018a3301295976f86b59423dd1a7')
+
+build () {
+cd "pbpst-${pkgver}"
+
+./configure --cflags="$CFLAGS"
+
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}


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

2016-04-30 Thread Florian Pritz
Date: Saturday, April 30, 2016 @ 15:57:40
  Author: bluewind
Revision: 173171

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

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

-+
 /PKGBUILD   |   58 ++
 community-i686/PKGBUILD |   30 ---
 community-i686/obconf.install   |   12 ---
 community-x86_64/PKGBUILD   |   30 ---
 community-x86_64/obconf.install |   12 ---
 5 files changed, 58 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 13:57:34 UTC (rev 173170)
+++ community-i686/PKGBUILD 2016-04-30 13:57:40 UTC (rev 173171)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Kieslich 
-# Contributor: Daniel J Griffiths 
-
-pkgname=obconf
-pkgver=2.0.4
-pkgrel=3
-pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
-arch=('i686' 'x86_64')
-url="http://openbox.org/wiki/ObConf:About;
-license=('GPL')
-depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 
'libobrender.so')
-install=${pkgname}.install
-source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  #./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: obconf/repos/community-i686/PKGBUILD (from rev 173170, 
obconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 13:57:40 UTC (rev 173171)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Kieslich 
+# Contributor: Daniel J Griffiths 
+
+pkgname=obconf
+pkgver=2.0.4
+pkgrel=4
+pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
+arch=('i686' 'x86_64')
+url="http://openbox.org/wiki/ObConf:About;
+license=('GPL')
+depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 
'libobrender.so')
+source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  #./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/obconf.install
===
--- community-i686/obconf.install   2016-04-30 13:57:34 UTC (rev 173170)
+++ community-i686/obconf.install   2016-04-30 13:57:40 UTC (rev 173171)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-update-mime-database /usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-30 13:57:34 UTC (rev 173170)
+++ community-x86_64/PKGBUILD   2016-04-30 13:57:40 UTC (rev 173171)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Kieslich 
-# Contributor: Daniel J Griffiths 
-
-pkgname=obconf
-pkgver=2.0.4
-pkgrel=3
-pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
-arch=('i686' 'x86_64')
-url="http://openbox.org/wiki/ObConf:About;
-license=('GPL')
-depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 
'libobrender.so')
-install=${pkgname}.install
-source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  #./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: obconf/repos/community-x86_64/PKGBUILD (from rev 173170, 
obconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-30 13:57:40 UTC (rev 173171)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 

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

2016-04-30 Thread Florian Pritz
Date: Saturday, April 30, 2016 @ 15:57:34
  Author: bluewind
Revision: 173170

upgpkg: obconf 2.0.4-4

hook rebuild

Modified:
  obconf/trunk/PKGBUILD
Deleted:
  obconf/trunk/obconf.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:50:41 UTC (rev 173169)
+++ PKGBUILD2016-04-30 13:57:34 UTC (rev 173170)
@@ -6,13 +6,12 @@
 
 pkgname=obconf
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
 arch=('i686' 'x86_64')
 url="http://openbox.org/wiki/ObConf:About;
 license=('GPL')
 depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm' 
'libobrender.so')
-install=${pkgname}.install
 source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
 

Deleted: obconf.install
===
--- obconf.install  2016-04-30 13:50:41 UTC (rev 173169)
+++ obconf.install  2016-04-30 13:57:34 UTC (rev 173170)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-update-mime-database /usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:50:41
  Author: fyan
Revision: 173169

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 13:49:11 UTC (rev 173168)
+++ PKGBUILD2016-04-30 13:50:41 UTC (rev 173169)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Otto Sabart 
-# Contributor: Mizuchi 
-# Contributor: Veli-Jussi Raitila 
-
-pkgbase=python-pysrt
-pkgname=(python-pysrt python2-pysrt)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Python parser for SubRip (srt) files"
-arch=('any')
-url="https://github.com/byroot/pysrt;
-license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet')
-source=("https://pypi.python.org/packages/source/p/pysrt/pysrt-${pkgver}.tar.gz;)
-md5sums=('223da1e3bc9a67de1a2e3cfaa7d9264d')
-
-prepare() {
-  cp -a pysrt-$pkgver{,-py2}
-}
-
-package_python-pysrt() {
-  depends=('python-chardet')
-
-  cd pysrt-$pkgver  
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysrt() {
-  depends=('python2-chardet')
-
-  cd pysrt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/srt"{,2}
-}

Copied: python-pysrt/repos/community-any/PKGBUILD (from rev 173168, 
python-pysrt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 13:50:41 UTC (rev 173169)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Otto Sabart 
+# Contributor: Mizuchi 
+# Contributor: Veli-Jussi Raitila 
+
+pkgbase=python-pysrt
+pkgname=(python-pysrt python2-pysrt)
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Python parser for SubRip (srt) files"
+arch=('any')
+url="https://github.com/byroot/pysrt;
+license=('GPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/byroot/pysrt.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pysrt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pysrt
+  python setup.py build
+
+  cd "$srcdir"/pysrt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pysrt
+  nosetests3
+
+  cd "$srcdir"/pysrt-py2
+  nosetests2
+}
+
+package_python-pysrt() {
+  depends=('python-chardet')
+  optdepends=('python-setuptools: for srt script')
+
+  cd pysrt  
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysrt() {
+  depends=('python2-chardet')
+  optdepends=('python2-setuptools: for srt2 script')
+
+  cd pysrt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir/usr/bin/srt"{,2}
+}


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:49:11
  Author: fyan
Revision: 173168

upgpkg: python-pysrt 1.1.1-1

Modified:
  python-pysrt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:47:55 UTC (rev 173167)
+++ PKGBUILD2016-04-30 13:49:11 UTC (rev 173168)
@@ -6,31 +6,50 @@
 
 pkgbase=python-pysrt
 pkgname=(python-pysrt python2-pysrt)
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Python parser for SubRip (srt) files"
 arch=('any')
 url="https://github.com/byroot/pysrt;
 license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet')
-source=("https://pypi.python.org/packages/source/p/pysrt/pysrt-${pkgver}.tar.gz;)
-md5sums=('223da1e3bc9a67de1a2e3cfaa7d9264d')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/byroot/pysrt.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  cp -a pysrt-$pkgver{,-py2}
+  cp -a pysrt{,-py2}
 }
 
+build() {
+  cd "$srcdir"/pysrt
+  python setup.py build
+
+  cd "$srcdir"/pysrt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pysrt
+  nosetests3
+
+  cd "$srcdir"/pysrt-py2
+  nosetests2
+}
+
 package_python-pysrt() {
   depends=('python-chardet')
+  optdepends=('python-setuptools: for srt script')
 
-  cd pysrt-$pkgver  
+  cd pysrt  
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-pysrt() {
   depends=('python2-chardet')
+  optdepends=('python2-setuptools: for srt2 script')
 
-  cd pysrt-$pkgver-py2
+  cd pysrt-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   mv "$pkgdir/usr/bin/srt"{,2}


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:46:05
  Author: fyan
Revision: 173150

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 13:45:32 UTC (rev 173149)
+++ PKGBUILD2016-04-30 13:46:05 UTC (rev 173150)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('5bca5421236b5467e33aa318d8eecfbb64f217c14913f299e8775f0513af29ba')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 173149, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 13:46:05 UTC (rev 173150)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('e3133b1a73d51d7adb9898e24ef07d84e479fb121b8f848320756db222ceaed0')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:45:32
  Author: fyan
Revision: 173149

upgpkg: ruby-bundler 1.12.1-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:44:30 UTC (rev 173148)
+++ PKGBUILD2016-04-30 13:45:32 UTC (rev 173149)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('5bca5421236b5467e33aa318d8eecfbb64f217c14913f299e8775f0513af29ba')
+sha256sums=('e3133b1a73d51d7adb9898e24ef07d84e479fb121b8f848320756db222ceaed0')
 
 package() {
   cd "$srcdir"


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:43:46
  Author: fyan
Revision: 173147

upgpkg: darcs 2.12.0-1

rebuild with darcs-2.12.0, extra-1.4.5, hpack-0.13.0, lens-4.14, tasty-0.11.0.3

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 13:33:40 UTC (rev 173146)
+++ PKGBUILD2016-04-30 13:43:46 UTC (rev 173147)
@@ -3,34 +3,31 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=darcs
-pkgver=2.10.3
-pkgrel=16
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")
 arch=('i686' 'x86_64')
 depends=('curl')
-makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
- "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
- "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
- "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
- "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
- "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
 
-prepare() {
-sed -i 's/zip-archive  >= 0.2.3 && < 0.3/zip-archive  >= 0.2.3 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
 runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
 -fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
--f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
--f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
 runhaskell Setup build
 }
 


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

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 15:44:30
  Author: fyan
Revision: 173148

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 173147, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 13:44:30 UTC (rev 173148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173147, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 13:44:30 UTC (rev 173148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r 

  1   2   >