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

2016-02-27 Thread Felix Yan
Date: Sunday, February 28, 2016 @ 06:41:05
  Author: fyan
Revision: 163652

fix a typo in pkgdesc

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 05:38:41 UTC (rev 163651)
+++ PKGBUILD2016-02-28 05:41:05 UTC (rev 163652)
@@ -4,7 +4,7 @@
 pkgname=fcitx-qt5
 pkgver=1.0.5
 pkgrel=1
-pkgdesc="Qt5 IM Module for Fcitx"a
+pkgdesc="Qt5 IM Module for Fcitx"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx;
 license=('GPL')


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

2016-02-27 Thread Felix Yan
Date: Sunday, February 28, 2016 @ 06:40:52
  Author: fyan
Revision: 260330

upgpkg: python-setuptools 1:20.2.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 05:37:05 UTC (rev 260329)
+++ PKGBUILD2016-02-28 05:40:52 UTC (rev 260330)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.1.1
+pkgver=20.2.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('72da2f5a4e07c14975b3e13246264cb4b9eb52bd6da22fce0ef0f0bb8d902249067e6c23bf263cda45de92a0cdb794f454dff95e52505045e03c7a6ab28cb2ca')
+sha512sums=('e74004e5755e1abd9e6efb94887c9124a36e67651e6e626424e96575cf8e84a258d48ee6fa8f0389f15de3bddcbcb0a690810dd46c358f85659ad6f20f905a2d')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-02-27 Thread Felix Yan
Date: Sunday, February 28, 2016 @ 06:41:08
  Author: fyan
