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

2012-07-16 Thread Pierre Schmitz
Date: Monday, July 16, 2012 @ 03:11:16
  Author: pierre
Revision: 163582

upgpkg: php-xcache 2.0.1-1

upstream update

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 06:21:11 UTC (rev 163581)
+++ PKGBUILD2012-07-16 07:11:16 UTC (rev 163582)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-xcache
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@
 
source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('0e30cdff075c635e475d70a5c37d0252'
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
  'bba7ead3e592a7980aa91a8600973587')
 
 build() {



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

2012-07-16 Thread Pierre Schmitz
Date: Monday, July 16, 2012 @ 03:11:51
  Author: pierre
Revision: 163583

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

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 163582, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 163582, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 163582, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 163582, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 86 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 163582, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 163582, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 163582, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 163582, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in kdeedu-kig/kde-unstable (PKGBUILD)

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:13:13
  Author: andrea
Revision: 163584

upgpkg: kdeedu-kig 4.8.97-2

boost rebuild

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 07:11:51 UTC (rev 163583)
+++ PKGBUILD2012-07-16 07:13:13 UTC (rev 163584)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-kig
 pkgver=4.8.97
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="http://kde.org/applications/education/kig/";
 arch=('i686' 'x86_64')



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

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:13:41
  Author: andrea
Revision: 163585

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
(from rev 163584, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
(from rev 163584, kdeedu-kig/kde-unstable/kdeedu-kig.install)
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163584, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install
(from rev 163584, kdeedu-kig/kde-unstable/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install

+
 kde-unstable-i686/PKGBUILD |   68 +++
 kde-unstable-i686/kdeedu-kig.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD   |   68 +++
 kde-unstable-x86_64/kdeedu-kig.install |   24 +-
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-16 07:13:13 UTC (rev 163584)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:13:41 UTC (rev 163585)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('c365608497df374d7ea0f31271cead02ffe2de89')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/PKGBUILD (from rev 163584, 
kdeedu-kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:13:41 UTC (rev 163585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.8.97
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('c365608497df374d7ea0f31271cead02ffe2de89')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: kde-unstable-i686/kdeedu-kig.install
===
--- kde-unstable-i686/kdeedu-kig.install2012-07-16 07:13:13 UTC (rev 
163584)
+++ kde-unstable-i686/kdeedu-kig.install2012-07-16 07:13:41 UTC (rev 
163585)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install (from rev 163584, 
kdeedu-kig/kde-unstable/kdeedu-kig.install)
===
--- kde-unstable-i686/kdeedu-kig.install(rev 0)
+++ kde-unstable-i686/kdeedu-kig.install2012-07-16 07:13:41 UTC (rev 
163585)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-16 07:13:13 UTC (rev 163584)
+++ kde-unstable-x86_64/PKGBUILD2012-07-16 07:13:41 UTC (rev 163585)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/educatio

[arch-commits] Commit in kdeedu-rocs/kde-unstable (PKGBUILD)

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:15:58
  Author: andrea
Revision: 163586

upgpkg: kdeedu-rocs 4.8.97-2

boost rebuild

Modified:
  kdeedu-rocs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 07:13:41 UTC (rev 163585)
+++ PKGBUILD2012-07-16 07:15:58 UTC (rev 163586)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-rocs
 pkgver=4.8.97
-pkgrel=1
+pkgrel=2
 pkgdesc="Rocs Graph Theory"
 url="http://kde.org/applications/education/rocs/";
 arch=('i686' 'x86_64')



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

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:16:26
  Author: andrea
Revision: 163587

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
(from rev 163586, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163586, kdeedu-rocs/kde-unstable/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-16 07:15:58 UTC (rev 163586)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:16:26 UTC (rev 163587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 163586, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:16:26 UTC (rev 163587)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.97
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-16 07:15:58 UTC (rev 163586)
+++ kde-unstable-x86_64/PKGBUILD2012-07-16 07:16:26 UTC (rev 163587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 163586, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-07-16 07:16:26 UTC (rev 163587)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.97
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:18:01
  Author: andrea
Revision: 163588

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 163587, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 163587, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163587, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 163587, akonadi/kde-unstable/akonadi.install)
Deleted:
  akonadi/repos/kde-unstable-i686/PKGBUILD
  akonadi/repos/kde-unstable-i686/akonadi.install
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
  akonadi/repos/kde-unstable-x86_64/akonadi.install

-+
 kde-unstable-i686/PKGBUILD  |   64 +-
 kde-unstable-i686/akonadi.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD|   64 +-
 kde-unstable-x86_64/akonadi.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-16 07:16:26 UTC (rev 163587)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:18:01 UTC (rev 163588)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.7.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('573c1750c9ebb1f70ad39109f518c915')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 163587, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:18:01 UTC (rev 163588)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.7.90
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('573c1750c9ebb1f70ad39109f518c915')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/akonadi.install
===
--- kde-unstable-i686/akonadi.install   2012-07-16 07:16:26 UTC (rev 163587)
+++ kde-unstable-i686/akonadi.install   2012-07-16 07:18:01 UTC (rev 163588)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 163587, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2012-07-16 07:18:01 UTC (rev 163588)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-16 07:16:26 UTC (rev 163587)
+++ kde-unstable-x86_64/PKGBUILD2012-07-16 07:18:01 UTC (rev 163588)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.7.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')

[arch-commits] Commit in akonadi/kde-unstable (PKGBUILD)

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:21:11
  Author: andrea
Revision: 163589

upgpkg: akonadi 1.7.95-1

Upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 07:18:01 UTC (rev 163588)
+++ PKGBUILD2012-07-16 07:21:11 UTC (rev 163589)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=akonadi
-pkgver=1.7.90
-pkgrel=2
+pkgver=1.7.95
+pkgrel=1
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('573c1750c9ebb1f70ad39109f518c915')
+md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3')
 
 build() {
   cd "${srcdir}"



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

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:21:37
  Author: andrea
Revision: 163590

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 163589, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 163589, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163589, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 163589, akonadi/kde-unstable/akonadi.install)
Deleted:
  akonadi/repos/kde-unstable-i686/PKGBUILD
  akonadi/repos/kde-unstable-i686/akonadi.install
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
  akonadi/repos/kde-unstable-x86_64/akonadi.install

-+
 kde-unstable-i686/PKGBUILD  |   64 +-
 kde-unstable-i686/akonadi.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD|   64 +-
 kde-unstable-x86_64/akonadi.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-16 07:21:11 UTC (rev 163589)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:21:37 UTC (rev 163590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.7.90
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('573c1750c9ebb1f70ad39109f518c915')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 163589, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-16 07:21:37 UTC (rev 163590)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.7.95
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/akonadi.install
===
--- kde-unstable-i686/akonadi.install   2012-07-16 07:21:11 UTC (rev 163589)
+++ kde-unstable-i686/akonadi.install   2012-07-16 07:21:37 UTC (rev 163590)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 163589, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2012-07-16 07:21:37 UTC (rev 163590)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-16 07:21:11 UTC (rev 163589)
+++ kde-unstable-x86_64/PKGBUILD2012-07-16 07:21:37 UTC (rev 163590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.7.90
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')

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

2012-07-16 Thread Pierre Schmitz
Date: Monday, July 16, 2012 @ 03:46:41
  Author: pierre
Revision: 163591

db-move: moved php-xcache from [testing] to [extra] ( i686,  x86_64)

Added:
  php-xcache/repos/extra-i686/PKGBUILD
(from rev 163590, php-xcache/repos/testing-i686/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
(from rev 163590, php-xcache/repos/testing-i686/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
(from rev 163590, php-xcache/repos/testing-x86_64/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
(from rev 163590, php-xcache/repos/testing-x86_64/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache.ini
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   80 +++---
 extra-i686/xcache.ini   |6 +--
 extra-x86_64/PKGBUILD   |   80 +++---
 extra-x86_64/xcache.ini |6 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 07:21:37 UTC (rev 163590)
+++ extra-i686/PKGBUILD 2012-07-16 07:46:41 UTC (rev 163591)
@@ -1,40 +0,0 @@
-# $Id: $
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=2.0.0
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('0e30cdff075c635e475d70a5c37d0252'
- 'bba7ead3e592a7980aa91a8600973587')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/extra-i686/PKGBUILD (from rev 163590, 
php-xcache/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 07:46:41 UTC (rev 163591)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: extra-i686/xcache.ini
===
--- extra-i686/xcache.ini   2012-07-16 07:21:37 UTC (rev 163590)
+++ extra-i686/xcache.ini   2012-07-16 07:46:41 UTC (rev 163591)
@@ -1,3 +0,0 @@
-;zend_extension=/usr/lib/php/modules/xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-i686/xcache.ini (from rev 163590, 
php-xcache/repos/testing-i686/xcache.ini)
===
--- extra-i686/xcache.ini   (rev 0)
+++ extra-i686/xcache.ini   2012-07-16 07:46:41 UTC (rev 163591)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-16 07:21:37 UTC (rev 163590)
+++ extra-x86_64/PKGBUILD   2012-07-16 07:46:41 UTC (rev 163591)
@@ -1,40 +0,0 @@
-# $Id: $
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=2.0.0
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.b

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

2012-07-16 Thread Florian Pritz
Date: Monday, July 16, 2012 @ 07:09:14
  Author: bluewind
Revision: 163592

upgpkg: perl-image-exiftool 8.97-1

upstream update

Modified:
  perl-image-exiftool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 07:46:41 UTC (rev 163591)
+++ PKGBUILD2012-07-16 11:09:14 UTC (rev 163592)
@@ -6,7 +6,7 @@
 
 pkgname=perl-image-exiftool
 _srcname=Image-ExifTool
-pkgver=8.90
+pkgver=8.97
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=("perl-exiftool")
 options=('!emptydirs')
 
source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('c34f2138af14e7ab75bddb12d9e8e726')
+md5sums=('24232211deb55908818efe0341b2cee4')
 
 build() {
   cd "${srcdir}/${_srcname}-${pkgver}"



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

2012-07-16 Thread Florian Pritz
Date: Monday, July 16, 2012 @ 07:09:32
  Author: bluewind
Revision: 163593

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-16 11:09:14 UTC (rev 163592)
+++ PKGBUILD2012-07-16 11:09:32 UTC (rev 163593)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
-# Maintainer: Florian Pritz 
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=8.90
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('c34f2138af14e7ab75bddb12d9e8e726')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # remove *.pod, .packlist, and empty dirs:
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 163592, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-16 11:09:32 UTC (rev 163593)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=8.97
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('24232211deb55908818efe0341b2cee4')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+



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

2012-07-16 Thread Dan McGee
Date: Monday, July 16, 2012 @ 10:47:05
  Author: dan
Revision: 163594

upgpkg: cscope 15.8-1

Modified:
  cscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 11:09:32 UTC (rev 163593)
+++ PKGBUILD2012-07-16 14:47:05 UTC (rev 163594)
@@ -3,15 +3,15 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=cscope
-pkgver=15.7a
-pkgrel=3
+pkgver=15.8
+pkgrel=1
 pkgdesc="A developers tool for browsing program code"
 arch=('i686' 'x86_64')
 url="http://cscope.sourceforge.net/";
 license=('BSD')
 depends=('ncurses' 'sh')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da43987622ace8c36bbf14c15a350ec1')
+md5sums=('7114b5838b3edcb3f5821efd444fff06')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-07-16 Thread Dan McGee
Date: Monday, July 16, 2012 @ 10:47:35
  Author: dan
Revision: 163595

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 14:47:05 UTC (rev 163594)
+++ extra-i686/PKGBUILD 2012-07-16 14:47:35 UTC (rev 163595)
@@ -1,34 +0,0 @@
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=cscope
-pkgver=15.7a
-pkgrel=3
-pkgdesc="A developers tool for browsing program code"
-arch=('i686' 'x86_64')
-url="http://cscope.sourceforge.net/";
-license=('BSD')
-depends=('ncurses' 'sh')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da43987622ace8c36bbf14c15a350ec1')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-  
-   install -d ${pkgdir}/usr/lib/cs
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-   cd contrib/xcscope
-   install -Dm644 xcscope.el 
"${pkgdir}"/usr/share/emacs/site-lisp/xcscope.el
-   install -m755 cscope-indexer "${pkgdir}"/usr/bin
-}

Copied: cscope/repos/extra-i686/PKGBUILD (from rev 163594, 
cscope/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 14:47:35 UTC (rev 163595)
@@ -0,0 +1,34 @@
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=cscope
+pkgver=15.8
+pkgrel=1
+pkgdesc="A developers tool for browsing program code"
+arch=('i686' 'x86_64')
+url="http://cscope.sourceforge.net/";
+license=('BSD')
+depends=('ncurses' 'sh')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7114b5838b3edcb3f5821efd444fff06')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+  
+   install -d ${pkgdir}/usr/lib/cs
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+   cd contrib/xcscope
+   install -Dm644 xcscope.el 
"${pkgdir}"/usr/share/emacs/site-lisp/xcscope.el
+   install -m755 cscope-indexer "${pkgdir}"/usr/bin
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-16 14:47:05 UTC (rev 163594)
+++ extra-x86_64/PKGBUILD   2012-07-16 14:47:35 UTC (rev 163595)
@@ -1,34 +0,0 @@
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=cscope
-pkgver=15.7a
-pkgrel=3
-pkgdesc="A developers tool for browsing program code"
-arch=('i686' 'x86_64')
-url="http://cscope.sourceforge.net/";
-license=('BSD')
-depends=('ncurses' 'sh')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da43987622ace8c36bbf14c15a350ec1')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-  
-   install -d ${pkgdir}/usr/lib/cs
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-   cd contrib/xcscope
-   install -Dm644 xcscope.el 
"${pkgdir}"/usr/share/emacs/site-lisp/xcscope.el
-   install -m755 cscope-indexer "${pkgdir}"/usr/bin
-}

Copied: cscope/repos/extra-x86_64/PKGBUILD (from rev 163594, 
cscope/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-16 14:47:35 UTC (rev 163595)
@@ -0,0 +1,34 @@
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=cscope
+pkgver=15.8
+pkgrel=1
+pkgdesc="A developers tool for browsing program code"
+arch=('i686' 'x86_64')
+url="http://cscope.sourceforge.net/";
+license=('BSD')
+depends=('ncurses' 'sh')
+source=(http://downloads.sourceforge.n

[arch-commits] Commit in avahi/trunk (PKGBUILD gnome-nettool.png)

2012-07-16 Thread Gaetan Bisson
Date: Monday, July 16, 2012 @ 11:31:35
  Author: bisson
Revision: 163596

remove unneeded file as per FS#30703

Modified:
  avahi/trunk/PKGBUILD
Deleted:
  avahi/trunk/gnome-nettool.png

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 14:47:35 UTC (rev 163595)
+++ PKGBUILD2012-07-16 15:31:35 UTC (rev 163596)
@@ -27,7 +27,6 @@
 'etc/avahi/services/ssh.service'
 'etc/avahi/services/sftp-ssh.service')
 source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz";
-'gnome-nettool.png'
 'rc.d.patch')
 sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684'
   'cf56387c88aed246b9f435efc182ef44de4d52f3'
@@ -67,7 +66,6 @@
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
-   install -Dm644 ../gnome-nettool.png 
"${pkgdir}"/usr/share/pixmaps/gnome-nettool.png
 
cd "${pkgdir}"
sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}

Deleted: gnome-nettool.png
===
(Binary files differ)



[arch-commits] Commit in slim/trunk (PKGBUILD pam.d)

2012-07-16 Thread Tobias Powalowski
Date: Monday, July 16, 2012 @ 11:32:36
  Author: tpowa
Revision: 163597

upgpkg: slim 1.3.4-2

fixed #30659

Modified:
  slim/trunk/PKGBUILD
  slim/trunk/pam.d

--+
 PKGBUILD |4 ++--
 pam.d|2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 15:31:35 UTC (rev 163596)
+++ PKGBUILD2012-07-16 15:32:36 UTC (rev 163597)
@@ -6,7 +6,7 @@
 
 pkgname=slim
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Desktop-independent graphical login manager for X11'
 arch=('i686' 'x86_64')
 url='http://slim.berlios.de/'
@@ -55,7 +55,7 @@
 }
 md5sums=('51543533e492b41007811f7d880720fa'
  'd8ea9c4dee2811524b67f4f666311a1f'
- 'd33edc74724c6ca00445767ce38fc732'
+ '37ef35079139544d04b8316c7f66f754'
  '43da096480bf72c3ccec8ad8400f34f0'
  'a5d6bde9e63899df7d2081e1585bbe54'
  'ebcb6829028615686de7b64ceeaaf8ed'

Modified: pam.d
===
--- pam.d   2012-07-16 15:31:35 UTC (rev 163596)
+++ pam.d   2012-07-16 15:32:36 UTC (rev 163597)
@@ -7,4 +7,4 @@
 session requiredpam_limits.so
 session requiredpam_unix.so
 session optionalpam_loginuid.so
-sessionoptionalpam_systemd.so
+-session   optionalpam_systemd.so



[arch-commits] Commit in slim/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-07-16 Thread Tobias Powalowski
Date: Monday, July 16, 2012 @ 11:33:34
  Author: tpowa
Revision: 163598

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

Deleted:
  slim/repos/extra-i686/PKGBUILD
  slim/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 15:32:36 UTC (rev 163597)
+++ extra-i686/PKGBUILD 2012-07-16 15:33:34 UTC (rev 163598)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Thayer Williams 
-# Contributor: Alexander Fehr 
-# Contributor: Hugo Ideler 
-
-pkgname=slim
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='Desktop-independent graphical login manager for X11'
-arch=('i686' 'x86_64')
-url='http://slim.berlios.de/'
-license=('GPL2')
-depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'rc.d'
-'pam.d'
-'logrotate'
-'slim.service'
-'session-name.patch'
-'libpng-1.4+-support.patch')
-
-install=install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
-patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
-cd ${srcdir}
-mkdir build
-cd build
-cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_PAM=yes -DUSE_CONSOLEKIT=yes
-   make
-}
-
-package() {
-cd  ${srcdir}/build/
-   make DESTDIR="${pkgdir}" install
-
-   install -D -m755 ../rc.d "${pkgdir}"/etc/rc.d/slim
-   install -D -m644 ../pam.d "${pkgdir}"/etc/pam.d/slim
-   install -D -m644 ../logrotate "${pkgdir}"/etc/logrotate.d/slim
-
-   # Provide sane defaults
-   sed -i 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' 
"${pkgdir}"/etc/slim.conf
-   sed -i 's|/var/run/slim.lock|/var/lock/slim.lock|' 
"${pkgdir}"/etc/slim.conf
-# install systemd files
-install -D -m644 ${srcdir}/slim.service 
${pkgdir}/usr/lib/systemd/system/slim.service
-}
-md5sums=('51543533e492b41007811f7d880720fa'
- 'd8ea9c4dee2811524b67f4f666311a1f'
- 'd33edc74724c6ca00445767ce38fc732'
- '43da096480bf72c3ccec8ad8400f34f0'
- 'a5d6bde9e63899df7d2081e1585bbe54'
- 'ebcb6829028615686de7b64ceeaaf8ed'
- '6d19bd7a91592ed2bb902b22b9594565')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-16 15:32:36 UTC (rev 163597)
+++ extra-x86_64/PKGBUILD   2012-07-16 15:33:34 UTC (rev 163598)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Thayer Williams 
-# Contributor: Alexander Fehr 
-# Contributor: Hugo Ideler 
-
-pkgname=slim
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='Desktop-independent graphical login manager for X11'
-arch=('i686' 'x86_64')
-url='http://slim.berlios.de/'
-license=('GPL2')
-depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'rc.d'
-'pam.d'
-'logrotate'
-'slim.service'
-'session-name.patch'
-'libpng-1.4+-support.patch')
-
-install=install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
-patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
-cd ${srcdir}
-mkdir build
-cd build
-cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_PAM=yes -DUSE_CONSOLEKIT=yes
-   make
-}
-
-package() {
-cd  ${srcdir}/build/
-   make DESTDIR="${pkgdir}" install
-
-   install -D -m755 ../rc.d "${pkgdir}"/etc/rc.d/slim
-   install -D -m644 ../pam.d "${pkgdir}"/etc/pam.d/slim
-   install -D -m644 ../logrotate "${pkgdir}"/etc/logrotate.d/slim
-
-   # Provide sane defaults
-   sed -i 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' 
"${pkgdir}"/etc/slim.conf
-   sed -i 's|/var/run/slim.lock|/var/lock/slim.lock|' 
"${pkgdir}"/etc/slim.conf
-# install systemd files
-install -D -m644 ${srcdir}/slim.service 
${pkgdir}/usr/lib/systemd/system/slim.service
-}
-md5sums=('

[arch-commits] Commit in slim/repos (34 files)

2012-07-16 Thread Tobias Powalowski
Date: Monday, July 16, 2012 @ 11:36:12
  Author: tpowa
Revision: 163599

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

Added:
  slim/repos/extra-i686/PKGBUILD
(from rev 163598, slim/trunk/PKGBUILD)
  slim/repos/extra-i686/install
(from rev 163598, slim/trunk/install)
  slim/repos/extra-i686/libpng-1.4+-support.patch
(from rev 163598, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-i686/logrotate
(from rev 163598, slim/trunk/logrotate)
  slim/repos/extra-i686/pam.d
(from rev 163598, slim/trunk/pam.d)
  slim/repos/extra-i686/rc.d
(from rev 163598, slim/trunk/rc.d)
  slim/repos/extra-i686/session-name.patch
(from rev 163598, slim/trunk/session-name.patch)
  slim/repos/extra-i686/slim.service
(from rev 163598, slim/trunk/slim.service)
  slim/repos/extra-i686/tty-slowness.patch
(from rev 163598, slim/trunk/tty-slowness.patch)
  slim/repos/extra-x86_64/PKGBUILD
(from rev 163598, slim/trunk/PKGBUILD)
  slim/repos/extra-x86_64/install
(from rev 163598, slim/trunk/install)
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
(from rev 163598, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-x86_64/logrotate
(from rev 163598, slim/trunk/logrotate)
  slim/repos/extra-x86_64/pam.d
(from rev 163598, slim/trunk/pam.d)
  slim/repos/extra-x86_64/rc.d
(from rev 163598, slim/trunk/rc.d)
  slim/repos/extra-x86_64/session-name.patch
(from rev 163598, slim/trunk/session-name.patch)
  slim/repos/extra-x86_64/slim.service
(from rev 163598, slim/trunk/slim.service)
  slim/repos/extra-x86_64/tty-slowness.patch
(from rev 163598, slim/trunk/tty-slowness.patch)
Deleted:
  slim/repos/extra-i686/install
  slim/repos/extra-i686/libpng-1.4+-support.patch
  slim/repos/extra-i686/logrotate
  slim/repos/extra-i686/pam.d
  slim/repos/extra-i686/rc.d
  slim/repos/extra-i686/session-name.patch
  slim/repos/extra-i686/slim.service
  slim/repos/extra-i686/tty-slowness.patch
  slim/repos/extra-x86_64/install
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
  slim/repos/extra-x86_64/logrotate
  slim/repos/extra-x86_64/pam.d
  slim/repos/extra-x86_64/rc.d
  slim/repos/extra-x86_64/session-name.patch
  slim/repos/extra-x86_64/slim.service
  slim/repos/extra-x86_64/tty-slowness.patch

+
 extra-i686/PKGBUILD|   62 ++
 extra-i686/install |   14 +++---
 extra-i686/libpng-1.4+-support.patch   |   28 ++--
 extra-i686/logrotate   |   18 +++
 extra-i686/pam.d   |   20 
 extra-i686/rc.d|   72 +++
 extra-i686/session-name.patch  |   42 +-
 extra-i686/slim.service|   18 +++
 extra-i686/tty-slowness.patch  |   60 -
 extra-x86_64/PKGBUILD  |   62 ++
 extra-x86_64/install   |   14 +++---
 extra-x86_64/libpng-1.4+-support.patch |   28 ++--
 extra-x86_64/logrotate |   18 +++
 extra-x86_64/pam.d |   20 
 extra-x86_64/rc.d  |   72 +++
 extra-x86_64/session-name.patch|   42 +-
 extra-x86_64/slim.service  |   18 +++
 extra-x86_64/tty-slowness.patch|   60 -
 18 files changed, 396 insertions(+), 272 deletions(-)

Copied: slim/repos/extra-i686/PKGBUILD (from rev 163598, slim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 15:36:12 UTC (rev 163599)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thayer Williams 
+# Contributor: Alexander Fehr 
+# Contributor: Hugo Ideler 
+
+pkgname=slim
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Desktop-independent graphical login manager for X11'
+arch=('i686' 'x86_64')
+url='http://slim.berlios.de/'
+license=('GPL2')
+depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
+makedepends=('cmake' 'freeglut')
+backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'rc.d'
+'pam.d'
+'logrotate'
+'slim.service'
+'session-name.patch'
+'libpng-1.4+-support.patch')
+
+install=install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../session-name.patch # FS#26693: fix default session name
+patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
+cd ${srcdir}
+mkdir build
+cd build
+cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_

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

2012-07-16 Thread Tom Gundersen
Date: Monday, July 16, 2012 @ 12:55:13
  Author: tomegun
Revision: 163600

db-move: moved hwids from [testing] to [core] ( any)

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 163599, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-16 15:36:12 UTC (rev 163599)
+++ core-any/PKGBUILD   2012-07-16 16:55:13 UTC (rev 163600)
@@ -1,17 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname=hwids
-pkgver=20120611
-pkgrel=1
-pkgdesc="hardware identification databases"
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}";)
-
-package() {
-  cd ${srcdir}/*
-  mkdir -p "${pkgdir}/usr/share/hwdata"
-  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
-}
-md5sums=('e8334c300af417ab3e58f448ee80c2a8')

Copied: hwids/repos/core-any/PKGBUILD (from rev 163599, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-16 16:55:13 UTC (rev 163600)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20120711
+pkgrel=1
+pkgdesc="hardware identification databases"
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}";)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p "${pkgdir}/usr/share/hwdata"
+  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
+}
+md5sums=('f28b77e9793330ed1cd3568a8f715237')



[arch-commits] Commit in dmraid/repos (staging-i686 staging-x86_64)

2012-07-16 Thread Dave Reisner
Date: Monday, July 16, 2012 @ 13:06:12
  Author: dreisner
Revision: 163601

remove erroneous staging entries (FS#30709)

Deleted:
  dmraid/repos/staging-i686/
  dmraid/repos/staging-x86_64/



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

2012-07-16 Thread andyrtr
Date: Monday, July 16, 2012 @ 14:25:03
  Author: andyrtr
Revision: 163602

upgpkg: xf86-video-intel 2.20.0-1

upstream update 2.20.1 - unify acceleration methods following upstream 
recommendation

Added:
  xf86-video-intel/trunk/xf86-video-intel.install
Modified:
  xf86-video-intel/trunk/PKGBUILD

--+
 PKGBUILD |   54 +
 xf86-video-intel.install |8 ++
 2 files changed, 24 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 17:06:12 UTC (rev 163601)
+++ PKGBUILD2012-07-16 18:25:03 UTC (rev 163602)
@@ -2,56 +2,34 @@
 # Maintainer: AndyRTR 
 # Maintainer: Jan de Groot 
 
-pkgbase=xf86-video-intel
-pkgname=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-pkgver=2.19.0
-pkgrel=6
+pkgname=xf86-video-intel
+pkgver=2.20.0
+pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
 depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.9' 
'libxfixes' 'systemd-tools')
 makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgbase}-${pkgver}.tar.bz2)
-sha1sums=('131934cf5e90bd48c883804cc644c4cb8b1de100')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  mkdir build-{UXA,SNA}
-
-  pushd build-UXA
-  ../configure --prefix=/usr --enable-dri --enable-uxa
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--enable-dri
   make
-  popd
-
-  pushd build-SNA
-  ../configure --prefix=/usr --enable-dri --enable-sna --enable-vmap
-  make
-  popd
 }
 
-package_xf86-video-intel-uxa() {
-   
-  pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers with UXA 
acceleration"
-  provides=('xf86-video-intel')
-  replaces=('xf86-video-intel')
-  conflicts=('xf86-video-intel-sna' 'xorg-server<1.12.0' 'xf86-video-i810' 
'xf86-video-intel-legacy' 'xf86-video-intel')
-  
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build-UXA
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
-
-package_xf86-video-intel-sna() {
-
-  pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers with SNA 
acceleration"
-  provides=('xf86-video-intel')
-  conflicts=('xf86-video-intel-uxa' 'xorg-server<1.12.0' 'xf86-video-i810' 
'xf86-video-intel-legacy' 'xf86-video-intel')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build-SNA
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Added: xf86-video-intel.install
===
--- xf86-video-intel.install(rev 0)
+++ xf86-video-intel.install2012-07-16 18:25:03 UTC (rev 163602)
@@ -0,0 +1,8 @@
+post_install() {
+  echo ">>> This driver now allows to switch"
+  echo ">>> between several acceleration methods."
+  echo ">>> Add to the device section in /etc/X11/xorg.conf"
+  echo ">>>   Option \"AccelMethod\" \"sna\""
+  echo ">>> use uxa/xaa method if you run into trouble with sna."
+}
+



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

2012-07-16 Thread andyrtr
Date: Monday, July 16, 2012 @ 14:25:33
  Author: andyrtr
Revision: 163603

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

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

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 86 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 163602, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-16 18:25:33 UTC (rev 163603)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.20.0
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.9' 
'libxfixes' 'systemd-tools')
+makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
163602, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2012-07-16 18:25:33 UTC (rev 
163603)
@@ -0,0 +1,8 @@
+post_install() {
+  echo ">>> This driver now allows to switch"
+  echo ">>> between several acceleration methods."
+  echo ">>> Add to the device section in /etc/X11/xorg.conf"
+  echo ">>>   Option \"AccelMethod\" \"sna\""
+  echo ">>> use uxa/xaa method if you run into trouble with sna."
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 163602, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-16 18:25:33 UTC (rev 163603)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.20.0
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.9' 
'libxfixes' 'systemd-tools')
+makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-x86_64/xf

[arch-commits] Commit in nmap/repos (staging-i686)

2012-07-16 Thread Gaetan Bisson
Date: Monday, July 16, 2012 @ 18:50:48
  Author: bisson
Revision: 163604

fix FS#30708

Deleted:
  nmap/repos/staging-i686/



[arch-commits] Commit in nmap/repos (staging-x86_64)

2012-07-16 Thread Gaetan Bisson
Date: Monday, July 16, 2012 @ 18:50:58
  Author: bisson
Revision: 163605

see FS#30708

Deleted:
  nmap/repos/staging-x86_64/



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 19:58:54
  Author: eric
Revision: 163606

upgpkg: oprofile 0.9.7-4

Fix header files (close FS#20089), Add check function

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 22:50:58 UTC (rev 163605)
+++ PKGBUILD2012-07-16 23:58:54 UTC (rev 163606)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=0.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead"
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net";
@@ -14,7 +14,6 @@
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
 sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
 
 build() {
@@ -23,13 +22,21 @@
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   install -d "$pkgdir/var/lib/oprofile"
 
-# installing development libraries - FS#20089
-  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h "$pkgdir/usr/include"
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
   install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
   install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
   install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 19:59:16
  Author: eric
Revision: 163607

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

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

---+
 extra-i686/PKGBUILD   |   81 +---
 extra-i686/oprofile.install   |   42 ++--
 extra-x86_64/PKGBUILD |   81 +---
 extra-x86_64/oprofile.install |   42 ++--
 4 files changed, 130 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-16 23:58:54 UTC (rev 163606)
+++ extra-i686/PKGBUILD 2012-07-16 23:59:16 UTC (rev 163607)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead"
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net";
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
-options=('!libtool')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8b5d1d9b65f84420bcc3234777ad3be3')
-sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/var/lib/oprofile"
-
-# installing development libraries - FS#20089
-  install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h 
libdb/odb.h "$pkgdir/usr/include"
-  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
-  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
-  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
-  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
-}

Copied: oprofile/repos/extra-i686/PKGBUILD (from rev 163606, 
oprofile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-16 23:59:16 UTC (rev 163607)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead"
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net";
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt')
+optdepends=('qt: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/var/lib/oprofile"
+
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
+  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
+  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
+  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
+  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
+}

Deleted: extra-i686/oprofile.install
===
--- extra-i686/oprofile.install 2012-07-16 23:58:54 UTC (rev 163606)
+++ extra-i686/oprofile.install 2012-07-16 23:59:16 UTC (rev 163607)
@@ -1,21 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile &>/dev/null
-  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile 
&>/dev/null
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null 2>&1 || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null 2>&1 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-  if [ "

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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 21:58:37
  Author: eric
Revision: 163608

upgpkg: twisted 12.1.0-1

Upstream update, Update depends, Add missing optdepends, Update python2 fix

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 23:59:16 UTC (rev 163607)
+++ PKGBUILD2012-07-17 01:58:37 UTC (rev 163608)
@@ -4,18 +4,21 @@
 # Contributor:  Douglas Soares de Andrade 
 
 pkgname=twisted
-pkgver=12.0.0
+pkgver=12.1.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
 url="http://twistedmatrix.com/";
 license=('MIT')
-depends=('python2' 'pycrypto' 'zope-interface')
+depends=('pycrypto' 'python2-zope-interface')
 optdepends=('python2-pyopenssl'
-'python-soappy: for twisted.web.soap')
+'python-soappy: for twisted.web.soap'
+   'python2-pyasn1: for using conch'
+   'pygtk: for using manhole'
+   'tk: for using tkconch')
 install=twisted.install
 
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-md5sums=('cf49a8676c21c50faf1b42b528049471')
+md5sums=('f396f1d6f5321e869c2f89b2196a9eb5')
 
 build() {
 cd "$srcdir/Twisted-$pkgver"
@@ -27,8 +30,8 @@
 python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
+sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+  
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \
+  
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \
+  "$pkgdir"/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py
 }



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 21:58:52
  Author: eric
Revision: 163609

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

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

--+
 extra-i686/PKGBUILD  |   71 +
 extra-i686/twisted.install   |   22 ++--
 extra-x86_64/PKGBUILD|   71 +
 extra-x86_64/twisted.install |   22 ++--
 4 files changed, 96 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-17 01:58:37 UTC (rev 163608)
+++ extra-i686/PKGBUILD 2012-07-17 01:58:52 UTC (rev 163609)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Juergen Hoetzel 
-# Contributor:  Douglas Soares de Andrade 
-
-pkgname=twisted
-pkgver=12.0.0
-pkgrel=1
-pkgdesc="Asynchronous networking framework written in Python."
-arch=('i686' 'x86_64')
-url="http://twistedmatrix.com/";
-license=('MIT')
-depends=('python2' 'pycrypto' 'zope-interface')
-optdepends=('python2-pyopenssl'
-'python-soappy: for twisted.web.soap')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-md5sums=('cf49a8676c21c50faf1b42b528049471')
-
-build() {
-cd "$srcdir/Twisted-$pkgver"
-python2 setup.py build
-}
-
-package() {
-cd "$srcdir/Twisted-$pkgver"
-python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
-}

Copied: twisted/repos/extra-i686/PKGBUILD (from rev 163608, 
twisted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-17 01:58:52 UTC (rev 163609)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Juergen Hoetzel 
+# Contributor:  Douglas Soares de Andrade 
+
+pkgname=twisted
+pkgver=12.1.0
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python."
+arch=('i686' 'x86_64')
+url="http://twistedmatrix.com/";
+license=('MIT')
+depends=('pycrypto' 'python2-zope-interface')
+optdepends=('python2-pyopenssl'
+'python-soappy: for twisted.web.soap'
+   'python2-pyasn1: for using conch'
+   'pygtk: for using manhole'
+   'tk: for using tkconch')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+md5sums=('f396f1d6f5321e869c2f89b2196a9eb5')
+
+build() {
+cd "$srcdir/Twisted-$pkgver"
+python2 setup.py build
+}
+
+package() {
+cd "$srcdir/Twisted-$pkgver"
+python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+  
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \
+  
"$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \
+  "$pkgdir"/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py
+}

Deleted: extra-i686/twisted.install
===
--- extra-i686/twisted.install  2012-07-17 01:58:37 UTC (rev 163608)
+++ extra-i686/twisted.install  2012-07-17 01:58:52 UTC (rev 163609)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' >/dev/null 2>&1 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
-}

Copied: twisted/repos/extra-i686/twisted.install (from rev 163608, 
twisted/trunk/twisted.install)
===
--- extra-i686/twisted.install  (rev 0)
+++ extra-i686/twisted.install  2012-07-17 01:58:52 UTC (rev 163609)
@@ -0,0 +1,11 @@
+post_install() {
+  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' >/d

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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 22:14:17
  Author: eric
Revision: 163610

upgpkg: perl-dbd-sqlite 1.37-1

Upstream update

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 01:58:52 UTC (rev 163609)
+++ PKGBUILD2012-07-17 02:14:17 UTC (rev 163610)
@@ -1,11 +1,12 @@
 # $Id$
+# Maintainer:
 # Contributor: Tom Killian 
 # Contributor: francois at archlinux dot org
 
 pkgname=perl-dbd-sqlite
 _cpanname=DBD-SQLite
-pkgver=1.35
-pkgrel=2
+pkgver=1.37
+pkgrel=1
 pkgdesc="Self-contained RDBMS in a DBI driver"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/${_cpanname}";
@@ -13,7 +14,7 @@
 depends=('perl-dbi>=1.61' 'sqlite')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
+md5sums=('b8ac1c584befa63cd5ffc391b2366e84')
 
 build() {
   cd "${srcdir}/${_cpanname}-${pkgver}"



[arch-commits] Commit in perl-dbd-sqlite/repos (4 files)

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 22:14:42
  Author: eric
Revision: 163611

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

Added:
  perl-dbd-sqlite/repos/extra-i686/PKGBUILD
(from rev 163610, perl-dbd-sqlite/trunk/PKGBUILD)
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD
(from rev 163610, perl-dbd-sqlite/trunk/PKGBUILD)
Deleted:
  perl-dbd-sqlite/repos/extra-i686/PKGBUILD
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   65 
 extra-x86_64/PKGBUILD |   65 
 2 files changed, 66 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-17 02:14:17 UTC (rev 163610)
+++ extra-i686/PKGBUILD 2012-07-17 02:14:42 UTC (rev 163611)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Tom Killian 
-# Contributor: francois at archlinux dot org
-
-pkgname=perl-dbd-sqlite
-_cpanname=DBD-SQLite
-pkgver=1.35
-pkgrel=2
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/${_cpanname}";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.61' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
-
-build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-dbd-sqlite/repos/extra-i686/PKGBUILD (from rev 163610, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-17 02:14:42 UTC (rev 163611)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Killian 
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.37
+pkgrel=1
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_cpanname}";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.61' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('b8ac1c584befa63cd5ffc391b2366e84')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-17 02:14:17 UTC (rev 163610)
+++ extra-x86_64/PKGBUILD   2012-07-17 02:14:42 UTC (rev 163611)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Tom Killian 
-# Contributor: francois at archlinux dot org
-
-pkgname=perl-dbd-sqlite
-_cpanname=DBD-SQLite
-pkgver=1.35
-pkgrel=2
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/${_cpanname}";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.61' 'sqlite')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
-
-build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 163610, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-17 02:14:42 UTC (rev 163611)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Killian 
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.37
+pkgrel=1
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_cpanname}";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.61' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('b8ac1c584befa63cd5ffc391b2366e84')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in (6 files)

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 22:50:39
  Author: eric
Revision: 163612

Add new depends for python2-rdflib

Added:
  isodate/
  isodate/repos/
  isodate/trunk/
  isodate/trunk/PKGBUILD
  isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz
  isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz

+
 PKGBUILD   |   35 +++
 python-isodate-0.4.8-1-any.pkg.tar.xz  |1 
 python2-isodate-0.4.8-1-any.pkg.tar.xz |1 
 3 files changed, 37 insertions(+)

Added: isodate/trunk/PKGBUILD
===
--- isodate/trunk/PKGBUILD  (rev 0)
+++ isodate/trunk/PKGBUILD  2012-07-17 02:50:39 UTC (rev 163612)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgbase=isodate
+pkgname=('python2-isodate' 'python-isodate')
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="An ISO 8601 date/time/duration parser and formater"
+arch=('any')
+url="http://pypi.python.org/pypi/isodate";
+license=('BSD')
+depends=()
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
+sha1sums=('2866295b020c39abb8422d208f2694325bb1ee3e')
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py test
+  python setup.py test
+}
+
+package_python2-isodate() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-isodate() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: isodate/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz
===
--- isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz 
(rev 0)
+++ isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz 2012-07-17 02:50:39 UTC 
(rev 163612)
@@ -0,0 +1 @@
+link /var/cache/pacman/pkg/python-isodate-0.4.8-1-any.pkg.tar.xz
\ No newline at end of file


Property changes on: isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz
___
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Added: isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz
===
--- isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz
(rev 0)
+++ isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz2012-07-17 
02:50:39 UTC (rev 163612)
@@ -0,0 +1 @@
+link /var/cache/pacman/pkg/python2-isodate-0.4.8-1-any.pkg.tar.xz
\ No newline at end of file


Property changes on: isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz
___
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in isodate/trunk (2 files)

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 22:51:29
  Author: eric
Revision: 163613

Remove erroneous files

Deleted:
  isodate/trunk/python-isodate-0.4.8-1-any.pkg.tar.xz
  isodate/trunk/python2-isodate-0.4.8-1-any.pkg.tar.xz

+
 python-isodate-0.4.8-1-any.pkg.tar.xz  |1 -
 python2-isodate-0.4.8-1-any.pkg.tar.xz |1 -
 2 files changed, 2 deletions(-)

Deleted: python-isodate-0.4.8-1-any.pkg.tar.xz
===
--- python-isodate-0.4.8-1-any.pkg.tar.xz   2012-07-17 02:50:39 UTC (rev 
163612)
+++ python-isodate-0.4.8-1-any.pkg.tar.xz   2012-07-17 02:51:29 UTC (rev 
163613)
@@ -1 +0,0 @@
-link /var/cache/pacman/pkg/python-isodate-0.4.8-1-any.pkg.tar.xz
\ No newline at end of file

Deleted: python2-isodate-0.4.8-1-any.pkg.tar.xz
===
--- python2-isodate-0.4.8-1-any.pkg.tar.xz  2012-07-17 02:50:39 UTC (rev 
163612)
+++ python2-isodate-0.4.8-1-any.pkg.tar.xz  2012-07-17 02:51:29 UTC (rev 
163613)
@@ -1 +0,0 @@
-link /var/cache/pacman/pkg/python2-isodate-0.4.8-1-any.pkg.tar.xz
\ No newline at end of file



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 23:08:41
  Author: eric
Revision: 163614

upgpkg: isodate 0.4.8-1

Add new depend for python2-rdflib

Modified:
  isodate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 02:51:29 UTC (rev 163613)
+++ PKGBUILD2012-07-17 03:08:41 UTC (rev 163614)
@@ -9,8 +9,8 @@
 arch=('any')
 url="http://pypi.python.org/pypi/isodate";
 license=('BSD')
-depends=()
 makedepends=('python2' 'python')
+checkdepends=('python2-distribute' 'python-distribute')
 
source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
 sha1sums=('2866295b020c39abb8422d208f2694325bb1ee3e')
 
@@ -21,6 +21,8 @@
 }
 
 package_python2-isodate() {
+  depends=('python2')
+
   cd "$srcdir/$pkgbase-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
@@ -28,6 +30,8 @@
 }
 
 package_python-isodate() {
+  depends=('python')
+
   cd "$srcdir/$pkgbase-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
   install -d "${pkgdir}/usr/share/licenses/${pkgname}"



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 23:08:49
  Author: eric
Revision: 163615

archrelease: copy trunk to extra-any

Added:
  isodate/repos/extra-any/
  isodate/repos/extra-any/PKGBUILD
(from rev 163614, isodate/trunk/PKGBUILD)

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

Copied: isodate/repos/extra-any/PKGBUILD (from rev 163614, 
isodate/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-17 03:08:49 UTC (rev 163615)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+
+pkgbase=isodate
+pkgname=('python2-isodate' 'python-isodate')
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="An ISO 8601 date/time/duration parser and formater"
+arch=('any')
+url="http://pypi.python.org/pypi/isodate";
+license=('BSD')
+makedepends=('python2' 'python')
+checkdepends=('python2-distribute' 'python-distribute')
+source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
+sha1sums=('2866295b020c39abb8422d208f2694325bb1ee3e')
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py test
+  python setup.py test
+}
+
+package_python2-isodate() {
+  depends=('python2')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-isodate() {
+  depends=('python')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 23:14:19
  Author: eric
Revision: 163616

upgpkg: python2-rdflib 3.2.1-1

Upstream update, Add python2-isodate depends, Add check function, Add python2 
fix

Modified:
  python2-rdflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 03:08:49 UTC (rev 163615)
+++ PKGBUILD2012-07-17 03:14:19 UTC (rev 163616)
@@ -4,22 +4,29 @@
 # Contributor: Leif Warner 
 
 pkgname=python2-rdflib
-pkgver=3.1.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
 url="http://rdflib.net/";
 license=('BSD')
-depends=('python2')
+depends=('python2' 'python2-isodate')
 makedepends=('python2-distribute')
+checkdepends=('python2-nose')
 arch=('any')
 replaces=('rdflib')
 provides=('rdflib')
 conflicts=('rdflib')
-source=("http://rdflib.googlecode.com/files/rdflib-$pkgver.tar.gz";)
-sha1sums=('bbef5011fcd9cfa296a8ef33ac2885416b97da2d')
+source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
+sha1sums=('e49f7fa347bab177f4fa74b72730f8f088280b93')
 
+check() {
+  cd "$srcdir"/RDFLib-rdflib-*
+  python2 setup.py test
+}
+
 package() {
-  cd "$srcdir/rdflib-$pkgver"
+  cd "$srcdir"/RDFLib-rdflib-*
   python2 setup.py install --root="$pkgdir" --optimize=1 
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
"$pkgdir"/usr/lib/python2.7/site-packages/rdflib/plugins/parsers/{ntriples.py,notation3.py}
+  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



[arch-commits] Commit in python2-rdflib/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-16 Thread Eric Bélanger
Date: Monday, July 16, 2012 @ 23:14:28
  Author: eric
Revision: 163617

archrelease: copy trunk to extra-any

Added:
  python2-rdflib/repos/extra-any/PKGBUILD
(from rev 163616, python2-rdflib/trunk/PKGBUILD)
Deleted:
  python2-rdflib/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 32 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-17 03:14:19 UTC (rev 163616)
+++ PKGBUILD2012-07-17 03:14:28 UTC (rev 163617)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=python2-rdflib
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
-url="http://rdflib.net/";
-license=('BSD')
-depends=('python2')
-makedepends=('python2-distribute')
-arch=('any')
-replaces=('rdflib')
-provides=('rdflib')
-conflicts=('rdflib')
-source=("http://rdflib.googlecode.com/files/rdflib-$pkgver.tar.gz";)
-sha1sums=('bbef5011fcd9cfa296a8ef33ac2885416b97da2d')
-
-package() {
-  cd "$srcdir/rdflib-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-rdflib/repos/extra-any/PKGBUILD (from rev 163616, 
python2-rdflib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-17 03:14:28 UTC (rev 163617)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=python2-rdflib
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
+url="http://rdflib.net/";
+license=('BSD')
+depends=('python2' 'python2-isodate')
+makedepends=('python2-distribute')
+checkdepends=('python2-nose')
+arch=('any')
+replaces=('rdflib')
+provides=('rdflib')
+conflicts=('rdflib')
+source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
+sha1sums=('e49f7fa347bab177f4fa74b72730f8f088280b93')
+
+check() {
+  cd "$srcdir"/RDFLib-rdflib-*
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/RDFLib-rdflib-*
+  python2 setup.py install --root="$pkgdir" --optimize=1 
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
"$pkgdir"/usr/lib/python2.7/site-packages/rdflib/plugins/parsers/{ntriples.py,notation3.py}
+  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in gpm/repos (26 files)

2012-07-16 Thread Eric Bélanger
Date: Tuesday, July 17, 2012 @ 01:32:49
  Author: eric
Revision: 163618

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

Added:
  gpm/repos/core-i686/PKGBUILD
(from rev 163617, gpm/repos/testing-i686/PKGBUILD)
  gpm/repos/core-i686/gpm
(from rev 163617, gpm/repos/testing-i686/gpm)
  gpm/repos/core-i686/gpm.conf.d
(from rev 163617, gpm/repos/testing-i686/gpm.conf.d)
  gpm/repos/core-i686/gpm.install
(from rev 163617, gpm/repos/testing-i686/gpm.install)
  gpm/repos/core-i686/gpm.service
(from rev 163617, gpm/repos/testing-i686/gpm.service)
  gpm/repos/core-i686/gpm.sh
(from rev 163617, gpm/repos/testing-i686/gpm.sh)
  gpm/repos/core-x86_64/PKGBUILD
(from rev 163617, gpm/repos/testing-x86_64/PKGBUILD)
  gpm/repos/core-x86_64/gpm
(from rev 163617, gpm/repos/testing-x86_64/gpm)
  gpm/repos/core-x86_64/gpm.conf.d
(from rev 163617, gpm/repos/testing-x86_64/gpm.conf.d)
  gpm/repos/core-x86_64/gpm.install
(from rev 163617, gpm/repos/testing-x86_64/gpm.install)
  gpm/repos/core-x86_64/gpm.service
(from rev 163617, gpm/repos/testing-x86_64/gpm.service)
  gpm/repos/core-x86_64/gpm.sh
(from rev 163617, gpm/repos/testing-x86_64/gpm.sh)
Deleted:
  gpm/repos/core-i686/PKGBUILD
  gpm/repos/core-i686/gpm
  gpm/repos/core-i686/gpm.conf.d
  gpm/repos/core-i686/gpm.install
  gpm/repos/core-i686/gpm.service
  gpm/repos/core-i686/gpm.sh
  gpm/repos/core-x86_64/PKGBUILD
  gpm/repos/core-x86_64/gpm
  gpm/repos/core-x86_64/gpm.conf.d
  gpm/repos/core-x86_64/gpm.install
  gpm/repos/core-x86_64/gpm.service
  gpm/repos/core-x86_64/gpm.sh
  gpm/repos/testing-i686/
  gpm/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   82 +++---
 core-i686/gpm   |   82 +++---
 core-i686/gpm.conf.d|8 ++--
 core-i686/gpm.install   |   32 -
 core-i686/gpm.service   |   15 +---
 core-i686/gpm.sh|6 +--
 core-x86_64/PKGBUILD|   82 +++---
 core-x86_64/gpm |   82 +++---
 core-x86_64/gpm.conf.d  |8 ++--
 core-x86_64/gpm.install |   32 -
 core-x86_64/gpm.service |   15 +---
 core-x86_64/gpm.sh  |6 +--
 12 files changed, 228 insertions(+), 222 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-17 03:14:28 UTC (rev 163617)
+++ core-i686/PKGBUILD  2012-07-17 05:32:49 UTC (rev 163618)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpm
-pkgver=1.20.6
-pkgrel=8
-pkgdesc="A mouse server for the console and xterm"
-arch=('i686' 'x86_64')
-url="http://www.nico.schottelius.org/software/gpm/";
-license=('GPL')
-depends=('ncurses' 'bash')
-backup=('etc/conf.d/gpm')
-options=('!makeflags')
-install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
-gpm gpm.conf.d gpm.sh gpm.service)
-sha1sums=('4677da0eb2f1910a5a744bbefa08fea82e0dca0c'
-  '19e1feb1493373512a77801699df012d186336ea'
-  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
-  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
-  '2db35b5f587b8dd21f9943610e7dd70469f888c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m755 ../gpm "${pkgdir}/etc/rc.d/gpm"
-  install -D -m644 ../gpm.conf.d "${pkgdir}/etc/conf.d/gpm"
-  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
-  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
-
-# library fixes
-  cd "${pkgdir}/usr/lib/"
-  ln -s libgpm.so.2.* libgpm.so
-  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
-}

Copied: gpm/repos/core-i686/PKGBUILD (from rev 163617, 
gpm/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-17 05:32:49 UTC (rev 163618)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.6
+pkgrel=10
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/";
+license=('GPL')
+depends=('ncurses' 'bash')
+backup=('etc/conf.d/gpm')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm gpm.conf.d gpm.sh gpm.service)
+sha1sums=('4677da0eb2f1910a5a744bbefa08fea82e0dca0c'
+  '19e1feb1493373512a77801699df012d186336ea'
+  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+  '20b92360f0ad38a2032fcae37bdbd01b31e43f77')
+
+build() {
+  cd "${srcdir}/

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

2012-07-16 Thread Tobias Powalowski
Date: Tuesday, July 17, 2012 @ 02:12:20
  Author: tpowa
Revision: 163619

upgpkg: linux 3.4.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |   22 +++---
 linux.install |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 05:32:49 UTC (rev 163618)
+++ PKGBUILD2012-07-17 06:12:20 UTC (rev 163619)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.4
-pkgver=${_basekernel}.4
-pkgrel=3
+pkgver=${_basekernel}.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -24,15 +24,6 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
'3.4.4-fix-backlight-regression.patch')
-md5sums=('967f72983655e2479f951195953e8480'
- '58e6672d932d74d5e2b6811b9d37d67c'
- '3f2c307c8ffae67f60c13ef69af8364a'
- '18d9d09152bafffaef78f2aac07e7145'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '38c1fd4a1f303f1f6c38e7f082727e2f'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
-'80a46681386bb87813989faeb92bdd9a')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -311,3 +302,12 @@
   # remove a file already in linux package
   rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
 }
+md5sums=('967f72983655e2479f951195953e8480'
+ 'e60f1d8032069d091f3692c1d7a89b8b'
+ '3f2c307c8ffae67f60c13ef69af8364a'
+ '18d9d09152bafffaef78f2aac07e7145'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ '38c1fd4a1f303f1f6c38e7f082727e2f'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ '80a46681386bb87813989faeb92bdd9a')

Modified: linux.install
===
--- linux.install   2012-07-17 05:32:49 UTC (rev 163618)
+++ linux.install   2012-07-17 06:12:20 UTC (rev 163619)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.4.4-3-ARCH
+KERNEL_VERSION=3.4.5-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-07-16 Thread Tobias Powalowski
Date: Tuesday, July 17, 2012 @ 02:13:27
  Author: tpowa
Revision: 163620

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.4.4-fix-backlight-regression.patch
(from rev 163619, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 163619, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 163619, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 163619, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 163619, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch
(from rev 163619, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 163619, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/linux.install
(from rev 163619, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 163619, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.4.4-fix-backlight-regression.patch
(from rev 163619, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 163619, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 163619, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 163619, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 163619, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 163619, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 163619, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 163619, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 163619, linux/trunk/linux.preset)

--+
 testing-i686/3.4.4-fix-backlight-regression.patch|   38 
 testing-i686/PKGBUILD|  313 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5840 +
 testing-i686/config.x86_64   | 5612 
 testing-i686/fix-acerhdf-1810T-bios.patch|   10 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.4.4-fix-backlight-regression.patch  |   38 
 testing-x86_64/PKGBUILD  |  313 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5840 +
 testing-x86_64/config.x86_64 | 5612 
 testing-x86_64/fix-acerhdf-1810T-bios.patch  |   10 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 23860 insertions(+)

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


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

2012-07-16 Thread Tobias Powalowski
Date: Tuesday, July 17, 2012 @ 02:21:48
  Author: tpowa
Revision: 163621

upgpkg: qemu-kvm 1.1.1-1

bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 06:13:27 UTC (rev 163620)
+++ PKGBUILD2012-07-17 06:21:48 UTC (rev 163621)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=qemu-kvm
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation."
 arch=(i686 x86_64)
@@ -57,5 +57,5 @@
   esac
 done
 }
-md5sums=('2e19185b7fdf4c144f4719a88a5bde31'
+md5sums=('f8f5629b00f48192cc0467e1d31c4dd2'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2012-07-16 Thread Tobias Powalowski
Date: Tuesday, July 17, 2012 @ 02:22:37
  Author: tpowa
Revision: 163622

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

Added:
  qemu-kvm/repos/extra-i686/65-kvm.rules
(from rev 163621, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-i686/PKGBUILD
(from rev 163621, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-i686/qemu-kvm.install
(from rev 163621, qemu-kvm/trunk/qemu-kvm.install)
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
(from rev 163621, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-x86_64/PKGBUILD
(from rev 163621, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install
(from rev 163621, qemu-kvm/trunk/qemu-kvm.install)
Deleted:
  qemu-kvm/repos/extra-i686/65-kvm.rules
  qemu-kvm/repos/extra-i686/PKGBUILD
  qemu-kvm/repos/extra-i686/qemu-kvm.install
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
  qemu-kvm/repos/extra-x86_64/PKGBUILD
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install

---+
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |  122 
 extra-i686/qemu-kvm.install   |   30 -
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |  122 
 extra-x86_64/qemu-kvm.install |   30 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-07-17 06:21:48 UTC (rev 163621)
+++ extra-i686/65-kvm.rules 2012-07-17 06:22:37 UTC (rev 163622)
@@ -1 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"

Copied: qemu-kvm/repos/extra-i686/65-kvm.rules (from rev 163621, 
qemu-kvm/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-07-17 06:22:37 UTC (rev 163622)
@@ -0,0 +1 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-17 06:21:48 UTC (rev 163621)
+++ extra-i686/PKGBUILD 2012-07-17 06:22:37 UTC (rev 163622)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=qemu-kvm
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation."
-arch=(i686 x86_64)
-license=('GPL2' 'LGPL2.1')
-url="http://www.linux-kvm.org";
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios' 'libcap-ng')
-makedepends=('texi2html' 'perl' 'python2')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu-kvm.install
-conflicts=('qemu')
-provides=('qemu')
-replaces=('kvm')
-source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
-65-kvm.rules)
-options=(!strip)
-
-build()
-{
-cd "${srcdir}/${pkgname}-${pkgver}"
-# fix esound building
-./configure --prefix=/usr \
---python=/usr/bin/python2 \
---sysconfdir=/etc \
---audio-drv-list=alsa,sdl,oss,pa \
---audio-card-list=ac97,sb16,es1370,hda \
---enable-docs
-make
-}
-
-package()
-{
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" libexecdir=/usr/lib/qemu install
-rm "${pkgdir}/usr/share/qemu/bios.bin"
-
-# symbolic link for backwards compatibility
-ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/qemu-kvm"
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/qemu"
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/kvm"
-# fix man page
-mv "${pkgdir}/usr/share/man/man1/qemu.1" \
- "${pkgdir}/usr/share/man/man1/qemu-kvm.1"
-# install udev rules
-install -D -m644 "${srcdir}/65-kvm.rules" \
- "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
-# strip scripts directory
-find "${pkgdir}/usr/bin"  -type f -perm -u+w 2>/dev/null | while read 
binary ; do
-  case "$(file -bi "$binary")" in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES "$binary";;
-  esac
-done
-}
-md5sums=('2e19185b7fdf4c144f4719a88a5bde31'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu-kvm/repos/extra-i686/PKGBUILD (from rev 163621, 
qemu-kvm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-17 06:22:37 UTC (rev 163622)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=qemu-kvm
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by us