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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 04:12:30
  Author: bgyorgy
Revision: 103742

Remove python2-pysqlite-legacy from optdepends

sqlobject also supports python's internal sqlite3 driver, so no one 
need this legacy stuff.

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 03:03:29 UTC (rev 103741)
+++ PKGBUILD2014-01-11 03:12:30 UTC (rev 103742)
@@ -13,8 +13,7 @@
 url='http://sqlobject.org/'
 depends=('python2-formencode')
 makedepends=('python2-setuptools')
-optdepends=('python2-psycopg2: PostgreSQL database support'
-'python2-pysqlite-legacy: SQLite database support')
+optdepends=('python2-psycopg2: PostgreSQL database support')
 
source=("https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz";)
 sha256sums=('033bc56606a9d10d34a0f12141f56fe622bf0b62f3b11f3dd91fa0b5827a31ce')
 



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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 04:03:29
  Author: bgyorgy
Revision: 103741

Remove python2-simplejson from optdepends

No one need this, because python has an internal JSON parser.

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 02:53:12 UTC (rev 103740)
+++ PKGBUILD2014-01-11 03:03:29 UTC (rev 103741)
@@ -49,8 +49,7 @@
 package_python2-requests() {
 depends=(python2)
 optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-'python2-grequests: asynchronous requests with gevent'
-'python2-simplejson')
+'python2-grequests: asynchronous requests with gevent')
 
 cd "$srcdir/$_libname-$pkgver"
 rm -rf build; ln -s ../buildpy2 build



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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 03:53:05
  Author: bgyorgy
Revision: 103739

upgpkg: buildbot 0.8.8-2

Remove unneeded dependencies

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 02:10:34 UTC (rev 103738)
+++ PKGBUILD2014-01-11 02:53:05 UTC (rev 103739)
@@ -4,13 +4,12 @@
 
 pkgname=buildbot
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A system to automate the compile/test cycle required by most software 
projects"
 arch=('any')
 url="http://buildbot.net";
 license=("GPL")