Revision: 260331

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-28 05:40:52 UTC (rev 260330)
+++ PKGBUILD2016-02-28 05:41:08 UTC (rev 260331)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.1.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('72da2f5a4e07c14975b3e13246264cb4b9eb52bd6da22fce0ef0f0bb8d902249067e6c23bf263cda45de92a0cdb794f454dff95e52505045e03c7a6ab28cb2ca')
-
-prepare() {
-  # We ship separated python{,2}-{packaging,six} packages.
-  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 260330, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-28 05:41:08 UTC (rev 260331)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=20.2.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('e74004e5755e1abd9e6efb94887c9124a36e67651e6e626424e96575cf8e84a258d48ee6fa8f0389f15de3bddcbcb0a690810dd46c358f85659ad6f20f905a2d')
+
+prepare() {
+  # We ship separated python{,2}-{packaging,six} packages.
+  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2016-02-27 Thread Felix Yan
Date: Sunday, February 28, 2016 @ 06:37:05
  Author: fyan
Revision: 260329

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

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 260328, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 260328, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 260328, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 260328, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   88 +
 /perl-xml-libxml.install |   32 
 extra-i686/PKGBUILD  |   44 
 extra-i686/perl-xml-libxml.install   |   16 --
 extra-x86_64/PKGBUILD|   44 
 extra-x86_64/perl-xml-libxml.install |   16 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-28 05:36:40 UTC (rev 260328)
+++ extra-i686/PKGBUILD 2016-02-28 05:37:05 UTC (rev 260329)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0123
-pkgrel=1
-pkgdesc="Interface to the libxml library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-checkdepends=('perl-test-pod' 'perl-test-leaktrace')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('c9eb502f8aa2586c4a4dce3c784a2a0b')
-
-build() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-xml-libxml/repos/extra-i686/PKGBUILD (from rev 260328, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-28 05:37:05 UTC (rev 260329)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0124
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('30436b85454fba3ae5f6494df598e65c')
+
+build() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2016-02-28 05:36:40 UTC (rev 260328)
+++ extra-i686/perl-xml-libxml.install  2016-02-28 05:37:05 UTC (rev 

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2016-02-27 Thread Felix Yan
Date: Sunday, February 28, 2016 @ 06:36:40
  Author: fyan
Revision: 260328

upgpkg: perl-xml-libxml 2.0124-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 05:26:18 UTC (rev 260327)
+++ PKGBUILD2016-02-28 05:36:40 UTC (rev 260328)
@@ -5,7 +5,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0123
+pkgver=2.0124
 pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 url="http://search.cpan.org/dist/XML-LibXML;
 license=('GPL')
 depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-checkdepends=('perl-test-pod' 'perl-test-leaktrace')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
 provides=('perl-libxml' 'perl-xml-libxml-common')
 replaces=('perl-libxml' 'perl-xml-libxml-common')
 options=('!emptydirs')
 install=perl-xml-libxml.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('c9eb502f8aa2586c4a4dce3c784a2a0b')
+md5sums=('30436b85454fba3ae5f6494df598e65c')
 
 build() {
   cd "$srcdir"/XML-LibXML-$pkgver


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

2016-02-27 Thread Sven-Hendrik Haase
Date: Saturday, February 27, 2016 @ 23:00:14
  Author: svenstaro
Revision: 163643

upgpkg: python-click 6.3-1

upstream release 6.3

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 19:47:21 UTC (rev 163642)
+++ PKGBUILD2016-02-27 22:00:14 UTC (rev 163643)
@@ -4,7 +4,7 @@
 pkgbase=python-click
 pkgname=("python-click" "python2-click")
 _realname=click
-pkgver=6.2
+pkgver=6.3
 pkgrel=1
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
@@ -12,7 +12,7 @@
 license=("BSD")
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82')
+sha256sums=('b720d9faabe193287b71e3c26082b0f249501288e153b7e7cfce3bb87ac8cc1c')
 
 prepare() {
 cp -a $_realname-$pkgver{,-python2}


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

2016-02-27 Thread Sven-Hendrik Haase
Date: Saturday, February 27, 2016 @ 23:00:25
  Author: svenstaro
Revision: 163644

archrelease: copy trunk to community-any

Added:
  python-click/repos/community-any/PKGBUILD
(from rev 163643, python-click/trunk/PKGBUILD)
Deleted:
  python-click/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 22:00:14 UTC (rev 163643)
+++ PKGBUILD2016-02-27 22:00:25 UTC (rev 163644)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgbase=python-click
-pkgname=("python-click" "python2-click")
-_realname=click
-pkgver=6.2
-pkgrel=1
-pkgdesc="A simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url="http://click.pocoo.org/;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82')
-
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-click() {
-depends=("python")
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-click/repos/community-any/PKGBUILD (from rev 163643, 
python-click/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 22:00:25 UTC (rev 163644)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgbase=python-click
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver=6.3
+pkgrel=1
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('b720d9faabe193287b71e3c26082b0f249501288e153b7e7cfce3bb87ac8cc1c')
+
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 20:47:21
  Author: heftig
Revision: 163642

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 163641, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 163641, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 163641, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 163641, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 163641, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 163641, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 19:42:03 UTC (rev 163641)
+++ community-i686/PKGBUILD 2016-02-27 19:47:21 UTC (rev 163642)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.16
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('1c34db3254e8304988b3c10591c11af058f371bee80fe3b559e6c16d84f4fa03'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 163641, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 19:47:21 UTC (rev 163642)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.17
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('bb76bc9613064f48d50f8323c2727002bb7dcb0ccf8813e69a366c603b7bc689'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+

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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 20:42:03
  Author: heftig
Revision: 163641

3.17

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 16:34:40 UTC (rev 163640)
+++ PKGBUILD2016-02-27 19:42:03 UTC (rev 163641)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.16
+pkgver=3.17
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('1c34db3254e8304988b3c10591c11af058f371bee80fe3b559e6c16d84f4fa03'
+sha256sums=('bb76bc9613064f48d50f8323c2727002bb7dcb0ccf8813e69a366c603b7bc689'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 19:48:14
  Author: heftig
Revision: 260325

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 260324, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/commonify
(from rev 260324, eclipse/trunk/commonify)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 260324, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.install
(from rev 260324, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 260324, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 260324, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 260324, eclipse/trunk/commonify)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 260324, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 260324, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 260324, eclipse/trunk/eclipse.sh)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/commonify
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh

--+
 /PKGBUILD|  194 +
 /commonify   |   78 
 /eclipse.desktop |   18 +++
 /eclipse.install |   22 
 /eclipse.sh  |6 +
 extra-i686/PKGBUILD  |   97 
 extra-i686/commonify |   39 
 extra-i686/eclipse.desktop   |9 -
 extra-i686/eclipse.install   |   11 --
 extra-i686/eclipse.sh|3 
 extra-x86_64/PKGBUILD|   97 
 extra-x86_64/commonify   |   39 
 extra-x86_64/eclipse.desktop |9 -
 extra-x86_64/eclipse.install |   11 --
 extra-x86_64/eclipse.sh  |3 
 15 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-27 16:19:34 UTC (rev 260324)
+++ extra-i686/PKGBUILD 2016-02-27 18:48:14 UTC (rev 260325)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,cpp,php})
-pkgver=4.5.1
-pkgrel=1
-_release=mars-1
-pkgdesc="Highly extensible IDE"
-license=("EPL")
-arch=(i686 x86_64)
-url="http://eclipse.org;
-makedepends=(ruby)
-options=(!emptydirs)
-source=(commonify eclipse.sh eclipse.desktop)
-source_i686=()
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
-  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('becd292c83556fff2eea889ebe6df075056c6343b88f95abd6abbd04253d82c9'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('4e983571957bfe79e810164ba42d03d9969836c9fff17f6021b9f7bb476966f9'
- 
'22ebd3259340ccc149efb41f67878ed87acadc45fa11e8945d5d6b80a7dc4b63'
- 
'59632d58f24d7d8bf6f0a3f25c08eac9e2ca1d6264be976b2734f3b11ea08fe4')
-sha256sums_x86_64=('04dd54df5d047fba63677b56f90ee8fd880cd206c7075ea9332095efa7f25663'
-   
'4776e235417e3d0c22e92ed5c403b6f44c2c15d32e92e1cf16ca4f42f2d3d9c8'
-   
'053bb104d561400a89d30de119a749e84ddef5d91ac9f001b330f0248f622b67')
-
-prepare() {
-  mkdir eclipse-common
-
-  for _pkg in ${pkgname[@]}; do
-[[ $_pkg == 'eclipse-common' ]] && continue
-
-if [[ $CARCH == x86_64 ]]; then
-  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
-else
-  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
-fi
-
-mv eclipse $_pkg
-  done
-}
-
-build() {
-  ./commonify ${pkgname[@]}
-
-  mkdir -p eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=(java-environment webkitgtk unzip)
-  

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

2016-02-27 Thread Sergej Pupykin
Date: Saturday, February 27, 2016 @ 17:34:40
  Author: spupykin
Revision: 163640

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 16:34:23 UTC (rev 163639)
+++ community-i686/PKGBUILD 2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 163639, 
tvtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture 
cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
+'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
+md5sums=('97a09d1723c073eb2b8bea48a148a994')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-27 16:34:23 UTC (rev 163639)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:thefatprecious 
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture 
cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 
'libxv'
-'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml 
$pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 163639, 
tvtime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:thefatprecious 
+

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

2016-02-27 Thread Sergej Pupykin
Date: Saturday, February 27, 2016 @ 17:34:18
  Author: spupykin
Revision: 163638

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 16:33:56 UTC (rev 163637)
+++ community-i686/PKGBUILD 2016-02-27 16:34:18 UTC (rev 163638)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.13
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('b8cb33a04ab461b55edcc807abf82241')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-i686/PKGBUILD (from rev 163637, 
musl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 16:34:18 UTC (rev 163638)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.14
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
+md5sums=('d529ce4a2f7f79d8c3fd4b8329417b57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-27 16:33:56 UTC (rev 163637)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:18 UTC (rev 163638)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.13
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('b8cb33a04ab461b55edcc807abf82241')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 163637, 
musl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-27 16:34:18 UTC (rev 163638)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.14
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
+md5sums=('d529ce4a2f7f79d8c3fd4b8329417b57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2016-02-27 Thread Sergej Pupykin
Date: Saturday, February 27, 2016 @ 17:34:23
  Author: spupykin
Revision: 163639

upgpkg: tvtime 1.0.10-1

upd

Modified:
  tvtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 16:34:18 UTC (rev 163638)
+++ PKGBUILD2016-02-27 16:34:23 UTC (rev 163639)
@@ -3,7 +3,7 @@
 # Maintainer:thefatprecious 
 
 pkgname=tvtime
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="A high quality television application for use with video capture 
cards"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 'libsm' 'libxxf86vm' 'alsa-lib')
 makedepends=('libxt' 'v4l-utils')
 source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz;)
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
+md5sums=('97a09d1723c073eb2b8bea48a148a994')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2016-02-27 Thread Sergej Pupykin
Date: Saturday, February 27, 2016 @ 17:33:56
  Author: spupykin
Revision: 163637

upgpkg: musl 1.1.14-1

upd

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 15:40:52 UTC (rev 163636)
+++ PKGBUILD2016-02-27 16:33:56 UTC (rev 163637)
@@ -3,7 +3,7 @@
 # Contributor: TJ Vanderpoel 
 
 pkgname=musl
-pkgver=1.1.13
+pkgver=1.1.14
 pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('MIT')
 options=('staticlibs' '!buildflags')
 source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('b8cb33a04ab461b55edcc807abf82241')
+md5sums=('d529ce4a2f7f79d8c3fd4b8329417b57')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 17:19:34
  Author: heftig
Revision: 260324

4.5.2

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 15:54:36 UTC (rev 260323)
+++ PKGBUILD2016-02-27 16:19:34 UTC (rev 260324)
@@ -8,9 +8,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,cpp,php})
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
-_release=mars-1
+_release=mars-2
 pkgdesc="Highly extensible IDE"
 license=("EPL")
 arch=(i686 x86_64)
@@ -33,12 +33,12 @@
 sha256sums=('becd292c83556fff2eea889ebe6df075056c6343b88f95abd6abbd04253d82c9'
 '04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
 '57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('4e983571957bfe79e810164ba42d03d9969836c9fff17f6021b9f7bb476966f9'
- 
'22ebd3259340ccc149efb41f67878ed87acadc45fa11e8945d5d6b80a7dc4b63'
- 
'59632d58f24d7d8bf6f0a3f25c08eac9e2ca1d6264be976b2734f3b11ea08fe4')
-sha256sums_x86_64=('04dd54df5d047fba63677b56f90ee8fd880cd206c7075ea9332095efa7f25663'
-   
'4776e235417e3d0c22e92ed5c403b6f44c2c15d32e92e1cf16ca4f42f2d3d9c8'
-   
'053bb104d561400a89d30de119a749e84ddef5d91ac9f001b330f0248f622b67')
+sha256sums_i686=('679e50bb3c98d2d8d305a795c19dd3513833c9508477ec60dd955c448000d8b4'
+ 
'654cd0e50450fb8139a9474d69fd33de5e6f8af36b5e1c97028b203ccbf5bd2c'
+ 
'6ecbb7a15e8f9bf39103a8406491a8c11512fbd9af06cc0bcb12a64cda8ff282')
+sha256sums_x86_64=('ec8300fab617db38a817919f59b137b6422aac54336b46cbf5a873af62f898d6'
+   
'ad2d57927009e820df68e1b1c8759a0e30724c67954981c0428d5a3897a3894f'
+   
'58ea9f621e84f702a88c87e12e604bce71e6ec4712b2262f95a219c7a222a077')
 
 prepare() {
   mkdir eclipse-common


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (4 files)

2016-02-27 Thread Maxime Gauduin
Date: Saturday, February 27, 2016 @ 16:40:52
  Author: alucryd
Revision: 163636

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 163635, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk3.install
(from rev 163635, lib32-gtk3/trunk/gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk3.install

--+
 PKGBUILD |  100 -
 gtk3.install |   26 +++---
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 15:39:48 UTC (rev 163635)
+++ PKGBUILD2016-02-27 15:40:52 UTC (rev 163636)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.18.7
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (v3)'
-arch=('x86_64')
-license=('LGPL')
-url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
- 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
- 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
- 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
-makedepends=('gcc-multilib' 'gobject-introspection')
-install='gtk3.install'
-source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz;)
-sha256sums=('a76e1cb0ac45ce5c2734f6778f2731a5c6a23d1ff6bd4db357774f014ee68820')
-
-build() {
-  cd gtk+-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---enable-{broadway,wayland,x11}-backend \
---disable-libcanberra \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtk+-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 163635, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 15:40:52 UTC (rev 163636)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.18.8
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (v3)'
+arch=('x86_64')
+license=('LGPL')
+url='http://www.gtk.org/'
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
+ 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
+ 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
+ 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
+makedepends=('gcc-multilib' 'gobject-introspection')
+install='gtk3.install'
+source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz;)
+sha256sums=('1c53ef1bb55364698f7183ecd185b547f92f4a3a7abfafd531400232e2e052f8')
+
+build() {
+  cd gtk+-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--enable-{broadway,wayland,x11}-backend \
+--disable-libcanberra \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtk+-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
+  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: gtk3.install
===
--- gtk3.install2016-02-27 15:39:48 UTC (rev 163635)
+++ gtk3.install2016-02-27 15:40:52 UTC (rev 163636)
@@ -1,13 +0,0 @@
-post_install() {
-  GTK_PATH=/usr/lib32/gtk-3.0 /usr/bin/gtk-query-immodules-3.0-32 
--update-cache
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  rm -f /usr/lib32/gtk-3.0/3.0.0/immodules.cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/gtk3.install (from rev 163635, 

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

2016-02-27 Thread Dan McGee
Date: Saturday, February 27, 2016 @ 16:39:52
  Author: dan
Revision: 260318

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 15:39:44 UTC (rev 260317)
+++ PKGBUILD2016-02-27 15:39:52 UTC (rev 260318)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Sebastien Binet 
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=8.0.2
-pkgrel=1
-pkgdesc="The PyPA recommended tool for installing Python packages"
-url="https://pip.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('3a73c4188f8dbad6a1e6f6d44d117eeb')
-sha256sums=('46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir/pip-$pkgver"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd "$srcdir/pip-$pkgver"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  
-  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 260317, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 15:39:52 UTC (rev 260318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('8f000fc101e47f4f199fa29df1e0b0df')
+sha256sums=('30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd "$srcdir/pip-$pkgver"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd "$srcdir/pip-$pkgver"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-27 Thread Maxime Gauduin
Date: Saturday, February 27, 2016 @ 16:39:48
  Author: alucryd
Revision: 163635

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 15:39:40 UTC (rev 163634)
+++ PKGBUILD2016-02-27 15:39:48 UTC (rev 163635)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TryA 
-# Contributor: Jan de Groot 
-# Contributor: josephgbr 
-
-pkgname=lib32-libproxy
-pkgver=0.4.11
-pkgrel=2
-pkgdesc='A library that provides automatic proxy configuration management'
-arch=('x86_64')
-url='http://libproxy.googlecode.com'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'libproxy')
-makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
-source=("http://libproxy.googlecode.com/files/libproxy-${pkgver}.tar.gz;)
-md5sums=('3cd1ae2a4abecf44b3f24d6639d2cd84')
-
-build() {
-  cd libproxy-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_C_FLAGS="${CFLAGS}" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_SKIP_RPATH='TRUE' \
--DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
--DLIB_SUFFIX='32' \
--DPERL_VENDORINSTALL='FALSE' \
--DWITH_{GNOME3,MOZJS,NATUS,NM,KDE4,PERL,PYTHON,WEBKIT}='FALSE'
-  make
-}
-
-package() {
-  cd libproxy-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libproxy/repos/multilib-x86_64/PKGBUILD (from rev 163634, 
lib32-libproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 15:39:48 UTC (rev 163635)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TryA 
+# Contributor: Jan de Groot 
+# Contributor: josephgbr 
+
+pkgname=lib32-libproxy
+pkgver=0.4.12
+pkgrel=1
+pkgdesc='A library that provides automatic proxy configuration management'
+arch=('x86_64')
+url='http://libproxy.googlecode.com'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'libproxy')
+makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
+source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
+md5sums=('258d89cc052e0a3c09aa1f42d7f93045')
+
+build() {
+  cd libproxy-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_C_FLAGS="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
+-DLIB_SUFFIX='32' \
+-DPERL_VENDORINSTALL='FALSE' \
+-DWITH_{GNOME3,MOZJS,NATUS,NM,KDE4,PERL,PYTHON,WEBKIT}='FALSE'
+  make
+}
+
+package() {
+  cd libproxy-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-02-27 Thread Dan McGee
Date: Saturday, February 27, 2016 @ 16:37:03
  Author: dan
Revision: 260315

upgpkg: git 2.7.2-1

Added:
  git/trunk/0001-t8005-avoid-grep-on-non-ASCII-data.patch
  git/trunk/0001-t9200-avoid-grep-on-non-ASCII-data.patch

---+
 0001-t8005-avoid-grep-on-non-ASCII-data.patch |   88 
 0001-t9200-avoid-grep-on-non-ASCII-data.patch |   33 +
 2 files changed, 121 insertions(+)

Added: 0001-t8005-avoid-grep-on-non-ASCII-data.patch
===
--- 0001-t8005-avoid-grep-on-non-ASCII-data.patch   
(rev 0)
+++ 0001-t8005-avoid-grep-on-non-ASCII-data.patch   2016-02-27 15:37:03 UTC 
(rev 260315)
@@ -0,0 +1,88 @@
+From 0be43dedbc03139b9d9d0bc71deefc4d7f47296d Mon Sep 17 00:00:00 2001
+From: John Keeping 
+Date: Sun, 21 Feb 2016 17:32:21 +
+Subject: [PATCH] t8005: avoid grep on non-ASCII data
+
+GNU grep 2.23 detects the input used in this test as binary data so it
+does not work for extracting lines from a file.  We could add the "-a"
+option to force grep to treat the input as text, but not all
+implementations support that.  Instead, use sed to extract the desired
+lines since it will always treat its input as text.
+
+While touching these lines, modernize the test style to avoid hiding the
+exit status of "git blame" and remove a space following a redirection
+operator.  Also swap the order of the expected and actual output
+files given to test_cmp; we compare expect and actual to show how
+actual output differs from what is expected.
+
+Signed-off-by: John Keeping 
+Signed-off-by: Junio C Hamano 
+---
+ t/t8005-blame-i18n.sh | 28 
+ 1 file changed, 16 insertions(+), 12 deletions(-)
+
+diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh
+index 847d098..75da219 100755
+--- a/t/t8005-blame-i18n.sh
 b/t/t8005-blame-i18n.sh
+@@ -33,11 +33,15 @@ author $SJIS_NAME
+ summary $SJIS_MSG
+ EOF
+ 
++filter_author_summary () {
++  sed -n -e '/^author /p' -e '/^summary /p' "$@"
++}
++
+ test_expect_success !MINGW \
+   'blame respects i18n.commitencoding' '
+-  git blame --incremental file | \
+-  egrep "^(author|summary) " > actual &&
+-  test_cmp actual expected
++  git blame --incremental file >output &&
++  filter_author_summary output >actual &&
++  test_cmp expected actual
+ '
+ 
+ cat >expected < actual &&
+-  test_cmp actual expected
++  git blame --incremental file >output &&
++  filter_author_summary output >actual &&
++  test_cmp expected actual
+ '
+ 
+ cat >expected < actual &&
+-  test_cmp actual expected
++  git blame --incremental --encoding=UTF-8 file >output &&
++  filter_author_summary output >actual &&
++  test_cmp expected actual
+ '
+ 
+ cat >expected < actual &&
+-  test_cmp actual expected
++  git blame --incremental --encoding=none file >output &&
++  filter_author_summary output >actual &&
++  test_cmp expected actual
+ '
+ 
+ test_done
+-- 
+2.7.1
+

Added: 0001-t9200-avoid-grep-on-non-ASCII-data.patch
===
--- 0001-t9200-avoid-grep-on-non-ASCII-data.patch   
(rev 0)
+++ 0001-t9200-avoid-grep-on-non-ASCII-data.patch   2016-02-27 15:37:03 UTC 
(rev 260315)
@@ -0,0 +1,33 @@
+From 3b1442d5d23577ed3570023d338cd12298b16867 Mon Sep 17 00:00:00 2001
+From: John Keeping 
+Date: Sun, 21 Feb 2016 17:32:22 +
+Subject: [PATCH] t9200: avoid grep on non-ASCII data
+
+GNU grep 2.23 detects the input used in this test as binary data so it
+does not work for extracting lines from a file.  We could add the "-a"
+option to force grep to treat the input as text, but not all
+implementations support that.  Instead, use sed to extract the desired
+lines since it will always treat its input as text.
+
+Signed-off-by: John Keeping 
+Signed-off-by: Junio C Hamano 
+---
+ t/t9200-git-cvsexportcommit.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
+index 812c9cd..7117719 100755
+--- a/t/t9200-git-cvsexportcommit.sh
 b/t/t9200-git-cvsexportcommit.sh
+@@ -35,7 +35,7 @@ exit 1
+ 
+ check_entries () {
+   # $1 == directory, $2 == expected
+-  grep '^/' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
++  sed -ne '/^\//p' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
+   if test -z "$2"
+   then
+   >expected
+-- 
+2.7.1
+


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

2016-02-27 Thread Dan McGee
Date: Saturday, February 27, 2016 @ 16:36:34
  Author: dan
Revision: 260314

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 260313, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 260313, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 260313, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 260313, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 260313, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 260313, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 260313, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 260313, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  250 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 ++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  119 -
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  119 -
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 312 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-27 15:36:14 UTC (rev 260313)
+++ extra-i686/PKGBUILD 2016-02-27 15:36:34 UTC (rev 260314)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('eece7b1e87983271621a0cb6aab37a25'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p 

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

2016-02-27 Thread Dan McGee
Date: Saturday, February 27, 2016 @ 16:36:14
  Author: dan
Revision: 260313

upgpkg: git 2.7.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 15:32:50 UTC (rev 260312)
+++ PKGBUILD2016-02-27 15:36:14 UTC (rev 260313)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,15 +26,21 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
-git-daemon.socket)
-md5sums=('eece7b1e87983271621a0cb6aab37a25'
+git-daemon.socket
+0001-t8005-avoid-grep-on-non-ASCII-data.patch
+0001-t9200-avoid-grep-on-non-ASCII-data.patch)
+md5sums=('b14189d9d9ea32274e51c7a4240ffc15'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
+ 'f67869315c2cc112e076f0c73f248002'
+ '962d0aefc0d1e8988de4cadc64dfb4c0'
+ '8ca170a285fa030f6eb629b5c67c16bd')
 validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 < "$srcdir/0001-t8005-avoid-grep-on-non-ASCII-data.patch"
+  patch -Np1 < "$srcdir/0001-t9200-avoid-grep-on-non-ASCII-data.patch"
 }
 
 build() {


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

2016-02-27 Thread Maxime Gauduin
Date: Saturday, February 27, 2016 @ 16:32:50
  Author: alucryd
Revision: 260312

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-27 15:32:29 UTC (rev 260311)
+++ extra-i686/PKGBUILD 2016-02-27 15:32:50 UTC (rev 260312)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-harfbuzz \
---enable-fontconfig
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-i686/PKGBUILD (from rev 260311, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-27 15:32:50 UTC (rev 260312)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1c8cbd5751aeb192bda04a65d0464fd9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-harfbuzz \
+--enable-fontconfig
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-27 15:32:29 UTC (rev 260311)
+++ extra-x86_64/PKGBUILD   2016-02-27 15:32:50 UTC (rev 260312)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-harfbuzz \
---enable-fontconfig
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 260311, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-27 15:32:50 UTC (rev 260312)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')

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

2016-02-27 Thread Maxime Gauduin
Date: Saturday, February 27, 2016 @ 16:32:29
  Author: alucryd
Revision: 260311

upgpkg: libass 0.13.2-1

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 15:18:54 UTC (rev 260310)
+++ PKGBUILD2016-02-27 15:32:29 UTC (rev 260311)
@@ -4,7 +4,7 @@
 # Contributor: G_Syme 
 
 pkgname=libass
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkg-config' 'yasm')
 provides=('libass.so')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
+md5sums=('1c8cbd5751aeb192bda04a65d0464fd9')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-02-27 Thread Florian Pritz
Date: Saturday, February 27, 2016 @ 15:25:14
  Author: bluewind
Revision: 260309

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 260308, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 260308, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 260308, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  820 +--
 upgpkg |8 
 3 files changed, 447 insertions(+), 443 deletions(-)

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


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

2016-02-27 Thread Florian Pritz
Date: Saturday, February 27, 2016 @ 15:25:08
  Author: bluewind
Revision: 260308

upgpkg: pacman-mirrorlist 20160227-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |8 
 mirrorlist |   10 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 14:18:44 UTC (rev 260307)
+++ PKGBUILD2016-02-27 14:25:08 UTC (rev 260308)
@@ -2,8 +2,8 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160208
-pkgrel=2
+pkgver=20160227
+pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
 url="https://www.archlinux.org/mirrorlist/;
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('31d3f47e1d4107a96b9da337cdf2f666')
-sha256sums=('9c63082ba2e7f97c2e489a0d5f63bc82f6fb0cdb206005b33fa62663b67e7791')
+md5sums=('a7593f4425072a68fe4a383bc057ba34')
+sha256sums=('6a98b051a6d1eee72826a4929a7d43e1bbc4af3f5d42907a506b6e4decdfd840')

Modified: mirrorlist
===
--- mirrorlist  2016-02-27 14:18:44 UTC (rev 260307)
+++ mirrorlist  2016-02-27 14:25:08 UTC (rev 260308)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-02-08
+## Generated on 2016-02-27
 ##
 
 ## Worldwide
@@ -33,7 +33,7 @@
 ## Brazil
 #Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = http://www.lasca.ic.unicamp.br/pub/archlinux/$repo/os/$arch
 #Server = http://linorg.usp.br/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 #Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
@@ -73,7 +73,6 @@
 
 ## Colombia
 #Server = http://mirror.edatel.net.co/archlinux/$repo/os/$arch
-#Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
 
 ## Croatia
 #Server = http://archlinux.iskon.hr/$repo/os/$arch
@@ -126,11 +125,13 @@
 
 ## Germany
 #Server = http://mirror.23media.de/archlinux/$repo/os/$arch
+#Server = https://arch.32g.eu/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
 #Server = http://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = https://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
+#Server = https://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = http://mirror.euserv.net/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
 #Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
@@ -334,6 +335,9 @@
 #Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
 #Server = http://ftp.yzu.edu.tw/Linux/archlinux/$repo/os/$arch
 
+## Thailand
+#Server = http://mirror.adminbannok.com/archlinux/$repo/os/$arch
+
 ## Turkey
 #Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch
 


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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 15:18:44
  Author: heftig
Revision: 260307

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

Added:
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 260306, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 260306, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 260306, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 260306, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 260306, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 260306, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 260306, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 260306, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 260306, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 260306, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 260306, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 260306, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
  linux-zen/repos/testing-i686/config
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  602 
 /change-default-console-loglevel.patch   |   22 
 /config  |15862 +
 /config.x86_64   |15378 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7931 
 testing-i686/config.x86_64   | 7689 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7931 
 testing-x86_64/config.x86_64 | 7689 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31966 insertions(+), 31966 deletions(-)

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


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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 14:42:39
  Author: heftig
Revision: 260279

4.4.3

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 11:48:03 UTC (rev 260278)
+++ PKGBUILD2016-02-27 13:42:39 UTC (rev 260279)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
-_zenpatch=322dceb1cc7fe17698706819ec16da4e0f70f9d7
-pkgver=4.4.2
+_zenpatch=e7debce2accf322c8a4736cfff8cf0878084ffec
+pkgver=4.4.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'5c55d48ca6b2a9b89ed786e656ed17f9a86192eba6d209fa408e0bca8de57b9c'
+'4a24c79c40b2cb820ce9f22d44f31edcbde5971432753ab0289772946ed05b7b'
 'SKIP'
 '65c3eac42931f76f42c36e7399908cfc548968e5606fc690abd792e0be85a7de'
 '7e93c4b59748b6d2ecdcc72802bb020f12b0af62368beecec8d704cc6424c1ea'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'c64ff3ecce106b8e991799536b668fd80500b008d62c695e93af1233aad8cdda'
+'6c1cf38707b5b6e473afad32aca53d93f980e74a69c5e301adf2ddca87d2c386'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2016-02-27 Thread Timothy Redaelli
Date: Saturday, February 27, 2016 @ 13:50:16
  Author: tredaelli
Revision: 163590

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/60b595356b8c049adc296deb0ffe65b357500ab4.patch
(from rev 163589, 
electrum/trunk/60b595356b8c049adc296deb0ffe65b357500ab4.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 163589, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/electrum.install
(from rev 163589, electrum/trunk/electrum.install)
Deleted:
  electrum/repos/community-any/60b595356b8c049adc296deb0ffe65b357500ab4.patch

+
 60b595356b8c049adc296deb0ffe65b357500ab4.patch |   58 +++
 PKGBUILD   |   55 +
 electrum.install   |   11 
 3 files changed, 95 insertions(+), 29 deletions(-)

Deleted: 60b595356b8c049adc296deb0ffe65b357500ab4.patch
===
--- 60b595356b8c049adc296deb0ffe65b357500ab4.patch  2016-02-27 12:48:33 UTC 
(rev 163589)
+++ 60b595356b8c049adc296deb0ffe65b357500ab4.patch  2016-02-27 12:50:16 UTC 
(rev 163590)
@@ -1,29 +0,0 @@
-From 60b595356b8c049adc296deb0ffe65b357500ab4 Mon Sep 17 00:00:00 2001
-From: Andreas Hilboll 
-Date: Tue, 5 Jan 2016 12:13:15 +0100
-Subject: [PATCH] BUG: allow non-root installation on linux
-
-fixes #1607

- setup.py | 5 +
- 1 file changed, 5 insertions(+)
- mode change 100644 => 100755 setup.py
-
-diff --git a/setup.py b/setup.py
-old mode 100644
-new mode 100755
-index 117a7ba..943f572
 a/setup.py
-+++ b/setup.py
-@@ -17,6 +17,11 @@
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- usr_share = os.path.join(sys.prefix, "share")
-+if not os.access(usr_share, os.W_OK):
-+if 'XDG_DATA_HOME' in os.environ.keys():
-+usr_share = os.environ['$XDG_DATA_HOME']
-+else:
-+usr_share = os.path.expanduser('~/.local/share')
- data_files += [
- (os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
- (os.path.join(usr_share, 'pixmaps/'), ['icons/electrum.png'])

Copied: 
electrum/repos/community-any/60b595356b8c049adc296deb0ffe65b357500ab4.patch 
(from rev 163589, electrum/trunk/60b595356b8c049adc296deb0ffe65b357500ab4.patch)
===
--- 60b595356b8c049adc296deb0ffe65b357500ab4.patch  
(rev 0)
+++ 60b595356b8c049adc296deb0ffe65b357500ab4.patch  2016-02-27 12:50:16 UTC 
(rev 163590)
@@ -0,0 +1,29 @@
+From 60b595356b8c049adc296deb0ffe65b357500ab4 Mon Sep 17 00:00:00 2001
+From: Andreas Hilboll 
+Date: Tue, 5 Jan 2016 12:13:15 +0100
+Subject: [PATCH] BUG: allow non-root installation on linux
+
+fixes #1607
+---
+ setup.py | 5 +
+ 1 file changed, 5 insertions(+)
+ mode change 100644 => 100755 setup.py
+
+diff --git a/setup.py b/setup.py
+old mode 100644
+new mode 100755
+index 117a7ba..943f572
+--- a/setup.py
 b/setup.py
+@@ -17,6 +17,11 @@
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ usr_share = os.path.join(sys.prefix, "share")
++if not os.access(usr_share, os.W_OK):
++if 'XDG_DATA_HOME' in os.environ.keys():
++usr_share = os.environ['$XDG_DATA_HOME']
++else:
++usr_share = os.path.expanduser('~/.local/share')
+ data_files += [
+ (os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
+ (os.path.join(usr_share, 'pixmaps/'), ['icons/electrum.png'])

Copied: electrum/repos/community-any/PKGBUILD (from rev 163589, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 12:50:16 UTC (rev 163590)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.6
+pkgrel=2
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc}
+60b595356b8c049adc296deb0ffe65b357500ab4.patch)

[arch-commits] Commit in electrum/repos/community-any (PKGBUILD electrum.install)

2016-02-27 Thread Timothy Redaelli
Date: Saturday, February 27, 2016 @ 13:48:33
  Author: tredaelli
Revision: 163589

archrelease: copy trunk to community-any

Deleted:
  electrum/repos/community-any/PKGBUILD
  electrum/repos/community-any/electrum.install

--+
 PKGBUILD |   55 -
 electrum.install |   11 --
 2 files changed, 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 12:48:25 UTC (rev 163588)
+++ PKGBUILD2016-02-27 12:48:33 UTC (rev 163589)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.6
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc}
-60b595356b8c049adc296deb0ffe65b357500ab4.patch)
-md5sums=('63039f6e307274829a9b8cd0662e40e9'
- 'SKIP'
- '99509675fb508c1d10ded5cb8dd1acff')
-sha256sums=('6adb213f042fc4cdefca6675948d3a7d4b5d7ec89178d3388626ee5e0e032d29'
-'SKIP'
-'f157421a54ffd001fb0957a557f0a3a91709424ae4b78b97f0eda9e053ac3c81')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-
-  # Revert commit 60b595356b8c049adc296deb0ffe65b357500ab4
-  patch -Rp1 -i "$srcdir/60b595356b8c049adc296deb0ffe65b357500ab4.patch"
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Deleted: electrum.install
===
--- electrum.install2016-02-27 12:48:25 UTC (rev 163588)
+++ electrum.install2016-02-27 12:48:33 UTC (rev 163589)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-02-27 Thread Timothy Redaelli
Date: Saturday, February 27, 2016 @ 13:48:25
  Author: tredaelli
Revision: 163588

upgpkg: electrum 2.6-2

Add missing dependency to python2-jsonrpclib

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 12:31:52 UTC (rev 163587)
+++ PKGBUILD2016-02-27 12:48:25 UTC (rev 163588)
@@ -6,10 +6,10 @@
 
 pkgname=electrum
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
  'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
 makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
 optdepends=('python2-btchip: BTChip hardware wallet support'


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

2016-02-27 Thread Jelle van der Waa
Date: Saturday, February 27, 2016 @ 13:31:39
  Author: jelle
Revision: 163586

upgpkg: calibre 2.52.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 09:08:28 UTC (rev 163585)
+++ PKGBUILD2016-02-27 12:31:39 UTC (rev 163586)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.51.0
+pkgver=2.52.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 
source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('15941e1bef0e1fa02ed3dd04a7236184')
+md5sums=('629aab1f661001fe5c62a16cdf266d66')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2016-02-27 Thread Jelle van der Waa
Date: Saturday, February 27, 2016 @ 13:31:52
  Author: jelle
Revision: 163587

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   73 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 12:31:39 UTC (rev 163586)
+++ community-i686/PKGBUILD 2016-02-27 12:31:52 UTC (rev 163587)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.51.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('15941e1bef0e1fa02ed3dd04a7236184')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 163586, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 12:31:52 UTC (rev 163587)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.52.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 

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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 12:48:03
  Author: heftig
Revision: 260278

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

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

---+
 /PKGBUILD |  122 
 extra-i686/PKGBUILD   |   59 ---
 extra-x86_64/PKGBUILD |   59 ---
 3 files changed, 122 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-27 11:47:12 UTC (rev 260277)
+++ extra-i686/PKGBUILD 2016-02-27 11:48:03 UTC (rev 260278)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-doc
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 260277, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-27 11:48:03 UTC (rev 260278)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-doc
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-27 11:47:12 UTC (rev 260277)
+++ extra-x86_64/PKGBUILD   2016-02-27 11:48:03 UTC (rev 260278)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine"

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

2016-02-27 Thread Jan Steffens
Date: Saturday, February 27, 2016 @ 12:47:12
  Author: heftig
Revision: 260277

1.2.3

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 10:16:54 UTC (rev 260276)
+++ PKGBUILD2016-02-27 11:47:12 UTC (rev 260277)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.1
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226')
+sha256sums=('8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c')
 
 prepare() {
   mkdir path
@@ -23,6 +23,8 @@
 
 build() {
   cd $pkgbase-$pkgver
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
   ./configure --prefix=/usr \
 --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
 --with-gobject --enable-doc


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

2016-02-27 Thread Laurent Carlier
Date: Saturday, February 27, 2016 @ 11:16:49
  Author: lcarlier
Revision: 260275

upgpkg: vulkan-docs 1.0.20160226-1

upstream update 1.0.20160226

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 08:19:18 UTC (rev 260274)
+++ PKGBUILD2016-02-27 10:16:49 UTC (rev 260275)
@@ -3,16 +3,17 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.20160216
+pkgver=1.0.20160226
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160216
+_pkgver=1.0-core+wsi-20160226
 pkgrel=1
 arch=(any)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
 makedepends=(asciidoc)
+groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('27905b5702637bfb3aeeb5320c2770c5')
+md5sums=('1e497d00435b593cd8e1615ba651d9f0')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"


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

2016-02-27 Thread Laurent Carlier
Date: Saturday, February 27, 2016 @ 11:16:54
  Author: lcarlier
Revision: 260276

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 260275, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-27 10:16:49 UTC (rev 260275)
+++ PKGBUILD2016-02-27 10:16:54 UTC (rev 260276)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.20160216
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160216
-pkgrel=1
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoc)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('27905b5702637bfb3aeeb5320c2770c5')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 doc/specs/vulkan/man/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 260275, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-27 10:16:54 UTC (rev 260276)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages)
+pkgver=1.0.20160226
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160226
+pkgrel=1
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoc)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
+md5sums=('1e497d00435b593cd8e1615ba651d9f0')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 doc/specs/vulkan/man/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-02-27 Thread Jaroslav Lichtblau
Date: Saturday, February 27, 2016 @ 10:08:28
  Author: jlichtblau
Revision: 163585

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-27 09:08:10 UTC (rev 163584)
+++ community-i686/PKGBUILD 2016-02-27 09:08:28 UTC (rev 163585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 163584, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-27 09:08:28 UTC (rev 163585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-27 09:08:10 UTC (rev 163584)
+++ community-x86_64/PKGBUILD   2016-02-27 09:08:28 UTC (rev 163585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 163584, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-27 09:08:28 UTC (rev 163585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-27 Thread Jaroslav Lichtblau
Date: Saturday, February 27, 2016 @ 10:08:10
  Author: jlichtblau
Revision: 163584

upgpkg: wxsqlite3 3.3.0-1 - new upstream release
- source moved to github

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 05:19:40 UTC (rev 163583)
+++ PKGBUILD2016-02-27 09:08:10 UTC (rev 163584)
@@ -1,17 +1,18 @@
 # $Id$
 # Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/;
+url=" http://utelle.github.io/wxsqlite3;
 license=('custom:wxWindows')
 depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2016 @ 09:19:06
  Author: tpowa
Revision: 260273

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

Added:
  pciutils/repos/testing-i686/
  pciutils/repos/testing-i686/PKGBUILD
(from rev 260272, pciutils/trunk/PKGBUILD)
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
(from rev 260272, pciutils/trunk/PKGBUILD)

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

Copied: pciutils/repos/testing-i686/PKGBUILD (from rev 260272, 
pciutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-27 08:19:06 UTC (rev 260273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('acc91d632dbc98f624a8e57b4e478160')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 260272, 
pciutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-27 08:19:06 UTC (rev 260273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('acc91d632dbc98f624a8e57b4e478160')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}


[arch-commits] Commit in samba/repos (60 files)

2016-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2016 @ 09:19:18
  Author: tpowa
Revision: 260274

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

Added:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 260271, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-i686/PKGBUILD
(from rev 260271, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/libsystemd.patch
(from rev 260271, samba/trunk/libsystemd.patch)
  samba/repos/extra-i686/nmbd.service
(from rev 260271, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 260271, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 260271, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 260271, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 260271, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 260271, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 260272, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 260272, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 260272, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 260272, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 260272, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 260272, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 260272, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 260272, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/libsystemd.patch
(from rev 260272, samba/trunk/libsystemd.patch)
  samba/repos/extra-x86_64/nmbd.service
(from rev 260273, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 260273, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 260273, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 260273, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 260273, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 260273, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 260273, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 260273, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 260273, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 260273, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 260273, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 260273, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/libsystemd.patch
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/libsystemd.patch
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

---+
 /0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |  138 ++
 /PKGBUILD |  528 
++
 /libsystemd.patch |   72 +
 /nmbd.service |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch|  120 ++
 /samba.conf   |4 
 /samba.conf.d |   36 
 /samba.install 

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

2016-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2016 @ 09:18:47
  Author: tpowa
Revision: 260271

upgpkg: samba 4.3.5-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 07:14:37 UTC (rev 260270)
+++ PKGBUILD2016-02-27 08:18:47 UTC (rev 260271)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.3.4
+pkgver=4.3.5
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.3.4
-pkgrel=2
+_realver=4.3.5
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org;
 license=('GPL3')
@@ -249,7 +249,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('48df803c6c6c475a714cae82a2dc219e'
+md5sums=('3f904dbc89076212626d7e1601b0ba02'
  'SKIP'
  '13085841ad03ab3a5c99bd22917a8ccc'
  '5697da77590ec092cc8a883bae06093c'


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

2016-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2016 @ 09:18:58
  Author: tpowa
Revision: 260272

upgpkg: pciutils 3.4.1-1

bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-27 08:18:47 UTC (rev 260271)
+++ PKGBUILD2016-02-27 08:18:58 UTC (rev 260272)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=pciutils
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glibc' 'hwids' 'kmod')
 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2

ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('00ec5c00e00d0360aebe33031e4bf712')
+md5sums=('acc91d632dbc98f624a8e57b4e478160')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"