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

2013-08-19 Thread Ángel Velásquez
Date: Tuesday, August 20, 2013 @ 08:49:57
  Author: angvp
Revision: 193429

archrelease: copy trunk to testing-any

Added:
  pylint/repos/testing-any/
  pylint/repos/testing-any/PKGBUILD
(from rev 193428, pylint/trunk/PKGBUILD)

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

Copied: pylint/repos/testing-any/PKGBUILD (from rev 193428, 
pylint/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-20 06:49:57 UTC (rev 193429)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://www.logilab.org/project/pylint";
+license=('GPL')
+makedepends=('python2-logilab-astng' 'python-logilab-astng') 
+optdepends=('tk: Pylint GUI')
+conflicts=('pylint<=0.26.0-2')
+source=(http://pypi.python.org/packages/source/p/{$pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
+
+build() {
+  cd "${srcdir}"
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}
+
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+
+  sed -i "s|/usr/bin/env python|/usr/bin/env python3|" epylint.py
+  python3 setup.py build
+}
+
+package_python2-pylint() {
+  replaces=('pylint<=0.26.0-2')
+  depends=('python2-logilab-astng' 'python2-setuptools')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+
+  for i in epylint pylint pylint-gui pyreverse symilar; do
+ mv "${pkgdir}"/usr/bin/${i}{,2}
+ mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
+  done
+}
+
+package_python-pylint() {
+  depends=('python-logilab-astng' 'python-setuptools')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}-py3
+
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}/usr/share/man/man1"
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Tuesday, August 20, 2013 @ 08:49:14
  Author: angvp
Revision: 193428

upgpkg: pylint 1.0.0-1

Version bump to 1.0.0

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-20 06:42:33 UTC (rev 193427)
+++ PKGBUILD2013-08-20 06:49:14 UTC (rev 193428)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault 
+# Maintainer: Angel Velasquez   
+# Contributor: Stéphane Gaudreault 
 # Contributor: Alexander Fehr 
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=0.28.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://www.logilab.org/project/pylint";
@@ -13,8 +14,8 @@
 makedepends=('python2-logilab-astng' 'python-logilab-astng') 
 optdepends=('tk: Pylint GUI')
 conflicts=('pylint<=0.26.0-2')
-source=("http://download.logilab.org/pub/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-sha1sums=('285b8babd659a9dd21a782f87db0ae15c29728ef')
+source=(http://pypi.python.org/packages/source/p/{$pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
 
 build() {
   cd "${srcdir}"



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

2013-08-19 Thread Ángel Velásquez
Date: Tuesday, August 20, 2013 @ 08:42:33
  Author: angvp
Revision: 193427

archrelease: copy trunk to testing-any

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

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

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 193426, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-20 06:42:33 UTC (rev 193427)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=1.0
+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=('3d196ffb6e5e4425daddbb4fe42a4a74')
+
+#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"
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Tuesday, August 20, 2013 @ 08:41:50
  Author: angvp
Revision: 193426

upgpkg: python-setuptools 1.0-1

Version bump to 1.0

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-20 06:10:11 UTC (rev 193425)
+++ PKGBUILD2013-08-20 06:41:50 UTC (rev 193426)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=0.9.8
+pkgver=1.0
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -10,7 +10,7 @@
 url="http://pypi.python.org/pypi/setuptools";
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-sha256sums=('42bf629a4b3a4933bb3cfacf6005c95b7494fd88cd62a7bad1a8c3e64647eb0c')
+md5sums=('3d196ffb6e5e4425daddbb4fe42a4a74')
 
 #check() {
 #   # Check python3 module



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

2013-08-19 Thread Dave Reisner
Date: Tuesday, August 20, 2013 @ 05:28:46
  Author: dreisner
Revision: 193413

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

Added:
  libarchive/repos/testing-i686/
  
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 193412, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-i686/PKGBUILD
(from rev 193412, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-i686/libarchive-3.1.2-acl.patch
(from rev 193412, libarchive/trunk/libarchive-3.1.2-acl.patch)
  libarchive/repos/testing-x86_64/
  
libarchive/repos/testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 193412, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 193412, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-x86_64/libarchive-3.1.2-acl.patch
(from rev 193412, libarchive/trunk/libarchive-3.1.2-acl.patch)

--+
 testing-i686/0001-mtree-fix-line-filename-length-calculation.patch   |   29 +
 testing-i686/PKGBUILD|   45 ++
 testing-i686/libarchive-3.1.2-acl.patch  |  219 
++
 testing-x86_64/0001-mtree-fix-line-filename-length-calculation.patch |   29 +
 testing-x86_64/PKGBUILD  |   45 ++
 testing-x86_64/libarchive-3.1.2-acl.patch|  219 
++
 6 files changed, 586 insertions(+)

Copied: 
libarchive/repos/testing-i686/0001-mtree-fix-line-filename-length-calculation.patch
 (from rev 193412, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
===
--- testing-i686/0001-mtree-fix-line-filename-length-calculation.patch  
(rev 0)
+++ testing-i686/0001-mtree-fix-line-filename-length-calculation.patch  
2013-08-20 03:28:46 UTC (rev 193413)
@@ -0,0 +1,29 @@
+From e65bf287f0133426b26611fe3e80b51267987106 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Thu, 21 Feb 2013 19:01:06 -0500
+Subject: [PATCH] mtree: fix line filename length calculation. Fixes #301.
+ Signed-off-by: Andres Mejia 
+
+---
+ libarchive/archive_write_set_format_mtree.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libarchive/archive_write_set_format_mtree.c 
b/libarchive/archive_write_set_format_mtree.c
+index 9c0613c..f37f723 100644
+--- a/libarchive/archive_write_set_format_mtree.c
 b/libarchive/archive_write_set_format_mtree.c
+@@ -1855,9 +1855,9 @@ mtree_entry_setup_filenames(struct archive_write *a, 
struct mtree_entry *file,
+   return (ret);
+   }
+ 
+-  /* Make a basename from dirname and slash */
++  /* Make a basename from file->parentdir.s and slash */
+   *slash  = '\0';
+-  file->parentdir.length = slash - dirname;
++  file->parentdir.length = slash - file->parentdir.s;
+   archive_strcpy(&(file->basename),  slash + 1);
+   return (ret);
+ }
+-- 
+1.8.1.4
+

Copied: libarchive/repos/testing-i686/PKGBUILD (from rev 193412, 
libarchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-20 03:28:46 UTC (rev 193413)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.1.2
+pkgrel=2
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.org/";
+license=('BSD')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+provides=('libarchive.so')
+source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz";
+'0001-mtree-fix-line-filename-length-calculation.patch'
+'libarchive-3.1.2-acl.patch')
+md5sums=('efad5a503f66329bb9d2f4308b5de98a'
+ 'fda89c145bbcd793a96b06b463ef6a72'
+ 'a5c995661c62429ceff2c23ea322393b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # https://code.google.com/p/libarchive/issues/detail?id=301
+  # upstream commit e65bf287f0133426b26611fe3e80b51267987106
+  patch -Np1 -i "$srcdir/0001-mtree-fix-line-filename-length-calculation.patch"
+
+  # https://code.google.com/p/libarchive/issues/detail?id=329
+  patch -Np1 -i "$srcdir/libarchive-3.1.2-acl.patch"
+
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Copied: libarchive/repos/testing-i686/libarchive-3.1.2-acl.patch (from rev 
193412, libarchive/trunk/libarchive-3.1.2-acl.patch)
===
--- testing-i686/libarchive-3

[arch-commits] Commit in libarchive/trunk (PKGBUILD libarchive-3.1.2-acl.patch)

2013-08-19 Thread Dave Reisner
Date: Tuesday, August 20, 2013 @ 05:28:21
  Author: dreisner
Revision: 193412

upgpkg: libarchive 3.1.2-2

- fix ACL preservation (FS#36603)

Added:
  libarchive/trunk/libarchive-3.1.2-acl.patch
Modified:
  libarchive/trunk/PKGBUILD

+
 PKGBUILD   |   12 +-
 libarchive-3.1.2-acl.patch |  219 +++
 2 files changed, 228 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 17:39:36 UTC (rev 193411)
+++ PKGBUILD2013-08-20 03:28:21 UTC (rev 193412)
@@ -3,16 +3,19 @@
 
 pkgname=libarchive
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/";
 license=('BSD')
 depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+provides=('libarchive.so')
 source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz";
-'0001-mtree-fix-line-filename-length-calculation.patch')
+'0001-mtree-fix-line-filename-length-calculation.patch'
+'libarchive-3.1.2-acl.patch')
 md5sums=('efad5a503f66329bb9d2f4308b5de98a'
- 'fda89c145bbcd793a96b06b463ef6a72')
+ 'fda89c145bbcd793a96b06b463ef6a72'
+ 'a5c995661c62429ceff2c23ea322393b')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,6 +24,9 @@
   # upstream commit e65bf287f0133426b26611fe3e80b51267987106
   patch -Np1 -i "$srcdir/0001-mtree-fix-line-filename-length-calculation.patch"
 
+  # https://code.google.com/p/libarchive/issues/detail?id=329
+  patch -Np1 -i "$srcdir/libarchive-3.1.2-acl.patch"
+
   ./configure --prefix=/usr --without-xml2
   make
 }

Added: libarchive-3.1.2-acl.patch
===
--- libarchive-3.1.2-acl.patch  (rev 0)
+++ libarchive-3.1.2-acl.patch  2013-08-20 03:28:21 UTC (rev 193412)
@@ -0,0 +1,219 @@
+diff -ruN libarchive-3.1.2/libarchive/archive_read_disk_entry_from_file.c 
libarchive-3.1.2.fixed/libarchive/archive_read_disk_entry_from_file.c
+--- libarchive-3.1.2/libarchive/archive_read_disk_entry_from_file.c
2013-02-08 01:52:07.0 +0100
 libarchive-3.1.2.fixed/libarchive/archive_read_disk_entry_from_file.c  
2013-08-08 10:47:41.0 +0200
+@@ -399,7 +399,7 @@
+ #endif
+ 
+ 
+-#if defined(HAVE_POSIX_ACL) && defined(ACL_TYPE_NFS4)
++#ifdef HAVE_POSIX_ACL
+ static int translate_acl(struct archive_read_disk *a,
+ struct archive_entry *entry, acl_t acl, int archive_entry_acl_type);
+ 
+@@ -419,6 +419,7 @@
+ 
+   archive_entry_acl_clear(entry);
+ 
++#ifdef ACL_TYPE_NFS4
+   /* Try NFS4 ACL first. */
+   if (*fd >= 0)
+   acl = acl_get_fd(*fd);
+@@ -447,6 +448,7 @@
+   acl_free(acl);
+   return (ARCHIVE_OK);
+   }
++#endif
+ 
+   /* Retrieve access ACL from file. */
+   if (*fd >= 0)
+@@ -492,6 +494,7 @@
+ {ARCHIVE_ENTRY_ACL_EXECUTE, ACL_EXECUTE},
+ {ARCHIVE_ENTRY_ACL_WRITE, ACL_WRITE},
+ {ARCHIVE_ENTRY_ACL_READ, ACL_READ},
++#ifdef ACL_TYPE_NFS4
+ {ARCHIVE_ENTRY_ACL_READ_DATA, ACL_READ_DATA},
+ {ARCHIVE_ENTRY_ACL_LIST_DIRECTORY, ACL_LIST_DIRECTORY},
+ {ARCHIVE_ENTRY_ACL_WRITE_DATA, ACL_WRITE_DATA},
+@@ -508,8 +511,10 @@
+ {ARCHIVE_ENTRY_ACL_WRITE_ACL, ACL_WRITE_ACL},
+ {ARCHIVE_ENTRY_ACL_WRITE_OWNER, ACL_WRITE_OWNER},
+ {ARCHIVE_ENTRY_ACL_SYNCHRONIZE, ACL_SYNCHRONIZE}
++#endif
+ };
+ 
++#ifdef ACL_TYPE_NFS4
+ static struct {
+ int archive_inherit;
+ int platform_inherit;
+@@ -519,21 +524,25 @@
+   {ARCHIVE_ENTRY_ACL_ENTRY_NO_PROPAGATE_INHERIT, 
ACL_ENTRY_NO_PROPAGATE_INHERIT},
+   {ARCHIVE_ENTRY_ACL_ENTRY_INHERIT_ONLY, ACL_ENTRY_INHERIT_ONLY}
+ };
+-
++#endif
+ static int
+ translate_acl(struct archive_read_disk *a,
+ struct archive_entry *entry, acl_t acl, int default_entry_acl_type)
+ {
+   acl_tag_tacl_tag;
++#ifdef ACL_TYPE_NFS4
+   acl_entry_type_t acl_type;
+   acl_flagset_tacl_flagset;
++  int brand, r;
++#endif
+   acl_entry_t  acl_entry;
+   acl_permset_tacl_permset;
+-  int  brand, i, r, entry_acl_type;
++  int  i, entry_acl_type;
+   int  s, ae_id, ae_tag, ae_perm;
+   const char  *ae_name;
+ 
+ 
++#ifdef ACL_TYPE_NFS4
+   // FreeBSD "brands" ACLs as POSIX.1e or NFSv4
+   // Make sure the "brand" on this ACL is consistent
+   // with the default_entry_acl_type bits provided.
+@@ -560,6 +569,7 @@
+   return ARCHIVE_FAILED;
+   break;
+   }
++#endif
+ 
+ 
+   s = acl_get_entry(acl, ACL_FIRST_ENTRY, &acl_entry);
+@@ -592,9 +602,11 @@
+   case ACL_OTHER:
+   ae_tag = ARCHIVE_ENTRY_ACL_OTHER;
+   break;
++#ifdef ACL_TYPE_NFS4
+   case ACL_EVERYONE:

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

2013-08-19 Thread Jelle van der Waa
Date: Monday, August 19, 2013 @ 21:21:25
  Author: jelle
Revision: 96067

comment for linker error fix

Modified:
  ogle-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 19:15:56 UTC (rev 96066)