-depends=('twisted' 'python2-jinja' 'python2-simplejson' 'python2-pysqlite'
-'python2-migrate' 'python2-dateutil')
+depends=('twisted' 'python2-jinja' 'python2-migrate' 'python2-dateutil')
 source=(http://buildbot.googlecode.com/files/buildbot-${pkgver/_/}.tar.gz)
 md5sums=('472f512584bbb18cc677ca2ec3b3a905')
 



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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 03:53:12
  Author: bgyorgy
Revision: 103740

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
(from rev 103739, buildbot/trunk/PKGBUILD)
Deleted:
  buildbot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 02:53:05 UTC (rev 103739)
+++ PKGBUILD2014-01-11 02:53:12 UTC (rev 103740)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=buildbot
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="A system to automate the compile/test cycle required by most software 
projects"
-arch=('any')
-url="http://buildbot.net";
-license=("GPL")
-depends=('twisted' 'python2-jinja' 'python2-simplejson' 'python2-pysqlite'
-'python2-migrate' 'python2-dateutil')
-source=(http://buildbot.googlecode.com/files/buildbot-${pkgver/_/}.tar.gz)
-md5sums=('472f512584bbb18cc677ca2ec3b3a905')
-
-package() {
-  cd "$srcdir"/buildbot-${pkgver/_/}
-  python2 setup.py install --root="$pkgdir"
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 103739, 
buildbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 02:53:12 UTC (rev 103740)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot
+pkgver=0.8.8
+pkgrel=2
+pkgdesc="A system to automate the compile/test cycle required by most software 
projects"
+arch=('any')
+url="http://buildbot.net";
+license=("GPL")
+depends=('twisted' 'python2-jinja' 'python2-migrate' 'python2-dateutil')
+source=(http://buildbot.googlecode.com/files/buildbot-${pkgver/_/}.tar.gz)
+md5sums=('472f512584bbb18cc677ca2ec3b3a905')
+
+package() {
+  cd "$srcdir"/buildbot-${pkgver/_/}
+  python2 setup.py install --root="$pkgdir"
+}



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

2014-01-10 Thread Eric Bélanger
Date: Saturday, January 11, 2014 @ 03:29:53
  Author: eric
Revision: 203460

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  107 ++---
 1 file changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 02:29:26 UTC (rev 203459)
+++ PKGBUILD2014-01-11 02:29:53 UTC (rev 203460)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer : 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz";)
-md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 203459, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 02:29:53 UTC (rev 203460)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('aa01bafca5a835eb92a9048be92414fa83da102b'
+  'SKIP')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
+}



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

2014-01-10 Thread Eric Bélanger
Date: Saturday, January 11, 2014 @ 03:29:26
  Author: eric
Revision: 203459

upgpkg: python-mako 0.9.1-1

Upstream update

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 02:11:21 UTC (rev 203458)
+++ PKGBUILD2014-01-11 02:29:26 UTC (rev 203459)
@@ -2,7 +2,7 @@
 # Maintainer : 
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
@@ -10,8 +10,9 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz";)
-md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('aa01bafca5a835eb92a9048be92414fa83da102b'
+  'SKIP')
 
 prepare() {
 cp -r Mako-$pkgver python2-Mako-$pkgver



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

2014-01-10 Thread Felix Yan
Date: Saturday, January 11, 2014 @ 03:11:21
  Author: fyan
Revision: 203458

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

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

---+
 /PKGBUILD |  104 
 /ibus.install |   32 +
 extra-i686/PKGBUILD   |   52 --
 extra-i686/ibus.install   |   16 --
 extra-x86_64/PKGBUILD |   52 --
 extra-x86_64/ibus.install |   16 --
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-11 02:09:04 UTC (rev 203457)
+++ extra-i686/PKGBUILD 2014-01-11 02:11:21 UTC (rev 203458)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
-options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-  install=ibus.install
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" uninstall
-  make -C bindings DESTDIR="${pkgdir}" uninstall
-  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=('glib2')
-
-  cd ${pkgbase}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C bindings DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 203457, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-11 02:11:21 UTC (rev 203458)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=3
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver" 'python2-gobject')
+  install=ibus.install
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2014-01-11 02:09:04 UTC (rev 203457)
+++ extra-i686/ibus.install 2014-01-11 02:11:21 UTC (rev 203458)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
-
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 203457, 
ibus/trunk/ibus.install)

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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 03:09:50
  Author: bgyorgy
Revision: 103737

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 103736, anki/trunk/PKGBUILD)
  anki/repos/community-any/anki.install
(from rev 103736, anki/trunk/anki.install)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki.install

--+
 PKGBUILD |   78 ++---
 anki.install |   20 +++---
 2 files changed, 46 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 02:09:45 UTC (rev 103736)
+++ PKGBUILD2014-01-11 02:09:50 UTC (rev 103737)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.0.20
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="http://ankisrs.net/";
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'mplayer: sound playing'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('15634935901ba98f4c5a594924b0b76e')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki && (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 103736, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 02:09:50 UTC (rev 103737)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.0.20
+pkgrel=2
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="http://ankisrs.net/";
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('15634935901ba98f4c5a594924b0b76e')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki && (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2014-01-11 02:09:45 UTC (rev 103736)
+++ anki.install2014-01-11 02:09:50 UTC (rev 103737)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 103736, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2014-01-11 02:09:50 UTC (rev 103737)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2014-01-10 Thread Balló György
Date: Saturday, January 11, 2014 @ 03:09:45
  Author: bgyorgy
Revision: 103736

upgpkg: anki 2.0.20-2

Clean up unused files and dependencies

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 02:08:57 UTC (rev 103735)
+++ PKGBUILD2014-01-11 02:09:45 UTC (rev 103736)
@@ -6,26 +6,20 @@
 
 pkgname=anki
 pkgver=2.0.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="http://ankisrs.net/";
 license=('AGPL3')
 arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'mplayer: sound playing'
-   'portaudio')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
+optdepends=('mplayer: sound playing')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
 md5sums=('15634935901ba98f4c5a594924b0b76e')
 
-build() {
+prepare() {
   cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
 }
 
 package() {
@@ -38,5 +32,5 @@
 mv anki.desktop ../applications/
 mv anki.1 ../man/man1/
   )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
 }



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

2014-01-10 Thread Felix Yan
Date: Saturday, January 11, 2014 @ 03:07:17
  Author: fyan
Revision: 203455

upgpkg: ibus 1.5.4-3

- add python2-gobject as dependency for ibus, as it's required for ibus-setup

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 00:40:44 UTC (rev 203454)
+++ PKGBUILD2014-01-11 02:07:17 UTC (rev 203455)
@@ -4,7 +4,7 @@
 pkgbase=ibus
 pkgname=(ibus libibus)
 pkgver=1.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
 url="http://ibus.googlecode.com";
@@ -31,7 +31,7 @@
 }
 
 package_ibus() {
-  depends+=("libibus=$pkgver")
+  depends+=("libibus=$pkgver" 'python2-gobject')
   install=ibus.install
 
   cd ${pkgbase}-${pkgver}



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

2014-01-10 Thread Felix Yan
Date: Saturday, January 11, 2014 @ 03:06:45
  Author: fyan
Revision: 103734

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 103733, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 103733, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-11 02:06:08 UTC (rev 103733)
+++ LICENSE 2014-01-11 02:06:45 UTC (rev 103734)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-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: python-boto/repos/community-any/LICENSE (from rev 103733, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-11 02:06:45 UTC (rev 103734)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+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.

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 02:06:08 UTC (rev 103733)
+++ PKGBUILD2014-01-11 02:06:45 UTC (rev 103734)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Kaiting Chen 
-# Maintainer: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.22.1
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto>=2.5.2-1')
-replaces=('python-boto>=2.5.2-1')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver";
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 103733, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 02:06:45 UTC (rev 103734)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Kaiting Chen 
+# Maintainer: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.23.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/

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

2014-01-10 Thread Felix Yan
Date: Saturday, January 11, 2014 @ 03:06:08
  Author: fyan
Revision: 103733

upgpkg: python-boto 2.23.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 01:42:23 UTC (rev 103732)
+++ PKGBUILD2014-01-11 02:06:08 UTC (rev 103733)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.22.1
+pkgver=2.23.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2014-01-10 Thread Evangelos Foutras
Date: Saturday, January 11, 2014 @ 02:42:16
  Author: foutrelis
Revision: 103731

upgpkg: python-jinja 2.7.2-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 01:37:55 UTC (rev 103730)
+++ PKGBUILD2014-01-11 01:42:16 UTC (rev 103731)
@@ -3,8 +3,8 @@
 # Contributor: Peter Baldwin 
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
 url="http://jinja.pocoo.org/";
@@ -11,18 +11,9 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz
-Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
-sha256sums=('5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b'
-'939f61f022a61661bb65e36eb53dd3482cbdb08ea8098c439f7c1aa7f2810b8f')
+source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235')
 
-prepare() {
-  cd "$srcdir/Jinja2-$pkgver"
-
-  # https://github.com/mitsuhiko/jinja2/issues/225
-  patch -Np1 -i "$srcdir/Fix-PrefixLoader-does-not-pass-globals-to-load.patch"
-}
-
 build() {
   cd "$srcdir"
 



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

2014-01-10 Thread Evangelos Foutras
Date: Saturday, January 11, 2014 @ 02:42:23
  Author: foutrelis
Revision: 103732

archrelease: copy trunk to community-any

Added:
  
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
(from rev 103731, 
python-jinja/trunk/Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
  python-jinja/repos/community-any/PKGBUILD
(from rev 103731, python-jinja/trunk/PKGBUILD)
Deleted:
  
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
  python-jinja/repos/community-any/PKGBUILD

--+
 Fix-PrefixLoader-does-not-pass-globals-to-load.patch |   52 
 PKGBUILD |  107 +++--
 2 files changed, 75 insertions(+), 84 deletions(-)

Deleted: Fix-PrefixLoader-does-not-pass-globals-to-load.patch
===
--- Fix-PrefixLoader-does-not-pass-globals-to-load.patch2014-01-11 
01:42:16 UTC (rev 103731)
+++ Fix-PrefixLoader-does-not-pass-globals-to-load.patch2014-01-11 
01:42:23 UTC (rev 103732)
@@ -1,26 +0,0 @@
-From 478983594423dcdb85e26ea7a02b8d1d72215db6 Mon Sep 17 00:00:00 2001
-From: Morris Jobke 
-Date: Mon, 27 May 2013 00:54:52 +0300
-Subject: [PATCH] Fix "PrefixLoader does not pass globals to load"
-
-Fix mitsuhiko/jinja2#225

- jinja2/loaders.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/jinja2/loaders.py b/jinja2/loaders.py
-index a9a2625..cc9c683 100644
 a/jinja2/loaders.py
-+++ b/jinja2/loaders.py
-@@ -349,7 +349,7 @@ def get_source(self, environment, template):
- def load(self, environment, name, globals=None):
- loader, local_name = self.get_loader(name)
- try:
--return loader.load(environment, local_name)
-+return loader.load(environment, local_name, globals)
- except TemplateNotFound:
- # re-raise the exception with the correct fileame here.
- # (the one that includes the prefix)
--- 
-1.8.1.6
-

Copied: 
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
 (from rev 103731, 
python-jinja/trunk/Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
===
--- Fix-PrefixLoader-does-not-pass-globals-to-load.patch
(rev 0)
+++ Fix-PrefixLoader-does-not-pass-globals-to-load.patch2014-01-11 
01:42:23 UTC (rev 103732)
@@ -0,0 +1,26 @@
+From 478983594423dcdb85e26ea7a02b8d1d72215db6 Mon Sep 17 00:00:00 2001
+From: Morris Jobke 
+Date: Mon, 27 May 2013 00:54:52 +0300
+Subject: [PATCH] Fix "PrefixLoader does not pass globals to load"
+
+Fix mitsuhiko/jinja2#225
+---
+ jinja2/loaders.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jinja2/loaders.py b/jinja2/loaders.py
+index a9a2625..cc9c683 100644
+--- a/jinja2/loaders.py
 b/jinja2/loaders.py
+@@ -349,7 +349,7 @@ def get_source(self, environment, template):
+ def load(self, environment, name, globals=None):
+ loader, local_name = self.get_loader(name)
+ try:
+-return loader.load(environment, local_name)
++return loader.load(environment, local_name, globals)
+ except TemplateNotFound:
+ # re-raise the exception with the correct fileame here.
+ # (the one that includes the prefix)
+-- 
+1.8.1.6
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 01:42:16 UTC (rev 103731)
+++ PKGBUILD2014-01-11 01:42:23 UTC (rev 103732)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Peter Baldwin 
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7.1
-pkgrel=2
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="http://jinja.pocoo.org/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz
-Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
-sha256sums=('5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b'
-'939f61f022a61661bb65e36eb53dd3482cbdb08ea8098c439f7c1aa7f2810b8f')
-
-prepare() {
-  cd "$srcdir/Jinja2-$pkgver"
-
-  # https://github.com/mitsuhiko/jinja2/issues/225
-  patch -Np1 -i "$srcdir/Fix-PrefixLoader-does-not-pass-globals-to-load.patch"
-}
-
-build() {
-  cd "$srcdir"
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd "$srcdir/python3-build"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share

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

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:40:44
  Author: svenstaro
Revision: 203454

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

Added:
  gnuplot/repos/testing-i686/PKGBUILD
(from rev 203453, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-i686/gnuplot.install
(from rev 203453, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/testing-x86_64/PKGBUILD
(from rev 203453, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-x86_64/gnuplot.install
(from rev 203453, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/testing-i686/PKGBUILD
  gnuplot/repos/testing-i686/gnuplot.install
  gnuplot/repos/testing-x86_64/PKGBUILD
  gnuplot/repos/testing-x86_64/gnuplot.install

+
 /PKGBUILD  |   98 +++
 /gnuplot.install   |   70 +++
 testing-i686/PKGBUILD  |   49 ---
 testing-i686/gnuplot.install   |   35 -
 testing-x86_64/PKGBUILD|   49 ---
 testing-x86_64/gnuplot.install |   35 -
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-11 00:40:06 UTC (rev 203453)
+++ testing-i686/PKGBUILD   2014-01-11 00:40:44 UTC (rev 203454)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.4
-pkgrel=4
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/testing-i686/PKGBUILD (from rev 203453, 
gnuplot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-11 00:40:44 UTC (rev 203454)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=4
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
+
+  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
+  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
+
+  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
+}

Deleted: testing-i686/gnuplot.install
===

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

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:40:06
  Author: svenstaro
Revision: 203453

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

Added:
  gnuplot/repos/testing-i686/PKGBUILD
(from rev 203452, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-i686/gnuplot.install
(from rev 203452, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/testing-x86_64/PKGBUILD
(from rev 203452, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-x86_64/gnuplot.install
(from rev 203452, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/testing-x86_64/PKGBUILD
  gnuplot/repos/testing-x86_64/gnuplot.install

+
 /PKGBUILD  |   49 +++
 /gnuplot.install   |   35 +++
 testing-i686/PKGBUILD  |   49 +++
 testing-i686/gnuplot.install   |   35 +++
 testing-x86_64/PKGBUILD|   49 ---
 testing-x86_64/gnuplot.install |   35 ---
 6 files changed, 168 insertions(+), 84 deletions(-)

Copied: gnuplot/repos/testing-i686/PKGBUILD (from rev 203452, 
gnuplot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-11 00:40:06 UTC (rev 203453)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=4
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
+
+  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
+  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
+
+  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
+}

Copied: gnuplot/repos/testing-i686/gnuplot.install (from rev 203452, 
gnuplot/trunk/gnuplot.install)
===
--- testing-i686/gnuplot.install(rev 0)
+++ testing-i686/gnuplot.install2014-01-11 00:40:06 UTC (rev 203453)
@@ -0,0 +1,35 @@
+info_dir=/usr/share/info
+info_files=(gnuplot.info)
+
+post_install() {
+cat << EOF
+==> To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
+EOF
+
+  if [ -f /usr/bin/mktexlsr ]; then
+echo "Updating TeX tree..."
+mktexlsr
+  fi
+
+for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_remove() {
+  if [ -f /usr/bin/mktexlsr ]; then
+echo "Updating TeX tree..."
+mktexlsr
+  fi
+}
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-01-11 00:39:23 UTC (rev 203452)
+++ testing-x86_64/PKGBUILD 2014-01-11 00:40:06 UTC (rev 203453)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.4
-pkgrel=4
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
-
-prepar

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

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:39:23
  Author: svenstaro
Revision: 203452

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

Added:
  gnuplot/repos/testing-x86_64/PKGBUILD
(from rev 203451, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-x86_64/gnuplot.install
(from rev 203451, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/testing-i686/PKGBUILD
  gnuplot/repos/testing-i686/gnuplot.install

+
 testing-i686/PKGBUILD  |   49 ---
 testing-i686/gnuplot.install   |   35 ---
 testing-x86_64/PKGBUILD|   49 +++
 testing-x86_64/gnuplot.install |   35 +++
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-11 00:36:51 UTC (rev 203451)
+++ testing-i686/PKGBUILD   2014-01-11 00:39:23 UTC (rev 203452)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.4
-pkgrel=3
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Deleted: testing-i686/gnuplot.install
===
--- testing-i686/gnuplot.install2014-01-11 00:36:51 UTC (rev 203451)
+++ testing-i686/gnuplot.install2014-01-11 00:39:23 UTC (rev 203452)
@@ -1,35 +0,0 @@
-info_dir=/usr/share/info
-info_files=(gnuplot.info)
-
-post_install() {
-cat << EOF
-==> To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
-EOF
-
-  if [ -f /usr/bin/mktexlsr ]; then
-echo "Updating TeX tree..."
-mktexlsr
-  fi
-
-for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_remove() {
-  if [ -f /usr/bin/mktexlsr ]; then
-echo "Updating TeX tree..."
-mktexlsr
-  fi
-}
-

Copied: gnuplot/repos/testing-x86_64/PKGBUILD (from rev 203451, 
gnuplot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-11 00:39:23 UTC (rev 203452)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=4
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build

[arch-commits] Commit in gnuplot/repos/testing-x86_64 (PKGBUILD gnuplot.install)

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:36:51
  Author: svenstaro
Revision: 203451

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

Deleted:
  gnuplot/repos/testing-x86_64/PKGBUILD
  gnuplot/repos/testing-x86_64/gnuplot.install

-+
 PKGBUILD|   49 -
 gnuplot.install |   35 ---
 2 files changed, 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 00:24:05 UTC (rev 203450)
+++ PKGBUILD2014-01-11 00:36:51 UTC (rev 203451)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.4
-pkgrel=4
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Deleted: gnuplot.install
===
--- gnuplot.install 2014-01-11 00:24:05 UTC (rev 203450)
+++ gnuplot.install 2014-01-11 00:36:51 UTC (rev 203451)
@@ -1,35 +0,0 @@
-info_dir=/usr/share/info
-info_files=(gnuplot.info)
-
-post_install() {
-cat << EOF
-==> To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
-EOF
-
-  if [ -f /usr/bin/mktexlsr ]; then
-echo "Updating TeX tree..."
-mktexlsr
-  fi
-
-for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_remove() {
-  if [ -f /usr/bin/mktexlsr ]; then
-echo "Updating TeX tree..."
-mktexlsr
-  fi
-}
-



[arch-commits] Commit in gnuplot/repos/testing-x86_64 (4 files)

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:24:05
  Author: svenstaro
Revision: 203450

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

Added:
  gnuplot/repos/testing-x86_64/PKGBUILD
(from rev 203449, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/testing-x86_64/gnuplot.install
(from rev 203449, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/testing-x86_64/PKGBUILD
  gnuplot/repos/testing-x86_64/gnuplot.install

-+
 PKGBUILD|   98 +++---
 gnuplot.install |   70 +++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-11 00:19:40 UTC (rev 203449)
+++ PKGBUILD2014-01-11 00:24:05 UTC (rev 203450)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.4
-pkgrel=3
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/testing-x86_64/PKGBUILD (from rev 203449, 
gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-11 00:24:05 UTC (rev 203450)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=4
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install install-info
+
+  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
+  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
+
+  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
+}

Deleted: gnuplot.install
===
--- gnuplot.install 2014-01-11 00:19:40 UTC (rev 203449)
+++ gnuplot.install 2014-01-11 00:24:05 UTC (rev 203450)
@@ -1,35 +0,0 @@
-info_dir=/usr/share/info
-info_files=(gnuplot.info)
-
-post_install() {
-cat << EOF
-==> To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
-EOF
-
-  if [ -f /usr/bin/mktexlsr ]; then
-echo "Updating TeX tree..."
-mktexlsr
-  fi
-
-for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_up

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

2014-01-10 Thread Sven-Hendrik Haase
Date: Saturday, January 11, 2014 @ 01:19:40
  Author: svenstaro
Revision: 203449

upgpkg: gnuplot 4.6.4-4

rebuild with gnutls

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 22:40:24 UTC (rev 203448)
+++ PKGBUILD2014-01-11 00:19:40 UTC (rev 203449)
@@ -5,12 +5,12 @@
 
 pkgname=gnuplot
 pkgver=4.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info"; 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
 makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
 options=('!makeflags')
 install=gnuplot.install 



[arch-commits] Commit in hunspell-fr/repos/extra-any (4 files)

2014-01-10 Thread Guillaume Alaux
Date: Friday, January 10, 2014 @ 23:40:24
  Author: guillaume
Revision: 203448

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/LICENSE
(from rev 203447, hunspell-fr/trunk/LICENSE)
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 203447, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/LICENSE
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 LICENSE  |  746 ++---
 PKGBUILD |   88 +++
 2 files changed, 417 insertions(+), 417 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-10 22:39:43 UTC (rev 203447)
+++ LICENSE 2014-01-10 22:40:24 UTC (rev 203448)
@@ -1,373 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in 
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. "Source Code Form"
-means the form of the work preferred for making modifications.
-
-1.14. "You" (or "Your")
-means an individual or a legal entity exercising rights under this
-License. For legal entities, "You" includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, "control" means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of more than
-fifty percent (50%) of the outstanding shares or beneficial
-ownership of such entity.
-
-2. License Grants and Conditions
-
-
-2.1. Grants
-
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license:
-
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by such Contributor to use, reproduce, make available,
-modify, display, perform, distribute, and otherwise exploit its
-Contributions, either on an unmodified basis, with Modifications, or
-as part of a Larger Work; and
-
-(b) under Patent Claims of such Contributor to make, use, sell, offer
-for sale, have made, import, and otherwise transfer either its
-Contributions or its Contributor Version.
-
-2.2. Effective Date
-
-The licenses granted in Section 2.1 with respect to any Contribution
-become effective for each Contribution on the date the Contributor first
-distributes such Contribution.
-
-2.3. Limitations on Grant Scope
-
-The licenses granted in this Section 2 are the o

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

2014-01-10 Thread Guillaume Alaux
Date: Friday, January 10, 2014 @ 23:39:43
  Author: guillaume
Revision: 203447

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 22:37:23 UTC (rev 203446)
+++ PKGBUILD2014-01-10 22:39:43 UTC (rev 203447)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 
 pkgname=hunspell-fr
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('f98dd74ca8a787961f123d092be5dda3a76fbfb19f2c138638dcfb8df99b73ca'
+sha256sums=('54b31884e31bc6837a1a0282ec6fdeff33660e6f7252e2ad27dfc2eb4331bbfb'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



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

2014-01-10 Thread Guillaume Alaux
Date: Friday, January 10, 2014 @ 23:37:23
  Author: guillaume
Revision: 203446

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

Added:
  easytag/repos/extra-i686/PKGBUILD
(from rev 203445, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
(from rev 203445, 
easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch
(from rev 203445, 
easytag/trunk/easytag-2.1.8-fix_mixed_declarations_and_code.patch)
  easytag/repos/extra-i686/easytag.install
(from rev 203445, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
(from rev 203445, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
(from rev 203445, 
easytag/trunk/easytag-2.1.8-fix_mime_directory_association.patch)
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch
(from rev 203445, 
easytag/trunk/easytag-2.1.8-fix_mixed_declarations_and_code.patch)
  easytag/repos/extra-x86_64/easytag.install
(from rev 203445, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch
  easytag/repos/extra-x86_64/easytag.install

--+
 /PKGBUILD|   70 

 /easytag-2.1.8-fix_mime_directory_association.patch  |   22 ++
 /easytag-2.1.8-fix_mixed_declarations_and_code.patch |   86 
++
 /easytag.install |   24 ++
 extra-i686/PKGBUILD  |   47 -
 extra-i686/easytag-2.1.8-fix_mime_directory_association.patch|   11 -
 extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch   |   43 -
 extra-i686/easytag.install   |   12 -
 extra-x86_64/PKGBUILD|   47 -
 extra-x86_64/easytag-2.1.8-fix_mime_directory_association.patch  |   11 -
 extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch |   43 -
 extra-x86_64/easytag.install |   12 -
 12 files changed, 202 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 22:35:38 UTC (rev 203445)
+++ extra-i686/PKGBUILD 2014-01-10 22:37:23 UTC (rev 203446)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.1.8
-pkgrel=2
-pkgdesc='Utility for viewing and editing tags for most audio formats'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool')
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
-easytag-2.1.8-fix_mixed_declarations_and_code.patch
-easytag-2.1.8-fix_mime_directory_association.patch)
-sha256sums=('1a2f75c9a70aeb7a404dfaa96e0df0eaaa325df301c58f0f708d0da4c08e65a9'
-'453d2a102cf482d6d1586b11e531bf267f302aab3ee6b8c43b6bcc61cfa2ede5'
-'693da67f0c96d51ad363bb9e70a22b402bc7c5058d648981919a115381700cd3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Already fixed upstream
-  # 
http://git.gnome.org/browse/easytag/commit/src/wavpack_tag.c?id=17a33964c32035f6b9986e13726ae3582a126244
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mixed_declarations_and_code.patch
-
-  # Bad Easytag! Bad! You don't know your place!
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mime_directory_association.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 203445, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 22:37:23 UTC (rev 203446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.1.9
+pkgrel=

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

2014-01-10 Thread Guillaume Alaux
Date: Friday, January 10, 2014 @ 23:35:38
  Author: guillaume
Revision: 203445

Upstream release + got rid of 2 patches

Modified:
  easytag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:24:03 UTC (rev 203444)
+++ PKGBUILD2014-01-10 22:35:38 UTC (rev 203445)
@@ -5,33 +5,21 @@
 # Contributor: dorphell 
 
 pkgname=easytag
-pkgver=2.1.8
-pkgrel=2
+pkgver=2.1.9
+pkgrel=1
 pkgdesc='Utility for viewing and editing tags for most audio formats'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
-makedepends=('intltool')
+makedepends=('intltool' 'itstool')
 depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
  'desktop-file-utils' 'hicolor-icon-theme')
 install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
-easytag-2.1.8-fix_mixed_declarations_and_code.patch
-easytag-2.1.8-fix_mime_directory_association.patch)
-sha256sums=('1a2f75c9a70aeb7a404dfaa96e0df0eaaa325df301c58f0f708d0da4c08e65a9'
-'453d2a102cf482d6d1586b11e531bf267f302aab3ee6b8c43b6bcc61cfa2ede5'
-'693da67f0c96d51ad363bb9e70a22b402bc7c5058d648981919a115381700cd3')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5a6e742a458ef6f48f2d5e98a24182a9c87a213e847fcce75c757ac90273501')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Already fixed upstream
-  # 
http://git.gnome.org/browse/easytag/commit/src/wavpack_tag.c?id=17a33964c32035f6b9986e13726ae3582a126244
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mixed_declarations_and_code.patch
-
-  # Bad Easytag! Bad! You don't know your place!
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mime_directory_association.patch
-
   ./configure --prefix=/usr
   make
 }



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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:26:05
  Author: heftig
Revision: 103728

3.3.5

Modified:
  lib32-libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:25:08 UTC (rev 103727)
+++ PKGBUILD2014-01-10 21:26:05 UTC (rev 103728)
@@ -5,16 +5,16 @@
 # Contributor: Jesse Juhani Jaara 
 
 pkgname=lib32-libmikmod
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="A portable sound library"
 license=(GPL LGPL)
 url="http://mikmod.sourceforge.net";
 arch=(x86_64)
-depends=(libmikmod lib32-openal)
+depends=(libmikmod lib32-libpulse)
 makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
 source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
-sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae')
+sha256sums=('b714ee340a04e6867f60246f679e0f40063b92f99269b6b715c8bf19ad469fb6')
 
 prepare() {
   mkdir build
@@ -29,7 +29,6 @@
   ../libmikmod-$pkgver/configure \
 --prefix=/usr \
 --libdir=/usr/lib32 \
---enable-openal \
 --disable-static
   make
 }



[arch-commits] Commit in lib32-libmikmod/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:26:28
  Author: heftig
Revision: 103729

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libmikmod/repos/multilib-x86_64/PKGBUILD
(from rev 103728, lib32-libmikmod/trunk/PKGBUILD)
Deleted:
  lib32-libmikmod/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-10 21:26:05 UTC (rev 103728)
+++ PKGBUILD2014-01-10 21:26:28 UTC (rev 103729)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Jesse Juhani Jaara 
-
-pkgname=lib32-libmikmod
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="A portable sound library"
-license=(GPL LGPL)
-url="http://mikmod.sourceforge.net";
-arch=(x86_64)
-depends=(libmikmod lib32-openal)
-makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
-source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
-sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  ../libmikmod-$pkgver/configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---enable-openal \
---disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{include,share,bin}
-}
-

Copied: lib32-libmikmod/repos/multilib-x86_64/PKGBUILD (from rev 103728, 
lib32-libmikmod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-10 21:26:28 UTC (rev 103729)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Peter Lewis 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+# Contributor: Jesse Juhani Jaara 
+
+pkgname=lib32-libmikmod
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.sourceforge.net";
+arch=(x86_64)
+depends=(libmikmod lib32-libpulse)
+makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
+source=(http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz)
+sha256sums=('b714ee340a04e6867f60246f679e0f40063b92f99269b6b715c8bf19ad469fb6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  ../libmikmod-$pkgver/configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,share,bin}
+}
+



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

2014-01-10 Thread Balló György
Date: Friday, January 10, 2014 @ 22:25:08
  Author: bgyorgy
Revision: 103727

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 103726, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 103726, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 103726, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 103726, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 103726, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 103726, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 103726, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 103726, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   42 
 /PKGBUILD  |  106 +++
 /stunnel.install   |   62 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 --
 community-i686/PKGBUILD|   60 -
 community-i686/stunnel.install |   31 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 --
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/stunnel.install   |   31 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 212 insertions(+), 226 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2014-01-10 21:24:58 UTC (rev 103726)
+++ community-i686/Makefile.patch   2014-01-10 21:25:08 UTC (rev 103727)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 
-@@ -377,7 +376,7 @@
-   clean-local distclean distclean-generic distclean-libtool \
-   distdir dvi dvi-am html html-am info info-am install \
-   install-am install-confDATA install-data install-data-am \
--  install-data-local install-dvi install-dvi-am \
-+  install-dvi install-dvi-am \
-   install-examplesDATA install-exec install-exec-am install-html \
-   install-html-am install-info install-info-am install-man \
-   install-pdf install-pdf-am install-ps install-ps-am \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 103726, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2014-01-10 21:25:08 UTC (rev 103727)
@@ -0,0 +1,21 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 
+@@ -377,7 +376,7 @@
+   clean-local distclean distclean-generic distclean-libtool \
+   distdir dvi dvi-am html html-am info info-am install \
+   install-am install-confDATA install-data install-data-am \
+-  install-data-local install-dvi install-dvi-am \
++  install-dvi install-dvi-am \
+   install-examplesDATA install-exec install-exec-am install-html \
+   install-html-am install-info install-info-am install-man \
+   install-pdf install-pdf-am install-ps install-ps-am \

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 21:24:58 UTC (rev 103726)
+++ community-i686/PKGBUILD 2014-01-10 21:25:08 UTC (rev 103727)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=4.56
-pkgrel=3
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')

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

2014-01-10 Thread Balló György
Date: Friday, January 10, 2014 @ 22:24:58
  Author: bgyorgy
Revision: 103726

upgpkg: stunnel 4.56-4

Rename stunnel.cnf to avoid confusion (FS#37390), minor cleanup

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 14:07:03 UTC (rev 103725)
+++ PKGBUILD2014-01-10 21:24:58 UTC (rev 103726)
@@ -6,7 +6,7 @@
 
 pkgname=stunnel
 pkgver=4.56
-pkgrel=3
+pkgrel=4
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
 url="http://www.stunnel.org";
@@ -42,17 +42,10 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 
-  for i in ca.pl importCA.sh; do
-install -Dm755 "tools/$i" "$pkgdir/usr/share/stunnel/$i"
-  done
-
-  install -Dm644 tools/stunnel.cnf "$pkgdir/etc/stunnel/stunnel.cnf"
+  install -Dm644 tools/stunnel.cnf 
"$pkgdir/etc/stunnel/stunnel-openssl.cnf-sample"
+  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
   install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
 
-  # move systemd service into place
-  install -dm755 "$pkgdir/usr/lib/systemd/system"
-  mv "tools/stunnel.service" "$pkgdir/usr/lib/systemd/system/"
-
   sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
   -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
   -e "s:no\(body\|group\):stunnel:g" \



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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:24:03
  Author: heftig
Revision: 203444

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

Added:
  libmikmod/repos/extra-i686/PKGBUILD
(from rev 203443, libmikmod/trunk/PKGBUILD)
  libmikmod/repos/extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 203443, libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/extra-i686/libmikmod-3.2.0-64bit-fix.diff
(from rev 203443, libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/extra-i686/libmikmod.install
(from rev 203443, libmikmod/trunk/libmikmod.install)
  libmikmod/repos/extra-x86_64/PKGBUILD
(from rev 203443, libmikmod/trunk/PKGBUILD)
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 203443, libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/extra-x86_64/libmikmod-3.2.0-64bit-fix.diff
(from rev 203443, libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/extra-x86_64/libmikmod.install
(from rev 203443, libmikmod/trunk/libmikmod.install)
Deleted:
  libmikmod/repos/extra-i686/PKGBUILD
  libmikmod/repos/extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff
  libmikmod/repos/extra-i686/libmikmod-3.2.0-64bit-fix.diff
  libmikmod/repos/extra-i686/libmikmod.install
  libmikmod/repos/extra-x86_64/PKGBUILD
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod-3.2.0-64bit-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod.install

--+
 /PKGBUILD|   70 +
 /libmikmod-3.1.12-loopingvolume-fix.diff |   30 +++
 /libmikmod-3.2.0-64bit-fix.diff  |   24 +
 /libmikmod.install   |   36 
 extra-i686/PKGBUILD  |   36 
 extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff   |   15 ---
 extra-i686/libmikmod-3.2.0-64bit-fix.diff|   12 --
 extra-i686/libmikmod.install |   18 
 extra-x86_64/PKGBUILD|   36 
 extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff |   15 ---
 extra-x86_64/libmikmod-3.2.0-64bit-fix.diff  |   12 --
 extra-x86_64/libmikmod.install   |   18 
 12 files changed, 160 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 21:23:39 UTC (rev 203443)
+++ extra-i686/PKGBUILD 2014-01-10 21:24:03 UTC (rev 203444)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=libmikmod
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="A portable sound library"
-license=(GPL LGPL)
-url="http://mikmod.sourceforge.net";
-arch=(i686 x86_64)
-depends=(openal sh)
-makedepends=(alsa-lib)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../$pkgname-$pkgver/configure \
---prefix=/usr \
---enable-openal \
---disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libmikmod/repos/extra-i686/PKGBUILD (from rev 203443, 
libmikmod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 21:24:03 UTC (rev 203444)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=libmikmod
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.sourceforge.net";
+arch=(i686 x86_64)
+depends=(libpulse sh)
+makedepends=(alsa-lib)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
+sha256sums=('b714ee340a04e6867f60246f679e0f40063b92f99269b6b715c8bf19ad469fb6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff
===
--- extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff  2014-01-10 21:23:39 UTC 
(rev 203443)
+++ extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff  2014-01-10 21:24:03 UTC 
(rev 203444)
@@ -1,15 +0,0 @@
-Yi-Huang Han - Wed Oct 24 21:55:47 PDT 2001
- * Fixed MOD music volume when looping
-
-diff -ru libmikmod-3.1.12.orig/playercode/mplayer.c 
libmikmod-3.1.12/playercode/mplayer.c
 libmikmod-3.1.12.orig/playercode/mplayer.c 2009-

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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:23:39
  Author: heftig
Revision: 203443

3.3.5

Modified:
  libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:13:42 UTC (rev 203442)
+++ PKGBUILD2014-01-10 21:23:39 UTC (rev 203443)
@@ -4,17 +4,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=libmikmod
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="A portable sound library"
 license=(GPL LGPL)
 url="http://mikmod.sourceforge.net";
 arch=(i686 x86_64)
-depends=(openal sh)
+depends=(libpulse sh)
 makedepends=(alsa-lib)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae')
+sha256sums=('b714ee340a04e6867f60246f679e0f40063b92f99269b6b715c8bf19ad469fb6')
 
 prepare() {
   mkdir build
@@ -24,7 +24,6 @@
   cd build
   ../$pkgname-$pkgver/configure \
 --prefix=/usr \
---enable-openal \
 --disable-static
   make
 }



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

2014-01-10 Thread Ronald van Haren
Date: Friday, January 10, 2014 @ 22:13:29
  Author: ronald
Revision: 203441

upgpkg: evas_generic_loaders 1.8.1-2

fix typo resulting in empty package

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:09:04 UTC (rev 203440)
+++ PKGBUILD2014-01-10 21:13:29 UTC (rev 203441)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
@@ -15,7 +15,7 @@
 sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   export CFLAGS="$CFLAGS -fvisibility=hidden"
 
@@ -33,6 +33,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="{$pkgdir}" install
+  make DESTDIR="${pkgdir}" install
 }
 



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

2014-01-10 Thread Ronald van Haren
Date: Friday, January 10, 2014 @ 22:13:42
  Author: ronald
Revision: 203442

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

Added:
  evas_generic_loaders/repos/testing-i686/PKGBUILD
(from rev 203441, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/testing-x86_64/PKGBUILD
(from rev 203441, evas_generic_loaders/trunk/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/testing-i686/PKGBUILD
  evas_generic_loaders/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-10 21:13:29 UTC (rev 203441)
+++ testing-i686/PKGBUILD   2014-01-10 21:13:42 UTC (rev 203442)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="{$pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/testing-i686/PKGBUILD (from rev 203441, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 21:13:42 UTC (rev 203442)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-01-10 21:13:29 UTC (rev 203441)
+++ testing-x86_64/PKGBUILD 2014-01-10 21:13:42 UTC (rev 203442)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="{$pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/testing-x86_64/PKGBUILD (from rev 203441, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 21:13:42 UTC (rev 203442)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=

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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:08:52
  Author: heftig
Revision: 203439

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 21:08:34 UTC (rev 203438)
+++ extra-i686/PKGBUILD 2014-01-10 21:08:52 UTC (rev 203439)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=cogl
-pkgver=1.16.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=(!emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---enable-gles{1,2} \
---enable-{kms,wayland}-egl-platform \
---enable-wayland-egl-server
-
-  # 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:

Copied: cogl/repos/extra-i686/PKGBUILD (from rev 203438, cogl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 21:08:52 UTC (rev 203439)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.16.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=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # 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   2014-01-10 21:08:34 UTC (rev 203438)
+++ extra-x86_64/PKGBUILD   2014-01-10 21:08:52 UTC (rev 203439)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=cogl
-pkgver=1.16.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=(!emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---enable-gles{1,2} \
---enable-{kms,wayland}-egl-platform \
---enable-wayland-egl-server
-
-  # 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:

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 203438, cogl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-10 21:08:52 UTC (rev 203439)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.16.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=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://download.gnome.org/sources/$pkgnam

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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:09:04
  Author: heftig
Revision: 203440

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 21:08:52 UTC (rev 203439)
+++ extra-i686/PKGBUILD 2014-01-10 21:09:04 UTC (rev 203440)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 203439, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 21:09:04 UTC (rev 203440)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-10 21:08:52 UTC (rev 203439)
+++ extra-x86_64/PKGBUILD   2014-01-10 21:09:04 UTC (rev 203440)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 203439, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-10 21:09:04 UTC (rev 203440)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla

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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:08:34
  Author: heftig
Revision: 203438

2.0.10

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:05:24 UTC (rev 203437)
+++ PKGBUILD2014-01-10 21:08:34 UTC (rev 203438)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=clutter-gst
-pkgver=2.0.8
+pkgver=2.0.10
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d')
+sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-10 Thread Ronald van Haren
Date: Friday, January 10, 2014 @ 22:05:24
  Author: ronald
Revision: 203437

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

Added:
  emotion_generic_players/repos/testing-i686/PKGBUILD
(from rev 203436, emotion_generic_players/trunk/PKGBUILD)
  emotion_generic_players/repos/testing-x86_64/PKGBUILD
(from rev 203436, emotion_generic_players/trunk/PKGBUILD)
Deleted:
  emotion_generic_players/repos/testing-i686/PKGBUILD
  emotion_generic_players/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-10 21:05:07 UTC (rev 203436)
+++ testing-i686/PKGBUILD   2014-01-10 21:05:24 UTC (rev 203437)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/testing-i686/PKGBUILD (from rev 203436, 
emotion_generic_players/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 21:05:24 UTC (rev 203437)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-01-10 21:05:07 UTC (rev 203436)
+++ testing-x86_64/PKGBUILD 2014-01-10 21:05:24 UTC (rev 203437)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/testing-x86_64/PKGBUILD (from rev 203436, 
emotion_generic_players/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 21:05:24 UTC (rev 203437)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
+
+build() {
+  cd "${srcdir}/

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

2014-01-10 Thread Ronald van Haren
Date: Friday, January 10, 2014 @ 22:05:07
  Author: ronald
Revision: 203436

upgpkg: emotion_generic_players 1.8.0-2

efl rebuild

Modified:
  emotion_generic_players/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 21:02:03 UTC (rev 203435)
+++ PKGBUILD2014-01-10 21:05:07 UTC (rev 203436)
@@ -4,7 +4,7 @@
 
 pkgname=emotion_generic_players
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";



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

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 22:02:03
  Author: heftig
Revision: 203435

Fix depends; be more explicit

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 20:46:03 UTC (rev 203434)
+++ PKGBUILD2014-01-10 21:02:03 UTC (rev 203435)
@@ -3,13 +3,13 @@
 
 pkgname=cogl
 pkgver=1.16.0
-pkgrel=2
+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')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
 options=(!emptydirs)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094')



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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:46:03
  Author: andyrtr
Revision: 203434

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

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

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

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

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
203433, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-01-10 20:46:03 UTC (rev 
203434)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 203433, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 20:46:03 UTC (rev 203434)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_extramodules=extramodules-3.10-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.10.26' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('023eb0

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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:45:54
  Author: andyrtr
Revision: 203433

upgpkg: nvidia-304xx-lts 304.117-3

rebuild for 3.10.26

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 20:42:54 UTC (rev 203432)
+++ PKGBUILD2014-01-10 20:45:54 UTC (rev 203433)
@@ -4,12 +4,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.117
 _extramodules=extramodules-3.10-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.10.25' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=3.10.25')
+depends=('linux-lts>=3.10.26' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.10.26')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')



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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:42:41
  Author: andyrtr
Revision: 203431

upgpkg: nvidia-lts 331.20-6

rebuild for 3.10.26

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 20:36:02 UTC (rev 203430)
+++ PKGBUILD2014-01-10 20:42:41 UTC (rev 203431)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=331.20
 _extramodules=extramodules-3.10-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.10.25' "nvidia-utils=$pkgver")
-makedepends=('linux-lts-headers>=3.10.25')
+depends=('linux-lts>=3.10.26' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.10.26')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install



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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:42:54
  Author: andyrtr
Revision: 203432

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 203431, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 20:42:54 UTC (rev 203432)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=331.20
+_extramodules=extramodules-3.10-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.10.26' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('801aa04a087891690f1cac09575b2ba9')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('28295eed56c2ca996401c0093279620f')
+fi
+
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  sh ${_pkg}.run --extract-only
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  gzip 
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 203431, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-01-10 20:42:54 UTC (rev 203432)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 203431, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 20:42:54 UTC (rev 203432)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=331.20
+_extramodules=extramodules-3.10-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.10.26' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('801aa04a087891690f1cac09575b2ba9')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('28295eed56c2ca996401c0093279620f')
+fi
+
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  sh ${_pkg}.run --extract-only
+ 

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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:21:43
  Author: andyrtr
Revision: 203428

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 203427, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 203427, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 203427, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 203427, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 203427, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 203427, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 203427, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 203427, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 203427, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 203427, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 203427, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 203427, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 203427, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 203427, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 203427, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 203427, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 26062 insertions(+)

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


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

2014-01-10 Thread Andreas Radke
Date: Friday, January 10, 2014 @ 21:21:13
  Author: andyrtr
Revision: 203427

upgpkg: linux-lts 3.10.26-1

upstream update 3.10.26

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 19:36:28 UTC (rev 203426)
+++ PKGBUILD2014-01-10 20:21:13 UTC (rev 203427)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.25
+pkgver=3.10.26
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'a216b82ba3670c979241a9ef9f1438e4'
+ 'cc2daa30e99dc4d2d10e5e2ead8747ad'
  '45368ef5c1d03d375c31dcecabc5f0dd'
  'bf297cf1c74b06552b1013a09a27692f'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -34,9 +34,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 534373ff1d4d33a22235fb1e1718e3ac /lib/modules/3.10.20-1-lts/modules.symbols
+# 97243bf7f0f7597a070e3e542b0e9772 /lib/modules/3.10.26-1-lts/modules.symbols
 # i686
-# d0a2ce5ff856e1609af684f6601e915b /lib/modules/3.10.20-1-lts/modules.symbols
+# e553d94762632f94c086b713ef326fba /lib/modules/3.10.26-1-lts/modules.symbols
 
 
 prepare() {



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

2014-01-10 Thread Thomas Dziedzic
Date: Friday, January 10, 2014 @ 20:36:28
  Author: td123
Revision: 203426

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

Added:
  
ruby/repos/staging-i686/0001-Fix-installing-gem-from-file-without-dependencies.patch
(from rev 203425, 
ruby/trunk/0001-Fix-installing-gem-from-file-without-dependencies.patch)
  ruby/repos/staging-i686/PKGBUILD
(from rev 203425, ruby/trunk/PKGBUILD)
  ruby/repos/staging-i686/gemrc
(from rev 203425, ruby/trunk/gemrc)
  ruby/repos/staging-i686/ruby.install
(from rev 203425, ruby/trunk/ruby.install)
  
ruby/repos/staging-x86_64/0001-Fix-installing-gem-from-file-without-dependencies.patch
(from rev 203425, 
ruby/trunk/0001-Fix-installing-gem-from-file-without-dependencies.patch)
  ruby/repos/staging-x86_64/PKGBUILD
(from rev 203425, ruby/trunk/PKGBUILD)
  ruby/repos/staging-x86_64/gemrc
(from rev 203425, ruby/trunk/gemrc)
  ruby/repos/staging-x86_64/ruby.install
(from rev 203425, ruby/trunk/ruby.install)
Deleted:
  ruby/repos/staging-i686/PKGBUILD
  ruby/repos/staging-i686/gemrc
  ruby/repos/staging-i686/ruby.install
  ruby/repos/staging-x86_64/PKGBUILD
  ruby/repos/staging-x86_64/gemrc
  ruby/repos/staging-x86_64/ruby.install

-+
 /PKGBUILD   |  
148 ++
 /gemrc  |  
 10 
 /ruby.install   |  
 44 ++
 staging-i686/0001-Fix-installing-gem-from-file-without-dependencies.patch   |  
 84 +
 staging-i686/PKGBUILD   |  
 67 
 staging-i686/gemrc  |  
  5 
 staging-i686/ruby.install   |  
 22 -
 staging-x86_64/0001-Fix-installing-gem-from-file-without-dependencies.patch |  
 84 +
 staging-x86_64/PKGBUILD |  
 67 
 staging-x86_64/gemrc|  
  5 
 staging-x86_64/ruby.install |  
 22 -
 11 files changed, 370 insertions(+), 188 deletions(-)

Copied: 
ruby/repos/staging-i686/0001-Fix-installing-gem-from-file-without-dependencies.patch
 (from rev 203425, 
ruby/trunk/0001-Fix-installing-gem-from-file-without-dependencies.patch)
===
--- staging-i686/0001-Fix-installing-gem-from-file-without-dependencies.patch   
(rev 0)
+++ staging-i686/0001-Fix-installing-gem-from-file-without-dependencies.patch   
2014-01-10 19:36:28 UTC (rev 203426)
@@ -0,0 +1,84 @@
+From f5bbf838c8b13369a61c6756355305388df5824f Mon Sep 17 00:00:00 2001
+From: Tim Moore 
+Date: Tue, 31 Dec 2013 17:39:45 +1100
+Subject: [PATCH] Fix installing gem from file without dependencies.
+
+Commit 9437ccc fixed the ability to install remote gems that was accidentally
+broken by d97fba1, but in the process accidentally broke installing from local
+files.
+
+This also changes the order to check for local first, to avoid unnecessary
+network requests in the case where the gem is local.
+
+Closes #760.
+---
+ lib/rubygems/commands/install_command.rb   | 20 
+ test/rubygems/test_gem_commands_install_command.rb | 14 ++
+ 2 files changed, 26 insertions(+), 8 deletions(-)
+
+diff --git a/lib/rubygems/commands/install_command.rb 
b/lib/rubygems/commands/install_command.rb
+index 4485eb1..8219eef 100644
+--- a/lib/rubygems/commands/install_command.rb
 b/lib/rubygems/commands/install_command.rb
+@@ -228,7 +228,18 @@ to write the specification by hand.  For example:
+   def install_gem_without_dependencies name, req # :nodoc:
+ gem = nil
+ 
+-if remote? then
++if local? then
++  if name =~ /\.gem$/ and File.file? name then
++source = Gem::Source::SpecificFile.new name
++spec = source.spec
++  else
++source = Gem::Source::Local.new
++spec = source.find_gem name, req
++  end
++  gem = source.download spec if spec
++end
++
++if remote? and not gem then
+   dependency = Gem::Dependency.new name, req
+   dependency.prerelease = options[:prerelease]
+ 
+@@ -236,13 +247,6 @@ to write the specification by hand.  For example:
+   gem = fetcher.download_to_cache dependency
+ end
+ 
+-if local? and not gem then
+-  source = Gem::Source::Local.new
+-  spec = source.find_gem name, req
+-
+-  gem = source.download spec
+-end
+-
+ inst = Gem::Installer.new gem, options
+ inst.install
+ 
+diff --git a/test/rubygems/test_gem_commands_install_command.rb 
b/test/rubygems/test_gem_commands_install_command.rb
+index 76ea6b4..a5917c0 100644
+--- a/test/rubygems/test_gem_commands_install_command.

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

2014-01-10 Thread Thomas Dziedzic
Date: Friday, January 10, 2014 @ 20:35:22
  Author: td123
Revision: 203425

upgpkg: ruby 2.1.0-2

remove ruby/tk support because it is broken, add patch to fix installing gem 
from file without dependencies

Added:
  ruby/trunk/0001-Fix-installing-gem-from-file-without-dependencies.patch
Modified:
  ruby/trunk/PKGBUILD

--+
 0001-Fix-installing-gem-from-file-without-dependencies.patch |   84 ++
 PKGBUILD |   19 +-
 2 files changed, 97 insertions(+), 6 deletions(-)

Added: 0001-Fix-installing-gem-from-file-without-dependencies.patch
===
--- 0001-Fix-installing-gem-from-file-without-dependencies.patch
(rev 0)
+++ 0001-Fix-installing-gem-from-file-without-dependencies.patch
2014-01-10 19:35:22 UTC (rev 203425)
@@ -0,0 +1,84 @@
+From f5bbf838c8b13369a61c6756355305388df5824f Mon Sep 17 00:00:00 2001
+From: Tim Moore 
+Date: Tue, 31 Dec 2013 17:39:45 +1100
+Subject: [PATCH] Fix installing gem from file without dependencies.
+
+Commit 9437ccc fixed the ability to install remote gems that was accidentally
+broken by d97fba1, but in the process accidentally broke installing from local
+files.
+
+This also changes the order to check for local first, to avoid unnecessary
+network requests in the case where the gem is local.
+
+Closes #760.
+---
+ lib/rubygems/commands/install_command.rb   | 20 
+ test/rubygems/test_gem_commands_install_command.rb | 14 ++
+ 2 files changed, 26 insertions(+), 8 deletions(-)
+
+diff --git a/lib/rubygems/commands/install_command.rb 
b/lib/rubygems/commands/install_command.rb
+index 4485eb1..8219eef 100644
+--- a/lib/rubygems/commands/install_command.rb
 b/lib/rubygems/commands/install_command.rb
+@@ -228,7 +228,18 @@ to write the specification by hand.  For example:
+   def install_gem_without_dependencies name, req # :nodoc:
+ gem = nil
+ 
+-if remote? then
++if local? then
++  if name =~ /\.gem$/ and File.file? name then
++source = Gem::Source::SpecificFile.new name
++spec = source.spec
++  else
++source = Gem::Source::Local.new
++spec = source.find_gem name, req
++  end
++  gem = source.download spec if spec
++end
++
++if remote? and not gem then
+   dependency = Gem::Dependency.new name, req
+   dependency.prerelease = options[:prerelease]
+ 
+@@ -236,13 +247,6 @@ to write the specification by hand.  For example:
+   gem = fetcher.download_to_cache dependency
+ end
+ 
+-if local? and not gem then
+-  source = Gem::Source::Local.new
+-  spec = source.find_gem name, req
+-
+-  gem = source.download spec
+-end
+-
+ inst = Gem::Installer.new gem, options
+ inst.install
+ 
+diff --git a/test/rubygems/test_gem_commands_install_command.rb 
b/test/rubygems/test_gem_commands_install_command.rb
+index 76ea6b4..a5917c0 100644
+--- a/test/rubygems/test_gem_commands_install_command.rb
 b/test/rubygems/test_gem_commands_install_command.rb
+@@ -560,6 +560,20 @@ ERROR:  Possible alternatives: non_existent_with_hint
+ assert_equal %w[a-2], @cmd.installed_specs.map { |spec| spec.full_name }
+   end
+ 
++  def test_install_gem_ignore_dependencies_specific_file
++spec = quick_spec 'a', 2
++
++util_build_gem spec
++
++FileUtils.mv spec.cache_file, @tempdir
++
++@cmd.options[:ignore_dependencies] = true
++
++@cmd.install_gem File.join(@tempdir, spec.file_name), nil
++
++assert_equal %w[a-2], @cmd.installed_specs.map { |spec| spec.full_name }
++  end
++
+   def test_parses_requirement_from_gemname
+ spec_fetcher do |fetcher|
+   fetcher.gem 'a', 2
+-- 
+1.8.5.2
+

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 18:45:02 UTC (rev 203424)
+++ PKGBUILD2014-01-10 19:35:22 UTC (rev 203425)
@@ -5,20 +5,28 @@
 
 pkgname=('ruby' 'ruby-docs')
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')
-makedepends=('gdbm' 'openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
 options=('!emptydirs' '!makeflags' 'staticlibs')
 source=("http://cache.ruby-lang.org/pub/ruby/ruby-${pkgver}.tar.bz2";
-'gemrc')
+'gemrc'
+'0001-Fix-installing-gem-from-file-without-dependencies.patch')
 md5sums=('1546eeb763ac7754365664be763a1e8f'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
+ '6fb8e7a09955e0f64be3158fb4a27e7a'
+ '61a1507f260866805fc6451c14733b25')
 
 build() {
   cd ruby-${pkgver}
 
+  # fixes https://g

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

2014-01-10 Thread Thomas Dziedzic
Date: Friday, January 10, 2014 @ 19:45:02
  Author: td123
Revision: 203424

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

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 203423, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 203423, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 203423, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 203423, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 203423, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 203423, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 203423, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 203423, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 203423, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 203423, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  227 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  227 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 203423, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-10 18:45:02 UTC (rev 203424)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=135
+__hgrev=de28b1568fc2
+_versiondir="vim${_topver//./}"
+pkgver=${_topver}.${_patchlevel}
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url="http://www.vim.org";
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz";
+"ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig";
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('be672ce2a929503412378c998fc3dc27'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src && autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-ruby

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

2014-01-10 Thread Thomas Dziedzic
Date: Friday, January 10, 2014 @ 19:43:55
  Author: td123
Revision: 203423

upgpkg: vim 7.4.135-2

ruby rebuild

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 16:45:43 UTC (rev 203422)
+++ PKGBUILD2014-01-10 18:43:55 UTC (rev 203423)
@@ -10,7 +10,7 @@
 __hgrev=de28b1568fc2
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org";



[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 17:45:43
  Author: heftig
Revision: 203422

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 203421, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 203421, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 16:45:24 UTC (rev 203421)
+++ extra-i686/PKGBUILD 2014-01-10 16:45:43 UTC (rev 203422)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-makedepends=('python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 203421, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 16:45:43 UTC (rev 203422)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-10 16:45:24 UTC (rev 203421)
+++ extra-x86_64/PKGBUILD   2014-01-10 16:45:43 UTC (rev 203422)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-makedepends=('python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 203421, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++

[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 17:45:24
  Author: heftig
Revision: 203421

enable docs

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 16:10:00 UTC (rev 203420)
+++ PKGBUILD2014-01-10 16:45:24 UTC (rev 203421)
@@ -3,13 +3,13 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-makedepends=('python')
+makedepends=('python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
@@ -18,7 +18,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
+--disable-static --enable-experimental --enable-gtk-doc \
 --with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
 --with-package-origin="http://www.archlinux.org/";
 



[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 17:10:00
  Author: heftig
Revision: 203420

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 203419, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 203419, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 16:09:41 UTC (rev 203419)
+++ extra-i686/PKGBUILD 2014-01-10 16:10:00 UTC (rev 203420)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi'
- 'gobject-introspection')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 203419, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 16:10:00 UTC (rev 203420)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-10 16:09:41 UTC (rev 203419)
+++ extra-x86_64/PKGBUILD   2014-01-10 16:10:00 UTC (rev 203420)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi'
- 'gobject-i

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 17:09:41
  Author: heftig
Revision: 203419

enable rsvg; enable docs

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 14:46:19 UTC (rev 203418)
+++ PKGBUILD2014-01-10 16:09:41 UTC (rev 203419)
@@ -3,14 +3,14 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi'
- 'gobject-introspection')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
@@ -19,7 +19,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
+--disable-static --enable-experimental --enable-gtk-doc \
 --with-package-name="GStreamer Bad Plugins (Arch Linux)" \
 --with-package-origin="http://www.archlinux.org/"; \
 --with-gtk=3.0



[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 15:44:15
  Author: heftig
Revision: 203415

build docs

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 13:20:00 UTC (rev 203414)
+++ PKGBUILD2014-01-10 14:44:15 UTC (rev 203415)
@@ -3,13 +3,13 @@
 
 pkgname=gst-plugins-good
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
@@ -18,7 +18,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
+--disable-static --enable-experimental --enable-gtk-doc \
 --with-package-name="GStreamer Good Plugins (Arch Linux)" \
 --with-package-origin="http://www.archlinux.org/";
 
@@ -28,7 +28,7 @@
   make
 }
 
-# Disable for now: fails with soup timeout
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
 #check() {
 #  cd $pkgname-$pkgver
 #  make check
@@ -36,5 +36,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install
 }



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

2014-01-10 Thread Pierre Schmitz
Date: Friday, January 10, 2014 @ 15:45:48
  Author: pierre
Revision: 203417

upgpkg: php 5.5.8-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 14:44:32 UTC (rev 203416)
+++ PKGBUILD2014-01-10 14:45:48 UTC (rev 203417)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.7
+pkgver=5.5.8
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -30,10 +30,12 @@
  'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
  'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
-source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz";
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz";
+"http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc";
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('0c02437f661105221e99a301a5275a41'
+md5sums=('1ed2b0193ecaca8b980a9b6a90357f1c'
+ 'SKIP'
  '799cd5f91f5253f4b47ec4fd7fccf4f1'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '9f8263996836e27f5be1483e86ac2e33'
@@ -46,9 +48,6 @@
 
patch -p0 -i ${srcdir}/php.ini.patch
patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
-   # freetype2 headers moved
-   # see README at 
http://sourceforge.net/projects/freetype/files/freetype2/2.5.1/
-   sed 
's#/include/freetype2/freetype/freetype.h#/include/freetype2/freetype.h#g' -i 
configure
 }
 
 build() {



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

2014-01-10 Thread Pierre Schmitz
Date: Friday, January 10, 2014 @ 15:46:19
  Author: pierre
Revision: 203418

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 203417, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 203417, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 203417, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 203417, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 203417, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 203417, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 203417, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 203417, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 203417, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 203417, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 203417, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 203417, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 203417, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 203417, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 203417, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 203417, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  353 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  353 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1142 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 203417, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 14:46:19 UTC (rev 203418)
@@ -0,0 +1,353 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz";
+"http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc";
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('1ed2b0193ecaca8b980a9b6a90357f1c'
+ 'SKIP'
+ '799cd5f91f5253f4b47ec4fd7fccf4f1'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '9f8263996836e27f5be1483e86ac2e33'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-01-10 Thread Jan Steffens
Date: Friday, January 10, 2014 @ 15:44:32
  Author: heftig
Revision: 203416

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 203415, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 203415, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-10 14:44:15 UTC (rev 203415)
+++ extra-i686/PKGBUILD 2014-01-10 14:44:32 UTC (rev 203416)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disable for now: fails with soup timeout
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 203415, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-10 14:44:32 UTC (rev 203416)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-10 14:44:15 UTC (rev 203415)
+++ extra-x86_64/PKGBUILD   2014-01-10 14:44:32 UTC (rev 203416)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.arch

[arch-commits] Commit in (clive)

2014-01-10 Thread Balló György
Date: Friday, January 10, 2014 @ 15:07:03
  Author: bgyorgy
Revision: 103725

Remove clive

It's incompatible with quvi 0.9 (FS#37286), and the upstream looks 
dead. Recommended alternative is cclive.

Deleted:
  clive/



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 14:20:00
  Author: tpowa
Revision: 203414

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 203413, refind-efi/repos/testing-i686/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 203413, refind-efi/repos/testing-i686/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 203413, refind-efi/repos/testing-i686/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 203413, refind-efi/repos/testing-x86_64/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 203413, refind-efi/repos/testing-x86_64/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 203413, refind-efi/repos/testing-x86_64/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf
  refind-efi/repos/testing-i686/
  refind-efi/repos/testing-x86_64/

-+
 /PKGBUILD   |  508 ++
 /refind-efi.install |   64 
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  254 ---
 extra-i686/refind-efi.install   |   32 --
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  254 ---
 extra-x86_64/refind-efi.install |   32 --
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 582 insertions(+), 582 deletions(-)

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


[arch-commits] Commit in grub/repos (38 files)

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 14:19:55
  Author: tpowa
Revision: 203413

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

Added:
  grub/repos/core-i686/10_archlinux
(from rev 203412, grub/repos/testing-i686/10_archlinux)
  grub/repos/core-i686/60_memtest86+
(from rev 203412, grub/repos/testing-i686/60_memtest86+)
  grub/repos/core-i686/PKGBUILD
(from rev 203412, grub/repos/testing-i686/PKGBUILD)
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 203412, 
grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 203412, grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/core-i686/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 203412, 
grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/core-i686/grub-add-GRUB_COLOR_variables.patch
(from rev 203412, 
grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/core-i686/grub.cfg
(from rev 203412, grub/repos/testing-i686/grub.cfg)
  grub/repos/core-i686/grub.default
(from rev 203412, grub/repos/testing-i686/grub.default)
  grub/repos/core-i686/grub.install
(from rev 203412, grub/repos/testing-i686/grub.install)
  grub/repos/core-x86_64/10_archlinux
(from rev 203412, grub/repos/testing-x86_64/10_archlinux)
  grub/repos/core-x86_64/60_memtest86+
(from rev 203412, grub/repos/testing-x86_64/60_memtest86+)
  grub/repos/core-x86_64/PKGBUILD
(from rev 203412, grub/repos/testing-x86_64/PKGBUILD)
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 203412, 
grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 203412, grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/core-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 203412, 
grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/core-x86_64/grub-add-GRUB_COLOR_variables.patch
(from rev 203412, 
grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/core-x86_64/grub.cfg
(from rev 203412, grub/repos/testing-x86_64/grub.cfg)
  grub/repos/core-x86_64/grub.default
(from rev 203412, grub/repos/testing-x86_64/grub.default)
  grub/repos/core-x86_64/grub.install
(from rev 203412, grub/repos/testing-x86_64/grub.install)
Deleted:
  grub/repos/core-i686/60_memtest86+
  grub/repos/core-i686/PKGBUILD
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-i686/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/core-i686/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/core-i686/grub.cfg
  grub/repos/core-i686/grub.default
  grub/repos/core-i686/grub.install
  grub/repos/core-x86_64/60_memtest86+
  grub/repos/core-x86_64/PKGBUILD
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-x86_64/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/core-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/core-x86_64/grub.cfg
  grub/repos/core-x86_64/grub.default
  grub/repos/core-x86_64/grub.install
  grub/repos/testing-i686/
  grub/repos/testing-x86_64/

--+
 /60_memtest86+   |   64 ++
 /PKGBUILD|  548 +
 /archlinux_grub_mkconfig_fixes.patch |  286 ++
 /grub-2.00-mkinitcpio-0.15.patch |   22 
 /grub-2.00.5086-fix-lvm-parsing.patch|  108 
 /grub.cfg|  278 ++
 /grub.default|   94 +++
 /grub.install|   66 ++
 core-i686/10_archlinux   |  177 ++
 core-i686/60_memtest86+  |   32 -
 core-i686/PKGBUILD   |  282 --
 core-i686/archlinux_grub_mkconfig_fixes.patch|  143 -
 core-i686/grub-2.00-mkinitcpio-0.15.patch|   11 
 core-i686/grub-2.00.5086-fix-lvm-parsing.patch   |   54 --
 core-i686/grub-add-GRUB_COLOR_variables.patch|   32 +
 core-i686/grub.cfg   |  139 -
 core-i686/grub.default   |   47 -
 core-i686/grub.install   |   33 -
 core-x86_64/10_archlinux |  177 ++
 core-x86_64/60_memtest86+|   32 -
 core-x86_64/PKGBUILD |  282 --
 core-x86_64/archlinux_grub_mkconfig_fixes.patch  |  143 -
 core-x86_64/grub-2.00-mkinitcpio-0.15.patch  |   11 
 core-x86_64/grub-2.00.5086-fix-lvm-parsing.patch |   54 --
 core-x86_64/grub-add-GRUB_COLOR_variables.patch  |   32 +
 core-x86_64/grub.cfg |  139 -
 core-x86_64/grub.default |   47 -
 core-x86_64/grub.install   

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

2014-01-10 Thread Massimiliano Torromeo
Date: Friday, January 10, 2014 @ 14:09:44
  Author: mtorromeo
Revision: 103723

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 103722, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 103722, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 103722, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 103722, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 103722, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 103722, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 103722, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 103722, elasticsearch/trunk/elasticsearch.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service

-+
 /PKGBUILD   |  150 ++
 /elasticsearch-tmpfile.conf |2 
 /elasticsearch.install  |   48 
 /elasticsearch.service  |   26 
 community-i686/PKGBUILD |   75 -
 community-i686/elasticsearch-tmpfile.conf   |1 
 community-i686/elasticsearch.install|   24 
 community-i686/elasticsearch.service|   13 --
 community-x86_64/PKGBUILD   |   75 -
 community-x86_64/elasticsearch-tmpfile.conf |1 
 community-x86_64/elasticsearch.install  |   24 
 community-x86_64/elasticsearch.service  |   13 --
 12 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 13:05:42 UTC (rev 103722)
+++ community-i686/PKGBUILD 2014-01-10 13:09:44 UTC (rev 103723)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=0.90.9
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('i686' 'x86_64')
-url="http://www.elasticsearch.org/";
-license=('APACHE')
-depends=('java-runtime' 'bash')
-install='elasticsearch.install'
-source=(
-  "http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch-tmpfile.conf
-)
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  for script in plugin elasticsearch; do
-sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
-  -i bin/$script
-
-for java in jre jdk; do
-  sed "/^CDPATH/i [ -f /etc/profile.d/$java.sh ] && . 
/etc/profile.d/$java.sh" \
--i bin/$script
-done
-  done
-
-  sed 's|$ES_HOME/lib|/usr/lib/elasticsearch|g' -i bin/elasticsearch.in.sh 
bin/plugin
-
-  echo -e '\nJAVA_OPTS="$JAVA_OPTS -Des.path.conf=/etc/elasticsearch"' >> 
bin/elasticsearch.in.sh
-
-  sed -e 's/# \(path\.conf: \).*$/\1\/etc\/elasticsearch/' \
--e '0,/# \(path\.data: \).*$/s//\1\/var\/lib\/elasticsearch/' \
--e 's/# \(path\.work: \).*$/\1\/tmp\/elasticsearch/' \
--e 's/# \(path\.logs: \).*$/\1\/var\/log\/elasticsearch/' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -dm755 "$pkgdir/etc/elasticsearch"
-  install -dm755 "$pkgdir/var/lib/elasticsearch"
-  install -dm755 "$pkgdir/var/log/elasticsearch"
-
-  if [ $CARCH = 'x86_64' ]; then
-install -Dm644 lib/sigar/libsigar-amd64-linux.so 
"$pkgdir/usr/lib/elasticsearch/sigar/libsigar-amd64-linux.so"
-  else
-install -Dm644 lib/sigar/libsigar-x86-linux.so 
"$pkgdir/usr/lib/elasticsearch/sigar/libsigar-x86-linux.so"
-  fi
-  cp lib/sigar/sigar*.jar "$pkgdir/usr/lib/elasticsearch/sigar/"
-  cp lib/*.jar "$pkgdir/usr/lib/elasticsearch/"
-
-  cp config/* "$pkgdir/etc/elasticsearch/"
-
-  install -Dm755 bin/elasticsearch "$pkgdir/usr/bin/elasticsearch"
-  install -Dm755 bin/plugin "$pkgdir/usr/bin/elasticsearch-plugin"
-  install -Dm644 bin/elasticsearc

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

2014-01-10 Thread Massimiliano Torromeo
Date: Friday, January 10, 2014 @ 14:05:42
  Author: mtorromeo
Revision: 103722

upgpkg: elasticsearch 0.90.10-1

Updated to 0.90.10

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:55:14 UTC (rev 103721)
+++ PKGBUILD2014-01-10 13:05:42 UTC (rev 103722)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=0.90.9
+pkgver=0.90.10
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('i686' 'x86_64')
@@ -70,6 +70,6 @@
   install -Dm644 "$srcdir/elasticsearch-tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/elasticsearch.conf"
 }
 
-sha256sums=('5521c4dc775c18ee4abd6cd6ad94cdc1f106d63fddd3d97cfae1ec25b3f01095'
+sha256sums=('78c87f600878a6cab41c1d447f6a40b25892a59f8fb49da11392a682884fb8df'
 '09a4027780d73103c26f311c64774dcbc47b5e1d54789c1f2d9c697f518f2eeb'
 '48b5a876e14819270c85f8ca626a011e01d10a2728758ced9a4d5bcf5c1fd23f')



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:55:04
  Author: tpowa
Revision: 103720

upgpkg: virtualbox-modules 4.3.6-3

rebuild against 3.12.7

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:54:25 UTC (rev 103719)
+++ PKGBUILD2014-01-10 12:55:04 UTC (rev 103720)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.6
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:55:14
  Author: tpowa
Revision: 103721

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 103720, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 103720, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 103720, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 103720, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 103720, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 103720, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 103720, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 103720, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   60 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   60 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 334 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
103720, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-10 12:55:14 UTC (rev 103721)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.6
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=3.12' 'linux<3.13'
+ 'linux-headers>=3.12' 'linux-headers<3.13'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.12-ARCH
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux>=3.12' 'linux<3.13')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux>=3.12' 'linux<3.13')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
103720, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-01-10 12:55:14 UTC (rev 103721)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:54:19
  Author: tpowa
Revision: 103718

upgpkg: vhba-module 20130607-22

rebuild against 3.12.7

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:53:30 UTC (rev 103717)
+++ PKGBUILD2014-01-10 12:54:19 UTC (rev 103718)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.12-ARCH
-pkgrel=21
+pkgrel=22
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:54:25
  Author: tpowa
Revision: 103719

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 103718, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 103718, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 103718, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 103718, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 103718, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 103718, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
103718, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-01-10 12:54:25 UTC (rev 
103719)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 103718, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-10 12:54:25 UTC (rev 103719)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.12-ARCH
+pkgrel=22
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('660df41d08b1fd86baad1f16a0264438'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
103718, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-01-10 12:54:25 UTC (rev 
103719)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
103718, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-01-10 12:54:25 UTC (rev 
103719)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 103718, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-10 12:54:25 UTC (rev 103719)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Hery

[arch-commits] Commit in rt3562sta/repos (24 files)

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:53:02
  Author: tpowa
Revision: 103715

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 103714, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 103714, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 103714, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 103714, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 103714, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 103714, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 103714, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 103714, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   88 
 community-testing-i686/linux-3.8.patch 
|   50 +
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   88 
 community-testing-x86

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:53:30
  Author: tpowa
Revision: 103717

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 103716, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 103716, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 103716, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 103716, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 103716, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-10 12:53:30 UTC (rev 103717)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=42
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
103716, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-01-10 12:53:30 UTC (rev 
103717)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.12-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 103716, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-10 12:53:30 UTC (rev 103717)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=42
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:53:25
  Author: tpowa
Revision: 103716

upgpkg: tp_smapi 0.41-42

rebuild against 3.12.7

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:53:02 UTC (rev 103715)
+++ PKGBUILD2014-01-10 12:53:25 UTC (rev 103716)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=41
+pkgrel=42
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:52:18
  Author: tpowa
Revision: 103712

upgpkg: r8168 8.037.00-5

rebuild against 3.12.7

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:52:02 UTC (rev 103711)
+++ PKGBUILD2014-01-10 12:52:18 UTC (rev 103712)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.037.00
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:51:56
  Author: tpowa
Revision: 103710

upgpkg: bbswitch 0.8-4

rebuild against 3.12.7

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:47:51 UTC (rev 103709)
+++ PKGBUILD2014-01-10 12:51:56 UTC (rev 103710)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
+pkgrel=4
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:52:44
  Author: tpowa
Revision: 103714

upgpkg: rt3562sta 2.4.1.1-50

rebuild against 3.12.7

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:52:24 UTC (rev 103713)
+++ PKGBUILD2014-01-10 12:52:44 UTC (rev 103714)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=48
+pkgrel=50
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 url="http://www.mediatek.com/en/Products/support.php?sn=501";



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:52:02
  Author: tpowa
Revision: 103711

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 103710, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 103710, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 103710, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 103710, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 103710, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-10 12:52:02 UTC (rev 103711)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=4
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
103710, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-01-10 12:52:02 UTC (rev 
103711)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 103710, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-10 12:52:02 UTC (rev 103711)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=4
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
103710, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-01-10 12:52:02 UTC (rev 
103711)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:52:24
  Author: tpowa
Revision: 103713

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 103712, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 103712, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 103712, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 103712, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 103712, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-10 12:52:24 UTC (rev 103713)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 103712, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-01-10 12:52:24 UTC (rev 
103713)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.12-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 103712, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-10 12:52:24 UTC (rev 103713)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELE

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:51:23
  Author: tpowa
Revision: 203412

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 203411, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 203411, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 203411, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 203411, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 203411, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 203411, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 203411, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 203411, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 203411, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 203411, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 203411, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 203411, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 203411, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 203411, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 203411, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 203411, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 203411, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 203411, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 203411, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 203411, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 203411, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 203411, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 203411, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 203411, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 203411, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 203411, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 203411, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 12:51:23 UTC (rev 203412)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal 
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=68
+epoch=1
+_extramodules=extramodules-3.12-ARCH
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/";
+license=('GPL')
+### NOTICE don't forget to bump version in depends in package_lirc
+makedep

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:51:03
  Author: tpowa
Revision: 203411

upgpkg: lirc 1:0.9.0-68

rebuild against 3.12.7

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:48:01 UTC (rev 203410)
+++ PKGBUILD2014-01-10 12:51:03 UTC (rev 203411)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=67
+pkgrel=68
 epoch=1
 _extramodules=extramodules-3.12-ARCH
 arch=('i686' 'x86_64')



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:48:01
  Author: tpowa
Revision: 203410

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

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

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/nvidia.install   |   15 
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/nvidia.install |   15 
 4 files changed, 126 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 203409, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 12:48:01 UTC (rev 203410)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.117
+_extramodules=extramodules-3.12-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 203409, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-01-10 12:48:01 UTC (rev 203410)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 203409, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 12:48:01 UTC (rev 203410)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.117
+_extramodules=extramodules-3.12-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pk

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:47:55
  Author: tpowa
Revision: 203409

upgpkg: nvidia-304xx 304.117-3

rebuild against 3.12.7

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 12:46:16 UTC (rev 203408)
+++ PKGBUILD2014-01-10 12:47:55 UTC (rev 203409)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.117
 _extramodules=extramodules-3.12-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 13:47:51
  Author: spupykin
Revision: 103709

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 103708, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 103708, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 103708, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 103708, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   65 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   65 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 756 deletions(-)

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


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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 13:47:36
  Author: spupykin
Revision: 103708

upgpkg: zynaddsubfx 2.4.3-2

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:51:45 UTC (rev 103707)
+++ PKGBUILD2014-01-10 12:47:36 UTC (rev 103708)
@@ -6,7 +6,7 @@
 
 pkgname=zynaddsubfx
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('i686' 'x86_64')
 url="http://zynaddsubfx.sourceforge.net";
@@ -15,28 +15,26 @@
 makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk')
 options=('!emptydirs')
 
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2";
-   
"http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch";
-   
"http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk13.patch";
"$pkgname.svg")
 md5sums=('2e8994cc54e5f1a64b77dfac3baf0d9a'
- 'eb95d339ff5deac8c6b54965f04a8c60'
- '49464a33ab9c4250520eda0df7705663'
  '6f7e9c3ce3947088a10c99c46a65431f')
 
 build() {
   cd "$srcdir"
-  gendesk
+  gendesk $startdir/PKGBUILD
   setconf "$pkgname.desktop" Icon "$pkgname.svg"
 
   cd "ZynAddSubFX-$pkgver"
 
-  # patches
-#  patch -p1 -i "$srcdir/$pkgname-$pkgver-fltk.patch"
-#  patch -p1 -i "$srcdir/$pkgname-$pkgver-fltk13.patch"
   sed -i '1,1i#include ' src/Nio/NulEngine.cpp
 
   [ -d build ] || mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DOutputModule=jack -DGuiModule=fltk ..
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDefaultOutput=jack \
+-DDefaultInput=jack \
+-DGuiModule=fltk \
+..
   make
 
   # build external programs



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:46:16
  Author: tpowa
Revision: 203408

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 203407, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 203407, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 203407, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 203407, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/nvidia.install   |   18 ++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/nvidia.install |   18 ++
 4 files changed, 138 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 203407, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-10 12:46:16 UTC (rev 203408)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=331.20
+_extramodules=extramodules-3.12-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+#source=('nvidia-linux-3.12.patch')
+#md5sums=('d267069bc456de269424b4e1b46a3745')
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('801aa04a087891690f1cac09575b2ba9')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('28295eed56c2ca996401c0093279620f')
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"/"${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 203407, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-01-10 12:46:16 UTC (rev 203408)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ "$(vercmp $2 310.19-2)" -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 203407, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-10 12:46:16 UTC (rev 203408)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=331.20
+_extramodules=extramodules-3.12-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+#source=('nvidia-linux-3.12.patch')
+#md5sums=('d267069bc456de269424b4e1b46a3745')
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('801aa04a087891690f1cac09575b2ba9')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkg

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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 13:46:05
  Author: tpowa
Revision: 203407

upgpkg: nvidia 331.20-4

rebuild against 3.12.7

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 08:46:32 UTC (rev 203406)
+++ PKGBUILD2014-01-10 12:46:05 UTC (rev 203407)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=331.20
 _extramodules=extramodules-3.12-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:45
  Author: spupykin
Revision: 103707

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

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

---+
 /PKGBUILD |  156 
 /opensips.install |6 +
 /opensips.service |   22 +
 community-i686/PKGBUILD   |   78 --
 community-i686/opensips.install   |3 
 community-i686/opensips.service   |   11 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/opensips.install |3 
 community-x86_64/opensips.service |   11 --
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 10:51:30 UTC (rev 103706)
+++ community-i686/PKGBUILD 2014-01-10 10:51:45 UTC (rev 103707)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="http://www.opensips.org";
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/dictionary.radius"
-   "etc/opensips/opensipsctlrc")
-arch=('i686' 'x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
-   opensips.service)
-md5sums=('5cbccda321940c51baed798f2f6c5b1a'
- '35cdcb3692f6925236fd5fe7e9484c58')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver-tls/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver-tls/
-
-  make \
-   include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 LIBDIR=lib
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver-tls/
-
-  make \
-   include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p $pkgdir/etc/
-  mv $pkgdir/usr/etc/opensips/ $pkgdir/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
$pkgdir/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd $pkgdir/usr/share
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  cd $pkgdir/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  cd $pkgdir/usr/bin
-  sed -i "s#$pkgdir##" opensipsctl opensipsdbctl osipsconsole
-
-  cd $pkgdir/etc
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-i686/PKGBUILD (from rev 103706, 
opensips/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-10 10:51:45 UTC (rev 103707)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
+url="http://www.opensips.org";
+depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
+makedepends=('postgresql-libs>=8.4.1'

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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:13
  Author: spupykin
Revision: 103704

upgpkg: glusterfs 3.4.2-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:25:27 UTC (rev 103703)
+++ PKGBUILD2014-01-10 10:51:13 UTC (rev 103704)
@@ -5,9 +5,9 @@
 #   henning mueller 
 
 pkgname=glusterfs
-pkgver=3.4.1
+pkgver=3.4.2
 _basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
+pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
 url='http://www.gluster.org/'
@@ -15,7 +15,7 @@
 depends=(fuse python2 libxml2)
 makedepends=(flex bison)
 
source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('dce3d066b7351b360454ea9ca4cabe4c')
+md5sums=('7c05304a9aca3c85ff27458461783623')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:30
  Author: spupykin
Revision: 103706

upgpkg: opensips 1.10.0-2

upd

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:51:26 UTC (rev 103705)
+++ PKGBUILD2014-01-10 10:51:30 UTC (rev 103706)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -46,7 +46,7 @@
 
   make \
include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 LIBDIR=lib
+   TLS=1 LIBDIR=lib PREFIX=/usr
 }
 
 package() {
@@ -54,7 +54,7 @@
 
   make \
include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
+   TLS=1 BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
 
   # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
   mkdir -p $pkgdir/etc/



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:26
  Author: spupykin
Revision: 103705

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 10:51:13 UTC (rev 103704)
+++ community-i686/PKGBUILD 2014-01-10 10:51:26 UTC (rev 103705)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.4.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('dce3d066b7351b360454ea9ca4cabe4c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 103704, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-10 10:51:26 UTC (rev 103705)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.4.2
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('7c05304a9aca3c85ff27458461783623')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-10 10:51:13 UTC (rev 103704)
+++ community-x86_64/PKGBUILD   2014-01-10 10:51:26 UTC (rev 103705)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.4.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('dce3d066b7351b360454ea9ca4cabe4c')
-
-build() {
-  cd $srcd

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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:25:00
  Author: spupykin
Revision: 103699

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 10:24:43 UTC (rev 103698)
+++ community-i686/PKGBUILD 2014-01-10 10:25:00 UTC (rev 103699)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=dwdiff
-pkgver=2.0.4
-pkgrel=5
-pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
-arch=('i686' 'x86_64')
-url="http://os.ghalkes.nl/dwdiff.html";
-depends=('diffutils' 'icu')
-license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";)
-md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --without-dwfilter
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir"/usr install
-}

Copied: dwdiff/repos/community-i686/PKGBUILD (from rev 103698, 
dwdiff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-10 10:25:00 UTC (rev 103699)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
+arch=('i686' 'x86_64')
+url="http://os.ghalkes.nl/dwdiff.html";
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";)
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-10 10:24:43 UTC (rev 103698)
+++ community-x86_64/PKGBUILD   2014-01-10 10:25:00 UTC (rev 103699)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=dwdiff
-pkgver=2.0.4
-pkgrel=5
-pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
-arch=('i686' 'x86_64')
-url="http://os.ghalkes.nl/dwdiff.html";
-depends=('diffutils' 'icu')
-license=('GPL')
-source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";)
-md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --without-dwfilter
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="$pkgdir"/usr install
-}

Copied: dwdiff/repos/community-x86_64/PKGBUILD (from rev 103698, 
dwdiff/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-10 10:25:00 UTC (rev 103699)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
+arch=('i686' 'x86_64')
+url="http://os.ghalkes.nl/dwdiff.html";
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";)
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:25:05
  Author: spupykin
Revision: 103700

upgpkg: firefox-noscript 2.6.8.11-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:25:00 UTC (rev 103699)
+++ PKGBUILD2014-01-10 10:25:05 UTC (rev 103700)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.8.10
+pkgver=2.6.8.11
 pkgrel=1
 pkgdesc="plugin for firefox which disables script"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('0029627acf4d8e838b24e04eb01c948e')
+md5sums=('ba1d61d4abbf664f9f04689710d895c1')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:25:14
  Author: spupykin
Revision: 103701

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 103700, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-10 10:25:05 UTC (rev 103700)
+++ PKGBUILD2014-01-10 10:25:14 UTC (rev 103701)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.8.10
-pkgrel=1
-pkgdesc="plugin for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('0029627acf4d8e838b24e04eb01c948e')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
-  depends=("firefox")
-
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#.*#7.*#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 103700, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-10 10:25:14 UTC (rev 103701)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.8.11
+pkgrel=1
+pkgdesc="plugin for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('ba1d61d4abbf664f9f04689710d895c1')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
+  depends=("firefox")
+
+  cd $srcdir
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#.*#7.*#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:25:19
  Author: spupykin
Revision: 103702

upgpkg: tkabber 1.0-2

upd

Modified:
  tkabber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:25:14 UTC (rev 103701)
+++ PKGBUILD2014-01-10 10:25:19 UTC (rev 103702)
@@ -5,12 +5,12 @@
 
 pkgname=tkabber
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tkabber is an open source Jabber client, written in Tcl/Tk."
 arch=(any)
 url="http://tkabber.jabber.ru/";
 license=("GPL")
-depends=('tcl' 'tk' 'bwidget' 'tcllib')
+depends=('tcl' 'tk' 'bwidget' 'tcllib' 'tls')
 source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
 md5sums=('c82f0b93e1f221b1a91aa87d75cd7d0a'



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:25:27
  Author: spupykin
Revision: 103703

archrelease: copy trunk to community-any

Added:
  tkabber/repos/community-any/PKGBUILD
(from rev 103702, tkabber/trunk/PKGBUILD)
Deleted:
  tkabber/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-10 10:25:19 UTC (rev 103702)
+++ PKGBUILD2014-01-10 10:25:27 UTC (rev 103703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: gh0stwizard 
-# Contributor: slubman 
-
-pkgname=tkabber
-pkgver=1.0
-pkgrel=1
-pkgdesc="Tkabber is an open source Jabber client, written in Tcl/Tk."
-arch=(any)
-url="http://tkabber.jabber.ru/";
-license=("GPL")
-depends=('tcl' 'tk' 'bwidget' 'tcllib')
-source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
-   http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
-md5sums=('c82f0b93e1f221b1a91aa87d75cd7d0a'
- '22ffa6241c07ba5f5cfe25e3f3b0204e')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver PREFIX=/usr
-#  make -C $srcdir/$pkgname-plugins-$pkgver PREFIX=/usr
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver install PREFIX=$pkgdir/usr
-  make -C $srcdir/$pkgname-plugins-$pkgver install PREFIX=/usr DESTDIR=$pkgdir
-  sed -i "s|$pkgdir||g" $pkgdir/usr/bin/*
-}

Copied: tkabber/repos/community-any/PKGBUILD (from rev 103702, 
tkabber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-10 10:25:27 UTC (rev 103703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: gh0stwizard 
+# Contributor: slubman 
+
+pkgname=tkabber
+pkgver=1.0
+pkgrel=2
+pkgdesc="Tkabber is an open source Jabber client, written in Tcl/Tk."
+arch=(any)
+url="http://tkabber.jabber.ru/";
+license=("GPL")
+depends=('tcl' 'tk' 'bwidget' 'tcllib' 'tls')
+source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
+   http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
+md5sums=('c82f0b93e1f221b1a91aa87d75cd7d0a'
+ '22ffa6241c07ba5f5cfe25e3f3b0204e')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver PREFIX=/usr
+#  make -C $srcdir/$pkgname-plugins-$pkgver PREFIX=/usr
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver install PREFIX=$pkgdir/usr
+  make -C $srcdir/$pkgname-plugins-$pkgver install PREFIX=/usr DESTDIR=$pkgdir
+  sed -i "s|$pkgdir||g" $pkgdir/usr/bin/*
+}



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

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:24:43
  Author: spupykin
Revision: 103698

upgpkg: dwdiff 2.0.9-1

upd

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 07:48:01 UTC (rev 103697)
+++ PKGBUILD2014-01-10 10:24:43 UTC (rev 103698)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=dwdiff
-pkgver=2.0.4
-pkgrel=5
+pkgver=2.0.9
+pkgrel=1
 pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
 arch=('i686' 'x86_64')
 url="http://os.ghalkes.nl/dwdiff.html";
@@ -10,7 +10,7 @@
 depends=('diffutils' 'icu')
 license=('GPL')
 source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";)
-md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
+md5sums=('f8364e1257011cc9dfe349775a651606')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 09:46:32
  Author: tpowa
Revision: 203406

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
(from rev 203405, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 203405, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 203405, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 203405, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 203405, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 203405, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 203405, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 203405, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 203405, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 203405, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 203405, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 203405, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 203405, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 203405, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 203405, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 203405, linux/trunk/linux.preset)

--+
 testing-i686/3.12-btrfs-relocate-csums.patch |   63 
 testing-i686/PKGBUILD|  336 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6475 +
 testing-i686/config.x86_64   | 6275 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 testing-x86_64/PKGBUILD  |  336 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6475 +
 testing-x86_64/config.x86_64 | 6275 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 26456 insertions(+)

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


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

2014-01-10 Thread Tobias Powalowski
Date: Friday, January 10, 2014 @ 09:45:42
  Author: tpowa
Revision: 203405

upgpkg: linux 3.12.7-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|   25 ++---
 config.x86_64 |   24 +---
 3 files changed, 23 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 04:16:47 UTC (rev 203404)
+++ PKGBUILD2014-01-10 08:45:42 UTC (rev 203405)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.6
+pkgver=3.12.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -21,9 +21,9 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '9e75be8b127e58f1a76c0015eabb12ae'
- '5259c05d5791002e81cb6eca368caa60'
- 'a884d449ea454a75e9d0b6165336734c'
+ 'a158a29ecf49e768ebd2f34967991606'
+ 'a9281e90e529795eaf10b45d70ab2868'
+ '6000a9c7bd83081a65611d9dfbdd8eda'
  'eb14dcfd80c00852ef81ded6e826826a'
  '98beb36f9b8cf16e58de2483ea9985e3'
  'd50c1ac47394e9aec637002ef3392bd1')

Modified: config
===
--- config  2014-01-10 04:16:47 UTC (rev 203404)
+++ config  2014-01-10 08:45:42 UTC (rev 203405)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.12.0-1 Kernel Configuration
+# Linux/x86 3.12.7-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3169,7 +3169,15 @@
 CONFIG_I2C_BOARDINFO=y
 CONFIG_I2C_COMPAT=y
 CONFIG_I2C_CHARDEV=m
-# CONFIG_I2C_MUX is not set
+CONFIG_I2C_MUX=m
+
+#
+# Multiplexer I2C Chip support
+#
+# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
+# CONFIG_I2C_MUX_GPIO is not set
+CONFIG_I2C_MUX_PCA9541=m
+CONFIG_I2C_MUX_PCA954x=m
 CONFIG_I2C_HELPER_AUTO=y
 CONFIG_I2C_SMBUS=m
 CONFIG_I2C_ALGOBIT=m
@@ -4895,18 +4903,6 @@
 CONFIG_USB_SERIAL_IUU=m
 CONFIG_USB_SERIAL_KEYSPAN_PDA=m
 CONFIG_USB_SERIAL_KEYSPAN=m
-CONFIG_USB_SERIAL_KEYSPAN_MPR=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19=y
-CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
 CONFIG_USB_SERIAL_KLSI=m
 CONFIG_USB_SERIAL_KOBIL_SCT=m
 CONFIG_USB_SERIAL_MCT_U232=m
@@ -5277,7 +5273,6 @@
 #
 # DMA Clients
 #
-CONFIG_NET_DMA=y
 CONFIG_ASYNC_TX_DMA=y
 # CONFIG_DMATEST is not set
 CONFIG_DCA=m

Modified: config.x86_64
===
--- config.x86_64   2014-01-10 04:16:47 UTC (rev 203404)
+++ config.x86_64   2014-01-10 08:45:42 UTC (rev 203405)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.12.1-3 Kernel Configuration
+# Linux/x86 3.12.7-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -3060,7 +3060,14 @@
 CONFIG_I2C_BOARDINFO=y
 CONFIG_I2C_COMPAT=y
 CONFIG_I2C_CHARDEV=m
-# CONFIG_I2C_MUX is not set
+CONFIG_I2C_MUX=m
+
+#
+# Multiplexer I2C Chip support
+#
+# CONFIG_I2C_MUX_GPIO is not set
+CONFIG_I2C_MUX_PCA9541=m
+CONFIG_I2C_MUX_PCA954x=m
 CONFIG_I2C_HELPER_AUTO=y
 CONFIG_I2C_SMBUS=m
 CONFIG_I2C_ALGOBIT=m
@@ -4717,18 +4724,6 @@
 CONFIG_USB_SERIAL_IUU=m
 CONFIG_USB_SERIAL_KEYSPAN_PDA=m
 CONFIG_USB_SERIAL_KEYSPAN=m
-CONFIG_USB_SERIAL_KEYSPAN_MPR=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19=y
-CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
 CONFIG_USB_SERIAL_KLSI=m
 CONFIG_USB_SERIAL_KOBIL_SCT=m
 CONFIG_USB_SERIAL_MCT_U232=m
@@ -5094,7 +5089,6 @@
 #
 # DMA Clients
 #
-CONFIG_NET_DMA=y
 CONFIG_ASYNC_TX_DMA=y
 # CONFIG_DMATEST is not set
 CONFIG_DCA=m