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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:52:26
  Author: angvp
Revision: 194719

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

Deleted:
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch

+
 testing-i686/serf-ssl-allocator-v2.patch   |   57 ---
 testing-x86_64/serf-ssl-allocator-v2.patch |   57 ---
 2 files changed, 114 deletions(-)

Deleted: testing-i686/serf-ssl-allocator-v2.patch
===
--- testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:50:48 UTC (rev 
194718)
+++ testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:52:26 UTC (rev 
194719)
@@ -1,57 +0,0 @@
-Index: buckets/ssl_buckets.c
-===
 buckets/ssl_buckets.c   (revision 2130)
-+++ buckets/ssl_buckets.c   (working copy)
-@@ -1192,21 +1192,16 @@
- context->server_cert_userdata = data;
- }
- 
--static serf_ssl_context_t *ssl_init_context(void)
-+static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
- {
- serf_ssl_context_t *ssl_ctx;
--apr_pool_t *pool;
--serf_bucket_alloc_t *allocator;
- 
- init_ssl_libraries();
- 
--apr_pool_create(&pool, NULL);
--allocator = serf_bucket_allocator_create(pool, NULL, NULL);
--
- ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
- 
- ssl_ctx->refcount = 0;
--ssl_ctx->pool = pool;
-+ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
- ssl_ctx->allocator = allocator;
- 
- ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
-@@ -1263,8 +1258,6 @@
- static apr_status_t ssl_free_context(
- serf_ssl_context_t *ssl_ctx)
- {
--apr_pool_t *p;
--
- /* If never had the pending buckets, don't try to free them. */
- if (ssl_ctx->decrypt.pending != NULL) {
- serf_bucket_destroy(ssl_ctx->decrypt.pending);
-@@ -1277,10 +1270,7 @@
- SSL_free(ssl_ctx->ssl);
- SSL_CTX_free(ssl_ctx->ctx);
- 
--p = ssl_ctx->pool;
--
- serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
--apr_pool_destroy(p);
- 
- return APR_SUCCESS;
- }
-@@ -1294,7 +1284,7 @@
- 
- ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
- if (!ssl_ctx) {
--ctx->ssl_ctx = ssl_init_context();
-+ctx->ssl_ctx = ssl_init_context(allocator);
- }
- else {
- ctx->ssl_ctx = ssl_ctx;

Deleted: testing-x86_64/serf-ssl-allocator-v2.patch
===
--- testing-x86_64/serf-ssl-allocator-v2.patch  2013-09-23 03:50:48 UTC (rev 
194718)
+++ testing-x86_64/serf-ssl-allocator-v2.patch  2013-09-23 03:52:26 UTC (rev 
194719)
@@ -1,57 +0,0 @@
-Index: buckets/ssl_buckets.c
-===
 buckets/ssl_buckets.c   (revision 2130)
-+++ buckets/ssl_buckets.c   (working copy)
-@@ -1192,21 +1192,16 @@
- context->server_cert_userdata = data;
- }
- 
--static serf_ssl_context_t *ssl_init_context(void)
-+static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
- {
- serf_ssl_context_t *ssl_ctx;
--apr_pool_t *pool;
--serf_bucket_alloc_t *allocator;
- 
- init_ssl_libraries();
- 
--apr_pool_create(&pool, NULL);
--allocator = serf_bucket_allocator_create(pool, NULL, NULL);
--
- ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
- 
- ssl_ctx->refcount = 0;
--ssl_ctx->pool = pool;
-+ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
- ssl_ctx->allocator = allocator;
- 
- ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
-@@ -1263,8 +1258,6 @@
- static apr_status_t ssl_free_context(
- serf_ssl_context_t *ssl_ctx)
- {
--apr_pool_t *p;
--
- /* If never had the pending buckets, don't try to free them. */
- if (ssl_ctx->decrypt.pending != NULL) {
- serf_bucket_destroy(ssl_ctx->decrypt.pending);
-@@ -1277,10 +1270,7 @@
- SSL_free(ssl_ctx->ssl);
- SSL_CTX_free(ssl_ctx->ctx);
- 
--p = ssl_ctx->pool;
--
- serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
--apr_pool_destroy(p);
- 
- return APR_SUCCESS;
- }
-@@ -1294,7 +1284,7 @@
- 
- ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
- if (!ssl_ctx) {
--ctx->ssl_ctx = ssl_init_context();
-+ctx->ssl_ctx = ssl_init_context(allocator);
- }
- else {
- ctx->ssl_ctx = ssl_ctx;



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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:50:48
  Author: angvp
Revision: 194718

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

Added:
  serf/repos/testing-i686/PKGBUILD
(from rev 194717, serf/trunk/PKGBUILD)
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
(from rev 194717, serf/trunk/serf-ssl-allocator-v2.patch)
  serf/repos/testing-x86_64/PKGBUILD
(from rev 194717, serf/trunk/PKGBUILD)
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch
(from rev 194717, serf/trunk/serf-ssl-allocator-v2.patch)
Deleted:
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch

+
 /serf-ssl-allocator-v2.patch   |  114 +++
 testing-i686/PKGBUILD  |   39 +
 testing-i686/serf-ssl-allocator-v2.patch   |   57 -
 testing-x86_64/PKGBUILD|   39 +
 testing-x86_64/serf-ssl-allocator-v2.patch |   57 -
 5 files changed, 192 insertions(+), 114 deletions(-)

Copied: serf/repos/testing-i686/PKGBUILD (from rev 194717, serf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-23 03:50:48 UTC (rev 194718)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!libtool' '!staticlibs')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 
'serf-ssl-allocator-v2.patch')
+md5sums=('da5aca0cad19fd9c19129c3f8f7393dd'
+ 'a0ff486ee26f86cb2825decfd1dc8355')
+
+prepare() {
+  mv serf-ssl-allocator-v2.patch ${pkgname}-${pkgver} 
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i serf-ssl-allocator-v2.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Deleted: testing-i686/serf-ssl-allocator-v2.patch
===
--- testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:49:24 UTC (rev 
194717)
+++ testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:50:48 UTC (rev 
194718)
@@ -1,57 +0,0 @@
-Index: buckets/ssl_buckets.c
-===
 buckets/ssl_buckets.c   (revision 2130)
-+++ buckets/ssl_buckets.c   (working copy)
-@@ -1192,21 +1192,16 @@
- context->server_cert_userdata = data;
- }
- 
--static serf_ssl_context_t *ssl_init_context(void)
-+static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
- {
- serf_ssl_context_t *ssl_ctx;
--apr_pool_t *pool;
--serf_bucket_alloc_t *allocator;
- 
- init_ssl_libraries();
- 
--apr_pool_create(&pool, NULL);
--allocator = serf_bucket_allocator_create(pool, NULL, NULL);
--
- ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
- 
- ssl_ctx->refcount = 0;
--ssl_ctx->pool = pool;
-+ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
- ssl_ctx->allocator = allocator;
- 
- ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
-@@ -1263,8 +1258,6 @@
- static apr_status_t ssl_free_context(
- serf_ssl_context_t *ssl_ctx)
- {
--apr_pool_t *p;
--
- /* If never had the pending buckets, don't try to free them. */
- if (ssl_ctx->decrypt.pending != NULL) {
- serf_bucket_destroy(ssl_ctx->decrypt.pending);
-@@ -1277,10 +1270,7 @@
- SSL_free(ssl_ctx->ssl);
- SSL_CTX_free(ssl_ctx->ctx);
- 
--p = ssl_ctx->pool;
--
- serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
--apr_pool_destroy(p);
- 
- return APR_SUCCESS;
- }
-@@ -1294,7 +1284,7 @@
- 
- ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
- if (!ssl_ctx) {
--ctx->ssl_ctx = ssl_init_context();
-+ctx->ssl_ctx = ssl_init_context(allocator);
- }
- else {
- ctx->ssl_ctx = ssl_ctx;

Copied: serf/repos/testing-i686/serf-ssl-allocator-v2.patch (from rev 194717, 
serf/trunk/serf-ssl-allocator-v2.patch)
===
--- testing-i686/serf-ssl-allocator-v2.patch(rev 0)
+++ testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:50:48 UTC (rev 
194718)
@@ -0,0 +1,57 @@
+Index: buckets/ssl_buckets.c
+===
+--- buckets/ssl_buckets.c   (revision 2130)
 buckets/ssl_buckets.c   (working copy)
+@@ -1192,21 +1192,16 @@
+ context->server_cert_userdata = data;
+ }
+ 
+-static serf_ssl_context

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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:49:24
  Author: angvp
Revision: 194717

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

Added:
  serf/repos/testing-i686/
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
(from rev 194715, serf/trunk/serf-ssl-allocator-v2.patch)
  serf/repos/testing-x86_64/
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch
(from rev 194715, serf/trunk/serf-ssl-allocator-v2.patch)
Deleted:
  serf/repos/testing-i686/PKGBUILD
  serf/repos/testing-x86_64/PKGBUILD

+
 testing-i686/PKGBUILD  |   32 ---
 testing-i686/serf-ssl-allocator-v2.patch   |   57 +++
 testing-x86_64/PKGBUILD|   32 ---
 testing-x86_64/serf-ssl-allocator-v2.patch |   57 +++
 4 files changed, 114 insertions(+), 64 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-09-23 03:27:03 UTC (rev 194712)
+++ testing-i686/PKGBUILD   2013-09-23 03:49:24 UTC (rev 194717)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Stéphane Gaudreault 
-
-pkgname=serf
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="High-performance asynchronous HTTP client library"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/serf/";
-license=('Apache')
-depends=('apr-util')
-makedepends=('scons')
-options=('!libtool' '!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da5aca0cad19fd9c19129c3f8f7393dd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  scons PREFIX=/usr
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  scons check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr"
-  scons PREFIX="${pkgdir}/usr" install
-}

Copied: serf/repos/testing-i686/serf-ssl-allocator-v2.patch (from rev 194715, 
serf/trunk/serf-ssl-allocator-v2.patch)
===
--- testing-i686/serf-ssl-allocator-v2.patch(rev 0)
+++ testing-i686/serf-ssl-allocator-v2.patch2013-09-23 03:49:24 UTC (rev 
194717)
@@ -0,0 +1,57 @@
+Index: buckets/ssl_buckets.c
+===
+--- buckets/ssl_buckets.c   (revision 2130)
 buckets/ssl_buckets.c   (working copy)
+@@ -1192,21 +1192,16 @@
+ context->server_cert_userdata = data;
+ }
+ 
+-static serf_ssl_context_t *ssl_init_context(void)
++static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
+ {
+ serf_ssl_context_t *ssl_ctx;
+-apr_pool_t *pool;
+-serf_bucket_alloc_t *allocator;
+ 
+ init_ssl_libraries();
+ 
+-apr_pool_create(&pool, NULL);
+-allocator = serf_bucket_allocator_create(pool, NULL, NULL);
+-
+ ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
+ 
+ ssl_ctx->refcount = 0;
+-ssl_ctx->pool = pool;
++ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
+ ssl_ctx->allocator = allocator;
+ 
+ ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
+@@ -1263,8 +1258,6 @@
+ static apr_status_t ssl_free_context(
+ serf_ssl_context_t *ssl_ctx)
+ {
+-apr_pool_t *p;
+-
+ /* If never had the pending buckets, don't try to free them. */
+ if (ssl_ctx->decrypt.pending != NULL) {
+ serf_bucket_destroy(ssl_ctx->decrypt.pending);
+@@ -1277,10 +1270,7 @@
+ SSL_free(ssl_ctx->ssl);
+ SSL_CTX_free(ssl_ctx->ctx);
+ 
+-p = ssl_ctx->pool;
+-
+ serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
+-apr_pool_destroy(p);
+ 
+ return APR_SUCCESS;
+ }
+@@ -1294,7 +1284,7 @@
+ 
+ ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
+ if (!ssl_ctx) {
+-ctx->ssl_ctx = ssl_init_context();
++ctx->ssl_ctx = ssl_init_context(allocator);
+ }
+ else {
+ ctx->ssl_ctx = ssl_ctx;

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-09-23 03:27:03 UTC (rev 194712)
+++ testing-x86_64/PKGBUILD 2013-09-23 03:49:24 UTC (rev 194717)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Stéphane Gaudreault 
-
-pkgname=serf
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="High-performance asynchronous HTTP client library"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/serf/";
-license=('Apache')
-depends=('apr-util')
-makedepends=('scons')
-options=('!libtool' '!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da5aca0cad19fd9c19129c3f8f7393dd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  scons PREFIX=/usr
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  scons check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr"
-  scons PREFIX="${pkgdir}/usr" install
-}

Copied: serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch (from rev 194715, 
serf/t

[arch-commits] Commit in serf/trunk (PKGBUILD serf-ssl-allocator-v2.patch)

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:38:39
  Author: angvp
Revision: 194715

upgpkg: serf 1.3.1-2

Applying patch for FS#36070

Added:
  serf/trunk/serf-ssl-allocator-v2.patch
Modified:
  serf/trunk/PKGBUILD

-+
 PKGBUILD|   13 +++--
 serf-ssl-allocator-v2.patch |   57 ++
 2 files changed, 67 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 03:35:04 UTC (rev 194714)
+++ PKGBUILD2013-09-23 03:38:39 UTC (rev 194715)
@@ -4,7 +4,7 @@
 
 pkgname=serf
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance asynchronous HTTP client library"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/serf/";
@@ -12,9 +12,16 @@
 depends=('apr-util')
 makedepends=('scons')
 options=('!libtool' '!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da5aca0cad19fd9c19129c3f8f7393dd')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 
'serf-ssl-allocator-v2.patch')
+md5sums=('da5aca0cad19fd9c19129c3f8f7393dd'
+ 'a0ff486ee26f86cb2825decfd1dc8355')
 
+prepare() {
+  mv serf-ssl-allocator-v2.patch ${pkgname}-${pkgver} 
+  cd ${pkgname}-${pkgver}
+  patch -Np0 -i serf-ssl-allocator-v2.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   scons PREFIX=/usr

Added: serf-ssl-allocator-v2.patch
===
--- serf-ssl-allocator-v2.patch (rev 0)
+++ serf-ssl-allocator-v2.patch 2013-09-23 03:38:39 UTC (rev 194715)
@@ -0,0 +1,57 @@
+Index: buckets/ssl_buckets.c
+===
+--- buckets/ssl_buckets.c   (revision 2130)
 buckets/ssl_buckets.c   (working copy)
+@@ -1192,21 +1192,16 @@
+ context->server_cert_userdata = data;
+ }
+ 
+-static serf_ssl_context_t *ssl_init_context(void)
++static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
+ {
+ serf_ssl_context_t *ssl_ctx;
+-apr_pool_t *pool;
+-serf_bucket_alloc_t *allocator;
+ 
+ init_ssl_libraries();
+ 
+-apr_pool_create(&pool, NULL);
+-allocator = serf_bucket_allocator_create(pool, NULL, NULL);
+-
+ ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
+ 
+ ssl_ctx->refcount = 0;
+-ssl_ctx->pool = pool;
++ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
+ ssl_ctx->allocator = allocator;
+ 
+ ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
+@@ -1263,8 +1258,6 @@
+ static apr_status_t ssl_free_context(
+ serf_ssl_context_t *ssl_ctx)
+ {
+-apr_pool_t *p;
+-
+ /* If never had the pending buckets, don't try to free them. */
+ if (ssl_ctx->decrypt.pending != NULL) {
+ serf_bucket_destroy(ssl_ctx->decrypt.pending);
+@@ -1277,10 +1270,7 @@
+ SSL_free(ssl_ctx->ssl);
+ SSL_CTX_free(ssl_ctx->ctx);
+ 
+-p = ssl_ctx->pool;
+-
+ serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
+-apr_pool_destroy(p);
+ 
+ return APR_SUCCESS;
+ }
+@@ -1294,7 +1284,7 @@
+ 
+ ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
+ if (!ssl_ctx) {
+-ctx->ssl_ctx = ssl_init_context();
++ctx->ssl_ctx = ssl_init_context(allocator);
+ }
+ else {
+ ctx->ssl_ctx = ssl_ctx;



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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:27:03
  Author: angvp
Revision: 194712

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 03:26:21 UTC (rev 194711)
+++ PKGBUILD2013-09-23 03:27:03 UTC (rev 194712)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('8d2a7d43de8e1d1e1e92366cc9f93be2')
-
-#check() {
-#   # Check python3 module
-#   cd "${srcdir}"/setuptools-${pkgver}
-#   python3 setup.py test
-#
-#   # Check python2 module
-#   cd "${srcdir}"/setuptools-${pkgver}-python2
-#   python2 setup.py test
-#}
- 
-prepare() {
-   cd "${srcdir}"
- 
-   pushd setuptools-${pkgver}
-   popd
- 
-   cp -a setuptools-${pkgver}{,-python2}
- 
-   cd "${srcdir}"/setuptools-${pkgver}
-   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
- 
-   cd ../setuptools-${pkgver}-python2
-   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
-}
-
-build() {
-   # Build python 3 module
-   cd "${srcdir}"/setuptools-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../setuptools-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-setuptools() {
-   depends=('python>=3.3')
-   provides=('python-distribute')
-   replaces=('python-distribute')
- 
-   cd "${srcdir}/setuptools-${pkgver}"
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-   depends=('python2>=2.7')
-   provides=('python2-distribute' 'setuptools')
-   replaces=('python2-distribute' 'setuptools')
- 
-   cd "${srcdir}/setuptools-${pkgver}-python2"
-   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-   rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 194711, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 03:27:03 UTC (rev 194712)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+
+#check() {
+#   # Check python3 module
+#   cd "${srcdir}"/setuptools-${pkgver}
+#   python3 setup.py test
+#
+#   # Check python2 module
+#   cd "${srcdir}"/setuptools-${pkgver}-python2
+#   python2 setup.py test
+#}
+ 
+prepare() {
+   cd "${srcdir}"
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd "${srcdir}"/setuptools-${pkgver}
+   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
+ 
+   cd ../setuptools-${pkgver}-python2
+   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd "${srcdir}"/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python>=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd "${srcdir}/setuptools-${pkgver}"
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2>=2.7')
+   provides=('python2-distribute' 'setuptools')
+   replaces=('python2-distribute' 'setuptools')
+ 
+   cd "${srcdir}/setuptools-${pkgver}-python2"
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+   rm "${pkgdir}/usr/bin/easy_install"
+}
+md5sums=('ee82ea53def4480191061997409d2996')



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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:26:21
  Author: angvp
Revision: 194711

upgpkg: python-setuptools 1.1.6-1

Version bump to 1.1.6

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 00:56:24 UTC (rev 194710)
+++ PKGBUILD2013-09-23 03:26:21 UTC (rev 194711)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -10,7 +10,6 @@
 url="http://pypi.python.org/pypi/setuptools";
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('8d2a7d43de8e1d1e1e92366cc9f93be2')
 
 #check() {
 #   # Check python3 module
@@ -65,3 +64,4 @@
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
rm "${pkgdir}/usr/bin/easy_install"
 }
+md5sums=('ee82ea53def4480191061997409d2996')



[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:55:48
  Author: eric
Revision: 97505

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
(from rev 97504, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 00:55:13 UTC (rev 97504)
+++ PKGBUILD2013-09-23 00:55:48 UTC (rev 97505)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-local-lib
-pkgver=1.008011
-pkgrel=1
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="https://metacpan.org/release/local-lib";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz";)
-md5sums=('b9040f0cfc4291639fe37b60fb18476d')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 97504, 
perl-local-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 00:55:48 UTC (rev 97505)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-local-lib
+pkgver=1.008018
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="https://metacpan.org/release/local-lib";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz";)
+md5sums=('25fb4c35753bc2b81072a2d04422a619')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-local-lib/trunk (PKGBUILD)

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:55:13
  Author: eric
Revision: 97504

upgpkg: perl-local-lib 1.008018-1

Upstream update

Modified:
  perl-local-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 00:34:22 UTC (rev 97503)
+++ PKGBUILD2013-09-23 00:55:13 UTC (rev 97504)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-local-lib
-pkgver=1.008011
+pkgver=1.008018
 pkgrel=1
 pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz";)
-md5sums=('b9040f0cfc4291639fe37b60fb18476d')
+md5sums=('25fb4c35753bc2b81072a2d04422a619')
 
 build() {
   cd local-lib-${pkgver}



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

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:34:22
  Author: eric
Revision: 97503

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 97502, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 00:33:46 UTC (rev 97502)
+++ PKGBUILD2013-09-23 00:34:22 UTC (rev 97503)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7000
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz";)
-sha1sums=('7e630cbf40b80cc604cec7a2beb453d9326df497')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 97502, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 00:34:22 UTC (rev 97503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7001
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz";)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:33:46
  Author: eric
Revision: 97502

upgpkg: cpanminus 1.7001-1

Upstream update

Modified:
  cpanminus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 21:35:55 UTC (rev 97501)
+++ PKGBUILD2013-09-23 00:33:46 UTC (rev 97502)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=cpanminus
-pkgver=1.7000
+pkgver=1.7001
 pkgrel=1
 pkgdesc='Get, unpack, build and install modules from CPAN'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz";)
-sha1sums=('7e630cbf40b80cc604cec7a2beb453d9326df497')
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
 
 build() {
   cd App-cpanminus-$pkgver



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

2013-09-22 Thread Tom Gundersen
Date: Monday, September 23, 2013 @ 02:31:07
  Author: tomegun
Revision: 194708

upgpkg: gummiboot 38-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 00:27:15 UTC (rev 194707)
+++ PKGBUILD2013-09-23 00:31:07 UTC (rev 194708)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas 
 
 pkgname="gummiboot"
-pkgver="37"
+pkgver="38"
 pkgrel="1"
 pkgdesc="Simple text-mode UEFI Boot Manager"
 url="http://freedesktop.org/wiki/Software/gummiboot";



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

2013-09-22 Thread Tom Gundersen
Date: Monday, September 23, 2013 @ 02:31:14
  Author: tomegun
Revision: 194709

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 194708, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 194708, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 194708, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 194708, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 194708, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 194708, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 194708, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 194708, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 ++
 testing-x86_64/loader.conf   |2 +
 8 files changed, 134 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 194708, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor:  Mantas Mikulėnas 
+
+pkgname="gummiboot"
+pkgver="38"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot";
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+'loader.conf'
+'arch.conf')
+install="gummiboot.install"
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 "${srcdir}/loader.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
+   install -D -m0644 "${srcdir}/arch.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 194708, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 194708, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader"
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 194708, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 194708, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev

[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:27:15
  Author: eric
Revision: 194707

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 194706, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 00:26:32 UTC (rev 194706)
+++ PKGBUILD2013-09-23 00:27:15 UTC (rev 194707)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-io-socket-ssl
-pkgver=1.953
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/";
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('d8155bb2a5e1206dc60a28fdc6f2b67d84f748f7')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 194706, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 00:27:15 UTC (rev 194707)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-io-socket-ssl
+pkgver=1.954
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('cc66c548c6b09645fb54cde75e66156586ecf2ae')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:26:32
  Author: eric
Revision: 194706

upgpkg: perl-io-socket-ssl 1.954-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 21:22:23 UTC (rev 194705)
+++ PKGBUILD2013-09-23 00:26:32 UTC (rev 194706)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-io-socket-ssl
-pkgver=1.953
+pkgver=1.954
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('d8155bb2a5e1206dc60a28fdc6f2b67d84f748f7')
+sha1sums=('cc66c548c6b09645fb54cde75e66156586ecf2ae')
 
 build() {
   cd IO-Socket-SSL-${pkgver}
@@ -27,5 +27,5 @@
 
 package() {
   cd IO-Socket-SSL-${pkgver}
-  make install DESTDIR="${pkgdir}"
+  make DESTDIR="${pkgdir}" install
 }



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

2013-09-22 Thread Alexander Rødseth
Date: Sunday, September 22, 2013 @ 23:35:46
  Author: arodseth
Revision: 97500

upgpkg: gendesk 0.5.5-1

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 18:09:18 UTC (rev 97499)
+++ PKGBUILD2013-09-22 21:35:46 UTC (rev 97500)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth 
 
 pkgname=gendesk
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc='Utility to generate .desktop files and download icons'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 depends=('glibc')
 source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
 'http://roboticoverlords.org/images/default.png')
-sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56'
+sha256sums=('52a13d3952f0c00a65f05d01a9ca0fc1f5337f3379ff6017aafb686e5caf0942'
 '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
 
 build() {



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

2013-09-22 Thread Alexander Rødseth
Date: Sunday, September 22, 2013 @ 23:35:55
  Author: arodseth
Revision: 97501

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-22 21:35:46 UTC (rev 97500)
+++ community-i686/PKGBUILD 2013-09-22 21:35:55 UTC (rev 97501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=gendesk
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 97500, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-22 21:35:55 UTC (rev 97501)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=gendesk
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
+'http://roboticoverlords.org/images/default.png')
+sha256sums=('52a13d3952f0c00a65f05d01a9ca0fc1f5337f3379ff6017aafb686e5caf0942'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-22 21:35:46 UTC (rev 97500)
+++ community-x86_64/PKGBUILD   2013-09-22 21:35:55 UTC (rev 97501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=gendesk
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 97500, 
gendesk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-22 21:35:55 UTC (rev 97501)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=gendesk
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+lic

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

2013-09-22 Thread Daniel Isenmann
Date: Sunday, September 22, 2013 @ 23:22:23
  Author: daniel
Revision: 194705

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

Added:
  mono/repos/extra-i686/PKGBUILD
(from rev 194704, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 194704, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/mini_amd64.patch
(from rev 194704, mono/trunk/mini_amd64.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 194704, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/mono.install
(from rev 194704, mono/trunk/mono.install)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 194704, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 194704, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 194704, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/mini_amd64.patch
(from rev 194704, mono/trunk/mini_amd64.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 194704, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 194704, mono/trunk/mono.install)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 194704, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/mono.install
  mono/repos/extra-x86_64/mono.install

---+
 /mono.install |   14 +
 extra-i686/PKGBUILD   |   57 
 extra-i686/bug434892.patch|   11 +++
 extra-i686/mini_amd64.patch   |   13 
 extra-i686/mono.binfmt.d  |1 
 extra-i686/mono.install   |7 --
 extra-i686/sgen_fix.patch |  112 
 extra-x86_64/PKGBUILD |   57 
 extra-x86_64/bug434892.patch  |   11 +++
 extra-x86_64/mini_amd64.patch |   13 
 extra-x86_64/mono.binfmt.d|1 
 extra-x86_64/mono.install |7 --
 extra-x86_64/sgen_fix.patch   |  112 
 13 files changed, 402 insertions(+), 14 deletions(-)

Copied: mono/repos/extra-i686/PKGBUILD (from rev 194704, mono/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-22 21:22:23 UTC (rev 194705)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+pkgname=mono
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
+url="http://www.mono-project.com/";
+depends=('zlib' 'libgdiplus>=2.10' 'sh')
+makedepends=('pkgconfig')
+options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+install=mono.install
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d
+   mono.install
+   sgen_fix.patch)
+md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ 'ca1108e9638b01c26453ee663592a4e5'
+ '8a700b94bff7a913f920e95890d2fb4c')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 < ../sgen_fix.patch
+  # build mono
+  ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
+  make
+
+  # build jay
+  cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install jay
+  cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
+  make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # install binfmt conf file and pathes
+  install -D -m644 "${srcdir}"/mono.binfmt.d 
"${pkgdir}"/usr/lib/binfmt.d/mono.conf
+
+  #install license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
+  
+  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
+  sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
+}

Copied: mono/repos/extra-i686/bug434892.patch (from rev 194704, 
mono/trunk/bug434892.patch)
===
--- extra-i686/bug434892.patch  (rev 0)
+++ extra-i686/bug434892.patch  2013-09-22 21:22:23 UTC (rev 194705)
@@ -0,0 +1,11 @@
+--- 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/07/01 20:17:46 107006
 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/10/28 09:32:46 117243
+@@ -177,7 +177,7 @@
+   foreach (OperationMessage om in op.Messages) {
+   Message msg = ctx.Services.GetMessage 
(om.Message);
+   foreach (MessagePart part in msg.Parts)
+-  parts.Add (part,part);
++  

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

2013-09-22 Thread Daniel Isenmann
Date: Sunday, September 22, 2013 @ 23:22:14
  Author: daniel
Revision: 194704

upgpkg: mono 3.2.3-1

New upstream release and bugfix for FS#36929 and #36956

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 21:20:38 UTC (rev 194703)
+++ PKGBUILD2013-09-22 21:22:14 UTC (rev 194704)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -17,13 +17,16 @@
 install=mono.install
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
-   mono.install)
-md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+   mono.install
+   sgen_fix.patch)
+md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
  'b9ef8a65fea497acf176cca16c1e2402'
- 'ca1108e9638b01c26453ee663592a4e5')
+ 'ca1108e9638b01c26453ee663592a4e5'
+ '8a700b94bff7a913f920e95890d2fb4c')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 < ../sgen_fix.patch
   # build mono
   ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
   make



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

2013-09-22 Thread Daniel Isenmann
Date: Sunday, September 22, 2013 @ 23:20:38
  Author: daniel
Revision: 194703

upgpkg: mono 3.2.1-1

New upstream release and bugfix for FS#36929 and #36956

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 21:15:38 UTC (rev 194702)
+++ PKGBUILD2013-09-22 21:20:38 UTC (rev 194703)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=3.2.3
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -17,16 +17,13 @@
 install=mono.install
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
-   mono.install
-   sgen_fix.patch)
-md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
+   mono.install)
+md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
  'b9ef8a65fea497acf176cca16c1e2402'
- 'ca1108e9638b01c26453ee663592a4e5'
- '8a700b94bff7a913f920e95890d2fb4c')
+ 'ca1108e9638b01c26453ee663592a4e5')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -p1 < ../sgen_fix.patch
   # build mono
   ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
   make



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

2013-09-22 Thread Daniel Isenmann
Date: Sunday, September 22, 2013 @ 23:15:38
  Author: daniel
Revision: 194702

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

Deleted:
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/mini_amd64.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/mini_amd64.patch
  mono/repos/extra-x86_64/mono.binfmt.d

---+
 extra-i686/PKGBUILD   |   54 
 extra-i686/bug434892.patch|   11 
 extra-i686/mini_amd64.patch   |   13 -
 extra-i686/mono.binfmt.d  |1 
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/bug434892.patch  |   11 
 extra-x86_64/mini_amd64.patch |   13 -
 extra-x86_64/mono.binfmt.d|1 
 8 files changed, 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-22 21:15:30 UTC (rev 194701)
+++ extra-i686/PKGBUILD 2013-09-22 21:15:38 UTC (rev 194702)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-pkgname=mono
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
-url="http://www.mono-project.com/";
-depends=('zlib' 'libgdiplus>=2.10' 'sh')
-makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-install=mono.install
-source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
-mono.binfmt.d
-   mono.install)
-md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
- 'b9ef8a65fea497acf176cca16c1e2402'
- 'ca1108e9638b01c26453ee663592a4e5')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  # build mono
-  ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
-  make
-
-  # build jay
-  cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # install jay
-  cd "${srcdir}"/${pkgname}-${pkgver}/mcs/jay
-  make DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh install
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  # install binfmt conf file and pathes
-  install -D -m644 "${srcdir}"/mono.binfmt.d 
"${pkgdir}"/usr/lib/binfmt.d/mono.conf
-
-  #install license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
-  sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
-}

Deleted: extra-i686/bug434892.patch
===
--- extra-i686/bug434892.patch  2013-09-22 21:15:30 UTC (rev 194701)
+++ extra-i686/bug434892.patch  2013-09-22 21:15:38 UTC (rev 194702)
@@ -1,11 +0,0 @@
 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/07/01 20:17:46 107006
-+++ 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/10/28 09:32:46 117243
-@@ -177,7 +177,7 @@
-   foreach (OperationMessage om in op.Messages) {
-   Message msg = ctx.Services.GetMessage 
(om.Message);
-   foreach (MessagePart part in msg.Parts)
--  parts.Add (part,part);
-+  parts [part] = part; // do not 
use Add() - there could be the same MessagePart instance.
-   }
-   }
-   

Deleted: extra-i686/mini_amd64.patch
===
--- extra-i686/mini_amd64.patch 2013-09-22 21:15:30 UTC (rev 194701)
+++ extra-i686/mini_amd64.patch 2013-09-22 21:15:38 UTC (rev 194702)
@@ -1,13 +0,0 @@
 mono/mini/mini-amd64.c 2009-03-19 21:08:18 UTC (rev 129824)
-+++ mono/mini/mini-amd64.c 2009-03-19 21:09:53 UTC (rev 129825)
-@@ -1009,7 +1009,7 @@
-   locals_size += mono_type_size (ins->inst_vtype, &ialign);
-   }
- 
--  if ((cfg->num_varinfo > 1) || (locals_size >= (1 << 15))) {
-+  if ((cfg->num_varinfo > 5000) || (locals_size >= (1 << 15)) || 
(header->code_size > 11)) {
-   /* Avoid hitting the stack_alloc_size < (1 << 16) assertion in 
emit_epilog () */
-   cfg->arch.omit_fp = FALSE;
-   }
-
-   

Deleted: extra-i686/mono.binfmt.d
===
--- extra-i686/mono.binfmt.d2013-09-22 21:15:30 UTC (rev 194701)
+++ e

[arch-commits] Commit in mono/trunk (PKGBUILD sgen_fix.patch)

2013-09-22 Thread Daniel Isenmann
Date: Sunday, September 22, 2013 @ 23:15:30
  Author: daniel
Revision: 194701

upgpkg: mono 3.2.3-1

New upstream release and bugfix for FS#36929 and #36956

Added:
  mono/trunk/sgen_fix.patch
Modified:
  mono/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++--
 sgen_fix.patch |  112 +++
 2 files changed, 119 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 20:12:51 UTC (rev 194700)
+++ PKGBUILD2013-09-22 21:15:30 UTC (rev 194701)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -17,13 +17,16 @@
 install=mono.install
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
-   mono.install)
-md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+   mono.install
+   sgen_fix.patch)
+md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
  'b9ef8a65fea497acf176cca16c1e2402'
- 'ca1108e9638b01c26453ee663592a4e5')
+ 'ca1108e9638b01c26453ee663592a4e5'
+ '8a700b94bff7a913f920e95890d2fb4c')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 < ../sgen_fix.patch
   # build mono
   ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
   make

Added: sgen_fix.patch
===
--- sgen_fix.patch  (rev 0)
+++ sgen_fix.patch  2013-09-22 21:15:30 UTC (rev 194701)
@@ -0,0 +1,112 @@
+From d2cc22580898df5d4a15e0f99ab513e1570a6082 Mon Sep 17 00:00:00 2001
+From: Zoltan Varga 
+Date: Fri, 20 Sep 2013 19:06:34 +0200
+Subject: [PATCH] [sgen] Use __builtin_ctzl () in OBJ_BITMAP_FOREACH_PTR () on
+ 64 bit platforms. Fixes #14834.
+
+---
+ mono/metadata/sgen-descriptor.h | 28 +---
+ mono/tests/sgen-descriptors.cs  | 15 +--
+ 2 files changed, 38 insertions(+), 5 deletions(-)
+
+diff --git a/mono/metadata/sgen-descriptor.h b/mono/metadata/sgen-descriptor.h
+index cd53a86..3a00589 100644
+--- a/mono/metadata/sgen-descriptor.h
 b/mono/metadata/sgen-descriptor.h
+@@ -170,21 +170,43 @@ enum {
+   }   \
+   } while (0)
+ 
+-#ifdef __GNUC__
++#if defined(__GNUC__) && SIZEOF_VOID_P==4
++#define OBJ_BITMAP_FOREACH_PTR(desc,obj)   do {\
++  /* there are pointers */\
++  void **_objptr = (void**)(obj); \
++  gsize _bmap = (desc) >> 16; \
++  _objptr += OBJECT_HEADER_WORDS; \
++  { \
++  int _index = __builtin_ctz (_bmap); \
++  _objptr += _index; \
++  _bmap >>= (_index + 1); \
++  HANDLE_PTR (_objptr, (obj));\
++  _objptr ++; 
\
++  } \
++  while (_bmap) { \
++  int _index = __builtin_ctz (_bmap); \
++  _objptr += _index; \
++  _bmap >>= (_index + 1); \
++  HANDLE_PTR (_objptr, (obj));\
++  _objptr ++; 
\
++  }   
\
++  } while (0)
++#elif defined(__GNUC__) && SIZEOF_VOID_P==8
++/* Same as above, but use _builtin_ctzl () */
+ #define OBJ_BITMAP_FOREACH_PTR(desc,obj)   do {\
+   /* there are pointers */\
+   void **_objptr = (void**)(obj); \
+   gsize _bmap = (desc) >> 16; \
+   _objptr += OBJECT_HEADER_WORDS; \
+   { \
+-  int _index = __builtin_ctz (_bmap); \
++  int _index = __builtin_ctzl (_bmap);\
+   _objptr += _index; \
+   _bmap >>= (_index + 1); \
+   HANDLE_PTR (_objptr, (obj));\
+   _objptr ++; 
\
+   } \
+   while (_bmap) { \
+-  int _index = __builtin_ctz (_bmap); \
++  int _index = __builtin_ctzl (_bmap);\
+   _objptr += _index; \
+   _bmap >>= (_index + 1); \
+   HANDLE_PTR (_objptr, (obj));\
+diff --git a/mono/tests/sgen-descriptors.cs b/mono/tests/sgen-descriptors.cs
+index ae00084..246e5aa 100644
+--- a/mono/tests/sgen-descriptors.cs
 b/mono/tests/sgen-descriptors.cs
+@@ -1,4

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

2013-09-22 Thread Tobias Powalowski
Date: Sunday, September 22, 2013 @ 22:12:32
  Author: tpowa
Revision: 194699

upgpkg: archboot 2013.09-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 18:07:02 UTC (rev 194698)
+++ PKGBUILD2013-09-22 20:12:32 UTC (rev 194699)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2013.08
-pkgrel=3
+pkgver=2013.09
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -53,15 +53,11 @@
 backup=('etc/archboot/allinone.conf'
 'etc/archboot/default.conf'
 'etc/archboot/default-network.conf'
-'etc/archboot/default-pxelinux.conf'
-'etc/archboot/default-network-pxelinux.conf'
 'etc/archboot/presets/allinone'
 'etc/archboot/presets/isolinux'
 'etc/archboot/presets/isolinux-network'
 'etc/archboot/presets/syslinux'
 'etc/archboot/presets/syslinux-network'
-'etc/archboot/presets/pxelinux'
-'etc/archboot/presets/pxelinux-network'
 )
 install=archboot.install
 
@@ -70,9 +66,7 @@
 
 package()
 {
-  cd "$srcdir"/$pkgname-$pkgver-3
+  cd "$srcdir"/$pkgname-$pkgver-1
   mv * "$pkgdir/"
 }
-md5sums=('1708bd5ea82e20b34b46fd5699291703')
-md5sums=('8686540744b240a867c3ad6f82461659')
-md5sums=('f34c9dfb3d0acb956c983efe32592e07')
+md5sums=('39ea50150fc82f7a0a02d750c94deaa4')



[arch-commits] Commit in archboot/repos/testing-any (4 files)

2013-09-22 Thread Tobias Powalowski
Date: Sunday, September 22, 2013 @ 22:12:51
  Author: tpowa
Revision: 194700

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 194699, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 194699, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  150 +
 archboot.install |   48 
 2 files changed, 96 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-22 20:12:32 UTC (rev 194699)
+++ PKGBUILD2013-09-22 20:12:51 UTC (rev 194700)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2013.08
-pkgrel=3
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 
'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'dnsutils>=9.9.2.P1-1'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.2.5-2' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusbx>=1.0.8-2' 'vim>=7.4.0-1' 
'lzo2>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'dirmngr>=1.1.0-3'  'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 
'dnssec-anchors>=20120422-1' 'hwids>=20120512-1'
-'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
-'systemd-sysvcompat>=188-2' 'ar

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

2013-09-22 Thread Ike Devolder
Date: Sunday, September 22, 2013 @ 20:09:18
  Author: idevolder
Revision: 97499

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

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

+
 /PKGBUILD  |  144 +++
 /doublecmd.install |   68 
 community-i686/PKGBUILD|   72 -
 community-i686/doublecmd.install   |   34 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/doublecmd.install |   34 
 6 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-22 18:08:53 UTC (rev 97498)
+++ community-i686/PKGBUILD 2013-09-22 18:09:18 UTC (rev 97499)
@@ -1,72 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.6
-_helpver=0.5.5
-pkgrel=1
-url="http://doublecmd.sourceforge.net/";
-arch=('i686' 'x86_64')
-license=('GPL')
-install="$pkgbase.install"
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz";
-)
-sha256sums=('b909ee5c57cb2803e4393163f5c44513144cb32e304fa2e1dfee6f33d0999bc5'
-'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
-
-build() {
-   cp -a $pkgbase-$pkgver $pkgbase-gtk
-   cp -a $pkgbase-$pkgver $pkgbase-qt
-
-   cd "$srcdir/$pkgbase-gtk"
-   if [ "$CARCH" = "i686" ]; then
-   sed -e '/fPIC/d' -i 
"$srcdir/$pkgbase-gtk/components/doublecmd/doublecmd_common.lpk"
-   fi
-   sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
-   ./build.sh beta gtk2
-
-   cd "$srcdir/$pkgbase-qt"
-   # dont use fPIC on i686
-   if [ "$CARCH" = "i686" ]; then
-   sed -e '/fPIC/d' -i 
"$srcdir/$pkgbase-qt/components/doublecmd/doublecmd_common.lpk"
-   fi
-   sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
-   ./build.sh beta qt
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2')
-   cd "$srcdir/$pkgbase-gtk"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas')
-   cd "$srcdir/$pkgbase-qt"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 97498, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-22 18:09:18 UTC (rev 97499)
@@ -0,0 +1,72 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.5.7
+_helpver=0.5.5
+pkgrel=1
+url="http://doublecmd.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+install="$pkgbase.install"
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt4pas' 'gtk2')
+optdepends=(
+   'lua51: scripting'
+   'p7zip: support for 7zip archives'
+   'libunrar: support for rar archives'
+)
+source=(
+   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
+   
"http://downloads.sourceforge.net/project/$pk

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

2013-09-22 Thread Ike Devolder
Date: Sunday, September 22, 2013 @ 20:08:53
  Author: idevolder
Revision: 97498

doublecmd :: 0.5.7

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 18:07:14 UTC (rev 97497)
+++ PKGBUILD2013-09-22 18:08:53 UTC (rev 97498)
@@ -5,7 +5,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.6
+pkgver=0.5.7
 _helpver=0.5.5
 pkgrel=1
 url="http://doublecmd.sourceforge.net/";
@@ -23,7 +23,7 @@

"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";

"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz";
 )
-sha256sums=('b909ee5c57cb2803e4393163f5c44513144cb32e304fa2e1dfee6f33d0999bc5'
+sha256sums=('8e2059f986fff26da5d7b98af95be64b12c5cef6b50fe3cacd9a2805947aa343'
 '5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
 
 build() {
@@ -59,7 +59,7 @@
 }
 
 package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (Qt)"
+   pkgdesc="twin-panel (commander-style) file manager (QT)"
depends=('qt4pas')
cd "$srcdir/$pkgbase-qt"
sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh



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

2013-09-22 Thread Ike Devolder
Date: Sunday, September 22, 2013 @ 20:07:14
  Author: idevolder
Revision: 97497

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 97496, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-22 18:06:48 UTC (rev 97496)
+++ PKGBUILD2013-09-22 18:07:14 UTC (rev 97497)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20130722
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="http://code.google.com/closure";
-license=('APACHE')
-depends=('java-runtime')
-source=("http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz";)
-
-package() {
-   cd $srcdir
-
-   install -m755 -D compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-
-sha256sums=('e598ca5ce54e30c612c0ac4a0b48ba4d8d46f83e4391a44cf1133673aade1cdd')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 97496, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-22 18:07:14 UTC (rev 97497)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20130823
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="http://code.google.com/closure";
+license=('APACHE')
+depends=('java-runtime')
+source=("http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz";)
+
+package() {
+   cd $srcdir
+
+   install -m755 -D compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+
+sha256sums=('59266db2f1a48c6379852732d8f4f0b54221b93e368564c0d3c0552780002b51')



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

2013-09-22 Thread Tobias Powalowski
Date: Sunday, September 22, 2013 @ 20:07:02
  Author: tpowa
Revision: 194698

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.11.1-fix-skge.patch
(from rev 194697, linux/trunk/3.11.1-fix-skge.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 194697, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 194697, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 194697, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 194697, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 194697, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 194697, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 194697, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.11.1-fix-skge.patch
(from rev 194697, linux/trunk/3.11.1-fix-skge.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 194697, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 194697, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 194697, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 194697, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 194697, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 194697, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 194697, linux/trunk/linux.preset)

--+
 testing-i686/3.11.1-fix-skge.patch   |   34 
 testing-i686/PKGBUILD|  341 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6452 +
 testing-i686/config.x86_64   | 6254 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.11.1-fix-skge.patch |   34 
 testing-x86_64/PKGBUILD  |  341 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6452 +
 testing-x86_64/config.x86_64 | 6254 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 26320 insertions(+)

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


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

2013-09-22 Thread Ike Devolder
Date: Sunday, September 22, 2013 @ 20:06:48
  Author: idevolder
Revision: 97496

closure-compiler :: 20130823

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 11:24:10 UTC (rev 97495)
+++ PKGBUILD2013-09-22 18:06:48 UTC (rev 97496)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20130722
+pkgver=20130823
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -21,4 +21,4 @@
chmod +x "$pkgdir/usr/bin/closure"
 }
 
-sha256sums=('e598ca5ce54e30c612c0ac4a0b48ba4d8d46f83e4391a44cf1133673aade1cdd')
+sha256sums=('59266db2f1a48c6379852732d8f4f0b54221b93e368564c0d3c0552780002b51')



[arch-commits] Commit in linux/trunk (3.11.1-fix-skge.patch PKGBUILD)

2013-09-22 Thread Tobias Powalowski
Date: Sunday, September 22, 2013 @ 20:06:38
  Author: tpowa
Revision: 194697

upgpkg: linux 3.11.1-2

fix broken skge network driver #36865

Added:
  linux/trunk/3.11.1-fix-skge.patch
Modified:
  linux/trunk/PKGBUILD

---+
 3.11.1-fix-skge.patch |   34 ++
 PKGBUILD  |   11 ---
 2 files changed, 42 insertions(+), 3 deletions(-)

Added: 3.11.1-fix-skge.patch
===
--- 3.11.1-fix-skge.patch   (rev 0)
+++ 3.11.1-fix-skge.patch   2013-09-22 18:06:38 UTC (rev 194697)
@@ -0,0 +1,34 @@
+--- a/drivers/net/ethernet/marvell/skge.c  2013-09-02 16:46:10.0 
-0400
 b/drivers/net/ethernet/marvell/skge.c  2013-09-22 11:14:10.232067541 
-0400
+@@ -3086,23 +3086,27 @@
+  PCI_DMA_FROMDEVICE);
+   skge_rx_reuse(e, skge->rx_buf_size);
+   } else {
++  struct skge_element ee;
+   struct sk_buff *nskb;
+ 
+   nskb = netdev_alloc_skb_ip_align(dev, skge->rx_buf_size);
+   if (!nskb)
+   goto resubmit;
+ 
++  ee = *e;
++
++  skb = ee.skb;
++  prefetch(skb->data);
++
+   if (skge_rx_setup(skge, e, nskb, skge->rx_buf_size) < 0) {
+   dev_kfree_skb(nskb);
+   goto resubmit;
+   }
+ 
+   pci_unmap_single(skge->hw->pdev,
+-   dma_unmap_addr(e, mapaddr),
+-   dma_unmap_len(e, maplen),
++   dma_unmap_addr(&ee, mapaddr),
++   dma_unmap_len(&ee, maplen),
+PCI_DMA_FROMDEVICE);
+-  skb = e->skb;
+-  prefetch(skb->data);
+   }
+ 
+   skb_put(skb, len);

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 15:00:29 UTC (rev 194696)
+++ PKGBUILD2013-09-22 18:06:38 UTC (rev 194697)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.11
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -19,7 +19,8 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-'criu-no-expert.patch')
+'criu-no-expert.patch'
+'3.11.1-fix-skge.patch')
 md5sums=('fea363551ff45fbe4cb88497b863b261'
  '43331cad943b9540afea49ad8ce5cf46'
  '247d9bafa184e2d9a27c1a0485419fff'
@@ -26,7 +27,8 @@
  '5effb245b8ec78ad570b3e5962a1a7e0'
  'eb14dcfd80c00852ef81ded6e826826a'
  '98beb36f9b8cf16e58de2483ea9985e3'
- 'd50c1ac47394e9aec637002ef3392bd1')
+ 'd50c1ac47394e9aec637002ef3392bd1'
+ '4fcee2b4485492dcfdead632275198eb')
 
 _kernelname=${pkgbase#linux}
 
@@ -50,6 +52,9 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
 
+  # #36865 fix broken skge network module
+  patch -Np1 -i "${srcdir}/3.11.1-fix-skge.patch"
+ 
   # allow criu without expert option set
   # patch from fedora
   patch -Np1 -i "${srcdir}/criu-no-expert.patch"



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

2013-09-22 Thread Eric Bélanger
Date: Sunday, September 22, 2013 @ 16:09:11
  Author: eric
Revision: 194695

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

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 194694, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 194694, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 194694, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 194694, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 194694, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.8
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/";
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 194694, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 194694, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.8
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/";
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"

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

2013-09-22 Thread Eric Bélanger
Date: Sunday, September 22, 2013 @ 16:08:25
  Author: eric
Revision: 194694

upgpkg: links 2.8-1

Upstream update, Remove optipng makedepends

Modified:
  links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 12:59:18 UTC (rev 194693)
+++ PKGBUILD2013-09-22 14:08:25 UTC (rev 194694)
@@ -2,26 +2,25 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=links
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc="A text WWW browser, similar to Lynx"
 arch=('i686' 'x86_64')
 url="http://links.twibright.com/";
 license=('GPL')
 depends=('bzip2' 'xz' 'openssl' 'gpm')
-makedepends=('libtiff' 'libpng' 'libxt' 'optipng')
+makedepends=('libtiff' 'libpng' 'libxt')
 optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
 provides=('links-g')
 conflicts=('links-g')
 replaces=('links-g')
 source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
-sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2'
   'f600e27c2a7118f7dd07a10230aa44463a02')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
-  optipng graphics/font/century_school-medium-roman-serif-vari/045e.png
 }
 
 build() {



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

2013-09-22 Thread Giovanni Scafora
Date: Sunday, September 22, 2013 @ 14:59:18
  Author: giovanni
Revision: 194693

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 194692, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 194692, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-22 12:59:08 UTC (rev 194692)
+++ extra-i686/PKGBUILD 2013-09-22 12:59:18 UTC (rev 194693)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2013.09.11
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('ea497490920aa0e67aa69c3d1dc41ed5')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 194692, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-22 12:59:18 UTC (rev 194693)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2013.09.18
+pkgrel=1
+pkgdesc="A set of C++ libraries for multimedia streaming"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://live555.com/liveMedia";
+depends=('gcc-libs')
+source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
+md5sums=('082ebd8f4cab6194db268b77780056d9')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
+install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} "${pkgdir}/usr/bin"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-22 12:59:08 UTC (rev 194692)
+++ extra-x86_64/PKGBUILD   2013-09-22 12:59:18 UTC (rev 194693)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2013.09.11
-pkgrel=1
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia";
-depends=('gcc-libs')
-source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('ea497490920aa0e67aa69c3d1dc41ed5')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 194692, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-22 12:59:18 UTC (rev 194693)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CH

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

2013-09-22 Thread Giovanni Scafora
Date: Sunday, September 22, 2013 @ 14:59:08
  Author: giovanni
Revision: 194692

upgpkg: live-media 2013.09.18-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 09:58:07 UTC (rev 194691)
+++ PKGBUILD2013-09-22 12:59:08 UTC (rev 194692)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2013.09.11
+pkgver=2013.09.18
 pkgrel=1
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://live555.com/liveMedia";
 depends=('gcc-libs')
 source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('ea497490920aa0e67aa69c3d1dc41ed5')
+md5sums=('082ebd8f4cab6194db268b77780056d9')
 
 build() {
   cd ${srcdir}/live



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

2013-09-22 Thread Jelle van der Waa
Date: Sunday, September 22, 2013 @ 13:24:10
  Author: jelle
Revision: 97495

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

Added:
  sk1/repos/community-staging-i686/
  sk1/repos/community-staging-i686/PKGBUILD
(from rev 97494, sk1/trunk/PKGBUILD)
  sk1/repos/community-staging-i686/build-fix.patch
(from rev 97494, sk1/trunk/build-fix.patch)
  sk1/repos/community-staging-i686/fix_pillow_import.patch
(from rev 97494, sk1/trunk/fix_pillow_import.patch)
  sk1/repos/community-staging-i686/sk1.desktop
(from rev 97494, sk1/trunk/sk1.desktop)
  sk1/repos/community-staging-x86_64/
  sk1/repos/community-staging-x86_64/PKGBUILD
(from rev 97494, sk1/trunk/PKGBUILD)
  sk1/repos/community-staging-x86_64/build-fix.patch
(from rev 97494, sk1/trunk/build-fix.patch)
  sk1/repos/community-staging-x86_64/fix_pillow_import.patch
(from rev 97494, sk1/trunk/fix_pillow_import.patch)
  sk1/repos/community-staging-x86_64/sk1.desktop
(from rev 97494, sk1/trunk/sk1.desktop)

--+
 community-staging-i686/PKGBUILD  |   51 ++
 community-staging-i686/build-fix.patch   |   14 
 community-staging-i686/fix_pillow_import.patch   |   35 
 community-staging-i686/sk1.desktop   |   59 +
 community-staging-x86_64/PKGBUILD|   51 ++
 community-staging-x86_64/build-fix.patch |   14 
 community-staging-x86_64/fix_pillow_import.patch |   35 
 community-staging-x86_64/sk1.desktop |   59 +
 8 files changed, 318 insertions(+)

Copied: sk1/repos/community-staging-i686/PKGBUILD (from rev 97494, 
sk1/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-22 11:24:10 UTC (rev 97495)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: ConnorBehan 
+
+pkgname=sk1
+pkgver=0.9.1
+pkgrel=10
+pkgdesc="Fork of skencil with improved CMYK support"
+arch=(i686 x86_64)
+url="http://sk1project.org/modules.php?name=Products&product=sk1";
+depends=('tcl' 'tk' 'python2-lcms' 'pil>=1.0' 'pyxml' 'zenity' 'sk1libs')
+license=('GPL' 'LGPL')
+source=(http://sk1project.org/downloads/sk1/${pkgver}pre_rev905/sK1-${pkgver}pre_rev905.tar.gz
+   sk1.desktop
+fix_pillow_import.patch
+   build-fix.patch)
+
+package() {
+  local _tclver=`pacman -Q tcl`
+  local _tclnum=${tclver:4:3}
+  local _tcldir='tcl'${tclnum}
+
+  cd $srcdir/sK1-${pkgver}pre
+
+  # pillow import fix
+  patch -Np1 -i $srcdir/fix_pillow_import.patch
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
+
+  patch -p1 <$srcdir/build-fix.patch
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  mkdir -p $pkgdir/usr/share/pixmaps
+  mkdir -p $pkgdir/usr/share/applications
+
+  cp 
$pkgdir/usr/lib/python2.7/site-packages/sk1/share/icons/CrystalSVG/icon_sk1_32.png
 \
+   $pkgdir/usr/share/pixmaps/sk1.png
+
+  cp $srcdir/sk1.desktop $pkgdir/usr/share/applications
+
+  mkdir $pkgdir/usr/lib/${_tcldir}
+  cp -r $pkgdir/usr/lib/python2.7/site-packages/sk1/share/ttk-themes/Plastik \
+$pkgdir/usr/lib/${_tcldir}/Plastik
+
+  sed -i 's#^python#python2#' $pkgdir/usr/bin/sk1
+}
+md5sums=('43b82fd85049b078dcf98e9dd81fdc6a'
+ 'bbf6f10b8155838eede93b5abed724f5'
+ '4a44dd89707b19fe58f4c124ed321236'
+ 'b22c3c7b6a979c0a4e59ecaa2bd2182b')

Copied: sk1/repos/community-staging-i686/build-fix.patch (from rev 97494, 
sk1/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2013-09-22 11:24:10 UTC (rev 
97495)
@@ -0,0 +1,14 @@
+diff -wbBur sK1-0.9.1pre/setup.py sK1-0.9.1pre.my/setup.py
+--- sK1-0.9.1pre/setup.py  2010-01-10 06:24:54.0 +
 sK1-0.9.1pre.my/setup.py   2010-02-24 21:19:02.0 +
+@@ -149,8 +149,8 @@
+   filter_src+'stringfilter.c', 
filter_src+'binfile.c', filter_src+'hexfilter.c'])
+   
+   #Fix for Debian based distros
+-  tcl_include_dirs = []
+-  tcl_ver=''
++  tcl_include_dirs = ['/usr/include']
++  tcl_ver='8.6'
+   if os.path.isdir('/usr/include/tcl8.5'):
+   tcl_include_dirs = ['/usr/include/tcl8.5']
+   tcl_ver ='8.5'

Copied: sk1/repos/community-staging-i686/fix_pillow_import.patch (from rev 
97494, sk1/trunk/fix_pillow_import.patch)
===
--- community-staging-i686/fix_pillow_import.patch  
(rev 0)
+++ community-staging-i686/fix_pillow_import.patch  2013-09-22 11:24:10 UTC 
(rev 97495)
@@ -0,0 +1,35 @@
+diff -aur s

[arch-commits] Commit in sk1/trunk (PKGBUILD fix_pillow_import.patch)

2013-09-22 Thread Jelle van der Waa
Date: Sunday, September 22, 2013 @ 13:22:38
  Author: jelle
Revision: 97494

upgpkg: sk1 0.9.1-10

Replace PIL with Pillow

Added:
  sk1/trunk/fix_pillow_import.patch
Modified:
  sk1/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 fix_pillow_import.patch |   35 +++
 2 files changed, 44 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 08:18:07 UTC (rev 97493)
+++ PKGBUILD2013-09-22 11:22:38 UTC (rev 97494)
@@ -4,7 +4,7 @@
 
 pkgname=sk1
 pkgver=0.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Fork of skencil with improved CMYK support"
 arch=(i686 x86_64)
 url="http://sk1project.org/modules.php?name=Products&product=sk1";
@@ -12,10 +12,8 @@
 license=('GPL' 'LGPL')
 
source=(http://sk1project.org/downloads/sk1/${pkgver}pre_rev905/sK1-${pkgver}pre_rev905.tar.gz
sk1.desktop
+fix_pillow_import.patch
build-fix.patch)
-md5sums=('43b82fd85049b078dcf98e9dd81fdc6a'
- 'bbf6f10b8155838eede93b5abed724f5'
- 'b22c3c7b6a979c0a4e59ecaa2bd2182b')
 
 package() {
   local _tclver=`pacman -Q tcl`
@@ -24,6 +22,9 @@
 
   cd $srcdir/sK1-${pkgver}pre
 
+  # pillow import fix
+  patch -Np1 -i $srcdir/fix_pillow_import.patch
+
   # python2 fix
   sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
 
@@ -44,3 +45,7 @@
 
   sed -i 's#^python#python2#' $pkgdir/usr/bin/sk1
 }
+md5sums=('43b82fd85049b078dcf98e9dd81fdc6a'
+ 'bbf6f10b8155838eede93b5abed724f5'
+ '4a44dd89707b19fe58f4c124ed321236'
+ 'b22c3c7b6a979c0a4e59ecaa2bd2182b')

Added: fix_pillow_import.patch
===
--- fix_pillow_import.patch (rev 0)
+++ fix_pillow_import.patch 2013-09-22 11:22:38 UTC (rev 97494)
@@ -0,0 +1,35 @@
+diff -aur sK1-0.9.1pre/src/app/UI/pluginpanels/properties/gradient_fill.py 
sK1-0.9.1pre.new/src/app/UI/pluginpanels/properties/gradient_fill.py
+--- sK1-0.9.1pre/src/app/UI/pluginpanels/properties/gradient_fill.py   
2009-07-16 23:26:15.0 +
 sK1-0.9.1pre.new/src/app/UI/pluginpanels/properties/gradient_fill.py   
2013-09-22 09:52:26.543457833 +
+@@ -24,7 +24,7 @@
+ 
+ import tooltips
+ 
+-import Image, ImageTk, ImageDraw
++from PIL import Image, ImageTk, ImageDraw
+ 
+ DEFAULT_WIDTH=0.283286
+ DEFAULT_CORNER=const.JoinMiter
+diff -aur sK1-0.9.1pre/src/app/UI/pluginpanels/properties/outlineprop.py 
sK1-0.9.1pre.new/src/app/UI/pluginpanels/properties/outlineprop.py
+--- sK1-0.9.1pre/src/app/UI/pluginpanels/properties/outlineprop.py 
2009-05-15 22:11:39.0 +
 sK1-0.9.1pre.new/src/app/UI/pluginpanels/properties/outlineprop.py 
2013-09-22 09:52:13.216885815 +
+@@ -24,7 +24,7 @@
+ 
+ import tooltips
+ 
+-import Image, ImageTk, ImageDraw
++from PIL import Image, ImageTk, ImageDraw
+ 
+ DEFAULT_WIDTH=0.283286
+ DEFAULT_CORNER=const.JoinMiter
+diff -aur sK1-0.9.1pre/src/app/UI/widgets/colorbutton.py 
sK1-0.9.1pre.new/src/app/UI/widgets/colorbutton.py
+--- sK1-0.9.1pre/src/app/UI/widgets/colorbutton.py 2009-04-30 
02:58:41.0 +
 sK1-0.9.1pre.new/src/app/UI/widgets/colorbutton.py 2013-09-22 
09:52:38.150044124 +
+@@ -8,7 +8,7 @@
+ # The color sample size is 31x20 px
+ 
+ from Ttk import TButton
+-import Image, ImageTk
++from PIL import Image, ImageTk
+ 
+ class TColorButton(TButton):



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

2013-09-22 Thread Allan McRae
Date: Sunday, September 22, 2013 @ 11:58:07
  Author: allan
Revision: 194691

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

Added:
  m4/repos/testing-i686/
  m4/repos/testing-i686/PKGBUILD
(from rev 194690, m4/trunk/PKGBUILD)
  m4/repos/testing-i686/m4-1.4.16-readlink-einval.patch
(from rev 194690, m4/trunk/m4-1.4.16-readlink-einval.patch)
  m4/repos/testing-i686/m4.install
(from rev 194690, m4/trunk/m4.install)
  m4/repos/testing-x86_64/
  m4/repos/testing-x86_64/PKGBUILD
(from rev 194690, m4/trunk/PKGBUILD)
  m4/repos/testing-x86_64/m4-1.4.16-readlink-einval.patch
(from rev 194690, m4/trunk/m4-1.4.16-readlink-einval.patch)
  m4/repos/testing-x86_64/m4.install
(from rev 194690, m4/trunk/m4.install)

+
 testing-i686/PKGBUILD  |   33 +++
 testing-i686/m4-1.4.16-readlink-einval.patch   |   12 
 testing-i686/m4.install|   20 +
 testing-x86_64/PKGBUILD|   33 +++
 testing-x86_64/m4-1.4.16-readlink-einval.patch |   12 
 testing-x86_64/m4.install  |   20 +
 6 files changed, 130 insertions(+)

Copied: m4/repos/testing-i686/PKGBUILD (from rev 194690, m4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-22 09:58:07 UTC (rev 194691)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=m4
+pkgver=1.4.17
+pkgrel=1
+pkgdesc="The GNU macro processor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/m4";
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+install=m4.install
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver  
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make prefix=${pkgdir}/usr install
+}

Copied: m4/repos/testing-i686/m4-1.4.16-readlink-einval.patch (from rev 194690, 
m4/trunk/m4-1.4.16-readlink-einval.patch)
===
--- testing-i686/m4-1.4.16-readlink-einval.patch
(rev 0)
+++ testing-i686/m4-1.4.16-readlink-einval.patch2013-09-22 09:58:07 UTC 
(rev 194691)
@@ -0,0 +1,12 @@
+diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
+--- m4-1.4.16/tests/test-readlink.h.orig   2011-09-19 12:44:58.745546826 
+0200
 m4-1.4.16/tests/test-readlink.h2011-09-19 12:46:00.079548410 +0200
+@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
+   ASSERT (errno == ENOENT);
+   errno = 0;
+   ASSERT (func ("", buf, sizeof buf) == -1);
+-  ASSERT (errno == ENOENT);
++  ASSERT (errno == ENOENT || errno == EINVAL);
+   errno = 0;
+   ASSERT (func (".", buf, sizeof buf) == -1);
+   ASSERT (errno == EINVAL);

Copied: m4/repos/testing-i686/m4.install (from rev 194690, m4/trunk/m4.install)
===
--- testing-i686/m4.install (rev 0)
+++ testing-i686/m4.install 2013-09-22 09:58:07 UTC (rev 194691)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=('m4.info' 'm4.info-1' 'm4.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
+}

Copied: m4/repos/testing-x86_64/PKGBUILD (from rev 194690, m4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-22 09:58:07 UTC (rev 194691)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=m4
+pkgver=1.4.17
+pkgrel=1
+pkgdesc="The GNU macro processor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/m4";
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+install=m4.install
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver  
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make prefix=${pkgdir}/usr install
+}

Copied: m4/repos/testing-x86_64/m4-1.4.16-readlink-einval.patch (from rev 
194690, m4/trunk/m4-1.4.16-readlink-einv

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

2013-09-22 Thread Allan McRae
Date: Sunday, September 22, 2013 @ 11:56:38
  Author: allan
Revision: 194690

upgpkg: m4 1.4.17-1

upstream update

Modified:
  m4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-22 08:17:23 UTC (rev 194689)
+++ PKGBUILD2013-09-22 09:56:38 UTC (rev 194690)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke 
 
 pkgname=m4
-pkgver=1.4.16
-pkgrel=3
+pkgver=1.4.17
+pkgrel=1
 pkgdesc="The GNU macro processor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/m4";
@@ -12,22 +12,10 @@
 groups=('base-devel')
 depends=('glibc' 'bash')
 install=m4.install
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
-m4-1.4.16-readlink-einval.patch)
-md5sums=('7548ec061a1ba993790159764f522d0e'
- 'SKIP'
- 'cea138fa9b568d06e46269611cec8dd0')
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
 
-prepare() {
-  cd ${srcdir}/$pkgname-$pkgver
-  
-  # glibc-2.16 compatibility
-  sed -i -e '/gets is a/d' lib/stdio.in.h
-  
-  # patch testsuite failure with newer kernels
-  patch -Np1 -i $srcdir/m4-1.4.16-readlink-einval.patch
-}
-
 build() {
   cd ${srcdir}/$pkgname-$pkgver  
   ./configure --prefix=/usr