+++ PKGBUILD2013-08-19 19:21:25 UTC (rev 96067)
@@ -17,6 +17,8 @@
 
 build() {
   cd "${srcdir}/ogle_gui-${pkgver}"
+
+  # fix for FS#36235
   export LDFLAGS=" -lX11 $LDFLAGS"
   ./configure --prefix=/usr --enable-gtk2
   make



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

2013-08-19 Thread Jelle van der Waa
Date: Monday, August 19, 2013 @ 21:15:56
  Author: jelle
Revision: 96066

fix linker errors on build

Modified:
  ogle-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 19:09:23 UTC (rev 96065)
+++ PKGBUILD2013-08-19 19:15:56 UTC (rev 96066)
@@ -17,6 +17,7 @@
 
 build() {
   cd "${srcdir}/ogle_gui-${pkgver}"
+  export LDFLAGS=" -lX11 $LDFLAGS"
   ./configure --prefix=/usr --enable-gtk2
   make
 }



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

2013-08-19 Thread Jelle van der Waa
Date: Monday, August 19, 2013 @ 21:09:23
  Author: jelle
Revision: 96065

archrelease: copy trunk to community-any

Added:
  tmwmusic/repos/community-any/PKGBUILD
(from rev 96064, tmwmusic/trunk/PKGBUILD)
Deleted:
  tmwmusic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-19 19:08:41 UTC (rev 96064)
+++ PKGBUILD2013-08-19 19:09:23 UTC (rev 96065)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mateusz Herych 
-# Contributed by Bjorn Lindeijer 
-
-pkgname=tmwmusic
-pkgver=0.3
-pkgrel=2
-pkgdesc="The music of The Mana World, separately packaged because of its size."
-arch=('any')
-url="http://themanaworld.org";
-license=('GPL')
-depends=('tmw')
-source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.gz)
-md5sums=('6a811e367ba9fbec0f1a77009eed1079')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/usr/share/tmw/data/music
-  install --mode=644 data/music/* $pkgdir/usr/share/tmw/data/music
-}

Copied: tmwmusic/repos/community-any/PKGBUILD (from rev 96064, 
tmwmusic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-19 19:09:23 UTC (rev 96065)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributed by Bjorn Lindeijer 
+
+pkgname=tmwmusic
+pkgver=0.3
+pkgrel=3
+pkgdesc="The music of The Mana World, separately packaged because of its size."
+arch=('any')
+url="http://themanaworld.org";
+license=('GPL')
+depends=('tmw')
+source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.gz)
+md5sums=('6a811e367ba9fbec0f1a77009eed1079')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -d $pkgdir/usr/share/mana/data/music
+  install --mode=644 data/music/* $pkgdir/usr/share/mana/data/music
+}



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

2013-08-19 Thread Jelle van der Waa
Date: Monday, August 19, 2013 @ 21:08:41
  Author: jelle
Revision: 96064

upgpkg: tmwmusic 0.3-3

fix music directory

Modified:
  tmwmusic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:45:36 UTC (rev 96063)
+++ PKGBUILD2013-08-19 19:08:41 UTC (rev 96064)
@@ -5,7 +5,7 @@
 
 pkgname=tmwmusic
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The music of The Mana World, separately packaged because of its size."
 arch=('any')
 url="http://themanaworld.org";
@@ -16,6 +16,6 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/usr/share/tmw/data/music
-  install --mode=644 data/music/* $pkgdir/usr/share/tmw/data/music
+  install -d $pkgdir/usr/share/mana/data/music
+  install --mode=644 data/music/* $pkgdir/usr/share/mana/data/music
 }



[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 19:37:06
  Author: andyrtr
Revision: 193407

upgpkg: nvidia-304xx-lts 304.108-1

upstream update 304.108; add license

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 17:28:30 UTC (rev 193406)
+++ PKGBUILD2013-08-19 17:37:06 UTC (rev 193407)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=nvidia-304xx-lts
-pkgver=304.88
+pkgver=304.108
 _extramodules=extramodules-3.0-lts
-pkgrel=4
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -19,12 +19,12 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('f60d4aef766029c98914ed665235029a')
+md5sums=('ef453e32515c2176c67ebd95c770dc0e')
 elif [ "$CARCH" = "x86_64" ]; then
 _arch='x86_64'
_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('35e0c7d30de795cccb6b95bda991fb77')
+md5sums=('4e0e54de6735023f44c858a3006b3e18')
 fi
 
 build() {
@@ -42,4 +42,5 @@
 echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
 echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
 }



[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 19:37:21
  Author: andyrtr
Revision: 193408

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 193407, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 193407, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 193407, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 193407, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   46 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 122 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 193407, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 17:37:21 UTC (rev 193408)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.0-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.0.0' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.0.0')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
193407, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2013-08-19 17:37:21 UTC (rev 
193408)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 193407, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-19 17:37:21 UTC (rev 193408)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.0-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.0.0' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.0.0')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('ef453e32515c21

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 19:24:48
  Author: andyrtr
Revision: 193405

upgpkg: nvidia-304xx 304.108-1

upstream update 304.108; add license

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 17:24:16 UTC (rev 193404)
+++ PKGBUILD2013-08-19 17:24:48 UTC (rev 193405)
@@ -2,9 +2,9 @@
 # Maintainer : Thomas Baechler 
 
 pkgname=nvidia-304xx
-pkgver=304.88
+pkgver=304.108
 _extramodules=extramodules-3.10-ARCH
-pkgrel=16
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -21,12 +21,12 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums+=('f60d4aef766029c98914ed665235029a')
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
 elif [ "$CARCH" = "x86_64" ]; then
 _arch='x86_64'
_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
 
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums+=('35e0c7d30de795cccb6b95bda991fb77')
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
 fi
 
 
@@ -37,7 +37,7 @@
 cd "${_pkg}/kernel"
 ### Derived from the linux-3.10 patch:
 ### This patch removes AGP additional from /proc, I don't think this is 
correct but it makes it compile.
-patch -Np2 -i ${srcdir}/nvidia-linux-3.10.patch
+#patch -Np2 -i ${srcdir}/nvidia-linux-3.10.patch
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
 }
 
@@ -48,4 +48,5 @@
 echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
 sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE"
 }



[arch-commits] Commit in nvidia-304xx/repos (8 files)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 19:28:30
  Author: andyrtr
Revision: 193406

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 193405, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia-linux-3.10.patch
(from rev 193405, nvidia-304xx/trunk/nvidia-linux-3.10.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 193405, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 193405, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia-linux-3.10.patch
(from rev 193405, nvidia-304xx/trunk/nvidia-linux-3.10.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 193405, nvidia-304xx/trunk/nvidia.install)

+
 testing-i686/PKGBUILD  |   52 ++
 testing-i686/nvidia-linux-3.10.patch   |  633 +++
 testing-i686/nvidia.install|   15 
 testing-x86_64/PKGBUILD|   52 ++
 testing-x86_64/nvidia-linux-3.10.patch |  633 +++
 testing-x86_64/nvidia.install  |   15 
 6 files changed, 1400 insertions(+)

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


[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 18:56:00
  Author: andyrtr
Revision: 193402

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

Added:
  nvidia-304xx-utils/repos/testing-i686/
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 193401, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 193401, nvidia-304xx-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  114 ++
 testing-x86_64/PKGBUILD |  114 ++
 2 files changed, 228 insertions(+)

Copied: nvidia-304xx-utils/repos/testing-i686/PKGBUILD (from rev 193401, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 16:56:00 UTC (rev 193402)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
+pkgver=304.108
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+create_links() {
+# create soname links
+while read -d '' _lib; do
+_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')"
+[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
+[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
+done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
+}
+
+build() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-nvidia')
+conflicts=('opencl-nvidia')
+ 
+cd "${srcdir}/${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia/LICENSE"
+}
+
+package_nvidia-304xx-utils() {
+pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
+depends=('xorg-server' 'libxvmc')
+optdepends=('gtk2: nvidia-settings'
+'pkg-config: nvidia-xconfig'
+'opencl-nvidia-304xx: OpenCL support')
+conflicts=('libgl' 'nvidia-utils')
+provides=('libgl' 'nvidia-utils')
+cd "${srcdir}/${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"  # X doesn't find glx 
otherwise
+# OpenGL library
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"
+# XvMC
+#install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib/libXvMCNVIDIA.a"
+install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}"
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"
+# nvidia-tls library
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}"
+
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}"
+
+# nvidia-xconfig
+install -D -m755 nvidia-xconfig "${pkgdir}/usr/bin/nvidia-xconfig"
+install -D -m644 nvidia-xconfig.1.gz 
"${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz"
+# nv

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 18:55:38
  Author: andyrtr
Revision: 193401

upgpkg: nvidia-304xx-utils 304.108-1

upstream update 304.108; add license to opencl pkg

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 16:42:38 UTC (rev 193400)
+++ PKGBUILD2013-08-19 16:55:38 UTC (rev 193401)
@@ -3,7 +3,7 @@
 
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.88
+pkgver=304.108
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -14,12 +14,12 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('f60d4aef766029c98914ed665235029a')
+md5sums=('ef453e32515c2176c67ebd95c770dc0e')
 elif [ "$CARCH" = "x86_64" ]; then
 _arch='x86_64'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('35e0c7d30de795cccb6b95bda991fb77')
+md5sums=('4e0e54de6735023f44c858a3006b3e18')
 fi
 
 create_links() {
@@ -51,6 +51,8 @@
 install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
 
 create_links
+
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia/LICENSE"
 }
 
 package_nvidia-304xx-utils() {



[arch-commits] Commit in rpcbind/repos (testing-x86_64)

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 18:42:38
  Author: tpowa
Revision: 193400

db-remove: rpcbind removed by tpowa

Deleted:
  rpcbind/repos/testing-x86_64/



[arch-commits] Commit in rpcbind/repos (testing-i686)

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 18:42:15
  Author: tpowa
Revision: 193399

db-remove: rpcbind removed by tpowa

Deleted:
  rpcbind/repos/testing-i686/



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

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 18:35:30
  Author: tpowa
Revision: 193398

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

Added:
  rpcbind/repos/testing-i686/
  rpcbind/repos/testing-i686/PKGBUILD
(from rev 193397, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
(from rev 193397, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-i686/rpcbind.service
(from rev 193397, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 193397, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 193397, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.service
(from rev 193397, rpcbind/trunk/rpcbind.service)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-i686/rpcbind-sunrpc.patch   |   22 
 testing-i686/rpcbind.service|   13 +
 testing-x86_64/PKGBUILD |   46 ++
 testing-x86_64/rpcbind-sunrpc.patch |   22 
 testing-x86_64/rpcbind.service  |   13 +
 6 files changed, 162 insertions(+)

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 193397, 
rpcbind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 16:35:30 UTC (rev 193398)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url="http://rpcbind.sourceforge.net";
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.1.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.service)
+md5sums=('0a5f9c2142af814c55d957aaab3bcc68'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ 'a7b23a32be2eb52d7dec52da36d4eba1'
+)
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service 
$pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-i686/rpcbind-sunrpc.patch (from rev 193397, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-i686/rpcbind-sunrpc.patch   (rev 0)
+++ testing-i686/rpcbind-sunrpc.patch   2013-08-19 16:35:30 UTC (rev 193398)
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig   2008-11-19 14:17:34.0 +0100
 rpcbind-0.1.7/src/rpcbind.c2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,7 @@
+ char *udp_uaddr;  /* Universal UDP address */
+ char *tcp_uaddr;  /* Universal TCP address */
+ #endif
+-static char servname[] = "rpcbind";
++static char servname[] = "sunrpc";
+ static char superuser[] = "superuser";
+ 
+ int main __P((int, char *[]));
+--- rpcbind-0.1.7/src/rpcinfo.c~   2010-01-08 16:14:24.592156602 +
 rpcbind-0.1.7/src/rpcinfo.c2010-01-08 16:14:31.578838609 +
