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

2013-05-30 Thread Massimiliano Torromeo
Date: Thursday, May 30, 2013 @ 09:34:06
  Author: mtorromeo
Revision: 91938

upgpkg: openfire 3.8.2-1

Updated to upstream release

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-29 23:05:51 UTC (rev 91937)
+++ PKGBUILD2013-05-30 07:34:06 UTC (rev 91938)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openfire
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=High performance XMPP (Jabber) server.
 arch=('any')
@@ -48,6 +48,6 @@
cp -R lib $pkgdir/usr/lib/openfire
 }
 
-sha256sums=('554dce3a1b0a0b883ab0fd4a06a0cee136df9e998f19c53d91a8b5e54ada8604'
+sha256sums=('2d1bf97523eafe9485a013bbb70ff282d41470f65b842f4d7656c9788ab96c8d'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')



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

2013-05-30 Thread Massimiliano Torromeo
Date: Thursday, May 30, 2013 @ 09:36:37
  Author: mtorromeo
Revision: 91939

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 91938, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 91938, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 91938, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 91938, openfire/trunk/openfire.service)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service

--+
 PKGBUILD |  106 ++---
 openfire.conf|6 +--
 openfire.install |   38 +--
 openfire.service |   28 +++---
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 07:34:06 UTC (rev 91938)
+++ PKGBUILD2013-05-30 07:36:37 UTC (rev 91939)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openfire
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=High performance XMPP (Jabber) server.
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service')
-
-build() {
-   cd $srcdir/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd $srcdir/openfire_src/target/openfire
-
-   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
-   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
-
-   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
-   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
-
-   rm -rf bin logs
-
-   cp -R conf/* $pkgdir/etc/openfire/
-   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
-
-   cp -R resources/security $pkgdir/etc/openfire/
-   ln -s /etc/openfire/security 
$pkgdir/usr/share/openfire/resources/security
-
-   cp -R plugins $pkgdir/usr/share/openfire/
-   cp -R resources/{database,spank} $pkgdir/usr/share/openfire/resources/
-   cp -R lib $pkgdir/usr/lib/openfire
-}
-
-sha256sums=('554dce3a1b0a0b883ab0fd4a06a0cee136df9e998f19c53d91a8b5e54ada8604'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Copied: openfire/repos/community-any/PKGBUILD (from rev 91938, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 07:36:37 UTC (rev 91939)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openfire
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=High performance XMPP (Jabber) server.
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service')
+
+build() {
+   cd $srcdir/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd $srcdir/openfire_src/target/openfire
+
+   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
+   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
+
+   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
+   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
+
+   rm -rf bin logs
+
+   cp -R conf/* $pkgdir/etc/openfire/
+   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
+
+   cp -R resources/security $pkgdir/etc/openfire/

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

2013-05-30 Thread Allan McRae
Date: Thursday, May 30, 2013 @ 09:47:03
  Author: allan
Revision: 186623

upgpkg: glibc 2.17-6

/usr move

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 05:56:36 UTC (rev 186622)
+++ PKGBUILD2013-05-30 07:47:03 UTC (rev 186623)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.17
-pkgrel=5
+pkgrel=6
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -61,6 +61,8 @@
   fi
 
   echo slibdir=/usr/lib  configparms
+  echo sbindir=/usr/bin  configparms
+  echo rootsbindir=/usr/bin  configparms
 
   # remove hardening options for building libraries
   CFLAGS=${CFLAGS/-fstack-protector/}
@@ -88,7 +90,7 @@
   make
 
   # remove harding in preparation to run test-suite
-  sed -i '2,4d' configparms
+  sed -i '4,6d' configparms
 }
 
 check() {
@@ -119,9 +121,6 @@
 
   install -m755 ${srcdir}/locale-gen ${pkgdir}/usr/bin
 
-  # temporary symlink
-  ln -s ../../sbin/ldconfig ${pkgdir}/usr/bin/ldconfig
-
   # create /etc/locale.gen
   install -m644 ${srcdir}/locale.gen.txt ${pkgdir}/etc/locale.gen
   sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
@@ -135,11 +134,10 @@
   #   libthread_db-1.0.so
 
   cd $pkgdir
-  strip $STRIP_BINARIES sbin/{ldconfig,sln} \
-usr/bin/{gencat,getconf,getent,iconv,locale,localedef} 
\
-usr/bin/{makedb,pcprofiledump,pldd,rpcgen,sprof} \
-usr/lib/getconf/* \
-usr/sbin/{iconvconfig,nscd}
+  strip $STRIP_BINARIES usr/bin/{gencat,getconf,getent,iconv,iconvconfig} \
+usr/bin/{ldconfig,locale,localedef,nscd,makedb} \
+usr/bin/{pcprofiledump,pldd,rpcgen,sln,sprof} \
+usr/lib/getconf/*
   [[ $CARCH = i686 ]]  strip $STRIP_BINARIES usr/bin/lddlibc4
 
   strip $STRIP_STATIC usr/lib/*.a



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

2013-05-30 Thread Allan McRae
Date: Thursday, May 30, 2013 @ 09:49:49
  Author: allan
Revision: 186624

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

Added:
  glibc/repos/staging-i686/
  glibc/repos/staging-i686/PKGBUILD
(from rev 186623, glibc/trunk/PKGBUILD)
  glibc/repos/staging-i686/glibc-2.17-getaddrinfo-stack-overflow.patch
(from rev 186623, glibc/trunk/glibc-2.17-getaddrinfo-stack-overflow.patch)
  glibc/repos/staging-i686/glibc-2.17-regexp-matcher-overrun.patch
(from rev 186623, glibc/trunk/glibc-2.17-regexp-matcher-overrun.patch)
  glibc/repos/staging-i686/glibc-2.17-sync-with-linux37.patch
(from rev 186623, glibc/trunk/glibc-2.17-sync-with-linux37.patch)
  glibc/repos/staging-i686/glibc.install
(from rev 186623, glibc/trunk/glibc.install)
  glibc/repos/staging-i686/locale-gen
(from rev 186623, glibc/trunk/locale-gen)
  glibc/repos/staging-i686/locale.gen.txt
(from rev 186623, glibc/trunk/locale.gen.txt)
  glibc/repos/staging-i686/nscd.service
(from rev 186623, glibc/trunk/nscd.service)
  glibc/repos/staging-i686/nscd.tmpfiles
(from rev 186623, glibc/trunk/nscd.tmpfiles)
  glibc/repos/staging-x86_64/
  glibc/repos/staging-x86_64/PKGBUILD
(from rev 186623, glibc/trunk/PKGBUILD)
  glibc/repos/staging-x86_64/glibc-2.17-getaddrinfo-stack-overflow.patch
(from rev 186623, glibc/trunk/glibc-2.17-getaddrinfo-stack-overflow.patch)
  glibc/repos/staging-x86_64/glibc-2.17-regexp-matcher-overrun.patch
(from rev 186623, glibc/trunk/glibc-2.17-regexp-matcher-overrun.patch)
  glibc/repos/staging-x86_64/glibc-2.17-sync-with-linux37.patch
(from rev 186623, glibc/trunk/glibc-2.17-sync-with-linux37.patch)
  glibc/repos/staging-x86_64/glibc.install
(from rev 186623, glibc/trunk/glibc.install)
  glibc/repos/staging-x86_64/locale-gen
(from rev 186623, glibc/trunk/locale-gen)
  glibc/repos/staging-x86_64/locale.gen.txt
(from rev 186623, glibc/trunk/locale.gen.txt)
  glibc/repos/staging-x86_64/nscd.service
(from rev 186623, glibc/trunk/nscd.service)
  glibc/repos/staging-x86_64/nscd.tmpfiles
(from rev 186623, glibc/trunk/nscd.tmpfiles)

+
 staging-i686/PKGBUILD  |  150 +++
 staging-i686/glibc-2.17-getaddrinfo-stack-overflow.patch   |   47 +++
 staging-i686/glibc-2.17-regexp-matcher-overrun.patch   |  137 ++
 staging-i686/glibc-2.17-sync-with-linux37.patch|  130 +
 staging-i686/glibc.install |   19 +
 staging-i686/locale-gen|   42 +++
 staging-i686/locale.gen.txt|   23 +
 staging-i686/nscd.service  |   17 +
 staging-i686/nscd.tmpfiles |1 
 staging-x86_64/PKGBUILD|  150 +++
 staging-x86_64/glibc-2.17-getaddrinfo-stack-overflow.patch |   47 +++
 staging-x86_64/glibc-2.17-regexp-matcher-overrun.patch |  137 ++
 staging-x86_64/glibc-2.17-sync-with-linux37.patch  |  130 +
 staging-x86_64/glibc.install   |   19 +
 staging-x86_64/locale-gen  |   42 +++
 staging-x86_64/locale.gen.txt  |   23 +
 staging-x86_64/nscd.service|   17 +
 staging-x86_64/nscd.tmpfiles   |1 
 18 files changed, 1132 insertions(+)

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


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

2013-05-30 Thread Massimiliano Torromeo
Date: Thursday, May 30, 2013 @ 10:17:56
  Author: mtorromeo
Revision: 91940

upgpkg: python-requests 1.2.3-1

Updated to upstream release 1.2.3

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 07:36:37 UTC (rev 91939)
+++ PKGBUILD2013-05-30 08:17:56 UTC (rev 91940)
@@ -3,7 +3,7 @@
 
 pkgbase=python-requests
 pkgname=(python-requests python2-requests)
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 _libname=requests
 pkgdesc=Python HTTP for Humans.
@@ -54,5 +54,5 @@
 install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha256sums=('56929d7b5dec9b37a9a8520f15202bada0ad55d2888a7c3243b9b194f2ef603d'
+sha256sums=('156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1'
 '55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')



[arch-commits] Commit in python-requests/repos/community-any (4 files)

2013-05-30 Thread Massimiliano Torromeo
Date: Thursday, May 30, 2013 @ 10:19:49
  Author: mtorromeo
Revision: 91941

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  116 +-
 certs.patch |   34 -
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 08:17:56 UTC (rev 91940)
+++ PKGBUILD2013-05-30 08:19:49 UTC (rev 91941)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-requests
-pkgname=(python-requests python2-requests)
-pkgver=1.2.2
-pkgrel=1
-_libname=requests
-pkgdesc=Python HTTP for Humans.
-url=http://python-requests.org;
-makedepends=('python-distribute' 'python2-distribute')
-license=('custom: ISC')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
-certs.patch)
-
-build() {
-cd $srcdir/$_libname-$pkgver
-patch -p0 -i $srcdir/certs.patch
-sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
-rm -f requests/cacert.pem
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-check() {
-cd $srcdir/$_libname-$pkgver
-test -f $(python -m requests.certs)
-}
-
-package_python-requests() {
-depends=(python)
-
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root=$pkgdir
-install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-requests() {
-depends=(python2)
-optdepends=('python2-grequests: asynchronous requests with gevent'
-'python2-simplejson')
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root=$pkgdir
-install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha256sums=('56929d7b5dec9b37a9a8520f15202bada0ad55d2888a7c3243b9b194f2ef603d'
-'55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')

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

Deleted: certs.patch
===
--- certs.patch 2013-05-30 08:17:56 UTC (rev 91940)
+++ certs.patch 2013-05-30 08:19:49 UTC (rev 91941)
@@ -1,17 +0,0 

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

2013-05-30 Thread Sven-Hendrik Haase
Date: Thursday, May 30, 2013 @ 10:35:44
  Author: svenstaro
Revision: 91942

upgpkg: vim-vcscommand 1.99.47-1

Updating to 199.47

Modified:
  vim-vcscommand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 08:19:49 UTC (rev 91941)
+++ PKGBUILD2013-05-30 08:35:44 UTC (rev 91942)
@@ -4,9 +4,9 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vim-vcscommand
-pkgver=1.99.46
-_scriptid=17031
-pkgrel=2
+pkgver=1.99.47
+_scriptid=19809
+pkgrel=1
 pkgdesc=vim version control system integration plugin
 arch=('any')
 url=http://www.vim.org/scripts/script.php?script_id=90;
@@ -17,13 +17,9 @@
 install=vimdoc.install
 
source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('6161a4fb4f08e2bc00d8727ce27ad519'
+md5sums=('861c4e1a38664a19ce561527b9b94344'
  'cc76e422214169f380e6a1548f617778')
 
-build() {
-   /bin/true
-}
-
 package() {
cd ${srcdir}
 



[arch-commits] Commit in vim-vcscommand/repos/community-any (6 files)

2013-05-30 Thread Sven-Hendrik Haase
Date: Thursday, May 30, 2013 @ 10:35:58
  Author: svenstaro
Revision: 91943

archrelease: copy trunk to community-any

Added:
  vim-vcscommand/repos/community-any/PKGBUILD
(from rev 91942, vim-vcscommand/trunk/PKGBUILD)
  vim-vcscommand/repos/community-any/license.txt
(from rev 91942, vim-vcscommand/trunk/license.txt)
  vim-vcscommand/repos/community-any/vimdoc.install
(from rev 91942, vim-vcscommand/trunk/vimdoc.install)
Deleted:
  vim-vcscommand/repos/community-any/PKGBUILD
  vim-vcscommand/repos/community-any/license.txt
  vim-vcscommand/repos/community-any/vimdoc.install

+
 PKGBUILD   |   74 ++-
 license.txt|   52 +++---
 vimdoc.install |   28 ++--
 3 files changed, 75 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 08:35:44 UTC (rev 91942)
+++ PKGBUILD2013-05-30 08:35:58 UTC (rev 91943)
@@ -1,39 +0,0 @@
-#$Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vim-vcscommand
-pkgver=1.99.46
-_scriptid=17031
-pkgrel=2
-pkgdesc=vim cvs/svn integration plugin
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=90;
-license=('MIT')
-depends=('vim=7.0')
-groups=('vim-plugins')
-replaces=('vim-vsccommand') #whoops, typo before
-install=vimdoc.install
-source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-license.txt)
-md5sums=('6161a4fb4f08e2bc00d8727ce27ad519'
- 'cc76e422214169f380e6a1548f617778')
-
-build() {
-   /bin/true
-}
-
-package() {
-   cd ${srcdir}
-
-   installpath=${pkgdir}/usr/share/vim/vimfiles
-   mkdir -p $installpath
-   cp -r doc plugin syntax $installpath
-
-   #just in case
-   find $installpath -type f -exec chmod 644 {} \;
-
-   install -D -m644 license.txt \
-  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vim-vcscommand/repos/community-any/PKGBUILD (from rev 91942, 
vim-vcscommand/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 08:35:58 UTC (rev 91943)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vim-vcscommand
+pkgver=1.99.47
+_scriptid=19809
+pkgrel=1
+pkgdesc=vim version control system integration plugin
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=90;
+license=('MIT')
+depends=('vim=7.0')
+groups=('vim-plugins')
+replaces=('vim-vsccommand') #whoops, typo before
+install=vimdoc.install
+source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+license.txt)
+md5sums=('861c4e1a38664a19ce561527b9b94344'
+ 'cc76e422214169f380e6a1548f617778')
+
+package() {
+   cd ${srcdir}
+
+   installpath=${pkgdir}/usr/share/vim/vimfiles
+   mkdir -p $installpath
+   cp -r doc plugin syntax $installpath
+
+   #just in case
+   find $installpath -type f -exec chmod 644 {} \;
+
+   install -D -m644 license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2013-05-30 08:35:44 UTC (rev 91942)
+++ license.txt 2013-05-30 08:35:58 UTC (rev 91943)
@@ -1,26 +0,0 @@
-Copyright (c) 2007 Bob Hiestand
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.
-
-For instructions on installing this file, type
-   :help add-local-help
-inside Vim.
-
-Author:  Bob Hiestand bob.hiest...@gmail.com
-Credits:  Benji Fisher's excellent MatchIt documentation

Copied: 

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

2013-05-30 Thread Bartłomiej Piotrowski
Date: Thursday, May 30, 2013 @ 10:38:03
  Author: bpiotrowski
Revision: 91944

upgpkg: exim 4.80.1-4

- remove sbin compatibility symlinks

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 08:35:58 UTC (rev 91943)
+++ PKGBUILD2013-05-30 08:38:03 UTC (rev 91944)
@@ -5,7 +5,7 @@
 
 pkgname=exim
 pkgver=4.80.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Message Transfer Agent
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
@@ -65,11 +65,9 @@
 
   cp $srcdir/aliases $pkgdir/etc/mail
 
-  install -d $pkgdir/usr/sbin
   cd $pkgdir/usr/bin
   for i in mailq rmail rsmtp runq sendmail; do
 ln -s exim $i
-ln -s ../bin/exim ../sbin/$i
   done
 
   # fhs compliancy



[arch-commits] Commit in exim/repos (22 files)

2013-05-30 Thread Bartłomiej Piotrowski
Date: Thursday, May 30, 2013 @ 10:38:33
  Author: bpiotrowski
Revision: 91945

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

Added:
  exim/repos/community-staging-i686/
  exim/repos/community-staging-i686/PKGBUILD
(from rev 91944, exim/trunk/PKGBUILD)
  exim/repos/community-staging-i686/aliases
(from rev 91944, exim/trunk/aliases)
  exim/repos/community-staging-i686/exim-submission.socket
(from rev 91944, exim/trunk/exim-submission.socket)
  exim/repos/community-staging-i686/exim-submission@.service
(from rev 91944, exim/trunk/exim-submission@.service)
  exim/repos/community-staging-i686/exim.Makefile
(from rev 91944, exim/trunk/exim.Makefile)
  exim/repos/community-staging-i686/exim.install
(from rev 91944, exim/trunk/exim.install)
  exim/repos/community-staging-i686/exim.logrotate
(from rev 91944, exim/trunk/exim.logrotate)
  exim/repos/community-staging-i686/exim.service
(from rev 91944, exim/trunk/exim.service)
  exim/repos/community-staging-i686/exim.socket
(from rev 91944, exim/trunk/exim.socket)
  exim/repos/community-staging-i686/exim@.service
(from rev 91944, exim/trunk/exim@.service)
  exim/repos/community-staging-x86_64/
  exim/repos/community-staging-x86_64/PKGBUILD
(from rev 91944, exim/trunk/PKGBUILD)
  exim/repos/community-staging-x86_64/aliases
(from rev 91944, exim/trunk/aliases)
  exim/repos/community-staging-x86_64/exim-submission.socket
(from rev 91944, exim/trunk/exim-submission.socket)
  exim/repos/community-staging-x86_64/exim-submission@.service
(from rev 91944, exim/trunk/exim-submission@.service)
  exim/repos/community-staging-x86_64/exim.Makefile
(from rev 91944, exim/trunk/exim.Makefile)
  exim/repos/community-staging-x86_64/exim.install
(from rev 91944, exim/trunk/exim.install)
  exim/repos/community-staging-x86_64/exim.logrotate
(from rev 91944, exim/trunk/exim.logrotate)
  exim/repos/community-staging-x86_64/exim.service
(from rev 91944, exim/trunk/exim.service)
  exim/repos/community-staging-x86_64/exim.socket
(from rev 91944, exim/trunk/exim.socket)
  exim/repos/community-staging-x86_64/exim@.service
(from rev 91944, exim/trunk/exim@.service)

---+
 community-staging-i686/PKGBUILD   |   83 +
 community-staging-i686/aliases|   35 
 community-staging-i686/exim-submission.socket |   10 
 community-staging-i686/exim-submission@.service   |   11 
 community-staging-i686/exim.Makefile  | 1227 
 community-staging-i686/exim.install   |   25 
 community-staging-i686/exim.logrotate |6 
 community-staging-i686/exim.service   |   10 
 community-staging-i686/exim.socket|   10 
 community-staging-i686/exim@.service  |7 
 community-staging-x86_64/PKGBUILD |   83 +
 community-staging-x86_64/aliases  |   35 
 community-staging-x86_64/exim-submission.socket   |   10 
 community-staging-x86_64/exim-submission@.service |   11 
 community-staging-x86_64/exim.Makefile| 1227 
 community-staging-x86_64/exim.install |   25 
 community-staging-x86_64/exim.logrotate   |6 
 community-staging-x86_64/exim.service |   10 
 community-staging-x86_64/exim.socket  |   10 
 community-staging-x86_64/exim@.service|7 
 20 files changed, 2848 insertions(+)

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


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

2013-05-30 Thread Pierre Schmitz
Date: Thursday, May 30, 2013 @ 11:29:34
  Author: pierre
Revision: 186625

Move zsh to /usr/bin

* update source URL
* remove broken info pages
* remove old initscripts related adjustments

Modified:
  zsh/trunk/PKGBUILD
  zsh/trunk/zsh.install

-+
 PKGBUILD|   15 ---
 zsh.install |   15 ++-
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 07:49:49 UTC (rev 186624)
+++ PKGBUILD2013-05-30 09:29:34 UTC (rev 186625)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,7 +11,7 @@
 depends=('pcre' 'libcap' 'gdbm')
 backup=('etc/zsh/zprofile')
 install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 md5sums=('b8f2ad691acf58b3252225746480dcad'
  '24a9335edf77252a7b5f52e079f7aef7')
@@ -19,12 +19,6 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
 
@@ -34,7 +28,6 @@
rm -f  Completion/Unix/Command/_osc
 
./configure --prefix=/usr \
-   --bindir=/bin \
--enable-etcdir=/etc/zsh \
--enable-zshenv=/etc/zsh/zshenv \
--enable-zlogin=/etc/zsh/zlogin \
@@ -51,7 +44,7 @@
--enable-pcre \
--enable-cap \
--enable-zsh-secure-free
-   make all info
+   make
 }
 
 check() {
@@ -61,7 +54,7 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir}/ install install.info
+   make DESTDIR=${pkgdir}/ install
install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Modified: zsh.install
===
--- zsh.install 2013-05-30 07:49:49 UTC (rev 186624)
+++ zsh.install 2013-05-30 09:29:34 UTC (rev 186625)
@@ -1,12 +1,5 @@
-infodir=usr/share/info
-filelist=(zsh.info zsh.info-1 zsh.info-2 zsh.info-3 zsh.info-4 zsh.info-5 
zsh.info-6)
-
 post_install() {
-   grep -q '/bin/zsh' etc/shells || echo '/bin/zsh'  etc/shells
-   [ -x usr/bin/install-info ] || return 0
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-   done
+   grep -q '/usr/bin/zsh' etc/shells || echo '/usr/bin/zsh'  etc/shells
 }
 
 post_upgrade() {
@@ -14,9 +7,5 @@
 }
 
 pre_remove() {
-   sed -i '/^\/bin\/zsh/d' etc/shells
-   [ -x usr/bin/install-info ] || return 0
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-   done
+   sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
 }



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

2013-05-30 Thread Pierre Schmitz
Date: Thursday, May 30, 2013 @ 11:29:58
  Author: pierre
Revision: 186626

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

Added:
  zsh/repos/staging-i686/
  zsh/repos/staging-i686/PKGBUILD
(from rev 186625, zsh/trunk/PKGBUILD)
  zsh/repos/staging-i686/zprofile
(from rev 186625, zsh/trunk/zprofile)
  zsh/repos/staging-i686/zsh.install
(from rev 186625, zsh/trunk/zsh.install)
  zsh/repos/staging-x86_64/
  zsh/repos/staging-x86_64/PKGBUILD
(from rev 186625, zsh/trunk/PKGBUILD)
  zsh/repos/staging-x86_64/zprofile
(from rev 186625, zsh/trunk/zprofile)
  zsh/repos/staging-x86_64/zsh.install
(from rev 186625, zsh/trunk/zsh.install)

+
 staging-i686/PKGBUILD  |   60 +++
 staging-i686/zprofile  |1 
 staging-i686/zsh.install   |   11 +++
 staging-x86_64/PKGBUILD|   60 +++
 staging-x86_64/zprofile|1 
 staging-x86_64/zsh.install |   11 +++
 6 files changed, 144 insertions(+)

Copied: zsh/repos/staging-i686/PKGBUILD (from rev 186625, zsh/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 09:29:58 UTC (rev 186626)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+backup=('etc/zsh/zprofile')
+install=zsh.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'zprofile')
+md5sums=('b8f2ad691acf58b3252225746480dcad'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
+   # Remove unneeded and conflicting completion scripts
+   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+   rm -f  Completion/Unix/Command/_osc
+
+   ./configure --prefix=/usr \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   HOME=${srcdir} make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir}/ install
+   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: zsh/repos/staging-i686/zprofile (from rev 186625, zsh/trunk/zprofile)
===
--- staging-i686/zprofile   (rev 0)
+++ staging-i686/zprofile   2013-05-30 09:29:58 UTC (rev 186626)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Copied: zsh/repos/staging-i686/zsh.install (from rev 186625, 
zsh/trunk/zsh.install)
===
--- staging-i686/zsh.install(rev 0)
+++ staging-i686/zsh.install2013-05-30 09:29:58 UTC (rev 186626)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/zsh' etc/shells || echo '/usr/bin/zsh'  etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
+}

Copied: zsh/repos/staging-x86_64/PKGBUILD (from rev 186625, zsh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 09:29:58 UTC (rev 186626)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+backup=('etc/zsh/zprofile')
+install=zsh.install

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:41:33
  Author: spupykin
Revision: 91947

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 09:41:10 UTC (rev 91946)
+++ community-i686/PKGBUILD 2013-05-30 09:41:33 UTC (rev 91947)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.19
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('76989337dee4cf7afdcb5cde514423f8')
-
-build() {
-  true
-}
-
-package_cython() {
-  depends=('python')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 91946, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-30 09:41:33 UTC (rev 91947)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.19.1
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
+
+build() {
+  true
+}
+
+package_cython() {
+  depends=('python')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-30 09:41:10 UTC (rev 91946)
+++ community-x86_64/PKGBUILD   2013-05-30 09:41:33 UTC (rev 91947)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Igor Scabini furester @ gmail.com
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.19
-pkgrel=1
-pkgdesc=C-Extensions for Python 
-arch=(i686 x86_64)
-url=http://www.cython.org;
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('76989337dee4cf7afdcb5cde514423f8')
-
-build() {
-  true
-}
-
-package_cython() {
-  depends=('python')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 91946, 
cython/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-30 09:41:33 UTC (rev 91947)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Igor Scabini furester @ gmail.com
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.19.1
+pkgrel=1
+pkgdesc=C-Extensions for Python 
+arch=(i686 x86_64)
+url=http://www.cython.org;
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
+md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
+
+build() {
+  true
+}
+
+package_cython() {
+  depends=('python')
+
+  cd 

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:41:10
  Author: spupykin
Revision: 91946

upgpkg: cython 0.19.1-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 08:38:33 UTC (rev 91945)
+++ PKGBUILD2013-05-30 09:41:10 UTC (rev 91946)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.19
+pkgver=0.19.1
 pkgrel=1
 pkgdesc=C-Extensions for Python 
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://cython.org/release/Cython-$pkgver.tar.gz;)
-md5sums=('76989337dee4cf7afdcb5cde514423f8')
+md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
 
 build() {
   true



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:42:08
  Author: spupykin
Revision: 91948

upgpkg: incron 0.5.10-6

upd

Modified:
  incron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:41:33 UTC (rev 91947)
+++ PKGBUILD2013-05-30 09:42:08 UTC (rev 91948)
@@ -5,7 +5,7 @@
 
 pkgname=incron
 pkgver=0.5.10
-pkgrel=5
+pkgrel=6
 pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
 arch=('i686' 'x86_64')
 url=http://incron.aiken.cz/;
@@ -43,4 +43,5 @@
 SYSDATADIR=${pkgdir}/etc/incron.d install
 
   install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
+  rmdir $pkgdir/usr/sbin
 }



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:42:30
  Author: spupykin
Revision: 91949

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

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

--+
 /PKGBUILD|   94 +
 /incron.install  |   26 ++
 /incrond.service |   20 +++
 community-i686/PKGBUILD  |   46 --
 community-i686/incron.install|   13 -
 community-i686/incrond.service   |   10 ---
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/incron.install  |   13 -
 community-x86_64/incrond.service |   10 ---
 9 files changed, 140 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 09:42:08 UTC (rev 91948)
+++ community-i686/PKGBUILD 2013-05-30 09:42:30 UTC (rev 91949)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: scj scj(at)archlinux(dot)us
-
-pkgname=incron
-pkgver=0.5.10
-pkgrel=5
-pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
-arch=('i686' 'x86_64')
-url=http://incron.aiken.cz/;
-license=('GPL')
-depends=('gcc-libs' 'bash')
-install=incron.install
-options=('emptydirs')
-source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
-   'incrond.service')
-md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
- '4be206ba6ecacd9d2006cdc72b4604db')
-
-prepare() {
-  cd ${srcdir}/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
-  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
-  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
-  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
-}
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
-
-  make PREFIX=${pkgdir}/usr \
-MANPATH=${pkgdir}/usr/share/man \
-USERDATADIR=${pkgdir}/var/spool/incron \
-CFGDIR=${pkgdir}/etc \
-SYSDATADIR=${pkgdir}/etc/incron.d install
-
-  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
-}

Copied: incron/repos/community-i686/PKGBUILD (from rev 91948, 
incron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-30 09:42:30 UTC (rev 91949)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: scj scj(at)archlinux(dot)us
+
+pkgname=incron
+pkgver=0.5.10
+pkgrel=6
+pkgdesc=Like the regular cron but is driven by filesystem events instead of 
time periods
+arch=('i686' 'x86_64')
+url=http://incron.aiken.cz/;
+license=('GPL')
+depends=('gcc-libs' 'bash')
+install=incron.install
+options=('emptydirs')
+source=(http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz;
+   'incrond.service')
+md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
+ '4be206ba6ecacd9d2006cdc72b4604db')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' inotify-cxx.cpp icd-main.cpp
+  sed -i '1,1i#include stdio.h' icd-main.cpp inotify-cxx.cpp usertable.cpp 
appargs.cpp
+  sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
+  sed -i 's|$(DESTDIR)$(PREFIX)/sbin/|$(DESTDIR)$(PREFIX)/bin/|g' Makefile
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/share/man ${pkgdir}/usr/{s,}bin
+
+  make PREFIX=${pkgdir}/usr \
+MANPATH=${pkgdir}/usr/share/man \
+USERDATADIR=${pkgdir}/var/spool/incron \
+CFGDIR=${pkgdir}/etc \
+SYSDATADIR=${pkgdir}/etc/incron.d install
+
+  install -Dm0644 ${srcdir}/incrond.service 
${pkgdir}/usr/lib/systemd/system/incrond.service
+  rmdir $pkgdir/usr/sbin
+}

Deleted: 

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:42:34
  Author: spupykin
Revision: 91950

upgpkg: mcelog 20130530-1

upd

Modified:
  mcelog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:42:30 UTC (rev 91949)
+++ PKGBUILD2013-05-30 09:42:34 UTC (rev 91950)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Mudrunka harvie@@email..cz
 
 pkgname=mcelog
-pkgver=20130523
+pkgver=20130530
 pkgrel=1
 pkgdesc=Print machine check event log from x86-64 kernel
 url=http://freshmeat.net/projects/mcelog/;
@@ -32,7 +32,7 @@
   cd ${srcdir}/mcelog
   mkdir -p $pkgdir/usr/share/doc/mcelog
   make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
-  install -Dm0755 mcelog.cron ${pkgdir}/usr/sbin/mcelog.cron
+  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
   install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
   install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
   install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:42:58
  Author: spupykin
Revision: 91952

upgpkg: miredo 1.2.6-1

upd

Modified:
  miredo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:42:52 UTC (rev 91951)
+++ PKGBUILD2013-05-30 09:42:58 UTC (rev 91952)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=miredo
-pkgver=1.2.5
-pkgrel=5
+pkgver=1.2.6
+pkgrel=1
 pkgdesc=Teredo client and server.
 arch=('i686' 'x86_64')
 url=http://www.remlab.net/miredo/;
@@ -15,7 +15,7 @@
 source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
miredo.install
miredo.service)
-md5sums=('5114debbf9fcab5d292176e4548f8cd1'
+md5sums=('5bcdbaced54f40b6cb1e9c9a8dbac411'
  'd1b655d7a851cdb46c91c3418ed1962f'
  'fd6d5b355b2356426eeefd6047f6bb7c')
 



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:43:18
  Author: spupykin
Revision: 91953

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

Added:
  miredo/repos/community-i686/PKGBUILD
(from rev 91952, miredo/trunk/PKGBUILD)
  miredo/repos/community-i686/miredo.install
(from rev 91952, miredo/trunk/miredo.install)
  miredo/repos/community-i686/miredo.service
(from rev 91952, miredo/trunk/miredo.service)
  miredo/repos/community-x86_64/PKGBUILD
(from rev 91952, miredo/trunk/PKGBUILD)
  miredo/repos/community-x86_64/miredo.install
(from rev 91952, miredo/trunk/miredo.install)
  miredo/repos/community-x86_64/miredo.service
(from rev 91952, miredo/trunk/miredo.service)
Deleted:
  miredo/repos/community-i686/PKGBUILD
  miredo/repos/community-i686/miredo.install
  miredo/repos/community-i686/miredo.service
  miredo/repos/community-x86_64/PKGBUILD
  miredo/repos/community-x86_64/miredo.install
  miredo/repos/community-x86_64/miredo.service

-+
 /PKGBUILD   |   92 ++
 /miredo.install |   16 ++
 /miredo.service |   20 
 community-i686/PKGBUILD |   46 ---
 community-i686/miredo.install   |8 ---
 community-i686/miredo.service   |   10 
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/miredo.install |8 ---
 community-x86_64/miredo.service |   10 
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 09:42:58 UTC (rev 91952)
+++ community-i686/PKGBUILD 2013-05-30 09:43:18 UTC (rev 91953)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=miredo
-pkgver=1.2.5
-pkgrel=5
-pkgdesc=Teredo client and server.
-arch=('i686' 'x86_64')
-url=http://www.remlab.net/miredo/;
-license=('GPL')
-depends=('judy' 'iproute2' 'libcap')
-backup=('etc/miredo/miredo.conf'
-'etc/miredo/client-hook')
-options=('!libtool')
-source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
-   miredo.install
-   miredo.service)
-md5sums=('5114debbf9fcab5d292176e4548f8cd1'
- 'd1b655d7a851cdb46c91c3418ed1962f'
- 'fd6d5b355b2356426eeefd6047f6bb7c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib \
-   --sbindir=/usr/bin \
-   --with-Judy
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/var/run $pkgdir/var
-
-  install -Dm644 $srcdir/miredo.service 
$pkgdir/usr/lib/systemd/system/miredo.service
-}

Copied: miredo/repos/community-i686/PKGBUILD (from rev 91952, 
miredo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-30 09:43:18 UTC (rev 91953)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=miredo
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Teredo client and server.
+arch=('i686' 'x86_64')
+url=http://www.remlab.net/miredo/;
+license=('GPL')
+depends=('judy' 'iproute2' 'libcap')
+backup=('etc/miredo/miredo.conf'
+'etc/miredo/client-hook')
+options=('!libtool')
+source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
+   miredo.install
+   miredo.service)
+md5sums=('5bcdbaced54f40b6cb1e9c9a8dbac411'
+ 'd1b655d7a851cdb46c91c3418ed1962f'
+ 'fd6d5b355b2356426eeefd6047f6bb7c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --sbindir=/usr/bin \
+   --with-Judy
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
+
+  # avoid conflict with filesystem=2012.06
+  rmdir $pkgdir/var/run $pkgdir/var
+
+  install -Dm644 $srcdir/miredo.service 
$pkgdir/usr/lib/systemd/system/miredo.service
+}

Deleted: community-i686/miredo.install
===
--- community-i686/miredo.install   2013-05-30 09:42:58 UTC (rev 91952)
+++ community-i686/miredo.install   2013-05-30 09:43:18 UTC (rev 91953)
@@ -1,8 +0,0 @@
-post_remove() {
-
-  # clean up just in case
-  rm -f /var/run/miredo.pid
-  rm -f /var/run/miredo-server.pid
-  rm -f /var/run/isatapd.pid
-}
-

Copied: miredo/repos/community-i686/miredo.install (from rev 91952, 
miredo/trunk/miredo.install)

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:42:52
  Author: spupykin
Revision: 91951

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

Added:
  mcelog/repos/community-i686/PKGBUILD
(from rev 91950, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-i686/mcelog.service
(from rev 91950, mcelog/trunk/mcelog.service)
  mcelog/repos/community-x86_64/PKGBUILD
(from rev 91950, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-x86_64/mcelog.service
(from rev 91950, mcelog/trunk/mcelog.service)
Deleted:
  mcelog/repos/community-i686/PKGBUILD
  mcelog/repos/community-i686/mcelog.service
  mcelog/repos/community-x86_64/PKGBUILD
  mcelog/repos/community-x86_64/mcelog.service

-+
 /PKGBUILD   |   78 ++
 /mcelog.service |   22 ++
 community-i686/PKGBUILD |   39 ---
 community-i686/mcelog.service   |   11 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/mcelog.service |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 09:42:34 UTC (rev 91950)
+++ community-i686/PKGBUILD 2013-05-30 09:42:52 UTC (rev 91951)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Thomas Mudrunka harvie@@email..cz
-# Maintainer: Thomas Mudrunka harvie@@email..cz
-
-pkgname=mcelog
-pkgver=20130523
-pkgrel=1
-pkgdesc=Print machine check event log from x86-64 kernel
-url=http://freshmeat.net/projects/mcelog/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('git')
-options=('docs')
-backup=('etc/mcelog/mcelog.conf')
-source=(git://github.com/andikleen/mcelog.git
-   mcelog.service)
-md5sums=('SKIP'
- 'afd7fc2b7a2f92a75e040b23d6b15958')
-
-prepare() {
-  cd ${srcdir}/mcelog
-  sed -i 's|sbin|bin|g' Makefile mcelog.cron
-}
-
-build() {
-  cd ${srcdir}/mcelog
-  make
-}
-
-package() {
-  cd ${srcdir}/mcelog
-  mkdir -p $pkgdir/usr/share/doc/mcelog
-  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
-  install -Dm0755 mcelog.cron ${pkgdir}/usr/sbin/mcelog.cron
-  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
-  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: mcelog/repos/community-i686/PKGBUILD (from rev 91950, 
mcelog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-30 09:42:52 UTC (rev 91951)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Thomas Mudrunka harvie@@email..cz
+# Maintainer: Thomas Mudrunka harvie@@email..cz
+
+pkgname=mcelog
+pkgver=20130530
+pkgrel=1
+pkgdesc=Print machine check event log from x86-64 kernel
+url=http://freshmeat.net/projects/mcelog/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('git')
+options=('docs')
+backup=('etc/mcelog/mcelog.conf')
+source=(git://github.com/andikleen/mcelog.git
+   mcelog.service)
+md5sums=('SKIP'
+ 'afd7fc2b7a2f92a75e040b23d6b15958')
+
+prepare() {
+  cd ${srcdir}/mcelog
+  sed -i 's|sbin|bin|g' Makefile mcelog.cron
+}
+
+build() {
+  cd ${srcdir}/mcelog
+  make
+}
+
+package() {
+  cd ${srcdir}/mcelog
+  mkdir -p $pkgdir/usr/share/doc/mcelog
+  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
+  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
+  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
+  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/mcelog.service
===
--- community-i686/mcelog.service   2013-05-30 09:42:34 UTC (rev 91950)
+++ community-i686/mcelog.service   2013-05-30 09:42:52 UTC (rev 91951)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Machine Check Exception Logging Daemon
-After=syslog.target
-
-[Service]
-PIDFile=/run/mcelog.pid
-ExecStart=/usr/bin/mcelog --ignorenodev --daemon --foreground --pidfile 
/run/mcelog.pid
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: mcelog/repos/community-i686/mcelog.service (from rev 91950, 
mcelog/trunk/mcelog.service)
===
--- community-i686/mcelog.service   (rev 0)
+++ community-i686/mcelog.service   2013-05-30 09:42:52 UTC (rev 91951)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Machine Check Exception Logging Daemon
+After=syslog.target
+
+[Service]
+PIDFile=/run

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:43:23
  Author: spupykin
Revision: 91954

upgpkg: pound 2.6-6

upd

Modified:
  pound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:43:18 UTC (rev 91953)
+++ PKGBUILD2013-05-30 09:43:23 UTC (rev 91954)
@@ -5,7 +5,7 @@
 
 pkgname=pound
 pkgver=2.6
-pkgrel=5
+pkgrel=6
 pkgdesc=A reverse proxy, load balancer, and SSL wrapper
 arch=('i686' 'x86_64')
 url=http://www.apsis.ch/pound/index_html;
@@ -37,4 +37,5 @@
   install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
   install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
   install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  rmdir $pkgdir/usr/sbin
 }



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:43:58
  Author: spupykin
Revision: 91956

upgpkg: sniffit 0.3.7.beta-13

upd

Modified:
  sniffit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:43:54 UTC (rev 91955)
+++ PKGBUILD2013-05-30 09:43:58 UTC (rev 91956)
@@ -4,7 +4,7 @@
 
 pkgname=sniffit
 pkgver=0.3.7.beta
-pkgrel=12
+pkgrel=13
 pkgdesc=Very good packet sniffer for unix with ncurses interactive mode
 arch=('i686' 'x86_64')
 url=http://packages.ubuntu.com/source/sniffit;
@@ -33,7 +33,7 @@
 
 package() {
   cd ${srcdir}/${pkgname}.${pkgver}
-  install -d -m0755 -g root -o root 
${pkgdir}/usr/{sbin,share/licenses/${pkgname}}
-  install -D -m0744 -g root -o root sniffit ${pkgdir}/usr/sbin/sniffit
+  install -d -m0755 -g root -o root 
${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+  install -D -m0744 -g root -o root sniffit ${pkgdir}/usr/bin/sniffit
   install -D -m0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}
 }



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:43:54
  Author: spupykin
Revision: 91955

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

Added:
  pound/repos/community-i686/ChangeLog
(from rev 91954, pound/trunk/ChangeLog)
  pound/repos/community-i686/PKGBUILD
(from rev 91954, pound/trunk/PKGBUILD)
  pound/repos/community-i686/pound.cfg
(from rev 91954, pound/trunk/pound.cfg)
  pound/repos/community-i686/pound.runit
(from rev 91954, pound/trunk/pound.runit)
  pound/repos/community-i686/pound.service
(from rev 91954, pound/trunk/pound.service)
  pound/repos/community-x86_64/ChangeLog
(from rev 91954, pound/trunk/ChangeLog)
  pound/repos/community-x86_64/PKGBUILD
(from rev 91954, pound/trunk/PKGBUILD)
  pound/repos/community-x86_64/pound.cfg
(from rev 91954, pound/trunk/pound.cfg)
  pound/repos/community-x86_64/pound.runit
(from rev 91954, pound/trunk/pound.runit)
  pound/repos/community-x86_64/pound.service
(from rev 91954, pound/trunk/pound.service)
Deleted:
  pound/repos/community-i686/ChangeLog
  pound/repos/community-i686/PKGBUILD
  pound/repos/community-i686/pound.cfg
  pound/repos/community-i686/pound.runit
  pound/repos/community-i686/pound.service
  pound/repos/community-x86_64/ChangeLog
  pound/repos/community-x86_64/PKGBUILD
  pound/repos/community-x86_64/pound.cfg
  pound/repos/community-x86_64/pound.runit
  pound/repos/community-x86_64/pound.service

+
 /ChangeLog |   44 ++
 /PKGBUILD  |   82 ++
 /pound.cfg |  170 +++
 /pound.runit   |   46 ++
 /pound.service |   20 
 community-i686/ChangeLog   |   22 -
 community-i686/PKGBUILD|   40 -
 community-i686/pound.cfg   |   85 ---
 community-i686/pound.runit |   23 -
 community-i686/pound.service   |   10 --
 community-x86_64/ChangeLog |   22 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/pound.cfg |   85 ---
 community-x86_64/pound.runit   |   23 -
 community-x86_64/pound.service |   10 --
 15 files changed, 362 insertions(+), 360 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-05-30 09:43:23 UTC (rev 91954)
+++ community-i686/ChangeLog2013-05-30 09:43:54 UTC (rev 91955)
@@ -1,22 +0,0 @@
-
-2009-03-22  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.4.4
-   * Fixed an issue with the rc.d pound script
-
-2008-06-22  Mateusz Herych heni...@gmail.com
-
-   * Adding for x86_64 community - 2.4.3
-
-2008-06-22  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Adding for i686 community - 2.4.3
-
-2008-05-22  Mateusz Herych heni...@gmail.com
-
-   * Adding to community for x86_64
-
-2008-05-21  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Adding to community for i686
-

Copied: pound/repos/community-i686/ChangeLog (from rev 91954, 
pound/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-05-30 09:43:54 UTC (rev 91955)
@@ -0,0 +1,22 @@
+
+2009-03-22  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.4.4
+   * Fixed an issue with the rc.d pound script
+
+2008-06-22  Mateusz Herych heni...@gmail.com
+
+   * Adding for x86_64 community - 2.4.3
+
+2008-06-22  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Adding for i686 community - 2.4.3
+
+2008-05-22  Mateusz Herych heni...@gmail.com
+
+   * Adding to community for x86_64
+
+2008-05-21  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Adding to community for i686
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 09:43:23 UTC (rev 91954)
+++ community-i686/PKGBUILD 2013-05-30 09:43:54 UTC (rev 91955)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=pound
-pkgver=2.6
-pkgrel=5
-pkgdesc=A reverse proxy, load balancer, and SSL wrapper
-arch=('i686' 'x86_64')
-url=http://www.apsis.ch/pound/index_html;
-license=('GPL')
-depends=('pcre' 'openssl')
-backup=(etc/pound/pound.cfg)
-source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
-   pound.runit
-   pound.service
-   pound.cfg)
-md5sums=('8c913b527332694943c4c67c8f152071'
- '2a555ee5871a849cb1f6e6ba2ff054df'
- 'c0d0726a96dfda0e83843362e401b3dc'
- '8937808acd22c6391ebe4340af8df854')
-
-build() {
-  cd $srcdir/Pound-$pkgver
-  ./configure --prefix=/usr 

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:44:20
  Author: spupykin
Revision: 91958

upgpkg: squashfs-tools 4.2-4

upd

Modified:
  squashfs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:44:15 UTC (rev 91957)
+++ PKGBUILD2013-05-30 09:44:20 UTC (rev 91958)
@@ -6,7 +6,7 @@
 
 pkgname=squashfs-tools
 pkgver=4.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.
 url=http://squashfs.sourceforge.net;
 license=(GPL)
@@ -17,13 +17,11 @@
 
 build() {
 cd ${srcdir}/squashfs${pkgver}/${pkgname}
-sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
-sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
-make
+make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1
 }
 
 package() {
 cd ${srcdir}/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs ${pkgdir}/bin/mksquashfs
-install -m755 unsquashfs ${pkgdir}/bin/unsquashfs
+install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
 }



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:44:15
  Author: spupykin
Revision: 91957

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

Added:
  sniffit/repos/community-i686/PKGBUILD
(from rev 91956, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-i686/sniffit-fix.patch
(from rev 91956, sniffit/trunk/sniffit-fix.patch)
  sniffit/repos/community-x86_64/PKGBUILD
(from rev 91956, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-x86_64/sniffit-fix.patch
(from rev 91956, sniffit/trunk/sniffit-fix.patch)
Deleted:
  sniffit/repos/community-i686/PKGBUILD
  sniffit/repos/community-i686/sniffit-fix.patch
  sniffit/repos/community-x86_64/PKGBUILD
  sniffit/repos/community-x86_64/sniffit-fix.patch

+
 /PKGBUILD  |   78 +
 /sniffit-fix.patch | 1874 +++
 community-i686/PKGBUILD|   39 
 community-i686/sniffit-fix.patch   |  937 -
 community-x86_64/PKGBUILD  |   39 
 community-x86_64/sniffit-fix.patch |  937 -
 6 files changed, 1952 insertions(+), 1952 deletions(-)

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


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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 11:54:59
  Author: spupykin
Revision: 91960

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:44:39 UTC (rev 91959)
+++ PKGBUILD2013-05-30 09:54:59 UTC (rev 91960)
@@ -14,28 +14,27 @@
 depends=('qtwebkit')
 makedepends=('glu')
 options=(libtool)
-#source=(https://github.com/qcad/qcad/archive/v${pkgver}.zip
-source=(http://cl.ly/1u1Y3H290M1S/download/qcad-v${pkgver}.zip
+source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
 QCad.desktop)
-md5sums=('6f52fe016e915850ba942fa760909d4c'
+md5sums=('2c460838235a95a4d969e508a75b8206'
  '8c4288986b78b14a813b005e81b6ba53')
 
 prepare() {
-  cd ${srcdir}
+  cd ${srcdir}/qcad-$pkgver
 
   sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
   sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
 }
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}/qcad-$pkgver
 
   qmake-qt4
   make PREFIX=/usr CXX=g++ -fpermissive
 }
 
 package() {
-  cd ${srcdir}
+  cd ${srcdir}/qcad-$pkgver
 
   # remove project files
   find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 12:00:26
  Author: andrea
Revision: 186627

upgpkg: calligra-l10n 2.6.4-1

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:29:58 UTC (rev 186626)
+++ PKGBUILD2013-05-30 10:00:26 UTC (rev 186627)
@@ -4,7 +4,7 @@
 pkgbase=calligra-l10n
 pkgname=('calligra-l10n-bs'
'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
+   'calligra-l10n-cs'
'calligra-l10n-da'
'calligra-l10n-de'
'calligra-l10n-el'
@@ -31,7 +31,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -41,7 +41,7 @@
 options=('docs')
 
source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
@@ -68,38 +68,38 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('c2a0cc379533c756cd1460deac874f4f'
- 'ac6933d11db5c527a50bb6b51a249b30'
- '00a8c881a087e6fb634d7752a542da72'
- '21e42139215c8f9a3c6ad4eb17808d46'
- '70bf383f0ba4b938ddd617f2f6652d1e'
- 'e104c34a00347ab0d5f5dc0dad709853'
- 'a2490066102e8c0acd78aee74069c143'
- '24c69b328dd9f8b4c0527b3f4cc938f0'
- 'e744e9699cb37806b5d3cbaaa4ba393f'
- 'fabbf2464086e3fceb98355ff438ff5f'
- '0bd7585c203795b15b506d0d823e78e0'
- 'a8763794416fe04aed42c4475a8f3fe5'
- '122de5839554f8d08262a04e8900b01b'
- '4d0abccb21f1413607d0a28b86934075'
- '41387a63777b86c50d87f310774436c8'
- '5bddc85aee9beabc7b1348ab313acbbb'
- '12489c8d21332a65b1744a3ae08de218'
- 'bf3cc8e28065957212fd106fa395a4c8'
- '3364250fd4fde92c8a9568ae145f8682'
- 'f2dc15ec51a6737c702f90d1da9a5375'
- '7bc5c334e10b2353532548dc79854643'
- '6d296dab1e04d4efcf07807899911fc1'
- '3053eaca25a9cbb777bb7bd16fd140c1'
- '402ba5abdaf46798515d849cda13f595'
- '078dd183beae03cc0e5fbdb88a62fb20'
- '39bb522ed0f7046dd84f5321743d8e8d'
- '3defbdcdd67a3c256b51d0f1b1d3711b'
- '051833f7fa20c25bf206b1f23071b6ed'
- '03df7c5a5a266435f3a9bc715a9d')
+md5sums=('a54cc58ad7a4369fc2482bbc2d510bf5'
+ '0b7adc38d69de203c68cf7e2d25adade'
+ 'e16d41003cc7c080615a5c5029db5787'
+ 'b78bc438bfe299669ef393cbcab0bf70'
+ '46c045d4d58b6b11f146bc4620cafda6'
+ '3e5e5029eb22c1fee33ed1720fce8d35'
+ '1a0c7dfb2b7173f3bd85e82dba61a772'
+ 'dc95cbae767c5821b37145d3c6733221'
+ '0e214d6ae2f50f1687cf5aeb94b2abd6'
+ '581783ca03d0b2cc42ceb02bdee7dfac'
+ 'aabc2af944a7d1b96be2ed3c6ed7c89b'
+ '93a9697db5f700f0c056359853a19cd2'
+ 'be1b3e8c8fa5b60976c89e9f9b4a0893'
+ '2834d046fca9558b888d083946d8dc34'
+ '852f5030dc3af68e6072b1aa4b0c235a'
+ 'aef1fddf91ca13f8c06ad0ef01301f05'
+ '681dd335d407c7a2efd4d44521f5545b'
+ '802b0ab55f2832fcbe461ef2d77097dc'
+ '32dff8321b204c05d4f86d4d2655f6d3'
+ 'e0a8fa936cf93e4ebb5b8a926834cb69'
+ '07f1a3b4e4c75eee531e740f0b8f49fc'
+ '432cdee6e5a69c47963b3e84885682e7'
+ '59d05338ca434c3d4dcca82c4e94559f'
+ '4de61834756a0f68a14879ab6ab516fb'
+ 'e44d033a59afb0571f4e3d9dcbf70da9'
+ 'c1c7862e0370971e4f9b469450724393'
+ '8b14a26550e46af2ab35e83b4a3cbd6e'
+ '22098c08b63c5e479ed0dd33d021c293'
+ '9134f19ad8ec18674c38324428b0f868')
 
 build() {
-  for lang in bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds \
+  for lang in bs ca cs da de el en_GB es et fi fr gl hu it kk nb nds \
 nl pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW; do
 mkdir -p build/$lang
 cd build/$lang
@@ -125,9 +125,9 @@
   make DESTDIR=${pkgdir} install
 }
 
-package_calligra-l10n-ca@valencia() {
-  pkgdesc=('Catalan (Valencia) Localization for Calligra')
-  

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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 12:10:31
  Author: andrea
Revision: 186628

upgpkg: calligra-l10n 2.6.4-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 10:00:26 UTC (rev 186627)
+++ PKGBUILD2013-05-30 10:10:31 UTC (rev 186628)
@@ -128,7 +128,7 @@
 package_calligra-l10n-cs() {
   pkgdesc=('Czech Localization for Calligra')
   replaces=('koffice-l10n-cs')
-  cd ${srcdir}/build/ca@valencia
+  cd ${srcdir}/build/cs
   make DESTDIR=${pkgdir} install
 }
 



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 12:10:37
  Author: andrea
Revision: 186629

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 186628, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  630 ++---
 1 file changed, 315 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 10:10:31 UTC (rev 186628)
+++ PKGBUILD2013-05-30 10:10:37 UTC (rev 186629)
@@ -1,315 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sl'
-   'calligra-l10n-sv'
-   'calligra-l10n-tr'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=Localization for Calligra
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('c2a0cc379533c756cd1460deac874f4f'
- 'ac6933d11db5c527a50bb6b51a249b30'
- '00a8c881a087e6fb634d7752a542da72'
- '21e42139215c8f9a3c6ad4eb17808d46'
- '70bf383f0ba4b938ddd617f2f6652d1e'
- 'e104c34a00347ab0d5f5dc0dad709853'
- 'a2490066102e8c0acd78aee74069c143'
- '24c69b328dd9f8b4c0527b3f4cc938f0'
- 'e744e9699cb37806b5d3cbaaa4ba393f'
- 'fabbf2464086e3fceb98355ff438ff5f'
- '0bd7585c203795b15b506d0d823e78e0'
- 

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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 12:14:27
  Author: spupykin
Revision: 91961

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 09:54:59 UTC (rev 91960)
+++ PKGBUILD2013-05-30 10:14:27 UTC (rev 91961)
@@ -60,7 +60,7 @@
   done
 
   install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 QCad.desktop ${pkgdir}/usr/share/applications/QCad.desktop
+  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
 
   install -dm0755 $pkgdir/usr/bin
   echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad



[arch-commits] Commit in qcad/repos/community-i686 (4 files)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 12:15:26
  Author: spupykin
Revision: 91962

archrelease: copy trunk to community-i686

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 91961, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 91961, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop

--+
 PKGBUILD |  137 -
 QCad.desktop |   18 +++
 2 files changed, 77 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 10:14:27 UTC (rev 91961)
+++ PKGBUILD2013-05-30 10:15:26 UTC (rev 91962)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.0.14.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL2')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-#source=(https://github.com/qcad/qcad/archive/v${pkgver}.zip
-source=(http://cl.ly/1u1Y3H290M1S/download/qcad-v${pkgver}.zip
-QCad.desktop)
-md5sums=('6f52fe016e915850ba942fa760909d4c'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}
-
-  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}
-
-  qmake-qt4
-  make PREFIX=/usr CXX=g++ -fpermissive
-}
-
-package() {
-  cd ${srcdir}
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp release/* ${pkgdir}/usr/share/qcad
-
-  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 QCad.desktop ${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 91961, qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 10:15:26 UTC (rev 91962)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.0.14.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.ribbonsoft.com/qcad.html;
+license=('GPL2')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
+QCad.desktop)
+md5sums=('2c460838235a95a4d969e508a75b8206'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+
+  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+
+  qmake-qt4
+  make PREFIX=/usr CXX=g++ -fpermissive
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp release/* ${pkgdir}/usr/share/qcad
+
+  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+ln -s ${sofiles} 

[arch-commits] Commit in qcad/repos/community-x86_64 (4 files)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 12:15:36
  Author: spupykin
Revision: 91963

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 91962, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 91962, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

--+
 PKGBUILD |  137 -
 QCad.desktop |   18 +++
 2 files changed, 77 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 10:15:26 UTC (rev 91962)
+++ PKGBUILD2013-05-30 10:15:36 UTC (rev 91963)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.0.14.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL2')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-#source=(https://github.com/qcad/qcad/archive/v${pkgver}.zip
-source=(http://cl.ly/1u1Y3H290M1S/download/qcad-v${pkgver}.zip
-QCad.desktop)
-md5sums=('6f52fe016e915850ba942fa760909d4c'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}
-
-  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}
-
-  qmake-qt4
-  make PREFIX=/usr CXX=g++ -fpermissive
-}
-
-package() {
-  cd ${srcdir}
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp release/* ${pkgdir}/usr/share/qcad
-
-  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 QCad.desktop ${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 91962, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 10:15:36 UTC (rev 91963)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.0.14.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.ribbonsoft.com/qcad.html;
+license=('GPL2')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
+QCad.desktop)
+md5sums=('2c460838235a95a4d969e508a75b8206'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+
+  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+
+  qmake-qt4
+  make PREFIX=/usr CXX=g++ -fpermissive
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp release/* ${pkgdir}/usr/share/qcad
+
+  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+ln -s ${sofiles} 

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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 12:57:04
  Author: andrea
Revision: 186632

upgpkg: calligra 2.6.4-1

Upstream release'

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 10:13:30 UTC (rev 186631)
+++ PKGBUILD2013-05-30 10:57:04 UTC (rev 186632)
@@ -17,8 +17,8 @@
  'calligra-handbook'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.6.3
-pkgrel=5
+pkgver=2.6.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -28,7 +28,7 @@
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('90d6bb619191abbcc94094379d47e225')
+md5sums=('a38fdc882888469ea8b0dea949c05dda')
 
 build() {
   mkdir build



[arch-commits] Commit in calligra/repos (56 files)

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 12:57:28
  Author: andrea
Revision: 186633

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 186632, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 186632, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 186632, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 186632, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 186632, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 186632, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 186632, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 186632, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 186632, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 186632, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 186632, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 186632, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 186632, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 186632, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 186632, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 186632, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 186632, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 186632, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 186632, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 186632, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 186632, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 186632, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 186632, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 186632, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 186632, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 186632, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 186632, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 186632, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 /PKGBUILD   |  444 ++
 /calligra-braindump.install |   24 +
 /calligra-filters.install   |   22 +
 /calligra-flow.install  |   24 +
 /calligra-karbon.install   

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:10:33
  Author: tomegun
Revision: 186636

upgpkg: bluez-hcidump 2.4-2

usrmove

Modified:
  bluez-hcidump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:10:13 UTC (rev 186635)
+++ PKGBUILD2013-05-30 12:10:33 UTC (rev 186636)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tom Gundersen t...@jklm.no
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Geoffroy carrier geoff...@archlinux.org
 
 pkgname=bluez-hcidump
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Bluetooth HCI package analyzer
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -23,4 +23,5 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:10:13
  Author: tomegun
Revision: 186635

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

Added:
  bluez/repos/staging-i686/
  bluez/repos/staging-i686/PKGBUILD
(from rev 186634, bluez/trunk/PKGBUILD)
  bluez/repos/staging-i686/bluetooth.conf.d
(from rev 186634, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-i686/rc.bluetooth
(from rev 186634, bluez/trunk/rc.bluetooth)
  bluez/repos/staging-x86_64/
  bluez/repos/staging-x86_64/PKGBUILD
(from rev 186634, bluez/trunk/PKGBUILD)
  bluez/repos/staging-x86_64/bluetooth.conf.d
(from rev 186634, bluez/trunk/bluetooth.conf.d)
  bluez/repos/staging-x86_64/rc.bluetooth
(from rev 186634, bluez/trunk/rc.bluetooth)

-+
 staging-i686/PKGBUILD   |   88 +++
 staging-i686/bluetooth.conf.d   |   30 
 staging-i686/rc.bluetooth   |   93 ++
 staging-x86_64/PKGBUILD |   88 +++
 staging-x86_64/bluetooth.conf.d |   30 
 staging-x86_64/rc.bluetooth |   93 ++
 6 files changed, 422 insertions(+)

Copied: bluez/repos/staging-i686/PKGBUILD (from rev 186634, 
bluez/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:10:13 UTC (rev 186635)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.101
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+python2-dbus: to run bluez-simple-agent
+python2-gobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test \
+--with-systemdunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin
+rmdir usr/sbin
+}
+md5sums=('902b390af95c6c5d6d1a17d94c8344ab'
+ '7412982b440f29fa7f76a41a87fef985'
+ '864cbd24e6efc3592e9284b0b5fb2cfd')

Copied: bluez/repos/staging-i686/bluetooth.conf.d (from rev 186634, 
bluez/trunk/bluetooth.conf.d)
===
--- staging-i686/bluetooth.conf.d   (rev 0)
+++ staging-i686/bluetooth.conf.d   2013-05-30 12:10:13 UTC (rev 186635)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth services (allowed values are true and false)
+
+# Run the bluetoothd daemon (default: true)
+#DAEMON_ENABLE=false
+
+# Run the sdp daemon (default: false)
+# If this is disabled, hcid's internal sdp daemon will be used
+#SDPD_ENABLE=true
+
+# Run the bluetooth HID daemon (default: false)

[arch-commits] Commit in bluez/trunk (PKGBUILD bluetooth.conf.d rc.bluetooth)

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:10:06
  Author: tomegun
Revision: 186634

upgpkg: bluez 4.101-2

usrmove

Added:
  bluez/trunk/bluetooth.conf.d
(from rev 180782, bluez/trunk/bluetooth.conf.d)
  bluez/trunk/rc.bluetooth
(from rev 180782, bluez/trunk/rc.bluetooth)
Modified:
  bluez/trunk/PKGBUILD

--+
 PKGBUILD |  121 -
 bluetooth.conf.d |   30 +
 rc.bluetooth |   93 
 3 files changed, 189 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 10:57:28 UTC (rev 186633)
+++ PKGBUILD2013-05-30 12:10:06 UTC (rev 186634)
@@ -3,75 +3,86 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.3
-pkgrel=1
+pkgname=bluez
+pkgver=4.101
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
-options=(!libtool)
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+depends=('dbus-core' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+python2-dbus: to run bluez-simple-agent
+python2-gobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-library # this is deprecated
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test \
+--with-systemdunitdir=/usr/lib/systemd/system
 
   make
 }
 
-package_bluez() {
-  pkgdesc=Daemons for the bluetooth protocol stack
-  depends=('libical' 'dbus' 'glib2')
-  optdepends=(cups: CUPS backend)
-  backup=('etc/dbus-1/system.d/bluetooth.conf')
-  conflicts=('obexd-client' 'obexd-server')
-  provides=('obexd-client' 'obexd-server')
-  replaces=('obexd-client' 'obexd-server')
-
+package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  ### split out bluez-utils
-  rm -rf $srcdir/_utils
-  install -dm755 $srcdir/_utils/usr/share/man
-  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
-  install -dm755 $srcdir/_utils/usr/bin
-  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
-  $srcdir/_utils/usr/bin/
-  install -dm755 $srcdir/_utils/usr/lib
-  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
 
-  ### split out bluez-libs
-  rm -rf $srcdir/_libs
-  install -dm755 $srcdir/_libs/usr/lib/
-  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
-  $srcdir/_libs/usr/lib/
-  mv $pkgdir/usr/include \
-  $srcdir/_libs/usr/
-}
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
 
-package_bluez-libs() {
-  pkgdesc=Deprecated libraries for the bluetooth protocol stack
-  depends=('glibc')
-
-  mv $srcdir/_libs/* $pkgdir
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin
+

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:24
  Author: tomegun
Revision: 186640

upgpkg: rtmpdump 20121203-2

usrmove

Modified:
  rtmpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:11:14 UTC (rev 186639)
+++ PKGBUILD2013-05-30 12:11:24 UTC (rev 186640)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer:
 # Contributor: xduugu
 # Contributor: Elis Hughes elishug...@googlemail.com
 
 pkgname=rtmpdump
 pkgver=20121203
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to download rtmp streams
 arch=('i686' 'x86_64')
 url=http://rtmpdump.mplayerhq.hu/;
@@ -22,4 +22,8 @@
 
 package() {
 make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin
+rmdir usr/sbin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:10:40
  Author: tomegun
Revision: 186637

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

Added:
  bluez-hcidump/repos/staging-i686/
  bluez-hcidump/repos/staging-i686/PKGBUILD
(from rev 186636, bluez-hcidump/trunk/PKGBUILD)
  bluez-hcidump/repos/staging-x86_64/
  bluez-hcidump/repos/staging-x86_64/PKGBUILD
(from rev 186636, bluez-hcidump/trunk/PKGBUILD)

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

Copied: bluez-hcidump/repos/staging-i686/PKGBUILD (from rev 186636, 
bluez-hcidump/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:10:40 UTC (rev 186637)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy carrier geoff...@archlinux.org
+
+pkgname=bluez-hcidump
+pkgver=2.4
+pkgrel=2
+pkgdesc=Bluetooth HCI package analyzer
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bluez')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d39833de0ed26bddf784e9580b6f33c4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+}

Copied: bluez-hcidump/repos/staging-x86_64/PKGBUILD (from rev 186636, 
bluez-hcidump/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:10:40 UTC (rev 186637)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy carrier geoff...@archlinux.org
+
+pkgname=bluez-hcidump
+pkgver=2.4
+pkgrel=2
+pkgdesc=Bluetooth HCI package analyzer
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bluez')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d39833de0ed26bddf784e9580b6f33c4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+}



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:07
  Author: tomegun
Revision: 186638

upgpkg: lsof 4.87-2

usrmove

Modified:
  lsof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:10:40 UTC (rev 186637)
+++ PKGBUILD2013-05-30 12:11:07 UTC (rev 186638)
@@ -7,7 +7,7 @@
 
 pkgname=lsof
 pkgver=4.87
-pkgrel=1
+pkgrel=2
 pkgdesc=Lists open files for running Unix processes
 arch=('i686' 'x86_64')
 url=http://people.freebsd.org/~abe/;
@@ -34,7 +34,7 @@
 $pkgdir/usr/share/doc/$pkgname/$file
 done
 
-   install -Dm0755 -o root -g root lsof ${pkgdir}/usr/sbin/lsof 
+   install -Dm0755 -o root -g root lsof ${pkgdir}/usr/bin/lsof 
install -Dm0644 -o root -g root lsof.8 
${pkgdir}/usr/share/man/man8/lsof.8 

install -D -m0644 -o root -g root ${srcdir}/license.txt \



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:14
  Author: tomegun
Revision: 186639

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

Added:
  lsof/repos/staging-i686/
  lsof/repos/staging-i686/PKGBUILD
(from rev 186638, lsof/trunk/PKGBUILD)
  lsof/repos/staging-i686/license.txt
(from rev 186638, lsof/trunk/license.txt)
  lsof/repos/staging-x86_64/
  lsof/repos/staging-x86_64/PKGBUILD
(from rev 186638, lsof/trunk/PKGBUILD)
  lsof/repos/staging-x86_64/license.txt
(from rev 186638, lsof/trunk/license.txt)

+
 staging-i686/PKGBUILD  |   44 +++
 staging-i686/license.txt   |   27 ++
 staging-x86_64/PKGBUILD|   44 +++
 staging-x86_64/license.txt |   27 ++
 4 files changed, 142 insertions(+)

Copied: lsof/repos/staging-i686/PKGBUILD (from rev 186638, lsof/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:11:14 UTC (rev 186639)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=lsof
+pkgver=4.87
+pkgrel=2
+pkgdesc=Lists open files for running Unix processes
+arch=('i686' 'x86_64')
+url=http://people.freebsd.org/~abe/;
+license=('custom')
+depends=('glibc')
+source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 
license.txt)
+
+build() {
+   cd ${srcdir}/${pkgname}_${pkgver}
+   tar xf ${pkgname}_${pkgver}_src.tar
+   cd ${pkgname}_${pkgver}_src
+   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+   ./Configure -n linux
+   make 
+}
+
+package() {
+   cd ${srcdir}/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
+
+FILES=(00CREDITS 00DCACHE 00DIALECTS 00DIST 00FAQ 00LSOF-L 
00MANIFEST 00PORTING 00QUICKSTART 00README 00.README.FIRST 00TEST 
00XCONFIG) 
+for file in ${FILES[@]}
+do
+install -D -m0644 -o root -g root $file \
+$pkgdir/usr/share/doc/$pkgname/$file
+done
+
+   install -Dm0755 -o root -g root lsof ${pkgdir}/usr/bin/lsof 
+   install -Dm0644 -o root -g root lsof.8 
${pkgdir}/usr/share/man/man8/lsof.8 
+   
+   install -D -m0644 -o root -g root ${srcdir}/license.txt \
+${pkgdir}/usr/share/licenses/lsof/LICENSE 
+}
+md5sums=('80e2a76d0e05826db910ec88e631296c'
+ '1b63c76bd10437cabf890508c8e58d36')

Copied: lsof/repos/staging-i686/license.txt (from rev 186638, 
lsof/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2013-05-30 12:11:14 UTC (rev 186639)
@@ -0,0 +1,27 @@
+Copyright 2002 Purdue Research Foundation, West Lafayette,
+Indiana 47907.  All rights reserved.
+
+Written by Victor A. Abell
+
+This software is not subject to any license of the American
+Telephone and Telegraph Company or the Regents of the
+University of California.
+
+Permission is granted to anyone to use this software for
+any purpose on any computer system, and to alter it and
+redistribute it freely, subject to the following
+restrictions:
+
+1. Neither the authors nor Purdue University are responsible
+   for any consequences of the use of this software.
+
+2. The origin of this software must not be misrepresented,
+   either by explicit claim or by omission.  Credit to the
+   authors and Purdue University must appear in documentation
+   and sources.
+
+3. Altered versions must be plainly marked as such, and must
+   not be misrepresented as being the original software.
+
+4. This notice may not be removed or altered.
+   

Copied: lsof/repos/staging-x86_64/PKGBUILD (from rev 186638, 
lsof/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:11:14 UTC (rev 186639)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=lsof
+pkgver=4.87
+pkgrel=2
+pkgdesc=Lists open files for running Unix processes
+arch=('i686' 'x86_64')
+url=http://people.freebsd.org/~abe/;
+license=('custom')
+depends=('glibc')
+source=(ftp://sunsite.ualberta.ca/pub/Mirror/lsof/${pkgname}_${pkgver}.tar.bz2 
license.txt)
+
+build() {
+   cd ${srcdir}/${pkgname}_${pkgver}
+   tar xf ${pkgname}_${pkgver}_src.tar
+   cd ${pkgname}_${pkgver}_src
+  

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:12:04
  Author: tomegun
Revision: 186644

upgpkg: sysvinit-tools 2.88-11

usrmove

Modified:
  sysvinit-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:11:53 UTC (rev 186643)
+++ PKGBUILD2013-05-30 12:12:04 UTC (rev 186644)
@@ -4,7 +4,7 @@
 
 pkgname=sysvinit-tools
 pkgver=2.88
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 url=http://savannah.nongnu.org/projects/sysvinit;
 license=('GPL')
@@ -32,8 +32,8 @@
   cd ${srcdir}/sysvinit-${pkgver}dsf
   make ROOT=${pkgdir} install
 
+  cd ${pkgdir}
   ### drop the stuff provided by systemd-sysvcompat and util-linux
-  cd ${pkgdir}
   rm -r usr/share/man/man5
   rm -r usr/include
   rm bin/mountpoint
@@ -41,4 +41,9 @@
   rm usr/bin/{mesg,utmpdump,wall}
   rm usr/share/man/man1/{mountpoint,mesg,utmpdump,wall}.1
   rm 
usr/share/man/man8/{halt,init,poweroff,reboot,runlevel,shutdown,telinit,sulogin}.8
+  ### usrmerge
+  mv sbin/* usr/bin/
+  rm -r sbin
+  mv bin/* usr/bin/
+  rm -r bin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:47
  Author: tomegun
Revision: 186642

upgpkg: ssmtp 2.64-4

usrmove

Modified:
  ssmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:11:31 UTC (rev 186641)
+++ PKGBUILD2013-05-30 12:11:47 UTC (rev 186642)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
+# Maintainer:
 
 pkgname=ssmtp
 pkgver=2.64
-pkgrel=3
+pkgrel=4
 pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://packages.debian.org/stable/mail/ssmtp;
-depends=('openssl')
+depends=('openssl' 'inetutils')
 conflicts=('exim')
 provides=('smtp-forwarder')
 backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
@@ -40,4 +40,7 @@
ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
ln -s ssmtp ${pkgdir}/usr/sbin/mailq
+# usrmove
+cd $pkgdir
+mv usr/sbin usr/bin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:31
  Author: tomegun
Revision: 186641

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

Added:
  rtmpdump/repos/staging-i686/
  rtmpdump/repos/staging-i686/PKGBUILD
(from rev 186640, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/staging-x86_64/
  rtmpdump/repos/staging-x86_64/PKGBUILD
(from rev 186640, rtmpdump/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: rtmpdump/repos/staging-i686/PKGBUILD (from rev 186640, 
rtmpdump/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:11:31 UTC (rev 186641)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20121203
+pkgrel=2
+pkgdesc=A tool to download rtmp streams
+arch=('i686' 'x86_64')
+url=http://rtmpdump.mplayerhq.hu/;
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
+
+build() {
+make -C $pkgname-$pkgver
+}
+
+package() {
+make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin
+rmdir usr/sbin
+}

Copied: rtmpdump/repos/staging-x86_64/PKGBUILD (from rev 186640, 
rtmpdump/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:11:31 UTC (rev 186641)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: xduugu
+# Contributor: Elis Hughes elishug...@googlemail.com
+
+pkgname=rtmpdump
+pkgver=20121203
+pkgrel=2
+pkgdesc=A tool to download rtmp streams
+arch=('i686' 'x86_64')
+url=http://rtmpdump.mplayerhq.hu/;
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
+
+build() {
+make -C $pkgname-$pkgver
+}
+
+package() {
+make -C $pkgname-$pkgver prefix=/usr mandir=/usr/share/man 
DESTDIR=$pkgdir install
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin
+rmdir usr/sbin
+}



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:12:13
  Author: tomegun
Revision: 186645

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

Added:
  sysvinit-tools/repos/staging-i686/
  sysvinit-tools/repos/staging-i686/0001-simplify-writelog.patch
(from rev 186644, sysvinit-tools/trunk/0001-simplify-writelog.patch)
  
sysvinit-tools/repos/staging-i686/0002-remove-ansi-escape-codes-from-log-file.patch
(from rev 186644, 
sysvinit-tools/trunk/0002-remove-ansi-escape-codes-from-log-file.patch)
  sysvinit-tools/repos/staging-i686/PKGBUILD
(from rev 186644, sysvinit-tools/trunk/PKGBUILD)
  sysvinit-tools/repos/staging-x86_64/
  sysvinit-tools/repos/staging-x86_64/0001-simplify-writelog.patch
(from rev 186644, sysvinit-tools/trunk/0001-simplify-writelog.patch)
  
sysvinit-tools/repos/staging-x86_64/0002-remove-ansi-escape-codes-from-log-file.patch
(from rev 186644, 
sysvinit-tools/trunk/0002-remove-ansi-escape-codes-from-log-file.patch)
  sysvinit-tools/repos/staging-x86_64/PKGBUILD
(from rev 186644, sysvinit-tools/trunk/PKGBUILD)

--+
 staging-i686/0001-simplify-writelog.patch|  126 
++
 staging-i686/0002-remove-ansi-escape-codes-from-log-file.patch   |   80 ++
 staging-i686/PKGBUILD|   49 +++
 staging-x86_64/0001-simplify-writelog.patch  |  126 
++
 staging-x86_64/0002-remove-ansi-escape-codes-from-log-file.patch |   80 ++
 staging-x86_64/PKGBUILD  |   49 +++
 6 files changed, 510 insertions(+)

Copied: sysvinit-tools/repos/staging-i686/0001-simplify-writelog.patch (from 
rev 186644, sysvinit-tools/trunk/0001-simplify-writelog.patch)
===
--- staging-i686/0001-simplify-writelog.patch   (rev 0)
+++ staging-i686/0001-simplify-writelog.patch   2013-05-30 12:12:13 UTC (rev 
186645)
@@ -0,0 +1,126 @@
+From 5577552eb1344ddd661893564b1e628f8edcf13d Mon Sep 17 00:00:00 2001
+From: Florian Pritz bluew...@xinu.at
+Date: Fri, 15 Jun 2012 16:41:52 +0200
+Subject: [PATCH 1/2] simplify writelog()
+
+All we do is prepend the date and remove \r. We don't handle color
+codes, but the user can just cat the log file in a terminal and it will
+interpret the codes correctly.
+
+Signed-off-by: Florian Pritz bluew...@xinu.at
+---
+ bootlogd.c |   76 +---
+ 1 file changed, 21 insertions(+), 55 deletions(-)
+
+diff --git a/bootlogd.c b/bootlogd.c
+index 570d382..e36e261 100644
+--- a/bootlogd.c
 b/bootlogd.c
+@@ -68,11 +68,6 @@ int didnl = 1;
+ int createlogfile = 0;
+ int syncalot = 0;
+ 
+-struct line {
+-  char buf[256];
+-  int pos;
+-} line;
+-
+ /*
+  *Console devices as listed on the kernel command line and
+  *the mapping to actual devices in /dev
+@@ -351,63 +346,34 @@ int consolename(char *res, int rlen)
+  */
+ void writelog(FILE *fp, unsigned char *ptr, int len)
+ {
+-  time_t  t;
+-  char*s;
+-  chartmp[8];
+-  int olen = len;
+-  int dosync = 0;
+-  int tlen;
+-
+-  while (len  0) {
+-  tmp[0] = 0;
+-  if (didnl) {
++  int dosync = 0;
++  int i;
++  static int first_run = 1;
++
++  for (i = 0; i  len; i++) {
++  int ignore = 0;
++
++  /* prepend date to every line */
++  if (*(ptr-1) == '\n' || first_run) {
++  time_t t;
++  char *s;
+   time(t);
+   s = ctime(t);
+   fprintf(fp, %.24s: , s);
+-  didnl = 0;
++  dosync = 1;
++  first_run = 0;
+   }
+-  switch (*ptr) {
+-  case 27: /* ESC */
+-  strcpy(tmp, ^[);
+-  break;
+-  case '\r':
+-  line.pos = 0;
+-  break;
+-  case 8: /* ^H */
+-  if (line.pos  0) line.pos--;
+-  break;
+-  case '\n':
+-  didnl = 1;
+-  dosync = 1;
+-  break;
+-  case '\t':
+-  line.pos += (line.pos / 8 + 1) * 8;
+-  if (line.pos = (int)sizeof(line.buf))
+-  line.pos = sizeof(line.buf) - 1;
+-  break;
+-  case  32 ... 127:
+-  case 161 ... 255:
+-  tmp[0] = *ptr;
+-  tmp[1] = 0;
+- 

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:11:53
  Author: tomegun
Revision: 186643

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

Added:
  ssmtp/repos/staging-i686/
  ssmtp/repos/staging-i686/PKGBUILD
(from rev 186642, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/staging-i686/opessl_crypto.patch
(from rev 186642, ssmtp/trunk/opessl_crypto.patch)
  ssmtp/repos/staging-x86_64/
  ssmtp/repos/staging-x86_64/PKGBUILD
(from rev 186642, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/staging-x86_64/opessl_crypto.patch
(from rev 186642, ssmtp/trunk/opessl_crypto.patch)

+
 staging-i686/PKGBUILD  |   46 +++
 staging-i686/opessl_crypto.patch   |   21 +++
 staging-x86_64/PKGBUILD|   46 +++
 staging-x86_64/opessl_crypto.patch |   21 +++
 4 files changed, 134 insertions(+)

Copied: ssmtp/repos/staging-i686/PKGBUILD (from rev 186642, 
ssmtp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:11:53 UTC (rev 186643)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+
+pkgname=ssmtp
+pkgver=2.64
+pkgrel=4
+pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/stable/mail/ssmtp;
+depends=('openssl' 'inetutils')
+conflicts=('exim')
+provides=('smtp-forwarder')
+backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
+options=('!makeflags' '!emptydirs')
+source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
+
+## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/opessl_crypto.patch
+   autoreconf
+   ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-md5auth --enable-ssl
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
+
+   install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
+
+   ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
+   ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
+   ln -s ssmtp ${pkgdir}/usr/sbin/mailq
+# usrmove
+cd $pkgdir
+mv usr/sbin usr/bin
+}

Copied: ssmtp/repos/staging-i686/opessl_crypto.patch (from rev 186642, 
ssmtp/trunk/opessl_crypto.patch)
===
--- staging-i686/opessl_crypto.patch(rev 0)
+++ staging-i686/opessl_crypto.patch2013-05-30 12:11:53 UTC (rev 186643)
@@ -0,0 +1,21 @@
+Fix linking error:
+
+Undefined symbols:
+  _X509_free, referenced from:
+  _smtp_open in ssmtp.o
+ld: symbol(s) not found
+
+
+Index: ssmtp-2.64/configure.in
+===
+--- ssmtp-2.64.orig/configure.in
 ssmtp-2.64/configure.in
+@@ -52,7 +52,7 @@ AC_ARG_ENABLE(ssl,
+ [  --enable-ssl   support for secure connection to mail server])
+ if test x$enableval = xyes ; then
+   AC_DEFINE(HAVE_SSL)
+-  LIBS=$LIBS -lssl
++  LIBS=$LIBS -lssl -lcrypto
+ fi
+ enableval=
+ 

Copied: ssmtp/repos/staging-x86_64/PKGBUILD (from rev 186642, 
ssmtp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:11:53 UTC (rev 186643)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+
+pkgname=ssmtp
+pkgver=2.64
+pkgrel=4
+pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/stable/mail/ssmtp;
+depends=('openssl' 'inetutils')
+conflicts=('exim')
+provides=('smtp-forwarder')
+backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
+options=('!makeflags' '!emptydirs')
+source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
+
+## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/opessl_crypto.patch
+   autoreconf
+   ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-md5auth --enable-ssl
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
+
+   install -D 

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:12:25
  Author: tomegun
Revision: 186646

upgpkg: usbmuxd 1.0.8-2

usrmove

Modified:
  usbmuxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:12:13 UTC (rev 186645)
+++ PKGBUILD2013-05-30 12:12:25 UTC (rev 186646)
@@ -4,7 +4,7 @@
 
 pkgname=usbmuxd
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc=USB Multiplex Daemon
 url=http://marcansoft.com/blog/iphonelinux/usbmuxd/;
 arch=('i686' 'x86_64')
@@ -32,10 +32,13 @@
   # fix udev dir being hardcoded
   mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
   rmdir ${pkgdir}/lib
+  # usrmove
+  mv ${pkgdir}/usr/sbin/* ${pkgdir}/usr/bin/
+  rmdir ${pkgdir}/usr/sbin
   # install systemd service file
   install -D -m644 ${srcdir}/usbmuxd.service 
${pkgdir}/usr/lib/systemd/system/usbmuxd.service
   # use udev rule that works with systemd
-  install -m644 ${srcdir}/85-usbmuxd.rules ${pkgdir}/usr/lib/udev/rules.d/
+  install -m644 ${srcdir}/85-usbmuxd.rules ${pkgdir}/usr/lib/udev/rules.d/ 
 }
 md5sums=('87fd27773a84e97ac6e2dc28b08d682e'
  'dae0660f972510a6483992b5b81e1b5a'



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:12:37
  Author: tomegun
Revision: 186647

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

Added:
  usbmuxd/repos/staging-i686/
  usbmuxd/repos/staging-i686/85-usbmuxd.rules
(from rev 186646, usbmuxd/trunk/85-usbmuxd.rules)
  usbmuxd/repos/staging-i686/PKGBUILD
(from rev 186646, usbmuxd/trunk/PKGBUILD)
  usbmuxd/repos/staging-i686/usbmuxd.install
(from rev 186646, usbmuxd/trunk/usbmuxd.install)
  usbmuxd/repos/staging-i686/usbmuxd.service
(from rev 186646, usbmuxd/trunk/usbmuxd.service)
  usbmuxd/repos/staging-x86_64/
  usbmuxd/repos/staging-x86_64/85-usbmuxd.rules
(from rev 186646, usbmuxd/trunk/85-usbmuxd.rules)
  usbmuxd/repos/staging-x86_64/PKGBUILD
(from rev 186646, usbmuxd/trunk/PKGBUILD)
  usbmuxd/repos/staging-x86_64/usbmuxd.install
(from rev 186646, usbmuxd/trunk/usbmuxd.install)
  usbmuxd/repos/staging-x86_64/usbmuxd.service
(from rev 186646, usbmuxd/trunk/usbmuxd.service)

-+
 staging-i686/85-usbmuxd.rules   |9 +++
 staging-i686/PKGBUILD   |   45 ++
 staging-i686/usbmuxd.install|   19 
 staging-i686/usbmuxd.service|5 
 staging-x86_64/85-usbmuxd.rules |9 +++
 staging-x86_64/PKGBUILD |   45 ++
 staging-x86_64/usbmuxd.install  |   19 
 staging-x86_64/usbmuxd.service  |5 
 8 files changed, 156 insertions(+)

Copied: usbmuxd/repos/staging-i686/85-usbmuxd.rules (from rev 186646, 
usbmuxd/trunk/85-usbmuxd.rules)
===
--- staging-i686/85-usbmuxd.rules   (rev 0)
+++ staging-i686/85-usbmuxd.rules   2013-05-30 12:12:37 UTC (rev 186647)
@@ -0,0 +1,9 @@
+# usbmuxd (Apple Mobile Device muxer listening on /var/run/usbmuxd)
+
+# Forces iDevices to the last USB configuration and runs usbmuxd
+TEST==/sys/fs/cgroup/systemd, ACTION==add, SUBSYSTEM==usb, 
ATTR{idVendor}==05ac, ATTR{idProduct}==12[9a][0-9a-f], 
ENV{USBMUX_SUPPORTED}=1, 
ATTR{bConfigurationValue}!=$attr{bNumConfigurations}, 
ATTR{bConfigurationValue}=$attr{bNumConfigurations}, OWNER=usbmux, 
TAG+=systemd, ENV{SYSTEMD_WANTS}=usbmuxd.service, GOTO=usbmuxd_systemd_end
+ACTION==add, SUBSYSTEM==usb, ATTR{idVendor}==05ac, 
ATTR{idProduct}==12[9a][0-9a-f], ENV{USBMUX_SUPPORTED}=1, 
ATTR{bConfigurationValue}!=$attr{bNumConfigurations}, 
ATTR{bConfigurationValue}=$attr{bNumConfigurations}, OWNER=usbmux, 
RUN+=/usr/sbin/usbmuxd -u -U usbmux
+LABEL=usbmuxd_systemd_end
+
+# Exit usbmuxd when the last device is removed
+ACTION==remove, SUBSYSTEM==usb, ENV{PRODUCT}==5ac/12[9a][0-9a-f]/*, 
ENV{INTERFACE}==255/*, RUN+=/usr/sbin/usbmuxd -x

Copied: usbmuxd/repos/staging-i686/PKGBUILD (from rev 186646, 
usbmuxd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:12:37 UTC (rev 186647)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=usbmuxd
+pkgver=1.0.8
+pkgrel=2
+pkgdesc=USB Multiplex Daemon
+url=http://marcansoft.com/blog/iphonelinux/usbmuxd/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3' 'LGPL2.1')
+depends=('libusb' 'libplist')
+makedepends=('cmake')
+install=usbmuxd.install
+source=(http://cgit.sukimashita.com/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2;
+   'usbmuxd.service'
+   '85-usbmuxd.rules')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  echo ${pkgver}  version.tag
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  # fix udev dir being hardcoded
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rmdir ${pkgdir}/lib
+  # usrmove
+  mv ${pkgdir}/usr/sbin/* ${pkgdir}/usr/bin/
+  rmdir ${pkgdir}/usr/sbin
+  # install systemd service file
+  install -D -m644 ${srcdir}/usbmuxd.service 
${pkgdir}/usr/lib/systemd/system/usbmuxd.service
+  # use udev rule that works with systemd
+  install -m644 ${srcdir}/85-usbmuxd.rules ${pkgdir}/usr/lib/udev/rules.d/ 
+}
+md5sums=('87fd27773a84e97ac6e2dc28b08d682e'
+ 'dae0660f972510a6483992b5b81e1b5a'
+ 'dc4b2893651149eccbf7b2c8467cd288')

Copied: usbmuxd/repos/staging-i686/usbmuxd.install (from rev 186646, 
usbmuxd/trunk/usbmuxd.install)
===
--- staging-i686/usbmuxd.install(rev 0)
+++ staging-i686/usbmuxd.install2013-05-30 12:12:37 UTC (rev 186647)
@@ -0,0 +1,19 @@
+post_install() {
+groupadd -g 140 usbmux /dev/null
+useradd -c 'usbmux user' -u 140 -g usbmux -d / -s /sbin/nologin usbmux 
/dev/null
+passwd -l usbmux /dev/null
+}
+
+post_upgrade() 

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:13:11
  Author: tomegun
Revision: 186650

upgpkg: zvbi 0.2.33-6

usrmove

Modified:
  zvbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:13:01 UTC (rev 186649)
+++ PKGBUILD2013-05-30 12:13:11 UTC (rev 186650)
@@ -5,7 +5,7 @@
 
 pkgname=zvbi
 pkgver=0.2.33
-pkgrel=5
+pkgrel=6
 pkgdesc=VBI capture and decoding library
 url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
 arch=('i686' 'x86_64')
@@ -35,4 +35,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin/
+rmdir usr/sbin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:12:51
  Author: tomegun
Revision: 186648

upgpkg: yp-tools 2.14-3

usrmove

Modified:
  yp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:12:37 UTC (rev 186647)
+++ PKGBUILD2013-05-30 12:12:51 UTC (rev 186648)
@@ -6,7 +6,7 @@
 
 pkgname=yp-tools
 pkgver=2.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux NIS Tools'
 arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/yp-tools/'
@@ -29,6 +29,10 @@
make DESTDIR=$pkgdir install
install -D -m644 ../domainname.conf ${pkgdir}/etc/nisdomainname
install -D -m644 ../domainname.service 
${pkgdir}/usr/lib/systemd/system/domainname.service
+   # usrmove
+   cd $pkgdir
+   mv usr/sbin/* usr/bin
+   rmdir usr/sbin
 }
 md5sums=('ba1f121c17e3ad65368be173b977cd13'
  '5a78cd2218936241133e5f61383a2dc8'



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:13:19
  Author: tomegun
Revision: 186651

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

Added:
  zvbi/repos/staging-i686/
  zvbi/repos/staging-i686/PKGBUILD
(from rev 186650, zvbi/trunk/PKGBUILD)
  zvbi/repos/staging-i686/fix-includes.patch
(from rev 186650, zvbi/trunk/fix-includes.patch)
  zvbi/repos/staging-i686/zvbi-0.2.33-libpng15.patch
(from rev 186650, zvbi/trunk/zvbi-0.2.33-libpng15.patch)
  zvbi/repos/staging-x86_64/
  zvbi/repos/staging-x86_64/PKGBUILD
(from rev 186650, zvbi/trunk/PKGBUILD)
  zvbi/repos/staging-x86_64/fix-includes.patch
(from rev 186650, zvbi/trunk/fix-includes.patch)
  zvbi/repos/staging-x86_64/zvbi-0.2.33-libpng15.patch
(from rev 186650, zvbi/trunk/zvbi-0.2.33-libpng15.patch)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/fix-includes.patch   |   36 +++
 staging-i686/zvbi-0.2.33-libpng15.patch   |   21 +
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/fix-includes.patch |   36 +++
 staging-x86_64/zvbi-0.2.33-libpng15.patch |   21 +
 6 files changed, 200 insertions(+)

Copied: zvbi/repos/staging-i686/PKGBUILD (from rev 186650, zvbi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:13:19 UTC (rev 186651)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: 
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=zvbi
+pkgver=0.2.33
+pkgrel=6
+pkgdesc=VBI capture and decoding library
+url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome;
+arch=('i686' 'x86_64')
+depends=('libpng' 'libx11')
+license=('GPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2;
+'fix-includes.patch'
+'zvbi-0.2.33-libpng15.patch')
+md5sums=('1741a6045c3eedfb611d645f2da69ac8'
+ '38766bc59e1571133d0399f0102da653'
+ '4434de7addc438be8c5a33274146bd11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/fix-includes.patch
+  patch -Np0 -i ${srcdir}/zvbi-0.2.33-libpng15.patch
+
+  ./configure --prefix=/usr \
+  --disable-static \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+# usrmove
+cd $pkgdir
+mv usr/sbin/* usr/bin/
+rmdir usr/sbin
+}

Copied: zvbi/repos/staging-i686/fix-includes.patch (from rev 186650, 
zvbi/trunk/fix-includes.patch)
===
--- staging-i686/fix-includes.patch (rev 0)
+++ staging-i686/fix-includes.patch 2013-05-30 12:13:19 UTC (rev 186651)
@@ -0,0 +1,36 @@
+Add proper #includes so that we do not get undef errors to S_ISCHR
+during linking.
+
+Signed-off-by: Alex Chiang achi...@canonical.com
+---
+--- zvbi-0.2.33.orig/src/io-dvb.c
 zvbi-0.2.33/src/io-dvb.c
+@@ -29,6 +29,8 @@
+ #include errno.h
+ #include sys/select.h
+ #include sys/ioctl.h
++#include sys/types.h
++#include sys/stat.h
+ 
+ #ifndef HAVE_S64_U64
+   /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
+--- zvbi-0.2.33.orig/src/io-v4l.c
 zvbi-0.2.33/src/io-v4l.c
+@@ -42,6 +42,7 @@ static const char rcsid [] =
+ #include assert.h
+ #include sys/time.h /* timeval */
+ #include sys/types.h/* fd_set, uid_t */
++#include sys/stat.h /* S_ISCHR */
+ #include sys/ioctl.h/* for (_)videodev.h */
+ #include pthread.h
+ 
+--- zvbi-0.2.33.orig/contrib/ntsc-cc.c
 zvbi-0.2.33/contrib/ntsc-cc.c
+@@ -34,6 +34,7 @@
+ #include locale.h
+ #include sys/ioctl.h
+ #include sys/types.h
++#include sys/stat.h
+ #include sys/time.h
+ #ifdef HAVE_GETOPT_LONG
+ #  include getopt.h

Copied: zvbi/repos/staging-i686/zvbi-0.2.33-libpng15.patch (from rev 186650, 
zvbi/trunk/zvbi-0.2.33-libpng15.patch)
===
--- staging-i686/zvbi-0.2.33-libpng15.patch (rev 0)
+++ staging-i686/zvbi-0.2.33-libpng15.patch 2013-05-30 12:13:19 UTC (rev 
186651)
@@ -0,0 +1,21 @@
+Index: src/exp-gfx.c
+===
+RCS file: /cvsroot/zapping/vbi/src/exp-gfx.c,v
+retrieving revision 1.16
+diff -u -B -r1.16 exp-gfx.c
+--- src/exp-gfx.c  24 Feb 2008 14:17:47 -  1.16
 src/exp-gfx.c  15 Feb 2011 20:03:58 -
+@@ -1672,11 +1672,11 @@
+   char title[80];
+   unsigned int i;
+ 
+-  if (setjmp (png_ptr-jmpbuf))
++  if (setjmp (png_jmpbuf(png_ptr)))
+   return FALSE;
+ 
+   png_set_write_fn (png_ptr,

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:13:01
  Author: tomegun
Revision: 186649

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

Added:
  yp-tools/repos/staging-i686/
  yp-tools/repos/staging-i686/PKGBUILD
(from rev 186648, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/staging-i686/domainname.conf
(from rev 186648, yp-tools/trunk/domainname.conf)
  yp-tools/repos/staging-i686/domainname.service
(from rev 186648, yp-tools/trunk/domainname.service)
  yp-tools/repos/staging-i686/yp-tools.install
(from rev 186648, yp-tools/trunk/yp-tools.install)
  yp-tools/repos/staging-x86_64/
  yp-tools/repos/staging-x86_64/PKGBUILD
(from rev 186648, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/staging-x86_64/domainname.conf
(from rev 186648, yp-tools/trunk/domainname.conf)
  yp-tools/repos/staging-x86_64/domainname.service
(from rev 186648, yp-tools/trunk/domainname.service)
  yp-tools/repos/staging-x86_64/yp-tools.install
(from rev 186648, yp-tools/trunk/yp-tools.install)

---+
 staging-i686/PKGBUILD |   39 
 staging-i686/domainname.conf  |4 +++
 staging-i686/domainname.service   |   11 ++
 staging-i686/yp-tools.install |5 
 staging-x86_64/PKGBUILD   |   39 
 staging-x86_64/domainname.conf|4 +++
 staging-x86_64/domainname.service |   11 ++
 staging-x86_64/yp-tools.install   |5 
 8 files changed, 118 insertions(+)

Copied: yp-tools/repos/staging-i686/PKGBUILD (from rev 186648, 
yp-tools/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:13:01 UTC (rev 186649)
@@ -0,0 +1,39 @@
+# $Id$
+# Mantainer: Tom Gundersen t...@jklm.no
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=yp-tools
+pkgver=2.14
+pkgrel=3
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+backup=('etc/nisdomainname')
+install=yp-tools.install
+source=(http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   'domainname.service'
+   'domainname.conf')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -D -m644 ../domainname.conf ${pkgdir}/etc/nisdomainname
+   install -D -m644 ../domainname.service 
${pkgdir}/usr/lib/systemd/system/domainname.service
+   # usrmove
+   cd $pkgdir
+   mv usr/sbin/* usr/bin
+   rmdir usr/sbin
+}
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
+ '5a78cd2218936241133e5f61383a2dc8'
+ '74298e047121f528a2a5c221afd783ab')

Copied: yp-tools/repos/staging-i686/domainname.conf (from rev 186648, 
yp-tools/trunk/domainname.conf)
===
--- staging-i686/domainname.conf(rev 0)
+++ staging-i686/domainname.conf2013-05-30 12:13:01 UTC (rev 186649)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set by domainname.service
+#
+NISDOMAINNAME=

Copied: yp-tools/repos/staging-i686/domainname.service (from rev 186648, 
yp-tools/trunk/domainname.service)
===
--- staging-i686/domainname.service (rev 0)
+++ staging-i686/domainname.service 2013-05-30 12:13:01 UTC (rev 186649)
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS Domainname
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/nisdomainname
+ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target

Copied: yp-tools/repos/staging-i686/yp-tools.install (from rev 186648, 
yp-tools/trunk/yp-tools.install)
===
--- staging-i686/yp-tools.install   (rev 0)
+++ staging-i686/yp-tools.install   2013-05-30 12:13:01 UTC (rev 186649)
@@ -0,0 +1,5 @@
+post_upgrade() {
+   if [ $(vercmp 2.14-2 $2) -eq 1 ]; then
+   printf '=== Configure your NIS domain name in 
/etc/nisdomainname\n'
+   fi
+}

Copied: yp-tools/repos/staging-x86_64/PKGBUILD (from rev 186648, 
yp-tools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:13:01 UTC (rev 186649)
@@ -0,0 +1,39 @@
+# $Id$
+# Mantainer: Tom Gundersen t...@jklm.no
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=yp-tools
+pkgver=2.14

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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:14:22
  Author: heftig
Revision: 186652

reduce overlinking

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:13:19 UTC (rev 186651)
+++ PKGBUILD2013-05-30 12:14:22 UTC (rev 186652)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
 arch=('i686' 'x86_64')
 url=http://www.clutter-project.org/;
@@ -18,6 +18,10 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --enable-wayland-egl-{platform,server} --enable-gles{1,2}
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:15:45
  Author: heftig
Revision: 186653

reduce overlinking

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:14:22 UTC (rev 186652)
+++ PKGBUILD2013-05-30 12:15:45 UTC (rev 186653)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.14.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -20,6 +20,10 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \
 --enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:17:35
  Author: heftig
Revision: 186654

reduce overlinking

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:15:45 UTC (rev 186653)
+++ PKGBUILD2013-05-30 12:17:35 UTC (rev 186654)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')
@@ -24,6 +24,10 @@
   --libexecdir=/usr/lib/mutter \
   --localstatedir=/var --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:19:12
  Author: heftig
Revision: 186655

reduce overlinking

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:17:35 UTC (rev 186654)
+++ PKGBUILD2013-05-30 12:19:12 UTC (rev 186655)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc=The next generation GNOME Shell
 arch=(i686 x86_64)
 url=http://live.gnome.org/GnomeShell;
@@ -40,6 +40,10 @@
   --libexecdir=/usr/lib/gnome-shell \
   --localstatedir=/var --disable-static \
   --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:19:35
  Author: dreisner
Revision: 186656

upgpkg: bitlbee 3.2-3

- move binaries to /usr/bin

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:19:12 UTC (rev 186655)
+++ PKGBUILD2013-05-30 12:19:35 UTC (rev 186656)
@@ -9,7 +9,7 @@
 
 pkgname=bitlbee
 pkgver=3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
@@ -36,6 +36,7 @@
   ./configure \
 --prefix=/usr \
 --etcdir=/etc/bitlbee \
+--sbindir=/usr/bin \
 --pidfile=/run/bitlbee/bitlbee.pid \
 --ipcsocket=/run/bitlbee/bitlbee.sock \
 --systemdsystemunitdir=/usr/lib/systemd/system \



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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:20:27
  Author: dreisner
Revision: 186657

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 186656, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 186656, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 186656, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-i686/xinetd
(from rev 186656, bitlbee/trunk/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 186656, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 186656, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 186656, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 186656, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/xinetd

---+
 /PKGBUILD |  122 
 /bitlbee.install  |   30 +
 /bitlbee.tmpfiles |2 
 /xinetd   |   24 +++
 extra-i686/PKGBUILD   |   60 ---
 extra-i686/bitlbee.install|   15 
 extra-i686/bitlbee.tmpfiles   |1 
 extra-i686/xinetd |   12 ---
 extra-x86_64/PKGBUILD |   60 ---
 extra-x86_64/bitlbee.install  |   15 
 extra-x86_64/bitlbee.tmpfiles |1 
 extra-x86_64/xinetd   |   12 ---
 12 files changed, 178 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:19:35 UTC (rev 186656)
+++ extra-i686/PKGBUILD 2013-05-30 12:20:27 UTC (rev 186657)
@@ -1,60 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.2
-pkgrel=2
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr3')
-optdepends=('skype4py: to use skyped'
-'libotr3: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'xinetd'
-'bitlbee.tmpfiles')
-sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
-install=bitlbee.install
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=gnutls \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  # hacky: build against libotr3
-  sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
-  sed -i 's,#include.*libotr,3,' otr.h
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
-
-  install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
-  install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
-  install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 186656, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:20:27 UTC (rev 186657)
@@ -0,0 +1,61 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.2
+pkgrel=3
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gnutls' 'glib2')
+makedepends=('asciidoc' 'libotr3')
+optdepends=('skype4py: to use skyped'
+'libotr3: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')

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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:23:15
  Author: heftig
Revision: 186660

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

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

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   29 -
 extra-x86_64/PKGBUILD |   29 -
 3 files changed, 66 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:22:18 UTC (rev 186659)
+++ extra-i686/PKGBUILD 2013-05-30 12:23:15 UTC (rev 186660)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.14.0
-pkgrel=2
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-wayland-egl-{platform,server} --enable-gles{1,2}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/extra-i686/PKGBUILD (from rev 186659, cogl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:23:15 UTC (rev 186660)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=3
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:22:18 UTC (rev 186659)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:23:15 UTC (rev 186660)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.14.0
-pkgrel=2
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-wayland-egl-{platform,server} --enable-gles{1,2}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 186659, cogl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:23:15 UTC (rev 186660)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=3
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:24:22
  Author: dreisner
Revision: 186661

upgpkg: ed 1.8-2

- move ed to /usr/bin

Modified:
  ed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:23:15 UTC (rev 186660)
+++ PKGBUILD2013-05-30 12:24:22 UTC (rev 186661)
@@ -4,7 +4,7 @@
 
 pkgname=ed
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A POSIX-compliant line-oriented text editor
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,6 +20,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/ \
+  --bindir=/usr/bin \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info \
   CFLAGS=$CFLAGS \



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:24:29
  Author: heftig
Revision: 186662

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

Added:
  clutter/repos/extra-i686/PKGBUILD
(from rev 186660, clutter/trunk/PKGBUILD)
  clutter/repos/extra-x86_64/PKGBUILD
(from rev 186661, clutter/trunk/PKGBUILD)
Deleted:
  clutter/repos/extra-i686/PKGBUILD
  clutter/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   29 -
 extra-x86_64/PKGBUILD |   29 -
 3 files changed, 66 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:24:22 UTC (rev 186661)
+++ extra-i686/PKGBUILD 2013-05-30 12:24:29 UTC (rev 186662)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.4
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection \
---enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/extra-i686/PKGBUILD (from rev 186660, 
clutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:24:29 UTC (rev 186662)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.4
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:24:22 UTC (rev 186661)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:24:29 UTC (rev 186662)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.4
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection \
---enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 186661, 
clutter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:24:29 UTC (rev 186662)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.4
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:24:40
  Author: dreisner
Revision: 186663

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

Added:
  ed/repos/staging-i686/
  ed/repos/staging-i686/PKGBUILD
(from rev 186662, ed/trunk/PKGBUILD)
  ed/repos/staging-i686/ed.install
(from rev 186662, ed/trunk/ed.install)
  ed/repos/staging-x86_64/
  ed/repos/staging-x86_64/PKGBUILD
(from rev 186662, ed/trunk/PKGBUILD)
  ed/repos/staging-x86_64/ed.install
(from rev 186662, ed/trunk/ed.install)

---+
 staging-i686/PKGBUILD |   38 ++
 staging-i686/ed.install   |   18 ++
 staging-x86_64/PKGBUILD   |   38 ++
 staging-x86_64/ed.install |   18 ++
 4 files changed, 112 insertions(+)

Copied: ed/repos/staging-i686/PKGBUILD (from rev 186662, ed/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:24:40 UTC (rev 186663)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=ed
+pkgver=1.8
+pkgrel=2
+pkgdesc=A POSIX-compliant line-oriented text editor
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnu.org/software/ed/ed.html;
+depends=('glibc' 'sh')
+options=('!emptydirs')
+source=(ftp://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.gz{,.sig})
+install='ed.install'
+md5sums=('2268d2344b3c52d23730acb2e3c942fe'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  CFLAGS=$CFLAGS \
+  LDFLAGS=$LDFLAGS
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: ed/repos/staging-i686/ed.install (from rev 186662, ed/trunk/ed.install)
===
--- staging-i686/ed.install (rev 0)
+++ staging-i686/ed.install 2013-05-30 12:24:40 UTC (rev 186663)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+filelist=(ed.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2/dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2/dev/null
+  done
+}

Copied: ed/repos/staging-x86_64/PKGBUILD (from rev 186662, ed/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:24:40 UTC (rev 186663)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=ed
+pkgver=1.8
+pkgrel=2
+pkgdesc=A POSIX-compliant line-oriented text editor
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnu.org/software/ed/ed.html;
+depends=('glibc' 'sh')
+options=('!emptydirs')
+source=(ftp://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.gz{,.sig})
+install='ed.install'
+md5sums=('2268d2344b3c52d23730acb2e3c942fe'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  CFLAGS=$CFLAGS \
+  LDFLAGS=$LDFLAGS
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Copied: ed/repos/staging-x86_64/ed.install (from rev 186662, 
ed/trunk/ed.install)
===
--- staging-x86_64/ed.install   (rev 0)
+++ staging-x86_64/ed.install   2013-05-30 12:24:40 UTC (rev 186663)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+filelist=(ed.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2/dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2/dev/null
+  done
+}



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:25:27
  Author: heftig
Revision: 186664

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

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

-+
 /PKGBUILD   |   74 ++
 /mutter.install |   38 +
 extra-i686/PKGBUILD |   33 --
 extra-i686/mutter.install   |   19 --
 extra-x86_64/PKGBUILD   |   33 --
 extra-x86_64/mutter.install |   19 --
 6 files changed, 112 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:24:40 UTC (rev 186663)
+++ extra-i686/PKGBUILD 2013-05-30 12:25:27 UTC (rev 186664)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Michael Kanis mkanis_at_gmx_dot_de
-
-pkgname=mutter
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=A window manager for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2dddb1f699a94e9d294c36127e0642f5afa1fa8853cb1b47187ece16457fce65')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 186663, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:25:27 UTC (rev 186664)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.8.2
+pkgrel=2
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2dddb1f699a94e9d294c36127e0642f5afa1fa8853cb1b47187ece16457fce65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2013-05-30 12:24:40 UTC (rev 186663)
+++ extra-i686/mutter.install   2013-05-30 12:25:27 UTC (rev 186664)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mutter/repos/extra-i686/mutter.install (from rev 186663, 
mutter/trunk/mutter.install)
===
--- extra-i686/mutter.install   (rev 0)
+++ extra-i686/mutter.install   2013-05-30 12:25:27 UTC (rev 186664)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+

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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:26:35
  Author: heftig
Revision: 186665

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 186664, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 186664, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 186664, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-i686/popupmenu.patch
(from rev 186664, gnome-shell/trunk/popupmenu.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 186664, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 186664, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 186664, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/popupmenu.patch
(from rev 186664, gnome-shell/trunk/popupmenu.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-i686/popupmenu.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/popupmenu.patch

--+
 /PKGBUILD|  106 +
 /gnome-shell.install |   38 +
 /nm-libexecdir.patch |   24 
 /popupmenu.patch |   56 +++
 extra-i686/PKGBUILD  |   49 -
 extra-i686/gnome-shell.install   |   19 --
 extra-i686/nm-libexecdir.patch   |   12 
 extra-i686/popupmenu.patch   |   28 -
 extra-x86_64/PKGBUILD|   49 -
 extra-x86_64/gnome-shell.install |   19 --
 extra-x86_64/nm-libexecdir.patch |   12 
 extra-x86_64/popupmenu.patch |   28 -
 12 files changed, 224 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:25:27 UTC (rev 186664)
+++ extra-i686/PKGBUILD 2013-05-30 12:26:35 UTC (rev 186665)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.8.2
-pkgrel=3
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch popupmenu.patch)
-sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
-'7df2a128d12350fe8e349c6aa5e125eb5d90b05e0201a842d6f3e1c2683b351d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # FS#35326 (from gnome-3-8 branch)
-  patch -Np1 -i ../popupmenu.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 186664, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:26:35 UTC (rev 186665)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.8.2
+pkgrel=4
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc 

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:31:25
  Author: dreisner
Revision: 186667

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

Added:
  kmod/repos/staging-i686/
  kmod/repos/staging-i686/PKGBUILD
(from rev 18, kmod/trunk/PKGBUILD)
  kmod/repos/staging-i686/depmod-search.conf
(from rev 18, kmod/trunk/depmod-search.conf)
  kmod/repos/staging-x86_64/
  kmod/repos/staging-x86_64/PKGBUILD
(from rev 18, kmod/trunk/PKGBUILD)
  kmod/repos/staging-x86_64/depmod-search.conf
(from rev 18, kmod/trunk/depmod-search.conf)

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/depmod-search.conf   |5 +++
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/depmod-search.conf |5 +++
 4 files changed, 112 insertions(+)

Copied: kmod/repos/staging-i686/PKGBUILD (from rev 18, kmod/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:31:25 UTC (rev 186667)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=13
+pkgrel=2
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('d5aba43b9370cd52f3cb35e82a1aa595'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d
+
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/staging-i686/depmod-search.conf (from rev 18, 
kmod/trunk/depmod-search.conf)
===
--- staging-i686/depmod-search.conf (rev 0)
+++ staging-i686/depmod-search.conf 2013-05-30 12:31:25 UTC (rev 186667)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/staging-x86_64/PKGBUILD (from rev 18, 
kmod/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-30 12:31:25 UTC (rev 186667)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=13
+pkgrel=2
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('d5aba43b9370cd52f3cb35e82a1aa595'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d
+
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/staging-x86_64/depmod-search.conf (from rev 18, 
kmod/trunk/depmod-search.conf)
===
--- staging-x86_64/depmod-search.conf   (rev 0)
+++ staging-x86_64/depmod-search.conf   2013-05-30 12:31:25 UTC (rev 186667)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in



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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:31:06
  Author: dreisner
Revision: 18

upgpkg: kmod 13-2

- move symlinks to /usr/bin

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:26:35 UTC (rev 186665)
+++ PKGBUILD2013-05-30 12:31:06 UTC (rev 18)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=13
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
 url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
@@ -11,7 +11,7 @@
 depends=('glibc' 'zlib')
 makedepends=('gtk-doc')
 options=('!libtool')
-provides=('module-init-tools=3.16')
+provides=('module-init-tools=3.16' 'libkmod.so')
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
@@ -38,13 +38,9 @@
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
   # extra directories
-  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d
 
-  # add symlinks to kmod
-  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
-  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
-
-  for tool in {ins,ls,rm}mod modinfo; do
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
 ln -s kmod $pkgdir/usr/bin/$tool
   done
 



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:37:30
  Author: tomegun
Revision: 186668

upgpkg: filesystem 2013.05-1

usrmove

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:31:25 UTC (rev 186667)
+++ PKGBUILD2013-05-30 12:37:30 UTC (rev 186668)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen t...@jklm.no
 
 pkgname=filesystem
-pkgver=2013.03
-pkgrel=2
+pkgver=2013.05
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -88,7 +88,7 @@
#
# setup /usr hierarchy
#
-   for d in bin include lib sbin share/misc src; do
+   for d in bin include lib share/misc src; do
install -d -m755 usr/${d}
done
for d in $(seq 8); do
@@ -105,6 +105,13 @@
)
 
#
+   # add bin symlinks
+   #
+   ln -s usr/bin ${pkgdir}/bin
+   ln -s usr/bin ${pkgdir}/sbin
+   ln -s bin ${pkgdir}/usr/sbin
+
+   #
# install archlinux(7) manpage
#
install -D -m644 ${srcdir}/archlinux.7 usr/share/man/man7/archlinux.7



[arch-commits] Commit in filesystem/repos (46 files)

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:38:06
  Author: tomegun
Revision: 186669

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

Added:
  filesystem/repos/staging-i686/
  filesystem/repos/staging-i686/PKGBUILD
(from rev 186668, filesystem/trunk/PKGBUILD)
  filesystem/repos/staging-i686/archlinux.7.txt
(from rev 186668, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/staging-i686/crypttab
(from rev 186668, filesystem/trunk/crypttab)
  filesystem/repos/staging-i686/filesystem.install
(from rev 186668, filesystem/trunk/filesystem.install)
  filesystem/repos/staging-i686/fstab
(from rev 186668, filesystem/trunk/fstab)
  filesystem/repos/staging-i686/group
(from rev 186668, filesystem/trunk/group)
  filesystem/repos/staging-i686/gshadow
(from rev 186668, filesystem/trunk/gshadow)
  filesystem/repos/staging-i686/host.conf
(from rev 186668, filesystem/trunk/host.conf)
  filesystem/repos/staging-i686/hosts
(from rev 186668, filesystem/trunk/hosts)
  filesystem/repos/staging-i686/issue
(from rev 186668, filesystem/trunk/issue)
  filesystem/repos/staging-i686/ld.so.conf
(from rev 186668, filesystem/trunk/ld.so.conf)
  filesystem/repos/staging-i686/locale.sh
(from rev 186668, filesystem/trunk/locale.sh)
  filesystem/repos/staging-i686/modprobe.d.usb-load-ehci-first
(from rev 186668, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/staging-i686/motd
(from rev 186668, filesystem/trunk/motd)
  filesystem/repos/staging-i686/nsswitch.conf
(from rev 186668, filesystem/trunk/nsswitch.conf)
  filesystem/repos/staging-i686/os-release
(from rev 186668, filesystem/trunk/os-release)
  filesystem/repos/staging-i686/passwd
(from rev 186668, filesystem/trunk/passwd)
  filesystem/repos/staging-i686/profile
(from rev 186668, filesystem/trunk/profile)
  filesystem/repos/staging-i686/resolv.conf
(from rev 186668, filesystem/trunk/resolv.conf)
  filesystem/repos/staging-i686/securetty
(from rev 186668, filesystem/trunk/securetty)
  filesystem/repos/staging-i686/shadow
(from rev 186668, filesystem/trunk/shadow)
  filesystem/repos/staging-i686/shells
(from rev 186668, filesystem/trunk/shells)
  filesystem/repos/staging-x86_64/
  filesystem/repos/staging-x86_64/PKGBUILD
(from rev 186668, filesystem/trunk/PKGBUILD)
  filesystem/repos/staging-x86_64/archlinux.7.txt
(from rev 186668, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/staging-x86_64/crypttab
(from rev 186668, filesystem/trunk/crypttab)
  filesystem/repos/staging-x86_64/filesystem.install
(from rev 186668, filesystem/trunk/filesystem.install)
  filesystem/repos/staging-x86_64/fstab
(from rev 186668, filesystem/trunk/fstab)
  filesystem/repos/staging-x86_64/group
(from rev 186668, filesystem/trunk/group)
  filesystem/repos/staging-x86_64/gshadow
(from rev 186668, filesystem/trunk/gshadow)
  filesystem/repos/staging-x86_64/host.conf
(from rev 186668, filesystem/trunk/host.conf)
  filesystem/repos/staging-x86_64/hosts
(from rev 186668, filesystem/trunk/hosts)
  filesystem/repos/staging-x86_64/issue
(from rev 186668, filesystem/trunk/issue)
  filesystem/repos/staging-x86_64/ld.so.conf
(from rev 186668, filesystem/trunk/ld.so.conf)
  filesystem/repos/staging-x86_64/locale.sh
(from rev 186668, filesystem/trunk/locale.sh)
  filesystem/repos/staging-x86_64/modprobe.d.usb-load-ehci-first
(from rev 186668, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/staging-x86_64/motd
(from rev 186668, filesystem/trunk/motd)
  filesystem/repos/staging-x86_64/nsswitch.conf
(from rev 186668, filesystem/trunk/nsswitch.conf)
  filesystem/repos/staging-x86_64/os-release
(from rev 186668, filesystem/trunk/os-release)
  filesystem/repos/staging-x86_64/passwd
(from rev 186668, filesystem/trunk/passwd)
  filesystem/repos/staging-x86_64/profile
(from rev 186668, filesystem/trunk/profile)
  filesystem/repos/staging-x86_64/resolv.conf
(from rev 186668, filesystem/trunk/resolv.conf)
  filesystem/repos/staging-x86_64/securetty
(from rev 186668, filesystem/trunk/securetty)
  filesystem/repos/staging-x86_64/shadow
(from rev 186668, filesystem/trunk/shadow)
  filesystem/repos/staging-x86_64/shells
(from rev 186668, filesystem/trunk/shells)

---+
 staging-i686/PKGBUILD |  126 
 staging-i686/archlinux.7.txt  |   90 +
 staging-i686/crypttab |   17 +++
 staging-i686/filesystem.install   |   53 ++
 staging-i686/fstab|4 
 staging-i686/group|   35 ++
 staging-i686/gshadow  |   35 ++
 staging-i686/host.conf|8 +
 staging-i686/hosts|9 +
 staging-i686/issue|  

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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:40:10
  Author: heftig
Revision: 186670

reduce overlinking

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:38:06 UTC (rev 186669)
+++ PKGBUILD2013-05-30 12:40:10 UTC (rev 186670)
@@ -5,7 +5,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -39,6 +39,10 @@
 --disable-static \
 --enable-python \
 --enable-nautilus
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:32
  Author: andrea
Revision: 186671

upgpkg: kdevplatform 1.5.1-1

Upstream release

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:40:10 UTC (rev 186670)
+++ PKGBUILD2013-05-30 12:43:32 UTC (rev 186671)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevplatform
-pkgver=1.5.0
-_pkgver=4.5.0
+pkgver=1.5.1
+_pkgver=4.5.1
 pkgrel=1
 pkgdesc=A C/C++ development platform for KDE
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c5b887fdd9fe065ff8be5641859c80c020ba625e')
+sha1sums=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1')
 
 build() {
   mkdir build



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:44:18
  Author: andrea
Revision: 186675

upgpkg: kdevelop-php 1.5.1-1

Upstream release

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:43:58 UTC (rev 186674)
+++ PKGBUILD2013-05-30 12:44:18 UTC (rev 186675)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdevelop-php
-pkgver=1.5.0
-_pkgver=4.5.0
+pkgver=1.5.1
+_pkgver=4.5.1
 pkgrel=1
 pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 replaces=('kdevelop-php-docs')
 conflicts=('kdevelop-php-docs')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('778a1711c15458952e1e4765722a0839390f636c'
-  'fa282f0ace43d36a785e608c421c91437596fc79')
+sha1sums=('c047724c255417b361d3ce1898555c2b9183f5b2'
+  '9bdb654373970f46d01359fdcae6d879c405760a')
 
 build() {
   mkdir build



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:58
  Author: andrea
Revision: 186674

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

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

---+
 /PKGBUILD |   70 
 /kdevelop.install |   26 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdevelop.install   |   13 ---
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdevelop.install |   13 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:43:51 UTC (rev 186673)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:58 UTC (rev 186674)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevelop
-pkgver=4.5.0
-pkgrel=1
-pkgdesc=A C/C++ development environment for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
-optdepends=('kdesdk-okteta: hex editor'
-'kdebase-konsole: embedded terminal'
-'git: git support'
-'gdb: gdb support'
-'qt-doc: qt documentation integration')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('21cdff814b5840d4b62b105b53c0b128e35c3c9f')
-
-build() {
-  mkdir build
-  cd build 
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 186673, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:58 UTC (rev 186674)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevelop
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=A C/C++ development environment for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta')
+optdepends=('kdesdk-okteta: hex editor'
+'kdebase-konsole: embedded terminal'
+'git: git support'
+'gdb: gdb support'
+'qt-doc: qt documentation integration')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e27b77bca0b4c466f66b24167ec416f20b353f6f')
+
+build() {
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2013-05-30 12:43:51 UTC (rev 186673)
+++ extra-i686/kdevelop.install 2013-05-30 12:43:58 UTC (rev 186674)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime   /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 186673, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2013-05-30 12:43:58 UTC (rev 186674)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:43:51 UTC (rev 186673)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:43:58 UTC (rev 186674)
@@ -1,35 

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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:51
  Author: andrea
Revision: 186673

upgpkg: kdevelop 4.5.1-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:43:39 UTC (rev 186672)
+++ PKGBUILD2013-05-30 12:43:51 UTC (rev 186673)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'qt-doc: qt documentation integration')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('21cdff814b5840d4b62b105b53c0b128e35c3c9f')
+sha1sums=('e27b77bca0b4c466f66b24167ec416f20b353f6f')
 
 build() {
   mkdir build



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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:44:27
  Author: andrea
Revision: 186676

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

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 186675, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 186675, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:44:18 UTC (rev 186675)
+++ extra-i686/PKGBUILD 2013-05-30 12:44:27 UTC (rev 186676)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.5.0
-_pkgver=4.5.0
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('778a1711c15458952e1e4765722a0839390f636c'
-  'fa282f0ace43d36a785e608c421c91437596fc79')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  mkdir build-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 186675, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:44:27 UTC (rev 186676)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-php
+pkgver=1.5.1
+_pkgver=4.5.1
+pkgrel=1
+pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
+sha1sums=('c047724c255417b361d3ce1898555c2b9183f5b2'
+  '9bdb654373970f46d01359fdcae6d879c405760a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  cd ../
+
+  # kdevelop-php-docs
+  mkdir build-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:44:18 UTC (rev 186675)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:44:27 UTC (rev 186676)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.5.0
-_pkgver=4.5.0
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('778a1711c15458952e1e4765722a0839390f636c'
-  'fa282f0ace43d36a785e608c421c91437596fc79')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-  cd ../
-
-  # kdevelop-php-docs
-  mkdir build-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-  cd ../
-
-  # kdevelop-php-docs
-  cd build-docs
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 186675, 
kdevelop-php/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2013-05-30 Thread Andrea Scarpino
Date: Thursday, May 30, 2013 @ 14:43:39
  Author: andrea
Revision: 186672

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

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

---+
 /PKGBUILD |   66 
 /kdevplatform.install |   22 
 extra-i686/PKGBUILD   |   33 --
 extra-i686/kdevplatform.install   |   11 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/kdevplatform.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:39 UTC (rev 186672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.0
-_pkgver=4.5.0
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson')
-optdepends=(kdesdk-kompare: difference checking)
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c5b887fdd9fe065ff8be5641859c80c020ba625e')
-
-build() {
-  mkdir build
-  cd build 
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 186671, 
kdevplatform/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:43:39 UTC (rev 186672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.5.1
+_pkgver=4.5.1
+pkgrel=1
+pkgdesc=A C/C++ development platform for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson')
+optdepends=(kdesdk-kompare: difference checking)
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('af3e78b55c4aec97e271bc06c59186cdf77fe3d1')
+
+build() {
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-i686/kdevplatform.install 2013-05-30 12:43:39 UTC (rev 186672)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevplatform/repos/extra-i686/kdevplatform.install (from rev 186671, 
kdevplatform/trunk/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2013-05-30 12:43:39 UTC (rev 186672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-30 12:43:32 UTC (rev 186671)
+++ extra-x86_64/PKGBUILD   2013-05-30 12:43:39 UTC (rev 186672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.5.0
-_pkgver=4.5.0
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:50:16
  Author: dreisner
Revision: 186678

upgpkg: systemd 204-2

- move everything to /usr/bin, drop split usr patch
- backport journal ACL fix

Added:
  systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/use-split-usr-path.patch

-+
 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch |   87 
++
 PKGBUILD|   24 +-
 use-split-usr-path.patch|   14 -
 3 files changed, 97 insertions(+), 28 deletions(-)

Added: 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
===
--- 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
(rev 0)
+++ 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
2013-05-30 12:50:16 UTC (rev 186678)
@@ -0,0 +1,87 @@
+From 23ad4dd8844c582929115a11ed2830a1371568d6 Mon Sep 17 00:00:00 2001
+From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+Date: Tue, 28 May 2013 20:45:34 +0200
+Subject: [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't
+ exist
+
+Since 11ec7ce, journald isn't setting the ACLs properly anymore if
+the files had no ACLs to begin with: acl_set_fd fails with EINVAL.
+
+An ACL with ACL_USER or ACL_GROUP entries but no ACL_MASK entry is
+invalid, so make sure a mask exists before trying to set the ACL.
+---
+ src/journal/journald-server.c |  6 --
+ src/shared/acl-util.c | 28 
+ src/shared/acl-util.h |  1 +
+ 3 files changed, 33 insertions(+), 2 deletions(-)
+
+diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
+index b717b92..da5b725 100644
+--- a/src/journal/journald-server.c
 b/src/journal/journald-server.c
+@@ -227,9 +227,11 @@ void server_fix_perms(Server *s, JournalFile *f, uid_t 
uid) {
+ }
+ }
+ 
+-/* We do not recalculate the mask here, so that the fchmod() mask 
above stays intact. */
++/* We do not recalculate the mask unconditionally here,
++ * so that the fchmod() mask above stays intact. */
+ if (acl_get_permset(entry, permset)  0 ||
+-acl_add_perm(permset, ACL_READ)  0) {
++acl_add_perm(permset, ACL_READ)  0 ||
++calc_acl_mask_if_needed(acl)  0) {
+ log_warning(Failed to patch ACL on %s, ignoring: %m, 
f-path);
+ goto finish;
+ }
+diff --git a/src/shared/acl-util.c b/src/shared/acl-util.c
+index 48bb12f..fb04e49 100644
+--- a/src/shared/acl-util.c
 b/src/shared/acl-util.c
+@@ -69,6 +69,34 @@ int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry) {
+ return 0;
+ }
+ 
++int calc_acl_mask_if_needed(acl_t *acl_p) {
++acl_entry_t i;
++int found;
++
++assert(acl_p);
++
++for (found = acl_get_entry(*acl_p, ACL_FIRST_ENTRY, i);
++ found  0;
++ found = acl_get_entry(*acl_p, ACL_NEXT_ENTRY, i)) {
++
++acl_tag_t tag;
++
++if (acl_get_tag_type(i, tag)  0)
++return -errno;
++
++if (tag == ACL_MASK)
++return 0;
++}
++
++if (found  0)
++return -errno;
++
++if (acl_calc_mask(acl_p)  0)
++return -errno;
++
++return 0;
++}
++
+ int search_acl_groups(char*** dst, const char* path, bool* belong) {
+ acl_t acl;
+ 
+diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h
+index 23090d9..36ef490 100644
+--- a/src/shared/acl-util.h
 b/src/shared/acl-util.h
+@@ -24,4 +24,5 @@
+ #include stdbool.h
+ 
+ int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry);
++int calc_acl_mask_if_needed(acl_t *acl_p);
+ int search_acl_groups(char*** dst, const char* path, bool* belong);
+-- 
+1.8.3
+

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:45:22 UTC (rev 186677)
+++ PKGBUILD2013-05-30 12:50:16 UTC (rev 186678)
@@ -14,24 +14,24 @@
 options=('!libtool')
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
+0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
 'initcpio-hook-udev'
 'initcpio-install-udev'
-'initcpio-install-timestamp'
-'use-split-usr-path.patch')
+'initcpio-install-timestamp')
 md5sums=('a07619bb19f48164fbf0761d12fd39a8'
  '7f39f9fde1ff7b48293ed1e3d0a6c213'
+ '66e3162856ded8eb7dc7383405c6e0d6'
  'e99e9189aa2f6084ac28b8ddf605aeb8'
  'fb37e34ea006c79be1c54cbb0f803414'
- 'df69615503ad293c9ddf9d8b7755282d'
- 

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:50:58
  Author: dreisner
Revision: 186679

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

Added:
  systemd/repos/staging-i686/
  
systemd/repos/staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186678, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186678, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-i686/PKGBUILD
(from rev 186678, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 186678, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-timestamp
(from rev 186678, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 186678, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/systemd.install
(from rev 186678, systemd/trunk/systemd.install)
  systemd/repos/staging-x86_64/
  
systemd/repos/staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186678, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186678, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 186678, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 186678, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-timestamp
(from rev 186678, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 186678, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/systemd.install
(from rev 186678, systemd/trunk/systemd.install)

+
 staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch   
|   87 +++
 staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  255 ++
 staging-i686/PKGBUILD  
|  140 +
 staging-i686/initcpio-hook-udev
|   20 
 staging-i686/initcpio-install-timestamp
|   14 
 staging-i686/initcpio-install-udev 
|   28 +
 staging-i686/systemd.install   
|   92 +++
 staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
|   87 +++
 staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
|  255 ++
 staging-x86_64/PKGBUILD
|  140 +
 staging-x86_64/initcpio-hook-udev  
|   20 
 staging-x86_64/initcpio-install-timestamp  
|   14 
 staging-x86_64/initcpio-install-udev   
|   28 +
 staging-x86_64/systemd.install 
|   92 +++
 14 files changed, 1272 insertions(+)

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


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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:54:23
  Author: heftig
Revision: 186680

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 186679, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/browser-plugins.ini
(from rev 186679, totem/trunk/browser-plugins.ini)
  totem/repos/extra-i686/bugreport.patch
(from rev 186679, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/totem.install
(from rev 186679, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 186679, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/browser-plugins.ini
(from rev 186679, totem/trunk/browser-plugins.ini)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 186679, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 186679, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/browser-plugins.ini
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/browser-plugins.ini
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  162 +
 /browser-plugins.ini |4 
 /bugreport.patch |   44 ++
 /totem.install   |   26 +
 extra-i686/PKGBUILD  |   77 -
 extra-i686/browser-plugins.ini   |2 
 extra-i686/bugreport.patch   |   22 -
 extra-i686/totem.install |   13 --
 extra-x86_64/PKGBUILD|   77 -
 extra-x86_64/browser-plugins.ini |2 
 extra-x86_64/bugreport.patch |   22 -
 extra-x86_64/totem.install   |   13 --
 12 files changed, 236 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-30 12:50:58 UTC (rev 186679)
+++ extra-i686/PKGBUILD 2013-05-30 12:54:23 UTC (rev 186680)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=GNOME3 movie player based on GStreamer
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
- hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
- clutter-gtk python-gobject python-xdg gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
libzeitgeist
- itstool docbook-xsl python-pylint)
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini bugreport.patch)
-sha256sums=('eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
-
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # Make compatible with Python 3 and Gstreamer 1.0
-  patch -Np1 -i ../bugreport.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=(gnome)
-  install=totem.install
-  optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-libav: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'libzeitgeist: Zeitgeist plugin')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  rm -r $pkgdir/usr/lib/mozilla
-  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem plugin for web browsers
-  depends=(totem=$pkgver dbus-glib)
-  backup=(etc/totem/browser-plugins.ini)
-
-  cd $pkgbase-$pkgver
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=$pkgdir install
-
-  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 186679, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 12:54:23 UTC (rev 186680)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 

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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:58:13
  Author: dreisner
Revision: 186681

upgpkg: systemd 204-3

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:54:23 UTC (rev 186680)
+++ PKGBUILD2013-05-30 12:58:13 UTC (rev 186681)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=204
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:59:20
  Author: tomegun
Revision: 186684

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

Added:
  util-linux/repos/staging-i686/
  util-linux/repos/staging-i686/PKGBUILD
(from rev 186683, util-linux/trunk/PKGBUILD)
  util-linux/repos/staging-i686/pam-common
(from rev 186683, util-linux/trunk/pam-common)
  util-linux/repos/staging-i686/pam-login
(from rev 186683, util-linux/trunk/pam-login)
  util-linux/repos/staging-i686/pam-su
(from rev 186683, util-linux/trunk/pam-su)
  util-linux/repos/staging-i686/util-linux.install
(from rev 186683, util-linux/trunk/util-linux.install)
  util-linux/repos/staging-i686/uuidd.tmpfiles
(from rev 186683, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/staging-x86_64/
  util-linux/repos/staging-x86_64/PKGBUILD
(from rev 186683, util-linux/trunk/PKGBUILD)
  util-linux/repos/staging-x86_64/pam-common
(from rev 186683, util-linux/trunk/pam-common)
  util-linux/repos/staging-x86_64/pam-login
(from rev 186683, util-linux/trunk/pam-login)
  util-linux/repos/staging-x86_64/pam-su
(from rev 186683, util-linux/trunk/pam-su)
  util-linux/repos/staging-x86_64/util-linux.install
(from rev 186683, util-linux/trunk/util-linux.install)
  util-linux/repos/staging-x86_64/uuidd.tmpfiles
(from rev 186683, util-linux/trunk/uuidd.tmpfiles)

---+
 staging-i686/PKGBUILD |   87 
 staging-i686/pam-common   |6 ++
 staging-i686/pam-login|7 ++
 staging-i686/pam-su   |9 +++
 staging-i686/util-linux.install   |   21 
 staging-i686/uuidd.tmpfiles   |1 
 staging-x86_64/PKGBUILD   |   87 
 staging-x86_64/pam-common |6 ++
 staging-x86_64/pam-login  |7 ++
 staging-x86_64/pam-su |9 +++
 staging-x86_64/util-linux.install |   21 
 staging-x86_64/uuidd.tmpfiles |1 
 12 files changed, 262 insertions(+)

Copied: util-linux/repos/staging-i686/PKGBUILD (from rev 186683, 
util-linux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 12:59:20 UTC (rev 186684)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.23.1
+pkgrel=2
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base' 'base-devel')
+depends=('pam' 'shadow' 'coreutils' 'glibc')
+makedepends=('systemd')
+# checkdepends=('bc')
+conflicts=('util-linux-ng' 'eject')
+provides=(util-linux-ng=$pkgver 'eject')
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.23/$pkgname-$pkgver.tar.xz;
+uuidd.tmpfiles
+pam-login
+pam-common
+pam-su)
+backup=(etc/pam.d/chfn
+etc/pam.d/chsh
+etc/pam.d/login
+etc/pam.d/su
+etc/pam.d/su-l)
+install=util-linux.install
+md5sums=('33ba55ce82f8e3b8d7a38fac0f62779a'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation
+
+#  --enable-reset \ # part of ncurses
+#  --enable-line \ # not part of any package
+#  --enable-last \ # not compat
+
+  make
+}
+
+#check() {
+# fails for some reason in chroot, works outside
+#  make -C $pkgname-$pkgver check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # usrmove
+  cd $pkgdir
+  mv {,usr/}sbin/* usr/bin
+  mv bin/* usr/bin
+  rmdir bin sbin usr/sbin
+}

Copied: util-linux/repos/staging-i686/pam-common (from rev 186683, 
util-linux/trunk/pam-common)

[arch-commits] Commit in systemd/repos (28 files)

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 14:59:01
  Author: dreisner
Revision: 186682

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

Added:
  
systemd/repos/staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186681, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186681, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-i686/PKGBUILD
(from rev 186681, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 186681, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-timestamp
(from rev 186681, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 186681, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/systemd.install
(from rev 186681, systemd/trunk/systemd.install)
  
systemd/repos/staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186681, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186681, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 186681, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 186681, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-timestamp
(from rev 186681, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 186681, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/systemd.install
(from rev 186681, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
  
systemd/repos/staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
  systemd/repos/staging-i686/PKGBUILD
  systemd/repos/staging-i686/initcpio-hook-udev
  systemd/repos/staging-i686/initcpio-install-timestamp
  systemd/repos/staging-i686/initcpio-install-udev
  systemd/repos/staging-i686/systemd.install
  
systemd/repos/staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
  
systemd/repos/staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
  systemd/repos/staging-x86_64/PKGBUILD
  systemd/repos/staging-x86_64/initcpio-hook-udev
  systemd/repos/staging-x86_64/initcpio-install-timestamp
  systemd/repos/staging-x86_64/initcpio-install-udev
  systemd/repos/staging-x86_64/systemd.install

+
 /0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch   
|  174 +++
 /0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  510 ++
 /PKGBUILD  
|  280 +
 /initcpio-hook-udev
|   40 
 /initcpio-install-timestamp
|   28 
 /initcpio-install-udev 
|   56 +
 /systemd.install   
|  184 +++
 staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch   
|   87 -
 staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  255 -
 staging-i686/PKGBUILD  
|  140 --
 staging-i686/initcpio-hook-udev
|   20 
 staging-i686/initcpio-install-timestamp
|   14 
 staging-i686/initcpio-install-udev 
|   28 
 staging-i686/systemd.install   
|   92 -
 staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
|   87 -
 staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
|  255 -
 staging-x86_64/PKGBUILD
|  140 --
 staging-x86_64/initcpio-hook-udev  
|   20 
 staging-x86_64/initcpio-install-timestamp  
|   14 
 staging-x86_64/initcpio-install-udev   
|   28 
 staging-x86_64/systemd.install 
|   92 -
 21 files changed, 1272 insertions(+), 1272 deletions(-)

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


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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 14:59:08
  Author: tomegun
Revision: 186683

upgpkg: util-linux 2.23.1-2

usrmove

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:59:01 UTC (rev 186682)
+++ PKGBUILD2013-05-30 12:59:08 UTC (rev 186683)
@@ -4,7 +4,7 @@
 
 pkgname=util-linux
 pkgver=2.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@
   ./configure --prefix=/usr \
   --libdir=/usr/lib \
   --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-fs-paths-extra=/usr/bin \
   --enable-raw \
   --enable-vipw \
   --enable-newgrp \
@@ -78,4 +78,10 @@
   # include tmpfiles fragment for uuidd
   # TODO(dreisner): offer this upstream?
   install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # usrmove
+  cd $pkgdir
+  mv {,usr/}sbin/* usr/bin
+  mv bin/* usr/bin
+  rmdir bin sbin usr/sbin
 }



[arch-commits] Commit in systemd/repos (28 files)

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 15:01:04
  Author: dreisner
Revision: 186685

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

Added:
  
systemd/repos/staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186684, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186684, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-i686/PKGBUILD
(from rev 186684, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 186684, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-timestamp
(from rev 186684, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 186684, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/systemd.install
(from rev 186684, systemd/trunk/systemd.install)
  
systemd/repos/staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
(from rev 186684, 
systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch)
  
systemd/repos/staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 186684, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 186684, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 186684, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-timestamp
(from rev 186684, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 186684, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/systemd.install
(from rev 186684, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
  
systemd/repos/staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
  systemd/repos/staging-i686/PKGBUILD
  systemd/repos/staging-i686/initcpio-hook-udev
  systemd/repos/staging-i686/initcpio-install-timestamp
  systemd/repos/staging-i686/initcpio-install-udev
  systemd/repos/staging-i686/systemd.install
  
systemd/repos/staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
  
systemd/repos/staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
  systemd/repos/staging-x86_64/PKGBUILD
  systemd/repos/staging-x86_64/initcpio-hook-udev
  systemd/repos/staging-x86_64/initcpio-install-timestamp
  systemd/repos/staging-x86_64/initcpio-install-udev
  systemd/repos/staging-x86_64/systemd.install

+
 /0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch   
|  174 +++
 /0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  510 ++
 /PKGBUILD  
|  280 +
 /initcpio-hook-udev
|   40 
 /initcpio-install-timestamp
|   28 
 /initcpio-install-udev 
|   56 +
 /systemd.install   
|  184 +++
 staging-i686/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch   
|   87 -
 staging-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  255 -
 staging-i686/PKGBUILD  
|  140 --
 staging-i686/initcpio-hook-udev
|   20 
 staging-i686/initcpio-install-timestamp
|   14 
 staging-i686/initcpio-install-udev 
|   28 
 staging-i686/systemd.install   
|   92 -
 staging-x86_64/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
|   87 -
 staging-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
|  255 -
 staging-x86_64/PKGBUILD
|  140 --
 staging-x86_64/initcpio-hook-udev  
|   20 
 staging-x86_64/initcpio-install-timestamp  
|   14 
 staging-x86_64/initcpio-install-udev   
|   28 
 staging-x86_64/systemd.install 
|   92 -
 21 files changed, 1272 insertions(+), 1272 deletions(-)

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


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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:14:01
  Author: spupykin
Revision: 91965

upgpkg: lxc 1:0.9.0-3

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:48:39 UTC (rev 91964)
+++ PKGBUILD2013-05-30 13:14:01 UTC (rev 91965)
@@ -8,24 +8,31 @@
 pkgname=lxc
 pkgver=0.9.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://lxc.sourceforge.net/;
 depends=('bash' 'perl' 'libseccomp')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
 license=('LGPL')
 
source=(http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz;)
 md5sums=('8552a4479090616f4bc04d8473765fc9')
 
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  sed -i s/for name in docbook2x-man db2x_docbook2man; do/for name in 
docbook2x-man db2x_docbook2man docbook2man; do/ configure.ac
+}
+
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}
+  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --localstatedir=/var \
 --libexecdir=/usr/bin \
 --sysconfdir=/etc \
 --disable-apparmor \
---disable-doc \
 --enable-seccomp
   make
 }



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

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:14:21
  Author: spupykin
Revision: 91966

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

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

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 100 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-30 13:14:01 UTC (rev 91965)
+++ community-i686/PKGBUILD 2013-05-30 13:14:21 UTC (rev 91966)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=0.9.0
-epoch=1
-pkgrel=2
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://lxc.sourceforge.net/;
-depends=('bash' 'perl' 'libseccomp')
-license=('LGPL')
-source=(http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz;)
-md5sums=('8552a4479090616f4bc04d8473765fc9')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --libexecdir=/usr/bin \
-   --sysconfdir=/etc \
-   --disable-apparmor \
-   --disable-doc \
---enable-seccomp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 91965, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-30 13:14:21 UTC (rev 91966)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=0.9.0
+epoch=1
+pkgrel=3
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://lxc.sourceforge.net/;
+depends=('bash' 'perl' 'libseccomp')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+source=(http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz;)
+md5sums=('8552a4479090616f4bc04d8473765fc9')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  sed -i s/for name in docbook2x-man db2x_docbook2man; do/for name in 
docbook2x-man db2x_docbook2man docbook2man; do/ configure.ac
+}
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--libexecdir=/usr/bin \
+--sysconfdir=/etc \
+--disable-apparmor \
+--enable-seccomp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+
+  make DESTDIR=$pkgdir install
+  install -d -m755 $pkgdir/var/lib/lxc
+
+  cd doc
+  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
+  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
+  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-30 13:14:01 UTC (rev 91965)
+++ community-x86_64/PKGBUILD   2013-05-30 13:14:21 UTC (rev 91966)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=0.9.0
-epoch=1
-pkgrel=2
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://lxc.sourceforge.net/;
-depends=('bash' 'perl' 'libseccomp')
-license=('LGPL')
-source=(http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz;)
-md5sums=('8552a4479090616f4bc04d8473765fc9')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --libexecdir=/usr/bin \
-   --sysconfdir=/etc \
-   

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

2013-05-30 Thread Gaetan Bisson
Date: Thursday, May 30, 2013 @ 15:43:55
  Author: bisson
Revision: 186686

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

Added:
  procps-ng/repos/core-i686/PKGBUILD
(from rev 186685, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/sysctl.conf
(from rev 186685, procps-ng/repos/testing-i686/sysctl.conf)
  procps-ng/repos/core-x86_64/PKGBUILD
(from rev 186685, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/sysctl.conf
(from rev 186685, procps-ng/repos/testing-x86_64/sysctl.conf)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/sysctl.conf
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/sysctl.conf
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

-+
 /PKGBUILD   |  106 ++
 /sysctl.conf|   82 +++
 core-i686/PKGBUILD  |   53 ---
 core-i686/sysctl.conf   |   41 -
 core-x86_64/PKGBUILD|   53 ---
 core-x86_64/sysctl.conf |   41 -
 6 files changed, 188 insertions(+), 188 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-30 13:01:04 UTC (rev 186685)
+++ core-i686/PKGBUILD  2013-05-30 13:43:55 UTC (rev 186686)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-
-pkgname=procps-ng
-pkgver=3.3.7
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://gitorious.org/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('ncurses')
-backup=('etc/sysctl.conf')
-source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
-'sysctl.conf')
-sha1sums=('436ce9e585210340ff1673157e402e07879a6239'
-  '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
-
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-
-options=('!libtool')
-
-prepare() {
-   cd ${srcdir}/procps-procps
-   echo ${pkgver}  .tarball-version
-   ./autogen.sh
-}
-
-build() {
-   cd ${srcdir}/procps-procps
-   ./configure \
-   --prefix=/usr \
-   --exec-prefix=/ \
-   --sysconfdir=/etc \
-   --libdir=/usr/lib \
-   --bindir=/usr/bin \
-   --sbindir=/usr/bin \
-   --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/procps-procps
-   make DESTDIR=${pkgdir} install
-   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
-
-   # provided by util-linux
-   rm ${pkgdir}/usr/bin/kill
-   rm ${pkgdir}/usr/share/man/man1/kill.1
-}

Copied: procps-ng/repos/core-i686/PKGBUILD (from rev 186685, 
procps-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-30 13:43:55 UTC (rev 186686)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('ncurses')
+backup=('etc/sysctl.conf')
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
+'sysctl.conf')
+sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
+  '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+
+prepare() {
+   cd ${srcdir}/procps-procps
+   echo ${pkgver}  .tarball-version
+   ./autogen.sh
+}
+
+build() {
+   cd ${srcdir}/procps-procps
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/procps-procps
+   make DESTDIR=${pkgdir} install
+   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Deleted: core-i686/sysctl.conf
===
--- core-i686/sysctl.conf   2013-05-30 13:01:04 UTC (rev 186685)
+++ core-i686/sysctl.conf   2013-05-30 13:43:55 UTC (rev 186686)
@@ -1,41 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# Have the CD-ROM close when you use it, and 

[arch-commits] Commit in shadow/trunk (PKGBUILD login.defs shadow.cron.daily)

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 15:44:15
  Author: dreisner
Revision: 186687

upgpkg: shadow 4.1.5.1-6

- move binaries to /usr/bin

Modified:
  shadow/trunk/PKGBUILD
  shadow/trunk/login.defs
  shadow/trunk/shadow.cron.daily

---+
 PKGBUILD  |   17 +++--
 login.defs|4 ++--
 shadow.cron.daily |4 ++--
 3 files changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:43:55 UTC (rev 186686)
+++ PKGBUILD2013-05-30 13:44:15 UTC (rev 186687)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Password and account management tool suite with support for shadow 
files and PAM
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -32,15 +32,15 @@
 shadow-strncpy-usage.patch
 lastlog.tmpfiles)
 sha1sums=('81f38720b953ef9c2c100c43d02dfe19cafd6c30'
-  '126570e2939bf3b57f28df5197ab9309747a6b5c'
+  'SKIP'
   '33a6cf1e44a1410e5c9726c89e5de68b78f5f922'
   '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
   '0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
-  '6fac49a4826e2b821c8d41ed5911bc8d04735986'
+  'e92045fb75e0c21a3f294a00de0bd2cd252e9463'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
   '611be25d91c3f8f307c7fe2485d5f781e5dee75f'
-  '5d83ba7e11c765c951867cbe00b0ae7ff57148fa'
+  '98f4919014b1a9eb9f01ca7731e04b1d973cedd5'
   '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19'
   '6010fffeed1fc6673ad9875492e1193b1a847b53'
   '21e12966a6befb25ec123b403cd9b5c492fe5b16'
@@ -64,6 +64,8 @@
 
   ./configure \
 --prefix=/usr \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
 --libdir=/lib \
 --mandir=/usr/share/man \
 --sysconfdir=/etc \
@@ -112,8 +114,7 @@
 
   # Remove utilities provided by util-linux
   rm \
-  $pkgdir/usr/bin/{chsh,chfn,sg} \
-  $pkgdir/bin/{login,su} \
+  $pkgdir/usr/bin/{login,su,chsh,chfn,sg} \
   $pkgdir/usr/sbin/{vipw,vigr}
 
   # but we keep newgrp, as sg is really an alias to it
@@ -133,4 +134,8 @@
   rmdir \
   $pkgdir/usr/share/man/{fi,id,zh_TW}/man1 \
   $pkgdir/usr/share/man/{fi,ko/man8}
+
+  # move everything else to /usr/bin, because this isn't handled by ./configure
+  mv $pkgdir/usr/sbin/* $pkgdir/usr/bin
+  rmdir $pkgdir/usr/sbin
 }

Modified: login.defs
===
--- login.defs  2013-05-30 13:43:55 UTC (rev 186686)
+++ login.defs  2013-05-30 13:44:15 UTC (rev 186687)
@@ -81,8 +81,8 @@
 # *REQUIRED*  The default PATH settings, for superuser and normal users.
 #
 # (they are minimal, add the rest in the shell startup files)
-ENV_SUPATH PATH=/sbin:/bin:/usr/sbin:/usr/bin
-ENV_PATH   PATH=/bin:/usr/bin
+ENV_SUPATH PATH=/usr/bin
+ENV_PATH   PATH=/usr/bin
 
 #
 # Terminal permissions

Modified: shadow.cron.daily
===
--- shadow.cron.daily   2013-05-30 13:43:55 UTC (rev 186686)
+++ shadow.cron.daily   2013-05-30 13:44:15 UTC (rev 186687)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 # Verify integrity of password and group files
-/usr/sbin/pwck -r
-/usr/sbin/grpck -r
+/usr/bin/pwck -r
+/usr/bin/grpck -r
 



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

2013-05-30 Thread Dave Reisner
Date: Thursday, May 30, 2013 @ 15:45:34
  Author: dreisner
Revision: 186688

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

Added:
  shadow/repos/staging-i686/
  shadow/repos/staging-i686/LICENSE
(from rev 186687, shadow/trunk/LICENSE)
  shadow/repos/staging-i686/PKGBUILD
(from rev 186687, shadow/trunk/PKGBUILD)
  shadow/repos/staging-i686/chgpasswd
(from rev 186687, shadow/trunk/chgpasswd)
  shadow/repos/staging-i686/chpasswd
(from rev 186687, shadow/trunk/chpasswd)
  shadow/repos/staging-i686/defaults.pam
(from rev 186687, shadow/trunk/defaults.pam)
  shadow/repos/staging-i686/lastlog.tmpfiles
(from rev 186687, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/staging-i686/login.defs
(from rev 186687, shadow/trunk/login.defs)
  shadow/repos/staging-i686/newusers
(from rev 186687, shadow/trunk/newusers)
  shadow/repos/staging-i686/passwd
(from rev 186687, shadow/trunk/passwd)
  shadow/repos/staging-i686/shadow-strncpy-usage.patch
(from rev 186687, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/staging-i686/shadow.cron.daily
(from rev 186687, shadow/trunk/shadow.cron.daily)
  shadow/repos/staging-i686/shadow.install
(from rev 186687, shadow/trunk/shadow.install)
  shadow/repos/staging-i686/useradd.defaults
(from rev 186687, shadow/trunk/useradd.defaults)
  shadow/repos/staging-i686/xstrdup.patch
(from rev 186687, shadow/trunk/xstrdup.patch)
  shadow/repos/staging-x86_64/
  shadow/repos/staging-x86_64/LICENSE
(from rev 186687, shadow/trunk/LICENSE)
  shadow/repos/staging-x86_64/PKGBUILD
(from rev 186687, shadow/trunk/PKGBUILD)
  shadow/repos/staging-x86_64/chgpasswd
(from rev 186687, shadow/trunk/chgpasswd)
  shadow/repos/staging-x86_64/chpasswd
(from rev 186687, shadow/trunk/chpasswd)
  shadow/repos/staging-x86_64/defaults.pam
(from rev 186687, shadow/trunk/defaults.pam)
  shadow/repos/staging-x86_64/lastlog.tmpfiles
(from rev 186687, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/staging-x86_64/login.defs
(from rev 186687, shadow/trunk/login.defs)
  shadow/repos/staging-x86_64/newusers
(from rev 186687, shadow/trunk/newusers)
  shadow/repos/staging-x86_64/passwd
(from rev 186687, shadow/trunk/passwd)
  shadow/repos/staging-x86_64/shadow-strncpy-usage.patch
(from rev 186687, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/staging-x86_64/shadow.cron.daily
(from rev 186687, shadow/trunk/shadow.cron.daily)
  shadow/repos/staging-x86_64/shadow.install
(from rev 186687, shadow/trunk/shadow.install)
  shadow/repos/staging-x86_64/useradd.defaults
(from rev 186687, shadow/trunk/useradd.defaults)
  shadow/repos/staging-x86_64/xstrdup.patch
(from rev 186687, shadow/trunk/xstrdup.patch)

---+
 staging-i686/LICENSE  |   31 
 staging-i686/PKGBUILD |  141 +++
 staging-i686/chgpasswd|4 
 staging-i686/chpasswd |6 
 staging-i686/defaults.pam |6 
 staging-i686/lastlog.tmpfiles |1 
 staging-i686/login.defs   |  203 
 staging-i686/newusers |6 
 staging-i686/passwd   |4 
 staging-i686/shadow-strncpy-usage.patch   |   25 +++
 staging-i686/shadow.cron.daily|6 
 staging-i686/shadow.install   |9 +
 staging-i686/useradd.defaults |9 +
 staging-i686/xstrdup.patch|9 +
 staging-x86_64/LICENSE|   31 
 staging-x86_64/PKGBUILD   |  141 +++
 staging-x86_64/chgpasswd  |4 
 staging-x86_64/chpasswd   |6 
 staging-x86_64/defaults.pam   |6 
 staging-x86_64/lastlog.tmpfiles   |1 
 staging-x86_64/login.defs |  203 
 staging-x86_64/newusers   |6 
 staging-x86_64/passwd |4 
 staging-x86_64/shadow-strncpy-usage.patch |   25 +++
 staging-x86_64/shadow.cron.daily  |6 
 staging-x86_64/shadow.install |9 +
 staging-x86_64/useradd.defaults   |9 +
 staging-x86_64/xstrdup.patch  |9 +
 28 files changed, 920 insertions(+)

Copied: shadow/repos/staging-i686/LICENSE (from rev 186687, 
shadow/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-05-30 13:45:34 UTC (rev 186688)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 1994, Julianne Frances Haugh
+ * Copyright (c) 1996 - 2000, Marek Michałkiewicz
+ * Copyright (c) 2001 - 2006, Tomasz Kłoczko
+ * Copyright (c) 2007 - 2009, Nicolas François
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * 

[arch-commits] Commit in tldp-howtos-html/trunk (PKGBUILD)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:47:32
  Author: spupykin
Revision: 91967

upgpkg: tldp-howtos-html 20130530-1

upd

Modified:
  tldp-howtos-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:14:21 UTC (rev 91966)
+++ PKGBUILD2013-05-30 13:47:32 UTC (rev 91967)
@@ -3,19 +3,20 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=tldp-howtos-html
-pkgver=2021
+pkgver=20130530
 pkgrel=1
-pkgdesc=HOWTO's from tldp.org
+pkgdesc=HOWTO's from tldp.org (multiple html files in directory per howto)
 arch=('any')
 url=http://tldp.org/;
 license=(FDL)
 depends=()
 options=('docs')
 
source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2)
-md5sums=('9426f7bcf910d300f866d652a25ba953')
+md5sums=('652e72cb1edd01a1ac8e7c084de229a9')
 
 package() {
 cd $srcdir
 mkdir -p $pkgdir/usr/share/doc/howto/html
 cp -r ./HOWTO/* $pkgdir/usr/share/doc/howto/html/
+rm -f $pkgdir/usr/share/doc/howto/html/RedHat-CD-HOWTO/rhcd-scripts/rvc
 }



[arch-commits] Commit in tldp-howtos-html/repos/community-any (PKGBUILD PKGBUILD)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:47:46
  Author: spupykin
Revision: 91968

archrelease: copy trunk to community-any

Added:
  tldp-howtos-html/repos/community-any/PKGBUILD
(from rev 91967, tldp-howtos-html/trunk/PKGBUILD)
Deleted:
  tldp-howtos-html/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 13:47:32 UTC (rev 91967)
+++ PKGBUILD2013-05-30 13:47:46 UTC (rev 91968)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=tldp-howtos-html
-pkgver=2021
-pkgrel=1
-pkgdesc=HOWTO's from tldp.org
-arch=('any')
-url=http://tldp.org/;
-license=(FDL)
-depends=()
-options=('docs')
-source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2)
-md5sums=('9426f7bcf910d300f866d652a25ba953')
-
-build() {
-cd $srcdir
-mkdir -p $pkgdir/usr/share/doc/howto/html
-cp -r ./HOWTO/* $pkgdir/usr/share/doc/howto/html/
-}

Copied: tldp-howtos-html/repos/community-any/PKGBUILD (from rev 91967, 
tldp-howtos-html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 13:47:46 UTC (rev 91968)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=tldp-howtos-html
+pkgver=20130530
+pkgrel=1
+pkgdesc=HOWTO's from tldp.org (multiple html files in directory per howto)
+arch=('any')
+url=http://tldp.org/;
+license=(FDL)
+depends=()
+options=('docs')
+source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2)
+md5sums=('652e72cb1edd01a1ac8e7c084de229a9')
+
+package() {
+cd $srcdir
+mkdir -p $pkgdir/usr/share/doc/howto/html
+cp -r ./HOWTO/* $pkgdir/usr/share/doc/howto/html/
+rm -f $pkgdir/usr/share/doc/howto/html/RedHat-CD-HOWTO/rhcd-scripts/rvc
+}



[arch-commits] Commit in tldp-howtos-html-single/trunk (PKGBUILD)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:48:19
  Author: spupykin
Revision: 91969

upgpkg: tldp-howtos-html-single 20130530-1

upd

Modified:
  tldp-howtos-html-single/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:47:46 UTC (rev 91968)
+++ PKGBUILD2013-05-30 13:48:19 UTC (rev 91969)
@@ -3,16 +3,16 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=tldp-howtos-html-single
-pkgver=2021
+pkgver=20130530
 pkgrel=1
-pkgdesc=HOWTO's from tldp.org
+pkgdesc=HOWTO's from tldp.org (one html file per howto)
 arch=('any')
 url=http://tldp.org/;
 license=(FDL)
 depends=()
 options=('docs')
 
source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs.tar.bz2)
-md5sums=('66f2c558a52470f7de848c09f2194dd4')
+md5sums=('6fbe468eabf13ffe63bc222bdea0a06e')
 
 package() {
 cd $srcdir



[arch-commits] Commit in tldp-howtos-html-single/repos/community-any (2 files)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:48:31
  Author: spupykin
Revision: 91970

archrelease: copy trunk to community-any

Added:
  tldp-howtos-html-single/repos/community-any/PKGBUILD
(from rev 91969, tldp-howtos-html-single/trunk/PKGBUILD)
Deleted:
  tldp-howtos-html-single/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 13:48:19 UTC (rev 91969)
+++ PKGBUILD2013-05-30 13:48:31 UTC (rev 91970)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=tldp-howtos-html-single
-pkgver=2021
-pkgrel=1
-pkgdesc=HOWTO's from tldp.org
-arch=('any')
-url=http://tldp.org/;
-license=(FDL)
-depends=()
-options=('docs')
-source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs.tar.bz2)
-md5sums=('66f2c558a52470f7de848c09f2194dd4')
-
-build() {
-cd $srcdir
-mkdir -p $pkgdir/usr/share/doc/howto/html-single
-mv *.html $pkgdir/usr/share/doc/howto/html-single/
-}

Copied: tldp-howtos-html-single/repos/community-any/PKGBUILD (from rev 91969, 
tldp-howtos-html-single/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 13:48:31 UTC (rev 91970)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=tldp-howtos-html-single
+pkgver=20130530
+pkgrel=1
+pkgdesc=HOWTO's from tldp.org (one html file per howto)
+arch=('any')
+url=http://tldp.org/;
+license=(FDL)
+depends=()
+options=('docs')
+source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs.tar.bz2)
+md5sums=('6fbe468eabf13ffe63bc222bdea0a06e')
+
+package() {
+cd $srcdir
+mkdir -p $pkgdir/usr/share/doc/howto/html-single
+mv *.html $pkgdir/usr/share/doc/howto/html-single/
+}



[arch-commits] Commit in tldp-howtos-txt/trunk (PKGBUILD)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:48:38
  Author: spupykin
Revision: 91971

upgpkg: tldp-howtos-txt 20130530-1

upd

Modified:
  tldp-howtos-txt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:48:31 UTC (rev 91970)
+++ PKGBUILD2013-05-30 13:48:38 UTC (rev 91971)
@@ -3,16 +3,16 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=tldp-howtos-txt
-pkgver=2021
+pkgver=20130530
 pkgrel=1
-pkgdesc=HOWTO's from tldp.org
+pkgdesc=HOWTO's from tldp.org (one text file per howto)
 arch=('any')
 url=http://tldp.org/;
 license=(FDL)
 depends=()
 options=('docs')
 source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/Linux-HOWTOs.tar.bz2)
-md5sums=('44ec10f939321eafedb6f39fe2e3121a')
+md5sums=('cf67d5e73f675638dcb45e9954cdd14b')
 
 package() {
 cd $srcdir



[arch-commits] Commit in tldp-howtos-txt/repos/community-any (PKGBUILD PKGBUILD)

2013-05-30 Thread Sergej Pupykin
Date: Thursday, May 30, 2013 @ 15:48:49
  Author: spupykin
Revision: 91972

archrelease: copy trunk to community-any

Added:
  tldp-howtos-txt/repos/community-any/PKGBUILD
(from rev 91971, tldp-howtos-txt/trunk/PKGBUILD)
Deleted:
  tldp-howtos-txt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-30 13:48:38 UTC (rev 91971)
+++ PKGBUILD2013-05-30 13:48:49 UTC (rev 91972)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=tldp-howtos-txt
-pkgver=2021
-pkgrel=1
-pkgdesc=HOWTO's from tldp.org
-arch=('any')
-url=http://tldp.org/;
-license=(FDL)
-depends=()
-options=('docs')
-source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/Linux-HOWTOs.tar.bz2)
-md5sums=('44ec10f939321eafedb6f39fe2e3121a')
-
-build() {
-cd $srcdir
-mkdir -p $pkgdir/usr/share/doc/howto/txt
-rm -f .htaccess Linux-HOWTOs.tar.bz2
-mv * $pkgdir/usr/share/doc/howto/txt/
-}

Copied: tldp-howtos-txt/repos/community-any/PKGBUILD (from rev 91971, 
tldp-howtos-txt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-30 13:48:49 UTC (rev 91972)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=tldp-howtos-txt
+pkgver=20130530
+pkgrel=1
+pkgdesc=HOWTO's from tldp.org (one text file per howto)
+arch=('any')
+url=http://tldp.org/;
+license=(FDL)
+depends=()
+options=('docs')
+source=(http://www.ibiblio.org/pub/Linux/docs/HOWTO/Linux-HOWTOs.tar.bz2)
+md5sums=('cf67d5e73f675638dcb45e9954cdd14b')
+
+package() {
+cd $srcdir
+mkdir -p $pkgdir/usr/share/doc/howto/txt
+rm -f .htaccess Linux-HOWTOs.tar.bz2
+mv * $pkgdir/usr/share/doc/howto/txt/
+}



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

2013-05-30 Thread Gaetan Bisson
Date: Thursday, May 30, 2013 @ 16:22:31
  Author: bisson
Revision: 186689

move all binaries including sendmail to /usr/bin

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 13:45:34 UTC (rev 186688)
+++ PKGBUILD2013-05-30 14:22:31 UTC (rev 186689)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -36,10 +36,12 @@
-DHAS_PGSQL -I/usr/include/postgresql \
-DHAS_SQLITE \
-DHAS_CDB \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   -DDEF_COMMAND_DIR=\/usr/bin\ \
-DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
' AUXLIBS=' \
-lsasl2 \
-lldap -llber \



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

2013-05-30 Thread Gaetan Bisson
Date: Thursday, May 30, 2013 @ 16:22:42
  Author: bisson
Revision: 186690

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

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 186689, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 186689, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 186689, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 186689, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 186689, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 186689, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 186689, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 186689, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|   69 +
 staging-i686/aliases.patch   |   18 ++
 staging-i686/install |   18 ++
 staging-i686/service |   14 
 staging-x86_64/PKGBUILD  |   69 +
 staging-x86_64/aliases.patch |   18 ++
 staging-x86_64/install   |   18 ++
 staging-x86_64/service   |   14 
 8 files changed, 238 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 186689, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 14:22:42 UTC (rev 186690)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.10.0
+pkgrel=6
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+'aliases.patch'
+'service')
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' 'SKIP'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   -DHAS_CDB \
+   -DDEF_COMMAND_DIR=\/usr/bin\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   -lcdb \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 186689, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-05-30 14:22:42 UTC (rev 186690)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 16:23:24
  Author: tomegun
Revision: 186691

upgpkg: dhcpcd 5.6.8-2

usrmove

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 14:22:42 UTC (rev 186690)
+++ PKGBUILD2013-05-30 14:23:24 UTC (rev 186691)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=5.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
@@ -37,10 +37,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  # Create Binary Symlink
-  install -d ${pkgdir}/usr/sbin
-  ln -sf /sbin/dhcpcd ${pkgdir}/usr/sbin/dhcpcd
-
   # Install Configuration File used in /etc/rc.d/network
   install -D -m644 ../dhcpcd.conf.d $pkgdir/etc/conf.d/$pkgname
 
@@ -55,4 +51,8 @@
   # install systemd files
   install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
   install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+
+  # usrmove
+  cd $pkgdir
+  mv sbin usr/bin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 16:23:50
  Author: tomegun
Revision: 186693

upgpkg: e2fsprogs 1.42.7-2

usrmove

Modified:
  e2fsprogs/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 14:23:37 UTC (rev 186692)
+++ PKGBUILD2013-05-30 14:23:50 UTC (rev 186693)
@@ -4,7 +4,7 @@
 
 pkgname=e2fsprogs
 pkgver=1.42.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Ext2/3/4 filesystem utilities
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -45,4 +45,11 @@
   # install MIT license
   install -Dm644 ${srcdir}/MIT-LICENSE \
 ${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE
+
+  # usrmove
+  cd $pkgdir
+  mv sbin/* usr/bin/
+  rmdir sbin
+  mv usr/sbin/* usr/bin/
+  rmdir usr/sbin
 }



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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 16:23:37
  Author: tomegun
Revision: 186692

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

Added:
  dhcpcd/repos/staging-i686/
  
dhcpcd/repos/staging-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 186691, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/staging-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 186691, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/staging-i686/PKGBUILD
(from rev 186691, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/staging-i686/dhcpcd.conf.d
(from rev 186691, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/staging-i686/dhcpcd.service
(from rev 186691, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/staging-i686/dhcpcd_.service
(from rev 186691, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/staging-i686/remove_ifconfig.patch
(from rev 186691, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/staging-x86_64/
  
dhcpcd/repos/staging-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 186691, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/staging-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 186691, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/staging-x86_64/PKGBUILD
(from rev 186691, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/staging-x86_64/dhcpcd.conf.d
(from rev 186691, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/staging-x86_64/dhcpcd.service
(from rev 186691, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/staging-x86_64/dhcpcd_.service
(from rev 186691, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/staging-x86_64/remove_ifconfig.patch
(from rev 186691, dhcpcd/trunk/remove_ifconfig.patch)

--+
 staging-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 staging-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 staging-i686/PKGBUILD|   58 
+
 staging-i686/dhcpcd.conf.d   |6 
 staging-i686/dhcpcd.service  |   13 ++
 staging-i686/dhcpcd_.service |   15 ++
 staging-i686/remove_ifconfig.patch   |   20 +++
 staging-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 staging-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 staging-x86_64/PKGBUILD  |   58 
+
 staging-x86_64/dhcpcd.conf.d |6 
 staging-x86_64/dhcpcd.service|   13 ++
 staging-x86_64/dhcpcd_.service   |   15 ++
 staging-x86_64/remove_ifconfig.patch |   20 +++
 14 files changed, 412 insertions(+)

Copied: 
dhcpcd/repos/staging-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 186691, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- staging-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ staging-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2013-05-30 14:23:37 UTC (rev 186692)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/staging-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 186691, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- staging-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ 

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

2013-05-30 Thread Tom Gundersen
Date: Thursday, May 30, 2013 @ 16:23:59
  Author: tomegun
Revision: 186694

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

Added:
  e2fsprogs/repos/staging-i686/
  e2fsprogs/repos/staging-i686/MIT-LICENSE
(from rev 186693, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/staging-i686/PKGBUILD
(from rev 186693, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/staging-i686/e2fsprogs.install
(from rev 186693, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/staging-i686/mke2fs.conf
(from rev 186693, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/staging-x86_64/
  e2fsprogs/repos/staging-x86_64/MIT-LICENSE
(from rev 186693, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/staging-x86_64/PKGBUILD
(from rev 186693, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/staging-x86_64/e2fsprogs.install
(from rev 186693, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/staging-x86_64/mke2fs.conf
(from rev 186693, e2fsprogs/trunk/mke2fs.conf)

--+
 staging-i686/MIT-LICENSE |   25 
 staging-i686/PKGBUILD|   55 +
 staging-i686/e2fsprogs.install   |   20 +
 staging-i686/mke2fs.conf |   26 +
 staging-x86_64/MIT-LICENSE   |   25 
 staging-x86_64/PKGBUILD  |   55 +
 staging-x86_64/e2fsprogs.install |   20 +
 staging-x86_64/mke2fs.conf   |   26 +
 8 files changed, 252 insertions(+)

Copied: e2fsprogs/repos/staging-i686/MIT-LICENSE (from rev 186693, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- staging-i686/MIT-LICENSE(rev 0)
+++ staging-i686/MIT-LICENSE2013-05-30 14:23:59 UTC (rev 186694)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/staging-i686/PKGBUILD (from rev 186693, 
e2fsprogs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-30 14:23:59 UTC (rev 186694)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org 
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=e2fsprogs
+pkgver=1.42.7
+pkgrel=2
+pkgdesc=Ext2/3/4 filesystem utilities
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'util-linux')
+makedepends=('bc')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+install=${pkgname}.install
+sha1sums=('897ed5bab4f021834d00ec047ed83766d56ce0a8'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+
+  ./configure --prefix=/usr --with-root-prefix= --libdir=/usr/lib \
+  --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' ${pkgdir}/usr/bin/compile_et
+  
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR=/usr/share/ss#' ${pkgdir}/usr/bin/mk_cmds
+  sed -i -e 's#^ET_DIR=.*#ET_DIR=/usr/share/et#' 
${pkgdir}/usr/bin/compile_et
+
+  # install MIT license
+  install -Dm644 ${srcdir}/MIT-LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE
+
+  # usrmove
+  cd $pkgdir
+  mv sbin/* usr/bin/
+  rmdir sbin
+  mv 

  1   2   3   >