+@@ -633,7 +633,7 @@
+   {
+ memset (&hints, 0, sizeof hints);
+ hints.ai_family = AF_INET;
+-if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
++if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
+   (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
+   {
+ fprintf (stderr, "rpcinfo: %s: %s\n",

Copied: rpcbind/repos/testing-i686/rpcbind.service (from rev 193397, 
rpcbind/trunk/rpcbind.service)
===
--- testing-i686/rpcbind.service(rev 0)
+++ testing-i686/rpcbind.service2013-08-19 16:35:30 UTC (rev 193398)
@@ -0,0 +1,13 @@
+[Unit]
+Description=RPC Bind
+After=network.target
+Wants=rpcbind.target
+Before=rpcbind.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/rpcbind
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Copied: rpcbind/repos/testing-x86_64/PKGBUILD (from rev 193397, 
rpcbind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_6

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

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 18:35:17
  Author: tpowa
Revision: 193397

upgpkg: rpcbind 0.2.1-1

bump to latest version

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 16:20:40 UTC (rev 193396)
+++ PKGBUILD2013-08-19 16:35:17 UTC (rev 193397)
@@ -2,21 +2,21 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=rpcbind
-pkgver=0.2.0
-pkgrel=12
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 depends=('bash' 'glibc' 'libtirpc')
 url="http://rpcbind.sourceforge.net";
 license=('custom')
 replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.1.tar.bz2
 rpcbind-sunrpc.patch
 rpcbind.service)
-md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+md5sums=('0a5f9c2142af814c55d957aaab3bcc68'
  'c02ac36a98baac70b8a26190524b7b73'
- 'a7b23a32be2eb52d7dec52da36d4eba1')
-
+ 'a7b23a32be2eb52d7dec52da36d4eba1'
+)
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   # patch for iana services file



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

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 18:20:40
  Author: andyrtr
Revision: 193396

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 193395, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 193395, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 193395, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 193395, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  190 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   91 -
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   91 -
 extra-x86_64/license.txt |   33 ---
 6 files changed, 256 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-19 16:20:19 UTC (rev 193395)
+++ extra-i686/PKGBUILD 2013-08-19 16:20:40 UTC (rev 193396)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071700
-_docver=${_amalgamationver}
-#_docver=3071601
-pkgver=3.7.17
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-sha1sums=('e31958e56b1d7bef9433b1ff2e875c8c290d37f4'
-  '6b533b0a9a21eb2c2d1c9f278b8defbeb5a432a7'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 193395, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-19 16:20:40 UTC (rev 193396)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071700
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.17
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_6

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

2013-08-19 Thread Andreas Radke
Date: Monday, August 19, 2013 @ 18:20:19
  Author: andyrtr
Revision: 193395

upgpkg: sqlite 3.7.17-2

symlink license to sub package

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 16:07:01 UTC (rev 193394)
+++ PKGBUILD2013-08-19 16:20:19 UTC (rev 193395)
@@ -8,10 +8,10 @@
 _docver=${_amalgamationver}
 #_docver=3071601
 pkgver=3.7.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
-license=('custom')
+license=('custom:Public Domain')
 url="http://www.sqlite.org/";
 makedepends=('tcl' 'readline')
 source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
@@ -50,8 +50,8 @@
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver
   make DESTDIR=${pkgdir} install
   
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
 }
 
 package_sqlite-tcl() {
@@ -63,6 +63,10 @@
  
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
   make DESTDIR=${pkgdir} install
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 package_sqlite-doc() {



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

2013-08-19 Thread Jan Steffens
Date: Monday, August 19, 2013 @ 18:07:01
  Author: heftig
Revision: 193394

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-19 16:06:17 UTC (rev 193393)
+++ extra-i686/PKGBUILD 2013-08-19 16:07:01 UTC (rev 193394)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fbb73b963abaf1d07f360ac5fdb6905b4862d53553ea5f383a6884678bcd8267')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-i686/PKGBUILD (from rev 193393, 
libgee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-19 16:07:01 UTC (rev 193394)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb18fbdd048a9fb474def98f8b038db62d391b658b6bdebd2504cb638798ef6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-19 16:06:17 UTC (rev 193393)
+++ extra-x86_64/PKGBUILD   2013-08-19 16:07:01 UTC (rev 193394)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fbb73b963abaf1d07f360ac5fdb6905b4862d53553ea5f383a6884678bcd8267')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 193393, 
libgee/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-19 16:07:01 UTC (rev 193394)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb18fbdd048a9fb474def98f8b038db62d391b658b6bdebd2504cb638798ef6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+pac

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

2013-08-19 Thread Jan Steffens
Date: Monday, August 19, 2013 @ 18:06:17
  Author: heftig
Revision: 193393

0.10.4

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 15:55:57 UTC (rev 193392)
+++ PKGBUILD2013-08-19 16:06:17 UTC (rev 193393)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=libgee
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="GObject collection library"
 url="http://live.gnome.org/Libgee";
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala)
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fbb73b963abaf1d07f360ac5fdb6905b4862d53553ea5f383a6884678bcd8267')
+sha256sums=('bb18fbdd048a9fb474def98f8b038db62d391b658b6bdebd2504cb638798ef6b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-08-19 Thread Gaetan Bisson
Date: Monday, August 19, 2013 @ 16:13:46
  Author: bisson
Revision: 193390

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:58:17 UTC (rev 193389)
+++ PKGBUILD2013-08-19 14:13:46 UTC (rev 193390)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.0.20
-pkgrel=2
+pkgver=2.0.21
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -18,7 +18,7 @@
 depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 'protect-tool-env.patch')
-sha1sums=('7ddfefa37ee9da89a8aaa8f9059d251b4cd02562' 'SKIP'
+sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP'
   '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
 
 install=install



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

2013-08-19 Thread Gaetan Bisson
Date: Monday, August 19, 2013 @ 16:14:29
  Author: bisson
Revision: 193391

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 193390, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 193390, gnupg/trunk/install)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 193390, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 193390, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 193390, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 193390, gnupg/trunk/protect-tool-env.patch)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/install  |   20 ++
 testing-i686/protect-tool-env.patch   |   28 ++
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/install|   20 ++
 testing-x86_64/protect-tool-env.patch |   28 ++
 6 files changed, 218 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 193390, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 14:14:29 UTC (rev 193391)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.0.21
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'protect-tool-env.patch')
+sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=("gnupg2=${pkgver}")
+replaces=('gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 193390, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-08-19 14:14:29 UTC (rev 193391)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: gnupg/repos/testing-i686/protect-tool-env.patch (from rev 193390, 
gnupg/trunk/protect-tool-env.patch)
===
--- testing-i686/protect-tool-env.patch (rev 0)
+++ testing-i686/protect-tool-env.patch 2013-08-19 14:14:29 UTC (rev 193391)
@@ -0,0 +1,28 @@
+diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c
+--- old/agent/protect-tool.c   2012-12-08 13:53:17.067611957 +1100
 new/agent/protect-tool.c   2012-12-08 13:53:28.247633012 +1100
+@@ -102,6 +102,7 @@
+ static int opt_status_msg;
+ static const char *opt_p12_charset;
+ static const char *opt_agent_program; 
++static session_env_t opt_session_env;
+ 
+ static char *get_passphrase (int promptno);
+ static void release_passphrase (char *pw);
+@@ -1040,6 +1041,7 @@
+ 
+   opt_homedir = default_homedir ();
+ 
++  opt_session_env = session_env_new ();
+ 
+   pargs

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

2013-08-19 Thread Gaetan Bisson
Date: Monday, August 19, 2013 @ 15:58:17
  Author: bisson
Revision: 193389

fix FS#36595 

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/service

--+
 PKGBUILD |2 +-
 service  |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:46:42 UTC (rev 193388)
+++ PKGBUILD2013-08-19 13:58:17 UTC (rev 193389)
@@ -21,7 +21,7 @@
   'SKIP'
   '50663b218f59d5c16d523c8949dc4e736fb7da37'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')

Modified: service
===
--- service 2013-08-19 10:46:42 UTC (rev 193388)
+++ service 2013-08-19 13:58:17 UTC (rev 193389)
@@ -5,9 +5,9 @@
 [Service]
 Type=forking
 PIDFile=/var/spool/postfix/pid/master.pid
-ExecStart=/usr/sbin/postfix start
-ExecStop=/usr/sbin/postfix stop
-ExecReload=/usr/sbin/postfix reload
+ExecStart=/usr/bin/postfix start
+ExecStop=/usr/bin/postfix stop
+ExecReload=/usr/bin/postfix reload
 Restart=always
 
 [Install]



[arch-commits] Commit in synce-kde/repos/community-testing-any (PKGBUILD PKGBUILD)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:45:36
  Author: spupykin
Revision: 96063

archrelease: copy trunk to community-testing-any

Added:
  synce-kde/repos/community-testing-any/PKGBUILD
(from rev 96062, synce-kde/trunk/PKGBUILD)
Deleted:
  synce-kde/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-19 13:45:25 UTC (rev 96062)
+++ PKGBUILD2013-08-19 13:45:36 UTC (rev 96063)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-kde
-pkgver=0.15
-pkgrel=8
-pkgdesc="Provide a means of communication with a Windows CE device - KDE tools 
and integration"
-arch=(any)
-url="http://synce.sourceforge.net/";
-license=('GPL')
-depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
- 'kdebindings-python2')
-optdepends=('unshield' 'orange' 'dynamite')
-makedepends=('agsync' 'synce-rra' 'python2-setuptools')
-source=("http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz";)
-md5sums=('12130b93710b849e18f72752a6949393')
-
-package() {
-  cd $srcdir/synce-kpm-$pkgver
-  
-  python2 setup.py install --root=$pkgdir --optimize=1 
-
-  # python2 fix
-  for file in $(find "${pkgdir}" -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}

Copied: synce-kde/repos/community-testing-any/PKGBUILD (from rev 96062, 
synce-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-19 13:45:36 UTC (rev 96063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-kde
+pkgver=0.16
+pkgrel=1
+pkgdesc="Provide a means of communication with a Windows CE device - KDE tools 
and integration"
+arch=(any)
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
+ 'kdebindings-python2')
+optdepends=('unshield' 'orange' 'dynamite')
+makedepends=('agsync' 'synce-rra' 'python2-setuptools')
+source=("http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz";)
+md5sums=('5e4b79e13488010e89c9c523a44945ea')
+
+package() {
+  cd $srcdir/synce-kpm-$pkgver
+  
+  python2 setup.py install --root=$pkgdir --optimize=1 
+
+  # python2 fix
+  for file in $(find "${pkgdir}" -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:45:25
  Author: spupykin
Revision: 96062

upgpkg: synce-kde 0.16-1

upd

Modified:
  synce-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:38:56 UTC (rev 96061)
+++ PKGBUILD2013-08-19 13:45:25 UTC (rev 96062)
@@ -3,8 +3,8 @@
 # Contributor: Zhukov Pavel 
 
 pkgname=synce-kde
-pkgver=0.15
-pkgrel=8
+pkgver=0.16
+pkgrel=1
 pkgdesc="Provide a means of communication with a Windows CE device - KDE tools 
and integration"
 arch=(any)
 url="http://synce.sourceforge.net/";
@@ -14,7 +14,7 @@
 optdepends=('unshield' 'orange' 'dynamite')
 makedepends=('agsync' 'synce-rra' 'python2-setuptools')
 source=("http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz";)
-md5sums=('12130b93710b849e18f72752a6949393')
+md5sums=('5e4b79e13488010e89c9c523a44945ea')
 
 package() {
   cd $srcdir/synce-kpm-$pkgver



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:38:56
  Author: spupykin
Revision: 96061

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 13:38:34 UTC (rev 96060)
+++ community-i686/PKGBUILD 2013-08-19 13:38:56 UTC (rev 96061)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=moreutils
-pkgver=0.48
-pkgrel=1
-pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
-arch=('i686' 'x86_64')
-url="http://joeyh.name/code/moreutils/";
-license=('GPL')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('c6f1eb13132a88ce053be709aa2625d2')
-
-build() {
-  cd $srcdir/$pkgname
-  sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
-  make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=$pkgdir/usr install
-  chmod 0644 $pkgdir/usr/share/man/man1/*
-
-  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
-
-  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
-  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
-}

Copied: moreutils/repos/community-i686/PKGBUILD (from rev 96060, 
moreutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 13:38:56 UTC (rev 96061)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=moreutils
+pkgver=0.49
+pkgrel=1
+pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
+arch=('i686' 'x86_64')
+url="http://joeyh.name/code/moreutils/";
+license=('GPL')
+makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax')
+depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
+options=('!emptydirs' 'zipman')
+replaces=(moreutils-svn)
+source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
+md5sums=('29b49e70fec35b28df24b25eb3e0fd29')
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
+  make DOCBOOK2XMAN=docbook2man
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=$pkgdir/usr install
+  chmod 0644 $pkgdir/usr/share/man/man1/*
+
+  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
+
+  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
+  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 13:38:34 UTC (rev 96060)
+++ community-x86_64/PKGBUILD   2013-08-19 13:38:56 UTC (rev 96061)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=moreutils
-pkgver=0.48
-pkgrel=1
-pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
-arch=('i686' 'x86_64')
-url="http://joeyh.name/code/moreutils/";
-license=('GPL')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('c6f1eb13132a88ce053be709aa2625d2')
-
-build() {
-  cd $srcdir/$pkgname
-  sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
-  make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=$pkgdir/usr install
-  chmod 0644 $pkgdir/usr/share/man/man1/*
-
-  mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils
-
-  mv $pkgdir/usr/share/man/man1/parallel.1 
$pkgdir/usr/share/man/man1/parallel-moreutils.1
-  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
-}

Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 96060, 
moreutils/trunk/PKGBUILD)
===

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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:38:34
  Author: spupykin
Revision: 96060

upgpkg: moreutils 0.49-1

upd

Modified:
  moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:23:24 UTC (rev 96059)
+++ PKGBUILD2013-08-19 13:38:34 UTC (rev 96060)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=moreutils
-pkgver=0.48
+pkgver=0.49
 pkgrel=1
 pkgdesc="A growing collection of the unix tools that nobody thought to write 
thirty years ago"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs' 'zipman')
 replaces=(moreutils-svn)
 
source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('c6f1eb13132a88ce053be709aa2625d2')
+md5sums=('29b49e70fec35b28df24b25eb3e0fd29')
 
 build() {
   cd $srcdir/$pkgname



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:19:41
  Author: spupykin
Revision: 96057

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:18:58 UTC (rev 96056)
+++ PKGBUILD2013-08-19 13:19:41 UTC (rev 96057)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=passenger
-pkgver=4.0.10
+pkgver=4.0.13
 pkgrel=1
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
@@ -14,13 +14,10 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('a30ec12f12923aedd42ed2747903f65a')
+md5sums=('4037db4d5254dbafd2811324b6ba0dfc')
 
 build(){
   cd $srcdir/passenger-release-$pkgver
-
-#  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
   ./bin/passenger-install-apache2-module -a
   rake nginx
 }



[arch-commits] Commit in synce-sync-engine/repos (3 files)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:18:58
  Author: spupykin
Revision: 96056

archrelease: copy trunk to community-testing-any

Added:
  synce-sync-engine/repos/community-testing-any/
  synce-sync-engine/repos/community-testing-any/PKGBUILD
(from rev 96055, synce-sync-engine/trunk/PKGBUILD)
  synce-sync-engine/repos/community-testing-any/synce-sync-engine.install
(from rev 96055, synce-sync-engine/trunk/synce-sync-engine.install)

---+
 PKGBUILD  |   27 +++
 synce-sync-engine.install |   18 ++
 2 files changed, 45 insertions(+)

Copied: synce-sync-engine/repos/community-testing-any/PKGBUILD (from rev 96055, 
synce-sync-engine/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 13:18:58 UTC (rev 96056)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Bartek Iwaniec 
+
+pkgname=synce-sync-engine
+pkgver=0.16
+pkgrel=1
+pkgdesc="SynCE sync-engine"
+arch=(any)
+license=('GPL')
+url="http://www.synce.org/";
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync 
python2-lxml)
+makedepends=(python2-setuptools)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+#  python2 synce-install-plugins.py
+}

Copied: synce-sync-engine/repos/community-testing-any/synce-sync-engine.install 
(from rev 96055, synce-sync-engine/trunk/synce-sync-engine.install)
===
--- community-testing-any/synce-sync-engine.install 
(rev 0)
+++ community-testing-any/synce-sync-engine.install 2013-08-19 13:18:58 UTC 
(rev 96056)
@@ -0,0 +1,18 @@
+post_install() {
+echo
+echo "Before you start sync-engine, it is necessary to copy the basic 
configuration file to your home directory. "
+echo "If you would like to sync files, you need to edit the file as well."
+echo
+echo "mkdir -p ~/.synce"
+echo "cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce"
+echo
+echo "More info can be found at"
+echo "http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine";
+echo "http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile";
+echo
+}
+
+post_upgrade() {
+   post_install
+}
+



[arch-commits] Commit in synce-sync-engine/trunk (PKGBUILD)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:18:50
  Author: spupykin
Revision: 96055

upgpkg: synce-sync-engine 0.16-1

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:05:21 UTC (rev 96054)
+++ PKGBUILD2013-08-19 13:18:50 UTC (rev 96055)
@@ -3,17 +3,17 @@
 # Contributor: Bartek Iwaniec 
 
 pkgname=synce-sync-engine
-pkgver=0.15
-pkgrel=5
+pkgver=0.16
+pkgrel=1
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/";
-depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
pygobject libopensync python2-lxml)
-makedepends=(python2-distribute)
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync 
python2-lxml)
+makedepends=(python2-setuptools)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3ed81acc39e21effe765fb5f3b248d73')
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -23,8 +23,5 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   python2 setup.py install --root=$pkgdir
-  sed -i 's|opensync-1.0|libopensync|' synce-install-plugins.py
-  sed -i "s_os.system('mkdir -p %s' % plugindir)_os.system('mkdir -p %s%s' % 
('$pkgdir', plugindir))_" synce-install-plugins.py
-  sed -i "s_os.system('cp %s/%s %s' % (pluginsource,driver, 
plugindir))_os.system('cp %s/%s %s%s' % 
(pluginsource,driver,'$pkgdir',plugindir))_" synce-install-plugins.py
-  python2 synce-install-plugins.py
+#  python2 synce-install-plugins.py
 }



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:05:21
  Author: spupykin
Revision: 96054

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 13:05:02 UTC (rev 96053)
+++ community-i686/PKGBUILD 2013-08-19 13:05:21 UTC (rev 96054)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=orange
-pkgver=0.4
-pkgrel=4
-pkgdesc="a helper tool for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=("GPL")
-depends=('dynamite' 'synce-libsynce' 'file' 'unshield')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz)
-md5sums=('40e9ac3de389c74a60007f7493e072a5')
-
-build() {
-  cd $srcdir/liborange-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: orange/repos/community-i686/PKGBUILD (from rev 96053, 
orange/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 13:05:21 UTC (rev 96054)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=orange
+pkgver=0.4
+pkgrel=5
+pkgdesc="a helper tool for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=("GPL")
+depends=('dynamite' 'synce-libsynce' 'file' 'unshield')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz)
+md5sums=('40e9ac3de389c74a60007f7493e072a5')
+
+build() {
+  cd $srcdir/liborange-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/liborange-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 13:05:02 UTC (rev 96053)
+++ community-x86_64/PKGBUILD   2013-08-19 13:05:21 UTC (rev 96054)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=orange
-pkgver=0.4
-pkgrel=4
-pkgdesc="a helper tool for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=("GPL")
-depends=('dynamite' 'synce-libsynce' 'file' 'unshield')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz)
-md5sums=('40e9ac3de389c74a60007f7493e072a5')
-
-build() {
-  cd $srcdir/liborange-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: orange/repos/community-x86_64/PKGBUILD (from rev 96053, 
orange/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-19 13:05:21 UTC (rev 96054)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=orange
+pkgver=0.4
+pkgrel=5
+pkgdesc="a helper tool for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=("GPL")
+depends=('dynamite' 'synce-libsynce' 'file' 'unshield')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz)
+md5sums=('40e9ac3de389c74a60007f7493e072a5')
+
+build() {
+  cd $srcdir/liborange-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/liborange-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kde4-kio-rapip/repos (8 files)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:04:58
  Author: spupykin
Revision: 96052

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

Added:
  kde4-kio-rapip/repos/community-i686/PKGBUILD
(from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
  kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install
(from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
  kde4-kio-rapip/repos/community-x86_64/PKGBUILD
(from rev 96051, kde4-kio-rapip/trunk/PKGBUILD)
  kde4-kio-rapip/repos/community-x86_64/kde4-kio-rapip.install
(from rev 96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
Deleted:
  kde4-kio-rapip/repos/community-i686/PKGBUILD
  kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install
  kde4-kio-rapip/repos/community-x86_64/PKGBUILD
  kde4-kio-rapip/repos/community-x86_64/kde4-kio-rapip.install

-+
 /PKGBUILD   |   56 ++
 /kde4-kio-rapip.install |   28 +++
 community-i686/PKGBUILD |   28 ---
 community-i686/kde4-kio-rapip.install   |   14 ---
 community-x86_64/PKGBUILD   |   28 ---
 community-x86_64/kde4-kio-rapip.install |   14 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 13:04:41 UTC (rev 96051)
+++ community-i686/PKGBUILD 2013-08-19 13:04:58 UTC (rev 96052)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: ReNoM 
-
-pkgname=kde4-kio-rapip
-pkgver=0.2
-pkgrel=2
-pkgdesc="KIOSlave to browse through the PDA file system via the SynCE 
infrastructure"
-arch=(i686 x86_64)
-url="http://synce.sourceforge.net/";
-license="MIT"
-depends=('kdelibs' 'synce-libsynce' 'synce-librapi')
-makedepends=('gcc' 'cmake' 'automoc4')
-install=kde4-kio-rapip.install
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('94473e10e1b4dd6040c646a8c7421d0c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
-  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
-}

Copied: kde4-kio-rapip/repos/community-i686/PKGBUILD (from rev 96051, 
kde4-kio-rapip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 13:04:58 UTC (rev 96052)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: ReNoM 
+
+pkgname=kde4-kio-rapip
+pkgver=0.4
+pkgrel=1
+pkgdesc="KIOSlave to browse through the PDA file system via the SynCE 
infrastructure"
+arch=(i686 x86_64)
+url="http://synce.sourceforge.net/";
+license="MIT"
+depends=('kdelibs' 'synce-core')
+makedepends=('gcc' 'cmake' 'automoc4')
+install=kde4-kio-rapip.install
+source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
+md5sums=('8411e62bcf7936c2fc9dddc4150c9f96')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR=$pkgdir install
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE
+}

Deleted: community-i686/kde4-kio-rapip.install
===
--- community-i686/kde4-kio-rapip.install   2013-08-19 13:04:41 UTC (rev 
96051)
+++ community-i686/kde4-kio-rapip.install   2013-08-19 13:04:58 UTC (rev 
96052)
@@ -1,14 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_upgrade() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
-}

Copied: kde4-kio-rapip/repos/community-i686/kde4-kio-rapip.install (from rev 
96051, kde4-kio-rapip/trunk/kde4-kio-rapip.install)
===
--- community-i686/kde4-kio-rapip.install   (rev 0)
+++ community-i686/kde4-kio-rapip.install   2013-08-19 13:04:58 UTC (rev 
96052)
@@ -0,0 +1,14 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+  update-mime-database usr/share/mime 1>/dev/null 2>/dev/null || true
+}
+
+post_upgrade() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+  update-m

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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:05:02
  Author: spupykin
Revision: 96053

upgpkg: orange 0.4-5

upd

Modified:
  orange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 13:04:58 UTC (rev 96052)
+++ PKGBUILD2013-08-19 13:05:02 UTC (rev 96053)
@@ -4,7 +4,7 @@
 
 pkgname=orange
 pkgver=0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="a helper tool for synce"
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/";



[arch-commits] Commit in kde4-kio-rapip/trunk (PKGBUILD)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 15:04:41
  Author: spupykin
Revision: 96051

upgpkg: kde4-kio-rapip 0.4-1

upd

Modified:
  kde4-kio-rapip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 12:57:57 UTC (rev 96050)
+++ PKGBUILD2013-08-19 13:04:41 UTC (rev 96051)
@@ -3,17 +3,17 @@
 # Contributor: ReNoM 
 
 pkgname=kde4-kio-rapip
-pkgver=0.2
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc="KIOSlave to browse through the PDA file system via the SynCE 
infrastructure"
 arch=(i686 x86_64)
 url="http://synce.sourceforge.net/";
 license="MIT"
-depends=('kdelibs' 'synce-libsynce' 'synce-librapi')
+depends=('kdelibs' 'synce-core')
 makedepends=('gcc' 'cmake' 'automoc4')
 install=kde4-kio-rapip.install
 source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('94473e10e1b4dd6040c646a8c7421d0c')
+md5sums=('8411e62bcf7936c2fc9dddc4150c9f96')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 14:14:40
  Author: spupykin
Revision: 96046

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 12:13:09 UTC (rev 96045)
+++ PKGBUILD2013-08-19 12:14:40 UTC (rev 96046)
@@ -5,12 +5,13 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds pdf support to zathura by using the mupdf library"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/";
 license=('custom')
-depends=('mupdf>=1.1' 'zathura')
+depends=('mupdf>=1.3' 'zathura'
+'jbig2dec' 'openjpeg')
 conflicts=('zathura-pdf-poppler')
 
source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
 md5sums=('aa9667425dab93147dd8605eda020e59')



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 14:13:09
  Author: spupykin
Revision: 96045

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

Added:
  synce-rra/repos/community-i686/PKGBUILD
(from rev 96044, synce-rra/trunk/PKGBUILD)
  synce-rra/repos/community-x86_64/PKGBUILD
(from rev 96044, synce-rra/trunk/PKGBUILD)
Deleted:
  synce-rra/repos/community-i686/PKGBUILD
  synce-rra/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   23 --
 community-x86_64/PKGBUILD |   23 --
 3 files changed, 54 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 12:12:51 UTC (rev 96044)
+++ community-i686/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
-pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'synce-librapi' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
-source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
-
-build() {
-  cd $srcdir/librra-$pkgver
-  ./configure --prefix=/usr
-  sed -i s/-Werror// lib/Makefile src/Makefile
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: synce-rra/repos/community-i686/PKGBUILD (from rev 96044, 
synce-rra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 12:13:09 UTC (rev 96045)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-rra
+pkgver=0.17
+pkgrel=1
+pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
+makedepends=('python2' 'pyrex')
+source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
+md5sums=('d0c869afbce4d203c85098a2886b6956')
+
+build() {
+  cd $srcdir/librra-$pkgver
+  ./configure --prefix=/usr
+#  sed -i s/-Werror// lib/Makefile src/Makefile
+  make
+}
+
+package() {
+  cd $srcdir/librra-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 12:12:51 UTC (rev 96044)
+++ community-x86_64/PKGBUILD   2013-08-19 12:13:09 UTC (rev 96045)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
-pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'synce-librapi' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
-source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
-
-build() {
-  cd $srcdir/librra-$pkgver
-  ./configure --prefix=/usr
-  sed -i s/-Werror// lib/Makefile src/Makefile
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: synce-rra/repos/community-x86_64/PKGBUILD (from rev 96044, 
synce-rra/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-19 12:13:09 UTC (rev 96045)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-rra
+pkgver=0.17
+pkgrel=1
+pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
+makedepends=('python2' 'pyrex')
+source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
+md5sums=('d0c869afbce4d203c85098a2886b6956')
+
+build() {
+  cd $srcdir/librra-$pkgver
+  ./configure --prefix=/usr
+#  sed -i s/-Werror// lib/Makefile src/Makefile
+  make
+}
+
+package() {
+  cd $srcdir/librra-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 14:12:51
  Author: spupykin
Revision: 96044

upgpkg: synce-rra 0.17-1

upd

Modified:
  synce-rra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 12:12:47 UTC (rev 96043)
+++ PKGBUILD2013-08-19 12:12:51 UTC (rev 96044)
@@ -3,21 +3,21 @@
 # Contributor: Zhukov Pavel 
 
 pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
+pkgver=0.17
+pkgrel=1
 pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/";
 license=('GPL')
-depends=('glibc' 'synce-librapi' 'synce-libmimedir')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
 makedepends=('python2' 'pyrex')
 source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
+md5sums=('d0c869afbce4d203c85098a2886b6956')
 
 build() {
   cd $srcdir/librra-$pkgver
   ./configure --prefix=/usr
-  sed -i s/-Werror// lib/Makefile src/Makefile
+#  sed -i s/-Werror// lib/Makefile src/Makefile
   make
 }
 



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 14:12:47
  Author: spupykin
Revision: 96043

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 12:12:27 UTC (rev 96042)
+++ community-i686/PKGBUILD 2013-08-19 12:12:47 UTC (rev 96043)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Bartek Iwaniec 
-
-pkgname=librtfcomp
-pkgver=1.2
-pkgrel=1
-pkgdesc="SynCE librtfcomp library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.synce.org/";
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cdff301ff346905595d0bb6efd432850')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -dm0755 $pkgdir/usr/bin
-  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
-}

Copied: librtfcomp/repos/community-i686/PKGBUILD (from rev 96042, 
librtfcomp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 12:12:47 UTC (rev 96043)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec 
+
+pkgname=librtfcomp
+pkgver=1.3
+pkgrel=1
+pkgdesc="SynCE librtfcomp library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.synce.org/";
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7aa26fc1dd2dd2ef64043fae573c69dc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 12:12:27 UTC (rev 96042)
+++ community-x86_64/PKGBUILD   2013-08-19 12:12:47 UTC (rev 96043)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Bartek Iwaniec 
-
-pkgname=librtfcomp
-pkgver=1.2
-pkgrel=1
-pkgdesc="SynCE librtfcomp library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.synce.org/";
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cdff301ff346905595d0bb6efd432850')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -dm0755 $pkgdir/usr/bin
-  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
-}

Copied: librtfcomp/repos/community-x86_64/PKGBUILD (from rev 96042, 
librtfcomp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-19 12:12:47 UTC (rev 96043)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec 
+
+pkgname=librtfcomp
+pkgver=1.3
+pkgrel=1
+pkgdesc="SynCE librtfcomp library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.synce.org/";
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7aa26fc1dd2dd2ef64043fae573c69dc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}



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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 14:12:27
  Author: spupykin
Revision: 96042

upgpkg: librtfcomp 1.3-1

upd

Modified:
  librtfcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:44:18 UTC (rev 96041)
+++ PKGBUILD2013-08-19 12:12:27 UTC (rev 96042)
@@ -2,7 +2,7 @@
 # Contributor: Bartek Iwaniec 
 
 pkgname=librtfcomp
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="SynCE librtfcomp library"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 url="http://www.synce.org/";
 depends=(pyrex)
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cdff301ff346905595d0bb6efd432850')
+md5sums=('7aa26fc1dd2dd2ef64043fae573c69dc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:44:18
  Author: tredaelli
Revision: 96041

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

Added:
  tinc/repos/community-i686/PKGBUILD
(from rev 96040, tinc/trunk/PKGBUILD)
  tinc/repos/community-i686/tinc.install
(from rev 96040, tinc/trunk/tinc.install)
  tinc/repos/community-i686/tincd@.service
(from rev 96040, tinc/trunk/tincd@.service)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 96040, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/tinc.install
(from rev 96040, tinc/trunk/tinc.install)
  tinc/repos/community-x86_64/tincd@.service
(from rev 96040, tinc/trunk/tincd@.service)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-i686/tinc.install
  tinc/repos/community-i686/tincd@.service
  tinc/repos/community-x86_64/PKGBUILD
  tinc/repos/community-x86_64/tinc.install
  tinc/repos/community-x86_64/tincd@.service

-+
 /PKGBUILD   |   78 ++
 /tinc.install   |   40 +++
 /tincd@.service |   20 +
 community-i686/PKGBUILD |   39 ---
 community-i686/tinc.install |   20 -
 community-i686/tincd@.service   |   10 
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/tinc.install   |   20 -
 community-x86_64/tincd@.service |   10 
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 11:43:23 UTC (rev 96040)
+++ community-i686/PKGBUILD 2013-08-19 11:44:18 UTC (rev 96041)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George 
-
-pkgname=tinc
-pkgver=1.0.21
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/";
-license=('GPL')
-depends=('lzo2' 'openssl')
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-tincd@.service)
-md5sums=('d7bc9ca38672c9da08d74ff2a3e8e36d'
- 'SKIP'
- '112327da32fdb56ab779fe004712235f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm644 "$srcdir/tincd@.service" 
"$pkgdir/usr/lib/systemd/system/tincd@.service"
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 96040, tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 11:44:18 UTC (rev 96041)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George 
+
+pkgname=tinc
+pkgver=1.0.22
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/";
+license=('GPL')
+depends=('lzo2' 'openssl')
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+tincd@.service)
+md5sums=('cc1346150715bd56070695af85ab39f4'
+ 'SKIP'
+ '112327da32fdb56ab779fe004712235f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm644 "$srcdir/tincd@.service" 
"$pkgdir/usr/lib/systemd/system/tincd@.service"
+}

Deleted: community-i686/tinc.install
===
--- community-i686/tinc.install 2013-08-19 11:43:23 UTC (rev 96040)
+++ community-i686/tinc.install 2013-08-19 11:44:18 UTC (rev 96041)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$f

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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:43:23
  Author: tredaelli
Revision: 96040

upgpkg: tinc 1.0.22-1

Modified:
  tinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:42:12 UTC (rev 96039)
+++ PKGBUILD2013-08-19 11:43:23 UTC (rev 96040)
@@ -5,8 +5,8 @@
 # Contributor: Dominik George 
 
 pkgname=tinc
-pkgver=1.0.21
-pkgrel=2
+pkgver=1.0.22
+pkgrel=1
 pkgdesc="VPN (Virtual Private Network) daemon"
 arch=('i686' 'x86_64')
 url="http://www.tinc-vpn.org/";
@@ -15,7 +15,7 @@
 install=tinc.install
 source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
 tincd@.service)
-md5sums=('d7bc9ca38672c9da08d74ff2a3e8e36d'
+md5sums=('cc1346150715bd56070695af85ab39f4'
  'SKIP'
  '112327da32fdb56ab779fe004712235f')
 



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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:42:12
  Author: tredaelli
Revision: 96039

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 96038, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 96038, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 96038, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 96038, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   78 
 /remove-dangerous-rpath.patch |   22 ++
 community-i686/PKGBUILD   |   39 
 community-i686/remove-dangerous-rpath.patch   |   11 ---
 community-x86_64/PKGBUILD |   39 
 community-x86_64/remove-dangerous-rpath.patch |   11 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 11:41:39 UTC (rev 96038)
+++ community-i686/PKGBUILD 2013-08-19 11:42:12 UTC (rev 96039)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=bfgminer
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='https://bitcointalk.org/index.php?topic=168174.0'
-license=('GPL3')
-options=(!libtool)
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
-remove-dangerous-rpath.patch)
-sha256sums=('07964687daf8c6ba0a11f349b6b139e4d35078cdd013935f9331b28feced0500'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-cpumining --enable-scrypt
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 96038, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 11:42:12 UTC (rev 96039)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='https://bitcointalk.org/index.php?topic=168174.0'
+license=('GPL3')
+options=(!libtool)
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
+remove-dangerous-rpath.patch)
+sha256sums=('ec59618b7d5c81e110871ce6d10563e01d7670bbe2559428836474a9f2eace1a'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -p0 < "${srcdir}"/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-cpumining --enable-scrypt
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2013-08-19 11:41:39 UTC (rev 
96038)
+++ community-i686/remove-dangerous-rpath.patch 2013-08-19 11:42:12 UTC (rev 
96039)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ configure.ac
-@@ -514,7 +514,7 @@
-   ])
- else
-   libblkmaker_CFLAGS='-Ilibblkmaker'
--  libblkmaker_LDFLAGS='-Llibblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"
-+  libblkmaker_LDFLAGS='-Llibblkmaker/.libs'
-   libblkmaker_LIBS='-lblkmaker_jansson-0.1 -lblkmaker-0.1'
-   AC_CONFIG_SUBDIRS([libblkmaker])
- fi

Copied: bfgminer/repos/community-i686/remove-dangerous-rpath.patch (from rev 
96038, bfgminer/trunk/remove-dangerous-r

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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:41:39
  Author: tredaelli
Revision: 96038

upgpkg: bfgminer 3.1.4-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:21:51 UTC (rev 96037)
+++ PKGBUILD2013-08-19 11:41:39 UTC (rev 96038)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=bfgminer
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=(!libtool)
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
 remove-dangerous-rpath.patch)
-sha256sums=('07964687daf8c6ba0a11f349b6b139e4d35078cdd013935f9331b28feced0500'
+sha256sums=('ec59618b7d5c81e110871ce6d10563e01d7670bbe2559428836474a9f2eace1a'
 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
 
 prepare() {



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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:21:18
  Author: tredaelli
Revision: 96036

upgpkg: argyllcms 1.6.0-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:18:30 UTC (rev 96035)
+++ PKGBUILD2013-08-19 11:21:18 UTC (rev 96036)
@@ -4,9 +4,9 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=1.5.1
+pkgver=1.6.0
 _pkgver="V${pkgver}"
-pkgrel=2
+pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
 arch=(i686 x86_64)
 depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
@@ -15,7 +15,7 @@
 url="http://www.argyllcms.com/";
 license=("GPL" "AGPL")
 install=${pkgname}.install
-md5sums=('a708364bb389a157b78c1e219c00985a')
+md5sums=('0e89e62fd4bb49dcc6ce57d54592216e')
 
 build() {
   cd "${srcdir}"/${_pkgname}_${_pkgver}



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

2013-08-19 Thread Timothy Redaelli
Date: Monday, August 19, 2013 @ 13:21:51
  Author: tredaelli
Revision: 96037

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

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

+
 /PKGBUILD  |  116 +++
 /argyllcms.install |   78 +++
 community-i686/PKGBUILD|   58 -
 community-i686/argyllcms.install   |   39 ---
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/argyllcms.install |   39 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 11:21:18 UTC (rev 96036)
+++ community-i686/PKGBUILD 2013-08-19 11:21:51 UTC (rev 96037)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.5.1
-_pkgver="V${pkgver}"
-pkgrel=2
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
-makedepends=('ftjam' 'zip' 'unzip')
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
-url="http://www.argyllcms.com/";
-license=("GPL" "AGPL")
-install=${pkgname}.install
-md5sums=('a708364bb389a157b78c1e219c00985a')
-
-build() {
-  cd "${srcdir}"/${_pkgname}_${_pkgver}
-  echo "***running makeall.sh***"
-  sh ./makeall.sh
-  echo "***running makeinstall.sh***"
-  sh ./makeinstall.sh
-  echo "***running makepackagebin.sh***"
-  sh ./makepackagebin.sh
-  rm "${srcdir}"/${_pkgname}_${_pkgver}/bin/License.txt
-  rm "${srcdir}"/${_pkgname}_${_pkgver}/ref/License.txt
-  rm "${srcdir}"/${_pkgname}_${_pkgver}/ref/afiles
-  rm "${srcdir}"/${_pkgname}_${_pkgver}/doc/afiles
-}
-
-package() {
-  mkdir -p "${pkgdir}"/usr/bin
-  install -m755 "${srcdir}"/${_pkgname}_${_pkgver}/bin/* "${pkgdir}"/usr/bin
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/ref/*.* 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/profile/*.sp 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/scanin/*.c?? 
"${pkgdir}"/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/doc/*.* 
"${pkgdir}"/usr/share/${pkgname}/doc
-  mkdir -p "${pkgdir}"/usr/lib/udev/rules.d
-  install -m644 "${srcdir}"/${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-  sed -i 's|IMPORT{program}="usb|#IMPORT{program}="usb|' 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-  cat <>"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-
-# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
-# I've commented out the line:
-# IMPORT{program}="usb-db %p"
-# to prevent the error messages:
-# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 96036, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 11:21:51 UTC (rev 96037)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.6.0
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(i686 x86_64)
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
+makedepends=('ftjam' 'zip' 'unzip')
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url="http://www.argyllcms.com/";
+license=("GPL" "AGPL")
+install=${pkgname}.install
+md5sums=('0e89e62fd4bb49dcc6ce57d54592216e')
+
+build() {
+  cd "${srcdir}"/${_pkgname}_${_pkgver}
+  echo "***runni

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

2013-08-19 Thread Sergej Pupykin
Date: Monday, August 19, 2013 @ 13:18:30
  Author: spupykin
Revision: 96035

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:14:15 UTC (rev 96034)
+++ PKGBUILD2013-08-19 11:18:30 UTC (rev 96035)
@@ -16,7 +16,6 @@
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
 optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 13:14:15
  Author: angvp
Revision: 96034

archrelease: copy trunk to community-testing-any

Added:
  trac/repos/community-testing-any/
  trac/repos/community-testing-any/PKGBUILD
(from rev 96033, trac/trunk/PKGBUILD)
  trac/repos/community-testing-any/license.txt
(from rev 96033, trac/trunk/license.txt)
  trac/repos/community-testing-any/trac.install
(from rev 96033, trac/trunk/trac.install)
  trac/repos/community-testing-any/tracd.conf
(from rev 96033, trac/trunk/tracd.conf)
  trac/repos/community-testing-any/tracd.service
(from rev 96033, trac/trunk/tracd.service)

---+
 PKGBUILD  |   42 ++
 license.txt   |   29 +
 trac.install  |   32 
 tracd.conf|   14 ++
 tracd.service |   11 +++
 5 files changed, 128 insertions(+)

Copied: trac/repos/community-testing-any/PKGBUILD (from rev 96033, 
trac/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 11:14:15 UTC (rev 96034)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Rubin Simons 
+
+pkgname=trac
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion."
+arch=('any')
+url="http://trac.edgewall.org/";
+license=('BSD')
+depends=(python2 python2-genshi python2-babel)
+makedepends=(clearsilver python2-setuptools)
+install=trac.install
+backup=("etc/conf.d/tracd.conf")
+source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
+   license.txt
+   tracd.service
+   tracd.conf)
+md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
+ 'af9a4064fd7a5759fee0fc288f749977'
+ '6dc659f6a4c0247173ae7fab4d8fee6e'
+ '67db44d661c725baf3057bd13534')
+
+package() {
+  cd $srcdir/Trac-$pkgver
+
+  # python2 fix
+  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
+  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
+  contrib/cgi-bin/trac.{f,}cgi; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -D -m644 ../tracd.conf $pkgdir/etc/conf.d/tracd.conf
+  install -D -m644 ../license.txt $pkgdir/usr/share/licenses/trac/license.txt
+  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
+  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
+  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
+}

Copied: trac/repos/community-testing-any/license.txt (from rev 96033, 
trac/trunk/license.txt)
===
--- community-testing-any/license.txt   (rev 0)
+++ community-testing-any/license.txt   2013-08-19 11:14:15 UTC (rev 96034)
@@ -0,0 +1,29 @@
+Copyright (C) 2003-2005 Edgewall Software
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+3. The name of the author may not be used to endorse or promote
+   products derived from this software without specific prior
+   written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Copied: trac/repos/community-testing-any/trac.install (from rev 96033, 
trac/trunk/trac.install)
===
--- community-testing-any/trac.install  (rev 0)
+++ community-testing-any/trac.install  2013-08-19 11:14:15 UTC (rev 96034)
@@ -0,0 +1,32 @@
+pre_install() {
+  /bin/true
+}
+
+post_install() {
+  echo "-- Please read http://trac.edgewall.or

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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 13:13:28
  Author: angvp
Revision: 96033

upgpkg: trac 1.0.1-4

Rebuild against setuptools

Modified:
  trac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 11:00:07 UTC (rev 96032)
+++ PKGBUILD2013-08-19 11:13:28 UTC (rev 96033)
@@ -4,13 +4,13 @@
 
 pkgname=trac
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion."
 arch=('any')
 url="http://trac.edgewall.org/";
 license=('BSD')
 depends=(python2 python2-genshi python2-babel)
-makedepends=(clearsilver python2-distribute)
+makedepends=(clearsilver python2-setuptools)
 install=trac.install
 backup=("etc/conf.d/tracd.conf")
 source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 13:00:07
  Author: angvp
Revision: 96032

archrelease: copy trunk to community-testing-any

Added:
  synce-kde/repos/community-testing-any/
  synce-kde/repos/community-testing-any/PKGBUILD
(from rev 96031, synce-kde/trunk/PKGBUILD)

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

Copied: synce-kde/repos/community-testing-any/PKGBUILD (from rev 96031, 
synce-kde/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 11:00:07 UTC (rev 96032)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-kde
+pkgver=0.15
+pkgrel=8
+pkgdesc="Provide a means of communication with a Windows CE device - KDE tools 
and integration"
+arch=(any)
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
+ 'kdebindings-python2')
+optdepends=('unshield' 'orange' 'dynamite')
+makedepends=('agsync' 'synce-rra' 'python2-setuptools')
+source=("http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz";)
+md5sums=('12130b93710b849e18f72752a6949393')
+
+package() {
+  cd $srcdir/synce-kpm-$pkgver
+  
+  python2 setup.py install --root=$pkgdir --optimize=1 
+
+  # python2 fix
+  for file in $(find "${pkgdir}" -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:59:33
  Author: angvp
Revision: 96031

upgpkg: synce-kde 0.15-8

Rebuild against setuptools

Modified:
  synce-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:59:01 UTC (rev 96030)
+++ PKGBUILD2013-08-19 10:59:33 UTC (rev 96031)
@@ -4,7 +4,7 @@
 
 pkgname=synce-kde
 pkgver=0.15
-pkgrel=7
+pkgrel=8
 pkgdesc="Provide a means of communication with a Windows CE device - KDE tools 
and integration"
 arch=(any)
 url="http://synce.sourceforge.net/";
@@ -12,7 +12,7 @@
 depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
  'kdebindings-python2')
 optdepends=('unshield' 'orange' 'dynamite')
-makedepends=('agsync' 'synce-rra' 'python2-distribute')
+makedepends=('agsync' 'synce-rra' 'python2-setuptools')
 source=("http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz";)
 md5sums=('12130b93710b849e18f72752a6949393')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:59:01
  Author: angvp
Revision: 96030

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

Added:
  ubuntuone-client/repos/community-testing-i686/
  ubuntuone-client/repos/community-testing-i686/PKGBUILD
(from rev 96029, ubuntuone-client/trunk/PKGBUILD)
  ubuntuone-client/repos/community-testing-i686/fix-notify-hint.patch
(from rev 96029, ubuntuone-client/trunk/fix-notify-hint.patch)
  ubuntuone-client/repos/community-testing-i686/ubuntuone-client.install
(from rev 96029, ubuntuone-client/trunk/ubuntuone-client.install)
  ubuntuone-client/repos/community-testing-x86_64/
  ubuntuone-client/repos/community-testing-x86_64/PKGBUILD
(from rev 96029, ubuntuone-client/trunk/PKGBUILD)
  ubuntuone-client/repos/community-testing-x86_64/fix-notify-hint.patch
(from rev 96029, ubuntuone-client/trunk/fix-notify-hint.patch)
  ubuntuone-client/repos/community-testing-x86_64/ubuntuone-client.install
(from rev 96029, ubuntuone-client/trunk/ubuntuone-client.install)

---+
 community-testing-i686/PKGBUILD   |   49 
 community-testing-i686/fix-notify-hint.patch  |   19 +++
 community-testing-i686/ubuntuone-client.install   |   11 
 community-testing-x86_64/PKGBUILD |   49 
 community-testing-x86_64/fix-notify-hint.patch|   19 +++
 community-testing-x86_64/ubuntuone-client.install |   11 
 6 files changed, 158 insertions(+)

Copied: ubuntuone-client/repos/community-testing-i686/PKGBUILD (from rev 96029, 
ubuntuone-client/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 10:59:01 UTC (rev 96030)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntuone-client
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="Ubuntu One helps you store, sync and share files between your 
computers"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/ubuntuone-client";
+license=('GPL' 'CCPL:cc-by-sa')
+depends=('dbus-glib' 'python2-configglue' 'python2-setuptools' 
'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'imake' 'python2-distutils-extra')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntuone-client/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+
https://launchpad.net/ubuntuone-client-data/stable-4-2/$pkgver/+download/$pkgname-data-$pkgver.tar.gz
+fix-notify-hint.patch)
+md5sums=('37d2de5c6e795e75f447682ee1c3bacc'
+ 'd3c445a9957a80471a84f323f24e8f84'
+ 'c38cb043e3241f12610ed6eb9ae0f087')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
+
+  # Workaround for crash in notification-daemon
+  # https://bugzilla.gnome.org/show_bug.cgi?id=665166
+  patch -Np1 -i "$srcdir/fix-notify-hint.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Install data
+  cd "$srcdir/$pkgname-data-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # We don't have Apport in Arch Linux
+  rm -r "$pkgdir"/{etc/apport,usr/share/apport}
+}

Copied: ubuntuone-client/repos/community-testing-i686/fix-notify-hint.patch 
(from rev 96029, ubuntuone-client/trunk/fix-notify-hint.patch)
===
--- community-testing-i686/fix-notify-hint.patch
(rev 0)
+++ community-testing-i686/fix-notify-hint.patch2013-08-19 10:59:01 UTC 
(rev 96030)
@@ -0,0 +1,19 @@
+diff -Naur 
ubuntuone-client-4.2.0.orig/ubuntuone/platform/notification/linux.py 
ubuntuone-client-4.2.0/ubuntuone/platform/notification/linux.py
+--- ubuntuone-client-4.2.0.orig/ubuntuone/platform/notification/linux.py   
2013-04-01 16:37:48.530956424 +
 ubuntuone-client-4.2.0/ubuntuone/platform/notification/linux.py
2013-04-01 16:38:32.333945773 +
+@@ -32,7 +32,7 @@
+ USE_NOTIFY = False
+ 
+ try:
+-from gi.repository import Notify
++from gi.repository import GLib, Notify
+ USE_NOTIFY = True
+ except ImportError:
+ pass
+@@ -67,5 +67,5 @@
+ if append:
+ self.notification.set_hint_string('x-canonical-append', '')
+ 
+-self.notification.set_hint_int32('transient', int(True))
++self.notification.set_hint('transient', GLib.Variant.new_boolean(1))
+ self.notification.show()

Copied: ubuntuone-client/repos/community-testing-i686/ubuntuone-client.install 
(from rev 96029, ubuntuone

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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:58:01
  Author: angvp
Revision: 96029

upgpkg: ubuntuone-client 4.2.0-2

Rebuild against setuptools

Modified:
  ubuntuone-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:55:13 UTC (rev 96028)
+++ PKGBUILD2013-08-19 10:58:01 UTC (rev 96029)
@@ -3,12 +3,12 @@
 
 pkgname=ubuntuone-client
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ubuntu One helps you store, sync and share files between your 
computers"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/ubuntuone-client";
 license=('GPL' 'CCPL:cc-by-sa')
-depends=('dbus-glib' 'python2-configglue' 'python2-distribute' 
'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
+depends=('dbus-glib' 'python2-configglue' 'python2-setuptools' 
'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'imake' 'python2-distutils-extra')
 options=('!libtool')
 install=$pkgname.install



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:55:13
  Author: angvp
Revision: 96028

fixing lock

Added:
  fabric/repos/community-testing-any/
  fabric/repos/community-testing-any/PKGBUILD

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

Added: community-testing-any/PKGBUILD
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:55:13 UTC (rev 96028)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Francois Boulogne 
+
+pkgname=fabric
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
+url="http://fabfile.org/";
+license=('BSD')
+arch=('any')
+depends=('python2>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 
'python2-setuptools')
+source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz";)
+md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
+
+package() {
+  cd ${srcdir}/Fabric-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 12:46:42
  Author: tpowa
Revision: 193388

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 193386, kbd/trunk/PKGBUILD)
  kbd/repos/testing-i686/fix-dvorak-es.patch
(from rev 193386, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-i686/fix-euro2.patch
(from rev 193387, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch
(from rev 193387, kbd/trunk/fix-keymap-loading-1.15.5.patch)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 193387, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-dvorak-es.patch
(from rev 193387, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 193387, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch
(from rev 193387, kbd/trunk/fix-keymap-loading-1.15.5.patch)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/fix-dvorak-es.patch   |   11 +
 testing-i686/fix-euro2.patch   |9 
 testing-i686/fix-keymap-loading-1.15.5.patch   |   47 +
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/fix-dvorak-es.patch |   11 +
 testing-x86_64/fix-euro2.patch |9 
 testing-x86_64/fix-keymap-loading-1.15.5.patch |   47 +
 8 files changed, 234 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 193386, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 10:46:42 UTC (rev 193388)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Keytable files and keyboard utilities"
+arch=('i686' 'x86_64')
+url="http://www.kbd-project.org";
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+'fix-dvorak-es.patch'
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+md5sums=('5ba259a0b2464196f6488a72070a3d60'
+ '998957c4f815347dcc874c4d7555dc66'
+ 'd869200acbc0aab6a9cafa43cb140d4e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix es-dvorak #33662
+  patch -Np1 -i ../fix-dvorak-es.patch
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 193386, 
kbd/trunk/fix-dvorak-es.patch)
===
--- testing-i686/fix-dvorak-es.patch(rev 0)
+++ testing-i686/fix-dvorak-es.patch2013-08-19 10:46:42 UTC (rev 193388)
@@ -0,0 +1,11 @@
+--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old  2013-05-08 
14:58:03.393349828 +0200
 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map  2013-05-08 
14:58:20.206415053 +0200
+@@ -4,7 +4,7 @@
+ 
+ keymaps 0-2,4,5,6,8-10,12,14
+ include "linux-with-alt-and-altgr"
+-include "euro"
++include "euro.map"
+ strings as usual
+ 
+ keycode   1 = Escape

Copied: kbd/repos/testing-i686/fix-euro2.patch (from rev 193387, 
kbd/trunk/fix-euro2.patch)
===
--- testing-i686/fix-euro2.patch(rev 0)
+++ testing-i686/fix-euro2.patch2013-08-19 10:46:42 UTC (rev 193388)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode 

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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:46:34
  Author: angvp
Revision: 193387

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 193385, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 193385, python-numpy/trunk/PKGBUILD)

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

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 193385, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-19 10:46:34 UTC (rev 193387)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/";
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
+
+build() {
+  cd "${srcdir}"
+  cp -a numpy-${pkgver} numpy-py2-${pkgver}
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd "${srcdir}/numpy-py2-${pkgver}"
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd "${srcdir}/numpy-${pkgver}"
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2')
+  optdepends=('python-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd "${srcdir}/numpy-py2-${pkgver}"
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+ $(find ${pkgdir} -name '*.py')
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.3
+  _pyinc=3.3m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd "${srcdir}/numpy-${pkgver}"
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 193385, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-19 10:46:34 UTC (rev 193387)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/";
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
+
+build() {
+  cd "${srcdir}"
+  cp -a numpy-${pkgver} numpy-py2-${pkgver}
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd "${srcdir}/numpy-py2-${pkgver}"
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd "${srcdir}/numpy-${pkgver}"
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2')
+  optdepends=('python-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd "${srcdir}/numpy-py2-${pkgver}"
+  python2 setup.py config_fc --fcompiler=gnu95

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

2013-08-19 Thread Tobias Powalowski
Date: Monday, August 19, 2013 @ 12:46:28
  Author: tpowa
Revision: 193386

upgpkg: kbd 2.0.0-1

bump to 2.0.0

Modified:
  kbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:45:30 UTC (rev 193385)
+++ PKGBUILD2013-08-19 10:46:28 UTC (rev 193386)
@@ -2,20 +2,23 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=1.15.5
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('i686' 'x86_64')
 url="http://www.kbd-project.org";
 license=('GPL')
 depends=('glibc' 'pam')
+makedepends=('check')
 
source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-'fix-keymap-loading-1.15.5.patch'
 'fix-dvorak-es.patch'
 'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
+md5sums=('5ba259a0b2464196f6488a72070a3d60'
+ '998957c4f815347dcc874c4d7555dc66'
+ 'd869200acbc0aab6a9cafa43cb140d4e')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,9 +32,6 @@
   mv data/keymaps/i386/dvorak/no{,-dvorak}.map
   mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
-  # fix https://bugs.archlinux.org/task/33308
-  # keymap loading is broken for cetain keymaps
-  patch -Np1 -i ../fix-keymap-loading-1.15.5.patch
   # fix es-dvorak #33662
   patch -Np1 -i ../fix-dvorak-es.patch
   # fix euro2 #28213
@@ -48,7 +48,3 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
 }
-md5sums=('34c71feead8ab9c01ec638acea8cd877'
- '4362091d5e23bab2d158f8c7693a45d8'
- '998957c4f815347dcc874c4d7555dc66'
- 'd869200acbc0aab6a9cafa43cb140d4e')



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:45:30
  Author: angvp
Revision: 193385

upgpkg: python-numpy 1.7.1-2

Rebuild against setuptools

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:05:42 UTC (rev 193384)
+++ PKGBUILD2013-08-19 10:45:30 UTC (rev 193385)
@@ -6,12 +6,12 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.numpy.org/";
-makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
 md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:34:41
  Author: angvp
Revision: 96027

archrelease: copy trunk to community-testing-any

Added:
  python2-werkzeug/repos/community-testing-any/
  python2-werkzeug/repos/community-testing-any/PKGBUILD
(from rev 96026, python2-werkzeug/trunk/PKGBUILD)

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

Copied: python2-werkzeug/repos/community-testing-any/PKGBUILD (from rev 96026, 
python2-werkzeug/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:34:41 UTC (rev 96027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python2-werkzeug
+pkgver=0.9.1
+pkgrel=2
+pkgdesc='The Swiss Army knife of Python web development'
+arch=('any')
+url='http://werkzeug.pocoo.org/'
+license=('custom:BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-${pkgver}.tar.gz";)
+md5sums=('41ff407867a90c6f252cdacf2d6c2fd4')
+
+build() {
+  cd Werkzeug-${pkgver}
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd Werkzeug-${pkgver}
+#
+#  python2 setup.py test
+#}
+
+package() {
+  cd Werkzeug-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -d ${pkgdir}/usr/share/licenses/python2-werkzeug
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-werkzeug
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:34:08
  Author: angvp
Revision: 96026

upgpkg: python2-werkzeug 0.9.1-2

Rebuild against setuptools

Modified:
  python2-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:33:34 UTC (rev 96025)
+++ PKGBUILD2013-08-19 10:34:08 UTC (rev 96026)
@@ -5,13 +5,13 @@
 
 pkgname=python2-werkzeug
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Swiss Army knife of Python web development'
 arch=('any')
 url='http://werkzeug.pocoo.org/'
 license=('custom:BSD')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 
source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-${pkgver}.tar.gz";)
 md5sums=('41ff407867a90c6f252cdacf2d6c2fd4')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:33:34
  Author: angvp
Revision: 96025

archrelease: copy trunk to community-testing-any

Added:
  python2-traitsui/repos/community-testing-any/
  python2-traitsui/repos/community-testing-any/PKGBUILD
(from rev 96024, python2-traitsui/trunk/PKGBUILD)

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

Copied: python2-traitsui/repos/community-testing-any/PKGBUILD (from rev 96024, 
python2-traitsui/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:33:34 UTC (rev 96025)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-traitsui
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui";
+license=('BSD')
+depends=('python2-pyface')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)
+md5sums=('23b63f254d268666c816f1954c34b41a')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:33:01
  Author: angvp
Revision: 96024

upgpkg: python2-traitsui 4.3.0-2

Rebuild against setuptools

Modified:
  python2-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:31:58 UTC (rev 96023)
+++ PKGBUILD2013-08-19 10:33:01 UTC (rev 96024)
@@ -3,13 +3,13 @@
 
 pkgname=python2-traitsui
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
 url="https://github.com/enthought/traitsui";
 license=('BSD')
 depends=('python2-pyface')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:31:58
  Author: angvp
Revision: 96023

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

Added:
  python2-traits/repos/community-testing-i686/
  python2-traits/repos/community-testing-i686/PKGBUILD
(from rev 96022, python2-traits/trunk/PKGBUILD)
  python2-traits/repos/community-testing-x86_64/
  python2-traits/repos/community-testing-x86_64/PKGBUILD
(from rev 96022, python2-traits/trunk/PKGBUILD)

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

Copied: python2-traits/repos/community-testing-i686/PKGBUILD (from rev 96022, 
python2-traits/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 10:31:58 UTC (rev 96023)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Explicitly typed attributes for Python"
+arch=('i686' 'x86_64')
+url="https://github.com/enthought/traits";
+license=('BSD')
+depends=('python2-numpy')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python2-traits/repos/community-testing-x86_64/PKGBUILD (from rev 96022, 
python2-traits/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 10:31:58 UTC (rev 96023)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Explicitly typed attributes for Python"
+arch=('i686' 'x86_64')
+url="https://github.com/enthought/traits";
+license=('BSD')
+depends=('python2-numpy')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:31:03
  Author: angvp
Revision: 96022

upgpkg: python2-traits 4.3.0-2

Rebuild against setuptools

Modified:
  python2-traits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:28:26 UTC (rev 96021)
+++ PKGBUILD2013-08-19 10:31:03 UTC (rev 96022)
@@ -3,13 +3,13 @@
 
 pkgname=python2-traits
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
 url="https://github.com/enthought/traits";
 license=('BSD')
 depends=('python2-numpy')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:28:26
  Author: angvp
Revision: 96021

archrelease: copy trunk to community-testing-any

Added:
  python2-pyface/repos/community-testing-any/
  python2-pyface/repos/community-testing-any/PKGBUILD
(from rev 96020, python2-pyface/trunk/PKGBUILD)

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

Copied: python2-pyface/repos/community-testing-any/PKGBUILD (from rev 96020, 
python2-pyface/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:28:26 UTC (rev 96021)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-pyface
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface";
+license=('BSD')
+depends=('python2-traits')
+makedepends=('python2-setuptools')
+optdepends=('python2-pyqt: for Qt backend'
+'wxpython: for wx backend')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz";)
+md5sums=('0ebc97074dc8d7170c03048108055759')
+
+build() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:24:36
  Author: angvp
Revision: 96020

upgpkg: python2-pyface 4.3.0-2

Rebuild against setuptools

Modified:
  python2-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:23:03 UTC (rev 96019)
+++ PKGBUILD2013-08-19 10:24:36 UTC (rev 96020)
@@ -3,13 +3,13 @@
 
 pkgname=python2-pyface
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface";
 license=('BSD')
 depends=('python2-traits')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 optdepends=('python2-pyqt: for Qt backend'
 'wxpython: for wx backend')
 options=(!emptydirs)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:22:31
  Author: angvp
Revision: 96018

upgpkg: python2-pycountry 0.17-2

Rebuild against setuptools

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:20:30 UTC (rev 96017)
+++ PKGBUILD2013-08-19 10:22:31 UTC (rev 96018)
@@ -4,13 +4,13 @@
 
 pkgname=python2-pycountry
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
 url="http://pypi.python.org/pypi/pycountry";
 license=('LGPL2.1')
 depends=('python2-lxml')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 
source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip";)
 md5sums=('194f8db4e31543c0b3b2efd3ff5c5396')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:23:03
  Author: angvp
Revision: 96019

archrelease: copy trunk to community-testing-any

Added:
  python2-pycountry/repos/community-testing-any/
  python2-pycountry/repos/community-testing-any/PKGBUILD
(from rev 96018, python2-pycountry/trunk/PKGBUILD)

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

Copied: python2-pycountry/repos/community-testing-any/PKGBUILD (from rev 96018, 
python2-pycountry/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:23:03 UTC (rev 96019)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python2-pycountry
+pkgver=0.17
+pkgrel=2
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry";
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip";)
+md5sums=('194f8db4e31543c0b3b2efd3ff5c5396')
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:20:30
  Author: angvp
Revision: 96017

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

Added:
  python-numexpr/repos/community-testing-i686/
  python-numexpr/repos/community-testing-i686/PKGBUILD
(from rev 96016, python-numexpr/trunk/PKGBUILD)
  python-numexpr/repos/community-testing-x86_64/
  python-numexpr/repos/community-testing-x86_64/PKGBUILD
(from rev 96016, python-numexpr/trunk/PKGBUILD)

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

Copied: python-numexpr/repos/community-testing-i686/PKGBUILD (from rev 96016, 
python-numexpr/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 10:20:30 UTC (rev 96017)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.1
+pkgrel=2
+pkgdesc="A JIT compiler for Python expressions"
+url="http://code.google.com/p/numexpr/";
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
+md5sums=('8c138e81fb4214d05453da0fc88bf0d5')
+
+build() {
+  cd "$srcdir"
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd "$srcdir"/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/python2|" \
+$(find "${pkgdir}" -name '*.py')
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd "$srcdir"/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-numexpr/repos/community-testing-x86_64/PKGBUILD (from rev 96016, 
python-numexpr/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 10:20:30 UTC (rev 96017)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.1
+pkgrel=2
+pkgdesc="A JIT compiler for Python expressions"
+url="http://code.google.com/p/numexpr/";
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
+md5sums=('8c138e81fb4214d05453da0fc88bf0d5')
+
+build() {
+  cd "$srcdir"
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd "$srcdir"/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/python2|" \
+$(find "${pkgdir}" -name '*.py')
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd "$srcdir"/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:19:22
  Author: angvp
Revision: 96016

upgpkg: python-numexpr 2.1-2

Rebuild against setuptools

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:19:08 UTC (rev 96015)
+++ PKGBUILD2013-08-19 10:19:22 UTC (rev 96016)
@@ -5,12 +5,12 @@
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A JIT compiler for Python expressions"
 url="http://code.google.com/p/numexpr/";
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('python2-distribute' 'python-distribute' 'python-numpy' 
'python2-numpy')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
 md5sums=('8c138e81fb4214d05453da0fc88bf0d5')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:19:08
  Author: angvp
Revision: 96015

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

Added:
  python-psutil/repos/community-testing-i686/
  python-psutil/repos/community-testing-i686/PKGBUILD
(from rev 96014, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-testing-x86_64/
  python-psutil/repos/community-testing-x86_64/PKGBUILD
(from rev 96014, python-psutil/trunk/PKGBUILD)

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

Copied: python-psutil/repos/community-testing-i686/PKGBUILD (from rev 96014, 
python-psutil/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 10:19:08 UTC (rev 96015)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=1.0.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
+sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
+
+build() {
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-testing-x86_64/PKGBUILD (from rev 96014, 
python-psutil/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 10:19:08 UTC (rev 96015)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=1.0.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
+sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
+
+build() {
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:18:03
  Author: angvp
Revision: 96014

upgpkg: python-psutil 1.0.1-2

Rebuild against setuptools

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:14:35 UTC (rev 96013)
+++ PKGBUILD2013-08-19 10:18:03 UTC (rev 96014)
@@ -4,11 +4,11 @@
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
 license=('custom: BSD')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
 sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:14:35
  Author: angvp
Revision: 96013

archrelease: copy trunk to community-testing-any

Added:
  python2-mysql2pgsql/repos/community-testing-any/
  python2-mysql2pgsql/repos/community-testing-any/PKGBUILD
(from rev 96012, python2-mysql2pgsql/trunk/PKGBUILD)

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

Copied: python2-mysql2pgsql/repos/community-testing-any/PKGBUILD (from rev 
96012, python2-mysql2pgsql/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:14:35 UTC (rev 96013)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=python2-mysql2pgsql
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Tool for migrating/converting from mysql to postgresql"
+arch=(any)
+url="https://pypi.python.org/pypi/py-mysql2pgsql";
+license=('GPL')
+depends=('python2' 'python2-psycopg2' 'python2-yaml' 'python2-termcolor' 
'mysql-python')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/p/py-mysql2pgsql/py-mysql2pgsql-$pkgver.tar.gz)
+md5sums=('f9383fc558dff6f6c1e304465ff702da')
+
+package() {
+   cd "$srcdir/py-mysql2pgsql-$pkgver"
+   python2 setup.py install --root=$pkgdir
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:14:02
  Author: angvp
Revision: 96012

upgpkg: python2-mysql2pgsql 0.1.5-2

Rebuild against setuptools

Modified:
  python2-mysql2pgsql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:13:08 UTC (rev 96011)
+++ PKGBUILD2013-08-19 10:14:02 UTC (rev 96012)
@@ -3,13 +3,13 @@
 
 pkgname=python2-mysql2pgsql
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for migrating/converting from mysql to postgresql"
 arch=(any)
 url="https://pypi.python.org/pypi/py-mysql2pgsql";
 license=('GPL')
 depends=('python2' 'python2-psycopg2' 'python2-yaml' 'python2-termcolor' 
'mysql-python')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 
source=(https://pypi.python.org/packages/source/p/py-mysql2pgsql/py-mysql2pgsql-$pkgver.tar.gz)
 md5sums=('f9383fc558dff6f6c1e304465ff702da')
 



[arch-commits] Commit in python2-migrate/repos (3 files)

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:13:08
  Author: angvp
Revision: 96011

archrelease: copy trunk to community-testing-any

Added:
  python2-migrate/repos/community-testing-any/
  python2-migrate/repos/community-testing-any/PKGBUILD
(from rev 96010, python2-migrate/trunk/PKGBUILD)
  
python2-migrate/repos/community-testing-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
(from rev 96010, 
python2-migrate/trunk/fix_exceptions_import_for_sqlalchemy_0.8.patch)

+
 PKGBUILD   |   23 +++
 fix_exceptions_import_for_sqlalchemy_0.8.patch |   12 
 2 files changed, 35 insertions(+)

Copied: python2-migrate/repos/community-testing-any/PKGBUILD (from rev 96010, 
python2-migrate/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:13:08 UTC (rev 96011)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roberto Alsina 
+
+pkgname=python2-migrate
+pkgver=0.7.2
+pkgrel=4
+pkgdesc="provides a way to deal with database schema changes in SQLAlchemy 
projects"
+arch=(any)
+url="http://sqlalchemy-migrate.googlecode.com/";
+depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
+makedepends=('python2-setuptools')
+license=('MIT')
+source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz
+   fix_exceptions_import_for_sqlalchemy_0.8.patch)
+md5sums=('10382fda16f056491e671b5307dd6713'
+ 'f0e7a642736d0451709cf2d0684bc8e9')
+
+package() {
+  cd $srcdir/sqlalchemy-migrate-$pkgver
+  patch -p1 <$srcdir/fix_exceptions_import_for_sqlalchemy_0.8.patch
+  python2 setup.py install --root=$pkgdir
+}

Copied: 
python2-migrate/repos/community-testing-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
 (from rev 96010, 
python2-migrate/trunk/fix_exceptions_import_for_sqlalchemy_0.8.patch)
===
--- community-testing-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
(rev 0)
+++ community-testing-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
2013-08-19 10:13:08 UTC (rev 96011)
@@ -0,0 +1,12 @@
+diff -ruNa a/migrate/versioning/schema.py b/migrate/versioning/schema.py
+--- a/migrate/versioning/schema.py
 b/migrate/versioning/schema.py
+@@ -7,7 +7,7 @@
+ from sqlalchemy import (Table, Column, MetaData, String, Text, Integer,
+ create_engine)
+ from sqlalchemy.sql import and_
+-from sqlalchemy import exceptions as sa_exceptions
++from sqlalchemy import exc as sa_exceptions
+ from sqlalchemy.sql import bindparam
+ 
+ from migrate import exceptions



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:12:38
  Author: angvp
Revision: 96010

upgpkg: python2-migrate 0.7.2-4

Rebuild against setuptools

Modified:
  python2-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:10:14 UTC (rev 96009)
+++ PKGBUILD2013-08-19 10:12:38 UTC (rev 96010)
@@ -4,12 +4,12 @@
 
 pkgname=python2-migrate
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="provides a way to deal with database schema changes in SQLAlchemy 
projects"
 arch=(any)
 url="http://sqlalchemy-migrate.googlecode.com/";
 depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 license=('MIT')
 
source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz
fix_exceptions_import_for_sqlalchemy_0.8.patch)



[arch-commits] Commit in python-ipaddr/repos (3 files)

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:10:14
  Author: angvp
Revision: 96009

archrelease: copy trunk to community-testing-any

Added:
  python-ipaddr/repos/community-testing-any/
  python-ipaddr/repos/community-testing-any/PKGBUILD
(from rev 96008, python-ipaddr/trunk/PKGBUILD)
  python-ipaddr/repos/community-testing-any/python3.patch
(from rev 96008, python-ipaddr/trunk/python3.patch)

---+
 PKGBUILD  |   36 
 python3.patch |   12 
 2 files changed, 48 insertions(+)

Copied: python-ipaddr/repos/community-testing-any/PKGBUILD (from rev 96008, 
python-ipaddr/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:10:14 UTC (rev 96009)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Liu 
+
+pkgbase=python-ipaddr
+pkgname=('python-ipaddr' 'python2-ipaddr')
+pkgver=2.1.10
+pkgrel=2
+pkgdesc="An IPv4/IPv6 manipulation library in Python"
+arch=('any')
+url="http://code.google.com/p/ipaddr-py/";
+license=('APACHE')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=("http://ipaddr-py.googlecode.com/files/ipaddr-${pkgver}.tar.gz";
+"python3.patch")
+md5sums=('f315ac829218e9735c5d772d59a3e0e7'
+ '030b8f2479eb223b369b07c1239377b2')
+
+build() {
+  cd "${srcdir}/ipaddr-${pkgver}"
+  patch -Np1 -i "${srcdir}/python3.patch"
+}
+
+package_python-ipaddr() {
+  depends=('python')
+  cd "${srcdir}/ipaddr-${pkgver}"
+  python setup.py install --root="${pkgdir}" -O1
+}
+
+package_python2-ipaddr() {
+  depends=('python2')
+  cd "${srcdir}/ipaddr-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-ipaddr/repos/community-testing-any/python3.patch (from rev 
96008, python-ipaddr/trunk/python3.patch)
===
--- community-testing-any/python3.patch (rev 0)
+++ community-testing-any/python3.patch 2013-08-19 10:10:14 UTC (rev 96009)
@@ -0,0 +1,12 @@
+diff -Nur ipaddr-2.1.10.orig/ipaddr.py ipaddr-2.1.10/ipaddr.py
+--- ipaddr-2.1.10.orig/ipaddr.py   2012-01-21 14:03:17.0 +1100
 ipaddr-2.1.10/ipaddr.py2012-03-27 18:58:32.792042210 +1100
+@@ -1462,7 +1462,7 @@
+ 
+ try:
+ # Now, parse the hextets into a 128-bit integer.
+-ip_int = 0L
++ip_int = 0
+ for i in xrange(parts_hi):
+ ip_int <<= 16
+ ip_int |= self._parse_hextet(parts[i])



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:09:38
  Author: angvp
Revision: 96008

upgpkg: python-ipaddr 2.1.10-2

Rebuild against setuptools

Modified:
  python-ipaddr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:08:31 UTC (rev 96007)
+++ PKGBUILD2013-08-19 10:09:38 UTC (rev 96008)
@@ -5,12 +5,12 @@
 pkgbase=python-ipaddr
 pkgname=('python-ipaddr' 'python2-ipaddr')
 pkgver=2.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="An IPv4/IPv6 manipulation library in Python"
 arch=('any')
 url="http://code.google.com/p/ipaddr-py/";
 license=('APACHE')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 source=("http://ipaddr-py.googlecode.com/files/ipaddr-${pkgver}.tar.gz";
 "python3.patch")
 md5sums=('f315ac829218e9735c5d772d59a3e0e7'



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:08:31
  Author: angvp
Revision: 96007

archrelease: copy trunk to community-testing-any

Added:
  python2-genshi/repos/community-testing-any/
  python2-genshi/repos/community-testing-any/PKGBUILD
(from rev 96006, python2-genshi/trunk/PKGBUILD)

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

Copied: python2-genshi/repos/community-testing-any/PKGBUILD (from rev 96006, 
python2-genshi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:08:31 UTC (rev 96007)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66142 2012-02-23 01:46:58Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor : Todd Maynard 
+
+pkgname=python2-genshi
+pkgver=0.7
+pkgrel=3
+pkgdesc="Python toolkit for stream-based generation of output for the web."
+url="http://genshi.edgewall.org/";
+license=("BSD")
+arch=('any')
+depends=('python2')
+makedepends=('python2-setuptools')
+conflicts=('python-genshi<=0.6-3')
+replaces=('python-genshi<=0.6-3')
+source=("http://ftp.edgewall.com/pub/genshi/Genshi-$pkgver.tar.gz";)
+md5sums=('54e64dd69da3ec961f86e686e0848a82')
+
+package() {
+  cd $srcdir/Genshi-${pkgver}
+  python2 setup.py install --root=$pkgdir
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:07:53
  Author: angvp
Revision: 96006

upgpkg: python2-genshi 0.7-3

Rebuild against setuptools

Modified:
  python2-genshi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:06:38 UTC (rev 96005)
+++ PKGBUILD2013-08-19 10:07:53 UTC (rev 96006)
@@ -4,13 +4,13 @@
 
 pkgname=python2-genshi
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Python toolkit for stream-based generation of output for the web."
 url="http://genshi.edgewall.org/";
 license=("BSD")
 arch=('any')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 conflicts=('python-genshi<=0.6-3')
 replaces=('python-genshi<=0.6-3')
 source=("http://ftp.edgewall.com/pub/genshi/Genshi-$pkgver.tar.gz";)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:03:09
  Author: angvp
Revision: 96004

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

Added:
  python2-fonttools/repos/community-testing-i686/
  python2-fonttools/repos/community-testing-i686/PKGBUILD
(from rev 96003, python2-fonttools/trunk/PKGBUILD)
  python2-fonttools/repos/community-testing-x86_64/
  python2-fonttools/repos/community-testing-x86_64/PKGBUILD
(from rev 96003, python2-fonttools/trunk/PKGBUILD)

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

Copied: python2-fonttools/repos/community-testing-i686/PKGBUILD (from rev 
96003, python2-fonttools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 10:03:09 UTC (rev 96004)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+
+pkgname=python2-fonttools
+pkgver=2.4
+pkgrel=2
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="http://sourceforge.net/projects/fonttools/";
+license=("BSD")
+arch=('i686' 'x86_64')
+depends=("python2-numpy")
+makedepends=("python2-setuptools")
+provides=('fonttools') # temporary compatibility because of rename
+replaces=('fonttools')
+source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
+md5sums=('41b2d2be48214d2af848e04fded54689')
+
+build() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${pkgdir}" -name '*.py')
+}
+

Copied: python2-fonttools/repos/community-testing-x86_64/PKGBUILD (from rev 
96003, python2-fonttools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 10:03:09 UTC (rev 96004)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+
+pkgname=python2-fonttools
+pkgver=2.4
+pkgrel=2
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="http://sourceforge.net/projects/fonttools/";
+license=("BSD")
+arch=('i686' 'x86_64')
+depends=("python2-numpy")
+makedepends=("python2-setuptools")
+provides=('fonttools') # temporary compatibility because of rename
+replaces=('fonttools')
+source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)
+md5sums=('41b2d2be48214d2af848e04fded54689')
+
+build() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${pkgdir}" -name '*.py')
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:02:15
  Author: angvp
Revision: 96003

upgpkg: python2-fonttools 2.4-2

Rebuild against setuptools

Modified:
  python2-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:00:09 UTC (rev 96002)
+++ PKGBUILD2013-08-19 10:02:15 UTC (rev 96003)
@@ -4,13 +4,13 @@
 
 pkgname=python2-fonttools
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Converts OpenType and TrueType fonts to and from XML"
 url="http://sourceforge.net/projects/fonttools/";
 license=("BSD")
 arch=('i686' 'x86_64')
 depends=("python2-numpy")
-makedepends=("python2-distribute")
+makedepends=("python2-setuptools")
 provides=('fonttools') # temporary compatibility because of rename
 replaces=('fonttools')
 source=(http://downloads.sourceforge.net/fonttools/fonttools-$pkgver.tar.gz)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:59:43
  Author: angvp
Revision: 96001

archrelease: copy trunk to community-testing-any

Added:
  python2-flask/repos/community-testing-any/
  python2-flask/repos/community-testing-any/PKGBUILD
(from rev 96000, python2-flask/trunk/PKGBUILD)

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

Copied: python2-flask/repos/community-testing-any/PKGBUILD (from rev 96000, 
python2-flask/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:59:43 UTC (rev 96001)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=python2-flask
+pkgver=0.10.1
+pkgrel=3
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz";)
+md5sums=('378670fe456957eb3c27ddaef60b2b24')
+
+build() {
+  cd Flask-${pkgver}
+
+  python2 setup.py build
+}
+
+check() {
+  cd Flask-${pkgver}
+
+  python2 setup.py test
+}
+
+package() {
+  cd Flask-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/python2-flask
+}



[arch-commits] Commit in python-requests/repos (3 files)

2013-08-19 Thread Massimiliano Torromeo
Date: Monday, August 19, 2013 @ 12:00:09
  Author: mtorromeo
Revision: 96002

archrelease: copy trunk to community-testing-any

Added:
  python-requests/repos/community-testing-any/
  python-requests/repos/community-testing-any/PKGBUILD
(from rev 96000, python-requests/trunk/PKGBUILD)
  python-requests/repos/community-testing-any/certs.patch
(from rev 96000, python-requests/trunk/certs.patch)

-+
 PKGBUILD|   58 ++
 certs.patch |   17 +
 2 files changed, 75 insertions(+)

Copied: python-requests/repos/community-testing-any/PKGBUILD (from rev 96000, 
python-requests/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 10:00:09 UTC (rev 96002)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-requests
+pkgname=(python-requests python2-requests)
+pkgver=1.2.3
+pkgrel=3
+_libname=requests
+pkgdesc="Python HTTP for Humans."
+url="http://python-requests.org";
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('custom: ISC')
+arch=('any')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+certs.patch)
+
+build() {
+cd "$srcdir/$_libname-$pkgver"
+patch -p0 -i "$srcdir/certs.patch"
+sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
+rm -f requests/cacert.pem
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+check() {
+cd "$srcdir/$_libname-$pkgver"
+test -f "$(python -m requests.certs)"
+}
+
+package_python-requests() {
+depends=(python)
+
+cd "$srcdir/$_libname-$pkgver"
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-requests() {
+depends=(python2)
+optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
+'python2-grequests: asynchronous requests with gevent'
+'python2-simplejson')
+
+cd "$srcdir/$_libname-$pkgver"
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha256sums=('156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1'
+'55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')

Copied: python-requests/repos/community-testing-any/certs.patch (from rev 
96000, python-requests/trunk/certs.patch)
===
--- community-testing-any/certs.patch   (rev 0)
+++ community-testing-any/certs.patch   2013-08-19 10:00:09 UTC (rev 96002)
@@ -0,0 +1,17 @@
+--- requests/certs.py.orig 2013-04-03 10:25:52.618680901 +0200
 requests/certs.py  2013-04-03 10:26:29.291120949 +0200
+@@ -12,13 +12,11 @@
+ packaged CA bundle.
+ """
+ 
+-import os.path
+-
+ 
+ def where():
+ """Return the preferred certificate bundle."""
+ # vendored bundle inside Requests
+-return os.path.join(os.path.dirname(__file__), 'cacert.pem')
++return "/etc/ssl/certs/ca-certificates.crt"
+ 
+ if __name__ == '__main__':
+ print(where())



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:58:25
  Author: angvp
Revision: 96000

upgpkg: python2-flask 0.10.1-3

Rebuild against setuptools

Modified:
  python2-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:58:14 UTC (rev 95999)
+++ PKGBUILD2013-08-19 09:58:25 UTC (rev 96000)
@@ -5,13 +5,13 @@
 
 pkgname=python2-flask
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
 license=('custom:BSD')
 depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 
source=("http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz";)
 md5sums=('378670fe456957eb3c27ddaef60b2b24')
 



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

2013-08-19 Thread Massimiliano Torromeo
Date: Monday, August 19, 2013 @ 11:58:14
  Author: mtorromeo
Revision: 95999

Replaced distribute with setuptools

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:57:36 UTC (rev 95998)
+++ PKGBUILD2013-08-19 09:58:14 UTC (rev 95999)
@@ -4,11 +4,11 @@
 pkgbase=python-requests
 pkgname=(python-requests python2-requests)
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 _libname=requests
 pkgdesc="Python HTTP for Humans."
 url="http://python-requests.org";
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 license=('custom: ISC')
 arch=('any')
 
source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:57:36
  Author: angvp
Revision: 95998

archrelease: copy trunk to community-testing-any

Added:
  python2-envisage/repos/community-testing-any/
  python2-envisage/repos/community-testing-any/PKGBUILD
(from rev 95997, python2-envisage/trunk/PKGBUILD)

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

Copied: python2-envisage/repos/community-testing-any/PKGBUILD (from rev 95997, 
python2-envisage/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:57:36 UTC (rev 95998)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-envisage
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage";
+license=('BSD')
+depends=('python2-apptools')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz";)
+md5sums=('80439d265c92e2c14a680a58d7cb8f16')
+
+build() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:56:54
  Author: angvp
Revision: 95997

upgpkg: python2-envisage 4.3.0-2

Rebuild against setuptools

Modified:
  python2-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:53:32 UTC (rev 95996)
+++ PKGBUILD2013-08-19 09:56:54 UTC (rev 95997)
@@ -3,13 +3,13 @@
 
 pkgname=python2-envisage
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage";
 license=('BSD')
 depends=('python2-apptools')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz";)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:53:32
  Author: angvp
Revision: 95996

archrelease: copy trunk to community-testing-any

Added:
  python-cssutils/repos/community-testing-any/
  python-cssutils/repos/community-testing-any/PKGBUILD
(from rev 95995, python-cssutils/trunk/PKGBUILD)

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

Copied: python-cssutils/repos/community-testing-any/PKGBUILD (from rev 95995, 
python-cssutils/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:53:32 UTC (rev 95996)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Simon Sapin 
+# Contributor: Michal Marek 
+# Contributor: Rick W. Chena 
+# Contributor: Andrea Fagiani 
+
+pkgbase=python-cssutils
+pkgname=('python2-cssutils' 'python-cssutils')
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="http://cthedot.de/cssutils/";
+license=('LGPL3')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip";)
+md5sums=('81b5c0294c54479a54548769eaa236f8')
+
+build() {
+  cd "${srcdir}"
+
+  # Create python2 build dir
+  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
+}
+
+package_python2-cssutils() {
+  depends=('python2')
+
+  cd "${srcdir}/cssutils-py2-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e "s:#!/usr/bin/env python:#!/usr/bin/env python2:g" \
+ $(find "${pkgdir}" -name '*.py')
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/tests"
+}
+
+package_python-cssutils() {
+  depends=('python')
+
+  cd "${srcdir}/cssutils-${pkgver}"
+
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Avoid a conflict: only keep the Py2 executables.
+  rm -rf "${pkgdir}/usr/bin"
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
+
+  # Use #!/usr/bin/python3 
+  cd $pkgdir/usr/lib/python3.3/site-packages/cssutils
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
+
+}
+
+#check() {
+#  cd "${srcdir}/cssutils-${pkgver}"
+#  # Currently broken..
+##  python3 setup.py test
+##  python2 setup.py test
+#}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:52:54
  Author: angvp
Revision: 95995

upgpkg: python-cssutils 0.9.10-2

Rebuild against setuptools

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:47:57 UTC (rev 95994)
+++ PKGBUILD2013-08-19 09:52:54 UTC (rev 95995)
@@ -8,12 +8,12 @@
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/";
 license=('LGPL3')
-makedepends=('python2-distribute' 'python-distribute')
+makedepends=('python2-setuptools' 'python-setuptools')
 
source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip";)
 md5sums=('81b5c0294c54479a54548769eaa236f8')
 
@@ -57,9 +57,9 @@
 
 }
 
-check() {
-  cd "${srcdir}/cssutils-${pkgver}"
-  # Currently broken..
-#  python3 setup.py test
-#  python2 setup.py test
-}
+#check() {
+#  cd "${srcdir}/cssutils-${pkgver}"
+#  # Currently broken..
+##  python3 setup.py test
+##  python2 setup.py test
+#}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:47:57
  Author: angvp
Revision: 95994

archrelease: copy trunk to community-testing-any

Added:
  python2-configglue/repos/community-testing-any/
  python2-configglue/repos/community-testing-any/PKGBUILD
(from rev 95993, python2-configglue/trunk/PKGBUILD)

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

Copied: python2-configglue/repos/community-testing-any/PKGBUILD (from rev 
95993, python2-configglue/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:47:57 UTC (rev 95994)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+
+_pkgname=configglue
+pkgname=python2-$_pkgname
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Library that glues together python's optparse.OptionParser and 
ConfigParser.ConfigParser"
+arch=('any')
+url="https://launchpad.net/configglue";
+license=('BSD')
+depends=('python2-xdg')
+makedepends=('python2-setuptools')
+source=(http://launchpad.net/$_pkgname/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('9ad83551a2cb4cf20cbe936c9f80bd1e')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:47:23
  Author: angvp
Revision: 95993

upgpkg: python2-configglue 1.1.2-2

Rebuild against setuptools

Modified:
  python2-configglue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:42:59 UTC (rev 95992)
+++ PKGBUILD2013-08-19 09:47:23 UTC (rev 95993)
@@ -4,13 +4,13 @@
 _pkgname=configglue
 pkgname=python2-$_pkgname
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that glues together python's optparse.OptionParser and 
ConfigParser.ConfigParser"
 arch=('any')
 url="https://launchpad.net/configglue";
 license=('BSD')
 depends=('python2-xdg')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 
source=(http://launchpad.net/$_pkgname/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
 md5sums=('9ad83551a2cb4cf20cbe936c9f80bd1e')
 



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:42:59
  Author: angvp
Revision: 95992

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

Added:
  python-cchardet/repos/community-testing-i686/
  python-cchardet/repos/community-testing-i686/PKGBUILD
(from rev 95991, python-cchardet/trunk/PKGBUILD)
  python-cchardet/repos/community-testing-x86_64/
  python-cchardet/repos/community-testing-x86_64/PKGBUILD
(from rev 95991, python-cchardet/trunk/PKGBUILD)

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

Copied: python-cchardet/repos/community-testing-i686/PKGBUILD (from rev 95991, 
python-cchardet/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-19 09:42:59 UTC (rev 95992)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-cchardet
+pkgname=(python-cchardet python2-cchardet)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Universal encoding detector faster than chardet."
+url="http://pypi.python.org/pypi/cchardet/";
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+license=('MIT')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
+
+build() {
+cd "$srcdir/cchardet-$pkgver"
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+package() {
+cd "$srcdir/cchardet-$pkgver"
+python setup.py install --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+
+package_python-cchardet() {
+depends=(python)
+
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+
+package_python2-cchardet() {
+depends=(python2)
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+

Copied: python-cchardet/repos/community-testing-x86_64/PKGBUILD (from rev 
95991, python-cchardet/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 09:42:59 UTC (rev 95992)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-cchardet
+pkgname=(python-cchardet python2-cchardet)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Universal encoding detector faster than chardet."
+url="http://pypi.python.org/pypi/cchardet/";
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+license=('MIT')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
+
+build() {
+cd "$srcdir/cchardet-$pkgver"
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+package() {
+cd "$srcdir/cchardet-$pkgver"
+python setup.py install --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+
+package_python-cchardet() {
+depends=(python)
+
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+
+package_python2-cchardet() {
+depends=(python2)
+
+cd "$srcdir/cchardet-$pkgver"
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:41:54
  Author: angvp
Revision: 95991

upgpkg: python-cchardet 0.3.5-1

Rebuild against setuptools

Modified:
  python-cchardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:34:49 UTC (rev 95990)
+++ PKGBUILD2013-08-19 09:41:54 UTC (rev 95991)
@@ -3,14 +3,15 @@
 
 pkgname=python-cchardet
 pkgname=(python-cchardet python2-cchardet)
-pkgver=0.3.3
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="Universal encoding detector faster than chardet."
 url="http://pypi.python.org/pypi/cchardet/";
-makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
 license=('MIT')
 arch=('i686' 'x86_64')
 
source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
 
 build() {
 cd "$srcdir/cchardet-$pkgver"
@@ -48,4 +49,3 @@
install -m0644 -D "README.rst" 
"$pkgdir/usr/share/licenses/$pkgname/README.rst"
 }
 
-sha256sums=('f326245fa9dc1541a3251cbae66ce2fa8d94969a6f6dfb2800e3beb3636cd2b8')



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:34:49
  Author: angvp
Revision: 95990

archrelease: copy trunk to community-testing-any

Added:
  python2-apptools/repos/community-testing-any/
  python2-apptools/repos/community-testing-any/PKGBUILD
(from rev 95989, python2-apptools/trunk/PKGBUILD)

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

Copied: python2-apptools/repos/community-testing-any/PKGBUILD (from rev 95989, 
python2-apptools/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:34:49 UTC (rev 95990)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python2-apptools
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="Application tools"
+arch=('any')
+url="https://github.com/enthought/apptools";
+license=('BSD')
+depends=('python2-configobj' 'python2-traitsui')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz";)
+md5sums=('7b10c256c248cc0b89f7e1dad47f6972')
+
+build() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:34:13
  Author: angvp
Revision: 95989

upgpkg: python2-apptools 4.2.0-2

Rebuild against setuptools

Modified:
  python2-apptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 09:27:46 UTC (rev 95988)
+++ PKGBUILD2013-08-19 09:34:13 UTC (rev 95989)
@@ -3,13 +3,13 @@
 
 pkgname=python2-apptools
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Application tools"
 arch=('any')
 url="https://github.com/enthought/apptools";
 license=('BSD')
 depends=('python2-configobj' 'python2-traitsui')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz";)



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 11:27:46
  Author: angvp
Revision: 95988

archrelease: copy trunk to community-testing-any

Added:
  pitivi/repos/community-testing-any/
  pitivi/repos/community-testing-any/ChangeLog
(from rev 95987, pitivi/trunk/ChangeLog)
  pitivi/repos/community-testing-any/PKGBUILD
(from rev 95987, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-testing-any/pitivi.install
(from rev 95987, pitivi/trunk/pitivi.install)

+
 ChangeLog  |   41 +
 PKGBUILD   |   41 +
 pitivi.install |   12 
 3 files changed, 94 insertions(+)

Copied: pitivi/repos/community-testing-any/ChangeLog (from rev 95987, 
pitivi/trunk/ChangeLog)
===
--- community-testing-any/ChangeLog (rev 0)
+++ community-testing-any/ChangeLog 2013-08-19 09:27:46 UTC (rev 95988)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-testing-any/PKGBUILD (from rev 95987, 
pitivi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 09:27:46 UTC (rev 95988)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Abhishek Dasgupta 
+# Contributor: Gabor Nyekhelyi (n0gabor) 
+
+pkgname=pitivi
+pkgver=0.15.2
+pkgrel=6
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('any')
+url="http://www.pitivi.org/";
+license=('LGPL')
+depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
+'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
+'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
+'python2-setuptools')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+optdepends=('frei0r-plugins: enable the video transformations'
+   'python2-numpy: enable the video transformations')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz)
+md5sums=('e0e379fca759025140ac1316819b2173')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
+
+  ./configure --prefix=/usr --localedir=/usr/share/locale
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: pitivi/repos/community-testing-any/pitivi.install (from rev 95987, 
pitivi/trunk/pitivi.install)
===
--- community-testing-any/pitivi.install(rev 0)
+++ community-testing-any/pitivi.install2013-08-19 09:27:46 UTC (rev 
95988)
@@ -0,0 +1,12 @@
+post_install() {
+  [ -d usr/share/icons/hicolor ] && [ -x usr/bin/gtk-update-icon-cache ] && 
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  [ -x usr/bin/update-mime-database ] && update-mime-database usr/share/mime 
>/dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



  1   2   >