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

2014-12-27 Thread Felix Yan
Date: Sunday, December 28, 2014 @ 04:39:45
  Author: fyan
Revision: 228107

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

Added:
  python-zope-interface/repos/extra-i686/PKGBUILD
(from rev 228106, python-zope-interface/trunk/PKGBUILD)
  python-zope-interface/repos/extra-x86_64/PKGBUILD
(from rev 228106, python-zope-interface/trunk/PKGBUILD)
Deleted:
  python-zope-interface/repos/extra-i686/PKGBUILD
  python-zope-interface/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-28 03:39:13 UTC (rev 228106)
+++ extra-i686/PKGBUILD 2014-12-28 03:39:45 UTC (rev 228107)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-zope-interface
-pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.1.1
-pkgrel=1
-license=('ZPL')
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/zope.interface";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
-md5sums=('edcd5f719c5eb2e18894c4d06e29b6c6')
-
-prepare() {
-  cp -a zope.interface-${pkgver}{,-python2}
-}
-
-build() {
-  #build python3 module
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py build
-
-  #build python2 module
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py test
-}
-
-package_python-zope-interface() {
-  pkgdesc=('Zope Interfaces for Python 3.x')
-  depends=('python')
- 
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.4/site-packages/zope/"
-}
-
-package_python2-zope-interface(){
-  pkgdesc=('Zope Interfaces for Python 2.x')
-  depends=('python2')
-  replaces=('zope-interface')
-  provides=('zope-interface')
-
-  cd "${srcdir}/zope.interface-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/"
-}

Copied: python-zope-interface/repos/extra-i686/PKGBUILD (from rev 228106, 
python-zope-interface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-28 03:39:45 UTC (rev 228107)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.1.2
+pkgrel=1
+license=('ZPL')
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/zope.interface";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
+md5sums=('04298faeaa70b4f3b23fa2ae8987262c')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-python2}
+}
+
+build() {
+  #build python3 module
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py build
+
+  #build python2 module
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc=('Zope Interfaces for Python 3.x')
+  depends=('python')
+ 
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.4/site-packages/zope/"
+}
+
+package_python2-zope-interface(){
+  pkgdesc=('Zope Interfaces for Python 2.x')
+  depends=('python2')
+  replaces=('zope-interface')
+  provides=('zope-interface')
+
+  cd "${srcdir}/zope.interface-${pkgver}-python2"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-28 03:39:13 UTC (rev 228106)
+++ extra-x86_64/PKGBUILD   2014-12-28 03:39:45 UTC (rev 228107)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-zope-interface
-pkgname=('python-zope-interface' 'python2

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

2014-12-27 Thread Felix Yan
Date: Sunday, December 28, 2014 @ 04:39:13
  Author: fyan
Revision: 228106

upgpkg: python-zope-interface 4.1.2-1

upstream new release

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 03:28:23 UTC (rev 228105)
+++ PKGBUILD2014-12-28 03:39:13 UTC (rev 228106)
@@ -5,7 +5,7 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 license=('ZPL')
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url="http://pypi.python.org/pypi/zope.interface";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";)
-md5sums=('edcd5f719c5eb2e18894c4d06e29b6c6')
+md5sums=('04298faeaa70b4f3b23fa2ae8987262c')
 
 prepare() {
   cp -a zope.interface-${pkgver}{,-python2}


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

2014-12-27 Thread Felix Yan
Date: Sunday, December 28, 2014 @ 04:27:53
  Author: fyan
Revision: 228104

upgpkg: perl-list-moreutils 0.402-1

upstream new release

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 03:19:22 UTC (rev 228103)
+++ PKGBUILD2014-12-28 03:27:53 UTC (rev 228104)
@@ -4,7 +4,7 @@
 # Generator : pbjam 0.01
 
 pkgname=perl-list-moreutils
-pkgver=0.401
+pkgver=0.402
 pkgrel=1
 pkgdesc="Provide the stuff missing in List::Util"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl-exporter-tiny')
 url=http://search.cpan.org/dist/List-MoreUtils
 
source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('748c0ab19ada16f1add5500df0f12180d484bd85a9df9635fe726a91c43a085062a4f21eff67d5e6606b08f772b3431d0a1362fc7338f0ef6543c0cdafc4e5f0')
+sha512sums=('d835c3b947bac692806031383deb7151b834c86d12c6b6f745c6fd1bfb0bc7be8944f380ae18708aa275217c47519c19101c8798997109aed7e67d21a934')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2014-12-27 Thread Felix Yan
Date: Sunday, December 28, 2014 @ 04:28:23
  Author: fyan
Revision: 228105

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

Added:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
(from rev 228104, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD
(from rev 228104, perl-list-moreutils/trunk/PKGBUILD)
Deleted:
  perl-list-moreutils/repos/extra-i686/PKGBUILD
  perl-list-moreutils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-28 03:27:53 UTC (rev 228104)
+++ extra-i686/PKGBUILD 2014-12-28 03:28:23 UTC (rev 228105)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.401
-pkgrel=1
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('748c0ab19ada16f1add5500df0f12180d484bd85a9df9635fe726a91c43a085062a4f21eff67d5e6606b08f772b3431d0a1362fc7338f0ef6543c0cdafc4e5f0')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-make test
-  )
-}
-
-package() {
-cd "${srcdir}/List-MoreUtils-${pkgver}"
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/extra-i686/PKGBUILD (from rev 228104, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-28 03:28:23 UTC (rev 228105)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.402
+pkgrel=1
+pkgdesc="Provide the stuff missing in List::Util"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-exporter-tiny')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
+sha512sums=('d835c3b947bac692806031383deb7151b834c86d12c6b6f745c6fd1bfb0bc7be8944f380ae18708aa275217c47519c19101c8798997109aed7e67d21a934')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-28 03:27:53 UTC (rev 228104)
+++ extra-x86_64/PKGBUILD   2014-12-28 03:28:23 UTC (rev 228105)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-list-moreutils
-pkgver=0.401
-pkgrel=1
-pkgdesc="Provide the stuff missing in List::Util"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-exporter-tiny')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz";)
-sha512sums=('748c0ab19ada16f1add5500df0f12180d484bd85a9df9635fe726a91c43a085062a4f21eff67d5e6606b08f772b3431d0a1362fc7338f0ef6543c0cdafc4e5f0')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdi

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

2014-12-27 Thread Allan McRae
Date: Sunday, December 28, 2014 @ 04:19:22
  Author: allan
Revision: 228103

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

Added:
  pacman/repos/testing-i686/PKGBUILD
(from rev 228102, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 228102, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman-4.2.0-roundup.patch
(from rev 228102, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 228102, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 228102, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 228102, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 228102, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman-4.2.0-roundup.patch
(from rev 228102, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 228102, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 228102, pacman/trunk/pacman.conf.x86_64)
Deleted:
  pacman/repos/testing-i686/PKGBUILD
  pacman/repos/testing-i686/makepkg.conf
  pacman/repos/testing-i686/pacman-4.2.0-roundup.patch
  pacman/repos/testing-i686/pacman.conf.i686
  pacman/repos/testing-i686/pacman.conf.x86_64
  pacman/repos/testing-x86_64/PKGBUILD
  pacman/repos/testing-x86_64/makepkg.conf
  pacman/repos/testing-x86_64/pacman-4.2.0-roundup.patch
  pacman/repos/testing-x86_64/pacman.conf.i686
  pacman/repos/testing-x86_64/pacman.conf.x86_64

---+
 /PKGBUILD |  196 ++
 /makepkg.conf |  292 
 /pacman-4.2.0-roundup.patch   |  188 ++
 /pacman.conf.i686 |  180 +
 /pacman.conf.x86_64   |  198 ++
 testing-i686/PKGBUILD |   98 -
 testing-i686/makepkg.conf |  146 --
 testing-i686/pacman-4.2.0-roundup.patch   |   94 -
 testing-i686/pacman.conf.i686 |   90 
 testing-i686/pacman.conf.x86_64   |   99 -
 testing-x86_64/PKGBUILD   |   98 -
 testing-x86_64/makepkg.conf   |  146 --
 testing-x86_64/pacman-4.2.0-roundup.patch |   94 -
 testing-x86_64/pacman.conf.i686   |   90 
 testing-x86_64/pacman.conf.x86_64 |   99 -
 15 files changed, 1054 insertions(+), 1054 deletions(-)

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


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

2014-12-27 Thread Allan McRae
Date: Sunday, December 28, 2014 @ 04:17:12
  Author: allan
Revision: 228102

upgpkg: pacman 4.2.0-4

new upstream snapshot

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 00:19:11 UTC (rev 228101)
+++ PKGBUILD2014-12-28 03:17:12 UTC (rev 228102)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/";
@@ -36,7 +36,7 @@
 prepare() {
   cd "$pkgname-$pkgver"
   
-  # v4.2.0..c8448bb4
+  # v4.2.0-13-gacc639a
   patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
 }
 


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

2014-12-27 Thread Kyle Keen
Date: Sunday, December 28, 2014 @ 03:40:23
  Author: kkeen
Revision: 124738

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-28 02:40:02 UTC (rev 124737)
+++ community-i686/PKGBUILD 2014-12-28 02:40:23 UTC (rev 124738)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.5
-pkgrel=2
-_pkgid=34139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org";
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 124737, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-28 02:40:23 UTC (rev 124738)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.5.1
+_dumbver=4.5
+pkgrel=1
+_pkgid=34139
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org";
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+
+# consider building with swig for python stuff
+
+build() {
+  cd "$srcdir/CGAL-$_dumbver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$_dumbver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$_dumbver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-28 02:40:02 UTC (rev 124737)
+++ community-x86_64/PKGBUILD   2014-12-28 02:40:23 UTC (rev 124738)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.5
-pkgrel=2
-_pkgid=34139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org";
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 124737, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-28 02:40:23 UTC 

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

2014-12-27 Thread Kyle Keen
Date: Sunday, December 28, 2014 @ 03:40:02
  Author: kkeen
Revision: 124737

upgpkg: cgal 4.5.1-1

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 00:13:05 UTC (rev 124736)
+++ PKGBUILD2014-12-28 02:40:02 UTC (rev 124737)
@@ -3,8 +3,9 @@
 # Contributor: Dmitriy Morozov 
 
 pkgname=cgal
-pkgver=4.5
-pkgrel=2
+pkgver=4.5.1
+_dumbver=4.5
+pkgrel=1
 _pkgid=34139
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('i686' 'x86_64')
@@ -20,7 +21,7 @@
 # consider building with swig for python stuff
 
 build() {
-  cd "$srcdir/CGAL-$pkgver"
+  cd "$srcdir/CGAL-$_dumbver"
   mkdir build
   cd build
   cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
@@ -28,12 +29,12 @@
 }
 
 package() {
-  cd "$srcdir/CGAL-$pkgver/build"
+  cd "$srcdir/CGAL-$_dumbver/build"
   make install DESTDIR="$pkgdir"
 
   # The tarball still has all these licenses included
   for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+install -D -m644 "$srcdir/CGAL-$_dumbver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
   done
 }
 


[arch-commits] Commit in lz4/trunk (01-no-sudo.patch)

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:19:11
  Author: seblu
Revision: 228101

remove patch

Deleted:
  lz4/trunk/01-no-sudo.patch

--+
 01-no-sudo.patch |   13 -
 1 file changed, 13 deletions(-)

Deleted: 01-no-sudo.patch
===
--- 01-no-sudo.patch2014-12-28 00:15:27 UTC (rev 228100)
+++ 01-no-sudo.patch2014-12-28 00:19:11 UTC (rev 228101)
@@ -1,13 +0,0 @@
 a/Makefile 2014-12-13 13:22:59.470287957 +0100
-+++ b/Makefile 2014-12-13 16:48:35.988030397 +0100
-@@ -93,8 +93,8 @@
- ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
- 
- install:
--  @cd $(LZ4DIR); sudo $(MAKE) -e install
--  @cd $(PRGDIR); sudo $(MAKE) -e install
-+  @cd $(LZ4DIR); $(MAKE) -e install
-+  @cd $(PRGDIR); $(MAKE) -e install
- 
- uninstall:
-   @cd $(LZ4DIR); $(MAKE) uninstall


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:15:27
  Author: seblu
Revision: 228100

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

Added:
  lz4/repos/testing-i686/
  lz4/repos/testing-i686/01-no-sudo.patch
(from rev 228099, lz4/trunk/01-no-sudo.patch)
  lz4/repos/testing-i686/PKGBUILD
(from rev 228099, lz4/trunk/PKGBUILD)
  lz4/repos/testing-x86_64/
  lz4/repos/testing-x86_64/01-no-sudo.patch
(from rev 228099, lz4/trunk/01-no-sudo.patch)
  lz4/repos/testing-x86_64/PKGBUILD
(from rev 228099, lz4/trunk/PKGBUILD)

-+
 testing-i686/01-no-sudo.patch   |   13 +
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/01-no-sudo.patch |   13 +
 testing-x86_64/PKGBUILD |   37 +
 4 files changed, 100 insertions(+)

Copied: lz4/repos/testing-i686/01-no-sudo.patch (from rev 228099, 
lz4/trunk/01-no-sudo.patch)
===
--- testing-i686/01-no-sudo.patch   (rev 0)
+++ testing-i686/01-no-sudo.patch   2014-12-28 00:15:27 UTC (rev 228100)
@@ -0,0 +1,13 @@
+--- a/Makefile 2014-12-13 13:22:59.470287957 +0100
 b/Makefile 2014-12-13 16:48:35.988030397 +0100
+@@ -93,8 +93,8 @@
+ ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
+ 
+ install:
+-  @cd $(LZ4DIR); sudo $(MAKE) -e install
+-  @cd $(PRGDIR); sudo $(MAKE) -e install
++  @cd $(LZ4DIR); $(MAKE) -e install
++  @cd $(PRGDIR); $(MAKE) -e install
+ 
+ uninstall:
+   @cd $(LZ4DIR); $(MAKE) uninstall

Copied: lz4/repos/testing-i686/PKGBUILD (from rev 228099, lz4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-28 00:15:27 UTC (rev 228100)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=127
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/testing-x86_64/01-no-sudo.patch (from rev 228099, 
lz4/trunk/01-no-sudo.patch)
===
--- testing-x86_64/01-no-sudo.patch (rev 0)
+++ testing-x86_64/01-no-sudo.patch 2014-12-28 00:15:27 UTC (rev 228100)
@@ -0,0 +1,13 @@
+--- a/Makefile 2014-12-13 13:22:59.470287957 +0100
 b/Makefile 2014-12-13 16:48:35.988030397 +0100
+@@ -93,8 +93,8 @@
+ ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
+ 
+ install:
+-  @cd $(LZ4DIR); sudo $(MAKE) -e install
+-  @cd $(PRGDIR); sudo $(MAKE) -e install
++  @cd $(LZ4DIR); $(MAKE) -e install
++  @cd $(PRGDIR); $(MAKE) -e install
+ 
+ uninstall:
+   @cd $(LZ4DIR); $(MAKE) uninstall

Copied: lz4/repos/testing-x86_64/PKGBUILD (from rev 228099, lz4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-28 00:15:27 UTC (rev 228100)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=127
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:15:10
  Author: seblu
Revision: 228099

upgpkg: lz4 127-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 00:08:33 UTC (rev 228098)
+++ PKGBUILD2014-12-28 00:15:10 UTC (rev 228099)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=125
+pkgver=127
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
@@ -14,15 +14,9 @@
 makedepends=('svn')
 checkdepends=('diffutils')
 depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";
-'01-no-sudo.patch')
-md5sums=('SKIP'
- '316915aff147579235092f3081447802')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
 
-prepare() {
-  patch -d $pkgname -p1 < 01-no-sudo.patch
-}
-
 build() {
   cd $pkgname
   make


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:13:05
  Author: seblu
Revision: 124736

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

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

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-28 00:12:41 UTC (rev 124735)
+++ community-i686/PKGBUILD 2014-12-28 00:13:05 UTC (rev 124736)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli 
-
-pkgname=keepalived
-pkgver=1.2.14
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
-'keepalived.service')
-md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
-  # move examples to /usr/share
-  install -d -m 755 "$pkgdir/usr/share/$pkgname"
-  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-  # systemd
-  install -D -m 644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 124735, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-28 00:13:05 UTC (rev 124736)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.2.15
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
+'keepalived.service')
+md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # clean pacakge init scripts
+  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+  # systemd
+  install -D -m 644 "$srcdir/$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2014-12-28 00:12:41 UTC (rev 124735)
+++ community-i686/keepalived.service   2014-12-28 00:13:05 UTC (rev 124736)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 124735, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2014-12-28 00:13:05 UTC (rev 124736)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
=

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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:12:41
  Author: seblu
Revision: 124735

upgpkg: keepalived 1.2.15-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 00:09:12 UTC (rev 124734)
+++ PKGBUILD2014-12-28 00:12:41 UTC (rev 124735)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.14
+pkgver=1.2.15
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
+md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:09:12
  Author: seblu
Revision: 124734

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 124733, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-28 00:08:47 UTC (rev 124733)
+++ PKGBUILD2014-12-28 00:09:12 UTC (rev 124734)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Francois Boulogne 
-
-pkgname=glances
-pkgver=2.2
-pkgrel=2
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";)
-md5sums=('c55ba9dac01509828353c0508dbe95d6')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 124733, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-28 00:09:12 UTC (rev 124734)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Francois Boulogne 
+
+pkgname=glances
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";)
+md5sums=('b5d7526cf87e3da364f87ec00d2877dd')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:08:47
  Author: seblu
Revision: 124733

upgpkg: glances 2.2.1-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 23:45:27 UTC (rev 124732)
+++ PKGBUILD2014-12-28 00:08:47 UTC (rev 124733)
@@ -4,8 +4,8 @@
 # Contributor: Francois Boulogne 
 
 pkgname=glances
-pkgver=2.2
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
@@ -14,7 +14,7 @@
 optdepends=('python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";)
-md5sums=('c55ba9dac01509828353c0508dbe95d6')
+md5sums=('b5d7526cf87e3da364f87ec00d2877dd')
 
 package() {
   cd Glances-$pkgver


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

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:08:33
  Author: seblu
Revision: 228098

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

Added:
  less/repos/core-i686/PKGBUILD
(from rev 228097, less/repos/testing-i686/PKGBUILD)
  less/repos/core-x86_64/PKGBUILD
(from rev 228097, less/repos/testing-x86_64/PKGBUILD)
Deleted:
  less/repos/core-i686/PKGBUILD
  less/repos/core-x86_64/PKGBUILD
  less/repos/testing-i686/
  less/repos/testing-x86_64/

--+
 /PKGBUILD|   60 +
 core-i686/PKGBUILD   |   30 
 core-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-12-27 20:51:00 UTC (rev 228097)
+++ core-i686/PKGBUILD  2014-12-28 00:08:33 UTC (rev 228098)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=less
-pkgver=470
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('i686' 'x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-i686/PKGBUILD (from rev 228097, 
less/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-12-28 00:08:33 UTC (rev 228098)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=471
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-12-27 20:51:00 UTC (rev 228097)
+++ core-x86_64/PKGBUILD2014-12-28 00:08:33 UTC (rev 228098)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=less
-pkgver=470
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('i686' 'x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-x86_64/PKGBUILD (from rev 228097, 
less/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-12-28 00:08:33 UTC (rev 228098)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=471
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 28, 2014 @ 00:45:27
  Author: bpiotrowski
Revision: 124732

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

Added:
  whitedb/repos/community-i686/
  whitedb/repos/community-i686/PKGBUILD
(from rev 124731, whitedb/trunk/PKGBUILD)
  whitedb/repos/community-x86_64/
  whitedb/repos/community-x86_64/PKGBUILD
(from rev 124731, whitedb/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: whitedb/repos/community-i686/PKGBUILD (from rev 124731, 
whitedb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-27 23:45:27 UTC (rev 124732)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ushi 
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('i686' 'x86_64')
+url='http://whitedb.org/'
+license=('GPL')
+makedepends=('python')
+optdepends=('python: for python bindings')
+source=(http://whitedb.org/$pkgname-$pkgver.tar.gz)
+md5sums=('fb9d79ad19d65f3f50fe3f82316a9721')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: whitedb/repos/community-x86_64/PKGBUILD (from rev 124731, 
whitedb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-27 23:45:27 UTC (rev 124732)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ushi 
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('i686' 'x86_64')
+url='http://whitedb.org/'
+license=('GPL')
+makedepends=('python')
+optdepends=('python: for python bindings')
+source=(http://whitedb.org/$pkgname-$pkgver.tar.gz)
+md5sums=('fb9d79ad19d65f3f50fe3f82316a9721')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2014-12-27 Thread Bartłomiej Piotrowski
Date: Sunday, December 28, 2014 @ 00:43:58
  Author: bpiotrowski
Revision: 124731

newpkg: whitedb 0.7.3-1

Added:
  whitedb/
  whitedb/repos/
  whitedb/trunk/
  whitedb/trunk/PKGBUILD

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

Added: whitedb/trunk/PKGBUILD
===
--- whitedb/trunk/PKGBUILD  (rev 0)
+++ whitedb/trunk/PKGBUILD  2014-12-27 23:43:58 UTC (rev 124731)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ushi 
+
+pkgname=whitedb
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+arch=('i686' 'x86_64')
+url='http://whitedb.org/'
+license=('GPL')
+makedepends=('python')
+optdepends=('python: for python bindings')
+source=(http://whitedb.org/$pkgname-$pkgver.tar.gz)
+md5sums=('fb9d79ad19d65f3f50fe3f82316a9721')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


Property changes on: whitedb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-12-27 Thread Sven-Hendrik Haase
Date: Saturday, December 27, 2014 @ 23:01:37
  Author: svenstaro
Revision: 124730

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 124729, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 124729, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 124729, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 124729, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 124729, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 21:58:53 UTC (rev 124729)
+++ PKGBUILD2014-12-27 22:01:37 UTC (rev 124730)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.21
-_pkgver=40_21
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('211cd8ce6f9cd56c892bc5c4fe72da29dd8ebea6bc98dc0f3fc1144569d526dc'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 124729, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 22:01:37 UTC (rev 124730)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-H

[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-12-27 Thread Sven-Hendrik Haase
Date: Saturday, December 27, 2014 @ 22:58:53
  Author: svenstaro
Revision: 124729

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 124728, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 124728, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 124728, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 124728, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 124728, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 21:58:33 UTC (rev 124728)
+++ PKGBUILD2014-12-27 21:58:53 UTC (rev 124729)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.21
-_pkgver=40_21
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('211cd8ce6f9cd56c892bc5c4fe72da29dd8ebea6bc98dc0f3fc1144569d526dc'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 124728, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 21:58:53 UTC (rev 124729)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase

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

2014-12-27 Thread Sven-Hendrik Haase
Date: Saturday, December 27, 2014 @ 22:58:33
  Author: svenstaro
Revision: 124728

upgpkg: dwarffortress 0.40.23-1

upstream release 0.40.23

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 20:15:48 UTC (rev 124727)
+++ PKGBUILD2014-12-27 21:58:33 UTC (rev 124728)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.40.21
-_pkgver=40_21
+pkgver=0.40.23
+_pkgver=40_23
 pkgrel=1
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('211cd8ce6f9cd56c892bc5c4fe72da29dd8ebea6bc98dc0f3fc1144569d526dc'
+sha256sums=('94dd3b91e3c4e2de1fdf1a99dcc13f7067dc250e40a7f9fef9fa35a65358f289'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'


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

2014-12-27 Thread Maxime Gauduin
Date: Saturday, December 27, 2014 @ 21:15:48
  Author: alucryd
Revision: 124727

archrelease: copy trunk to community-any

Added:
  taskjuggler3/repos/community-any/PKGBUILD
(from rev 124726, taskjuggler3/trunk/PKGBUILD)
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
(from rev 124726, taskjuggler3/trunk/tj-ruby2.1.patch)
  taskjuggler3/repos/community-any/tj-system-dirs.patch
(from rev 124726, taskjuggler3/trunk/tj-system-dirs.patch)
Deleted:
  taskjuggler3/repos/community-any/PKGBUILD
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
  taskjuggler3/repos/community-any/tj-system-dirs.patch

--+
 PKGBUILD |  112 +-
 tj-ruby2.1.patch |  300 -
 tj-system-dirs.patch |   86 +++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 20:15:32 UTC (rev 124726)
+++ PKGBUILD2014-12-27 20:15:48 UTC (rev 124727)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Mathieu Clabaut 
-# Contributor: John Henderson 
-
-pkgname=taskjuggler3
-pkgver=3.5.0
-pkgrel=8
-pkgdesc='Project Management Software'
-arch=('any')
-url='http://www.taskjuggler.org'
-license=('GPL')
-depends=('ruby-mail' 'ruby-term-ansicolor')
-source=("http://rubygems.org/downloads/taskjuggler-${pkgver}.gem";
-'tj-ruby2.1.patch'
-'tj-system-dirs.patch')
-noextract=("taskjuggler-${pkgver}.gem")
-sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
-'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
-'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
-
-prepare() {
-  gem install -N -i . taskjuggler-${pkgver}.gem \
---ignore-dependencies \
---no-user-install
-
-  cd gems/taskjuggler-${pkgver}
-  patch -Np1 -i ../../tj-ruby2.1.patch
-  patch -Np1 -i ../../tj-system-dirs.patch
-}
-
-package() {
-  cd gems/taskjuggler-${pkgver}
-
-  local _rubyver='2.1.0'
-
-  install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
-  mv bin "${pkgdir}"/usr/
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# Vim syntax
-  mv data/tjp.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/
-  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp' > 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/tjp.vim
-
-# Data
-  mv data "${pkgdir}"/usr/share/taskjuggler/
-  mv examples "${pkgdir}"/usr/share/taskjuggler/
-
-# Documentation
-  mv manual "${pkgdir}"/usr/share/doc/taskjuggler
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskjuggler3/repos/community-any/PKGBUILD (from rev 124726, 
taskjuggler3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 20:15:48 UTC (rev 124727)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Mathieu Clabaut 
+# Contributor: John Henderson 
+
+pkgname=taskjuggler3
+pkgver=3.5.0
+pkgrel=9
+pkgdesc='Project Management Software'
+arch=('any')
+url='http://www.taskjuggler.org'
+license=('GPL')
+depends=('ruby-mail' 'ruby-term-ansicolor')
+source=("http://rubygems.org/downloads/taskjuggler-${pkgver}.gem";
+'tj-ruby2.1.patch'
+'tj-system-dirs.patch')
+noextract=("taskjuggler-${pkgver}.gem")
+sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
+'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
+'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
+
+prepare() {
+  gem install -N -i . taskjuggler-${pkgver}.gem \
+--ignore-dependencies \
+--no-user-install
+
+  cd gems/taskjuggler-${pkgver}
+  patch -Np1 -i ../../tj-ruby2.1.patch
+  patch -Np1 -i ../../tj-system-dirs.patch
+}
+
+package() {
+  cd gems/taskjuggler-${pkgver}
+
+  local _rubyver='2.2.0'
+
+  install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
+  mv bin "${pkgdir}"/usr/
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# Vim syntax
+  mv data/tjp.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/
+  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp' > 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/tjp.vim
+
+# Data
+  mv data "${pkgdir}"/usr/share/taskjuggler/
+  mv examples "${pkgdir}"/usr/share/taskjuggler/
+
+# Documentation
+  mv manual "${pkgdir}"/usr/share/doc/taskjuggler
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tj-ruby2.1.patch
===
--- tj-ruby2.1.patch2014-12-27 20:15:32 UTC (rev 124726)
+++ tj-rub

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

2014-12-27 Thread Maxime Gauduin
Date: Saturday, December 27, 2014 @ 21:15:32
  Author: alucryd
Revision: 124726

ruby 2.2 rebuild: taskjuggler3 3.5.0-9

Modified:
  taskjuggler3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 16:43:09 UTC (rev 124725)
+++ PKGBUILD2014-12-27 20:15:32 UTC (rev 124726)
@@ -5,7 +5,7 @@
 
 pkgname=taskjuggler3
 pkgver=3.5.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Project Management Software'
 arch=('any')
 url='http://www.taskjuggler.org'
@@ -32,7 +32,7 @@
 package() {
   cd gems/taskjuggler-${pkgver}
 
-  local _rubyver='2.1.0'
+  local _rubyver='2.2.0'
 
   install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
   mv bin "${pkgdir}"/usr/


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

2014-12-27 Thread Ray Rashif
Date: Saturday, December 27, 2014 @ 18:35:39
  Author: schiv
Revision: 228096

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

Added:
  zita-resampler/repos/extra-i686/PKGBUILD
(from rev 228095, zita-resampler/trunk/PKGBUILD)
  zita-resampler/repos/extra-x86_64/PKGBUILD
(from rev 228095, zita-resampler/trunk/PKGBUILD)
Deleted:
  zita-resampler/repos/extra-i686/PKGBUILD
  zita-resampler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-27 17:35:18 UTC (rev 228095)
+++ extra-i686/PKGBUILD 2014-12-27 17:35:39 UTC (rev 228096)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="A C++ library for resampling audio signals"
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'libsndfile')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#36248 - strip march=native
-  sed -i '/native/d' {libs,apps}/Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  install -Dm755 lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
-
-  # links
-  ln -s lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so"
-  ln -s lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
-
-  # headers
-  install -d "$pkgdir/usr/include/$pkgname"
-  install -Dm644 $pkgname/*.h \
-"$pkgdir/usr/include/$pkgname"
-
-  # apps
-  install -d "$pkgdir/usr/bin"
-  install -Dm755 ../apps/zre{sample,tune} \
-"$pkgdir/usr/bin"
-
-  # docs
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 ../docs/* \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 ../apps/zre{sample,tune}.1 \
-"$pkgdir/usr/share/man/man1"
-}

Copied: zita-resampler/repos/extra-i686/PKGBUILD (from rev 228095, 
zita-resampler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-27 17:35:39 UTC (rev 228096)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="A C++ library for resampling audio signals"
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so"
+  ln -s lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
+
+  # headers
+  install -d "$pkgdir/usr/include/$pkgname"
+  install -Dm644 $pkgname/*.h \
+"$pkgdir/usr/include/$pkgname"
+
+  # apps
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 ../apps/zre{sample,tune} \
+"$pkgdir/usr/bin"
+
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 ../docs/* \
+"$pkgdir/usr/share/doc/$pkgname"
+
+  # man
+  install -d "$pkgdir/usr/share/man/man1"
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+"$pkgdir/usr/share/man/man1"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-27 17:35:18 UTC (rev 228095)
+++ extra-x86_64/PKGBUILD   2014-12-27 17:35:39 UTC (rev 228096)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="A C++ library for resampling audio signals"
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-arch

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

2014-12-27 Thread Ray Rashif
Date: Saturday, December 27, 2014 @ 18:35:18
  Author: schiv
Revision: 228095

upgpkg: zita-resampler 1.3.0-3

rebuild with devtools; FS#43230

Modified:
  zita-resampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 17:33:42 UTC (rev 228094)
+++ PKGBUILD2014-12-27 17:35:18 UTC (rev 228095)
@@ -4,7 +4,7 @@
 
 pkgname=zita-resampler
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ library for resampling audio signals"
 url="http://kokkinizita.linuxaudio.org/linuxaudio/";
 arch=('i686' 'x86_64')


[arch-commits] Commit in zita-alsa-pcmi/repos (4 files)

2014-12-27 Thread Ray Rashif
Date: Saturday, December 27, 2014 @ 18:33:42
  Author: schiv
Revision: 228094

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

Added:
  zita-alsa-pcmi/repos/extra-i686/PKGBUILD
(from rev 228093, zita-alsa-pcmi/trunk/PKGBUILD)
  zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD
(from rev 228093, zita-alsa-pcmi/trunk/PKGBUILD)
Deleted:
  zita-alsa-pcmi/repos/extra-i686/PKGBUILD
  zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-27 17:33:25 UTC (rev 228093)
+++ extra-i686/PKGBUILD 2014-12-27 17:33:42 UTC (rev 228094)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=zita-alsa-pcmi
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
-arch=(i686 x86_64)
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-license=('GPL3')
-depends=('gcc-libs' 'alsa-lib')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('0ba4d59abce231056e2628d081124114')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-  # call ldconfig locally
-  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # libs
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # libs
-  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
-
-  # apps
-  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zita-alsa-pcmi/repos/extra-i686/PKGBUILD (from rev 228093, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-27 17:33:42 UTC (rev 228094)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
+arch=(i686 x86_64)
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # libs
+  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-27 17:33:25 UTC (rev 228093)
+++ extra-x86_64/PKGBUILD   2014-12-27 17:33:42 UTC (rev 228094)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=zita-alsa-pcmi
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
-arch=(i686 x86_64)
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-license=('GPL3')
-depends=('gcc-libs' 'alsa-lib')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('0ba4d59abce231056e2628d081124114')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-  # call ldconfig locally
-  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # libs
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # libs
-  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
-
-  # apps
-  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD (from rev 228093, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-27 17:33:42 UTC (rev 228094)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=zita-

[arch-commits] Commit in zita-alsa-pcmi/trunk (PKGBUILD)

2014-12-27 Thread Ray Rashif
Date: Saturday, December 27, 2014 @ 18:33:25
  Author: schiv
Revision: 228093

upgpkg: zita-alsa-pcmi 0.2.0-2

rebuild with devtools; FS#43230

Modified:
  zita-alsa-pcmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 16:41:31 UTC (rev 228092)
+++ PKGBUILD2014-12-27 17:33:25 UTC (rev 228093)
@@ -3,7 +3,7 @@
 
 pkgname=zita-alsa-pcmi
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
 arch=(i686 x86_64)
 url="http://kokkinizita.linuxaudio.org/linuxaudio/";


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 17:43:09
  Author: anatolik
Revision: 124725

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

Added:
  thrift/repos/community-testing-i686/PKGBUILD
(from rev 124724, thrift/trunk/PKGBUILD)
  thrift/repos/community-testing-i686/fix_cglib_compile_options.patch
(from rev 124724, thrift/trunk/fix_cglib_compile_options.patch)
  thrift/repos/community-testing-x86_64/PKGBUILD
(from rev 124724, thrift/trunk/PKGBUILD)
  thrift/repos/community-testing-x86_64/fix_cglib_compile_options.patch
(from rev 124724, thrift/trunk/fix_cglib_compile_options.patch)
Deleted:
  thrift/repos/community-testing-i686/PKGBUILD
  thrift/repos/community-testing-i686/fix_cglib_compile_options.patch
  thrift/repos/community-testing-x86_64/PKGBUILD
  thrift/repos/community-testing-x86_64/fix_cglib_compile_options.patch

--+
 /PKGBUILD|  148 +
 /fix_cglib_compile_options.patch |   78 ++
 community-testing-i686/PKGBUILD  |   72 --
 community-testing-i686/fix_cglib_compile_options.patch   |   39 ---
 community-testing-x86_64/PKGBUILD|   72 --
 community-testing-x86_64/fix_cglib_compile_options.patch |   39 ---
 6 files changed, 226 insertions(+), 222 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-12-27 16:41:13 UTC (rev 124724)
+++ community-testing-i686/PKGBUILD 2014-12-27 16:43:09 UTC (rev 124725)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Byron Clark 
-
-# This package contains only thrift compiler and C/C++ libraries
-# for all the language binding one should use corresponding language-specific 
package manager:
-# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
-# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
-
-pkgname=thrift
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Scalable cross-language services framework for IPC/RPC'
-arch=(i686 x86_64)
-url='http://thrift.apache.org/'
-license=(APACHE)
-depends=(gcc-libs openssl boost)
-makedepends=(qt4 boost libevent emacs-nox)
-optdepends=(
-  'qt4: TQTcpServer support'
-)
-source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz
-fix_cglib_compile_options.patch)
-sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235'
-  '96650c499ab45824be04070d868114205fb4538c')
-
-prepare() {
-  cd thrift-$pkgver
-  patch -p1 < ../fix_cglib_compile_options.patch
-}
-
-build() {
-  cd thrift-$pkgver
-
-  ./configure --prefix=/usr \
-  --with-cpp \
-  --with-c_glib \
-  --with-qt4 \
-  --with-libevent \
-  --with-csharp \
-  --without-haskell \
-  --without-php \
-  --without-ruby \
-  --without-python \
-  --without-erlang \
-  --without-perl \
-  --without-java \
-  --without-c_sharp \
-  --without-d \
-  --without-php \
-  --without-go \
-  --without-lua \
-  --without-nodejs
-  
-  make
-
-  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
-}
-
-check() {
-  cd thrift-$pkgver
-  make check
-}
-
-package() {
-  cd thrift-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
-  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
-  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
-}

Copied: thrift/repos/community-testing-i686/PKGBUILD (from rev 124724, 
thrift/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-27 16:43:09 UTC (rev 124725)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.9.2
+pkgrel=3
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(i686 x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer support'
+)
+source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgv

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

2014-12-27 Thread Dave Reisner
Date: Saturday, December 27, 2014 @ 17:41:31
  Author: dreisner
Revision: 228092

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

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

+
 /PKGBUILD  |  186 +++
 /pam-common|   12 ++
 /pam-login |   14 ++
 /pam-su|   18 +++
 /util-linux.install|   42 
 /uuidd.tmpfiles|2 
 core-i686/PKGBUILD |   93 ---
 core-i686/pam-common   |6 -
 core-i686/pam-login|7 -
 core-i686/pam-su   |9 -
 core-i686/util-linux.install   |   21 
 core-i686/uuidd.tmpfiles   |1 
 core-x86_64/PKGBUILD   |   93 ---
 core-x86_64/pam-common |6 -
 core-x86_64/pam-login  |7 -
 core-x86_64/pam-su |9 -
 core-x86_64/util-linux.install |   21 
 core-x86_64/uuidd.tmpfiles |1 
 18 files changed, 274 insertions(+), 274 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-12-27 16:39:35 UTC (rev 228091)
+++ core-i686/PKGBUILD  2014-12-27 16:41:31 UTC (rev 228092)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-pkgbase=util-linux
-pkgname=(util-linux libutil-linux)
-pkgver=2.25.2
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux"
-url="http://www.kernel.org/pub/linux/utils/util-linux/";
-arch=('i686' 'x86_64')
-makedepends=('systemd' 'python')
-license=('GPL2')
-options=('strip' 'debug')
-source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz";
-uuidd.tmpfiles
-pam-{login,common,su})
-md5sums=('cab3d7be354000f629bc601238b629b3'
- 'a39554bfd65cccfd8254bb46922f4a67'
- '4368b3f98abd8a32662e094c54e7f9b1'
- 'a31374fef2cba0ca34dfc7078e2969e4'
- 'fa85e5cce5d723275b14365ba71a8aad')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --bindir=/usr/bin \
-  --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin \
-  --enable-raw \
-  --enable-vipw \
-  --enable-newgrp \
-  --enable-chfn-chsh \
-  --enable-write \
-  --enable-mesg \
-  --enable-socket-activation \
-  --with-python=3
-
-  make
-}
-
-package_util-linux() {
-  conflicts=('util-linux-ng' 'eject')
-  provides=("util-linux-ng=$pkgver" 'eject')
-  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
-  optdepends=('python: python bindings to libmount')
-  install=util-linux.install
-  groups=('base' 'base-devel')
-  backup=(etc/pam.d/chfn
-  etc/pam.d/chsh
-  etc/pam.d/login
-  etc/pam.d/su
-  etc/pam.d/su-l)
-
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # setuid chfn and chsh
-  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
-
-  # install PAM files for login-utils
-  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
-  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
-  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
- 

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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 17:41:13
  Author: anatolik
Revision: 124724

upgpkg: thrift 0.9.2-3

Drop 'boost' from depends list, it is really a build time dependency.

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 16:06:39 UTC (rev 124723)
+++ PKGBUILD2014-12-27 16:41:13 UTC (rev 124724)
@@ -9,20 +9,22 @@
 
 pkgname=thrift
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(i686 x86_64)
 url='http://thrift.apache.org/'
 license=(APACHE)
-depends=(gcc-libs openssl boost)
+depends=(gcc-libs openssl)
 makedepends=(qt4 boost libevent emacs-nox)
 optdepends=(
   'qt4: TQTcpServer support'
 )
-source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz
+source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz{,.asc}
 fix_cglib_compile_options.patch)
 sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235'
+  'SKIP'
   '96650c499ab45824be04070d868114205fb4538c')
+validpgpkeys=(9782694B8B54B4ADD345E52ABB06368F66B778F9)
 
 prepare() {
   cd thrift-$pkgver


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

2014-12-27 Thread Dave Reisner
Date: Saturday, December 27, 2014 @ 17:39:35
  Author: dreisner
Revision: 228091

use HTTP instead of FTP to fetch sources (FS#43240)

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 16:30:04 UTC (rev 228090)
+++ PKGBUILD2014-12-27 16:39:35 UTC (rev 228091)
@@ -13,7 +13,7 @@
 makedepends=('systemd' 'python')
 license=('GPL2')
 options=('strip' 'debug')
-source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz";
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.25/$pkgname-$pkgver.tar.xz";
 uuidd.tmpfiles
 pam-{login,common,su})
 md5sums=('cab3d7be354000f629bc601238b629b3'


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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 17:30:04
  Author: andrea
Revision: 228090

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 228089, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 228089, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 228089, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 228089, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  130 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   65 --
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-27 16:29:55 UTC (rev 228089)
+++ extra-i686/PKGBUILD 2014-12-27 16:30:04 UTC (rev 228090)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz";)
-md5sums=('b17e916b4558adc3ed2d7143b37cf904')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt4"
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt5"
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-
-  # Those are not needed
-  rm -rf "${pkgdir}"/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 228089, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-27 16:30:04 UTC (rev 228090)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz";)
+md5sums=('ce441035dc5a00ffaac9a64518ab5c62')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt4"
+  depends=('gst-plugins-base' 'libpulse')
+  optdepends=('pulseaudio: PulseAudio support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install="phonon-qt4-gstreamer.install"
+
+  cd bui

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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 17:29:55
  Author: andrea
Revision: 228089

upgpkg: phonon-gstreamer 4.8.2-1

Upstream release

Modified:
  phonon-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 14:08:17 UTC (rev 228088)
+++ PKGBUILD2014-12-27 16:29:55 UTC (rev 228089)
@@ -3,7 +3,7 @@
 
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
 
source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz";)
-md5sums=('b17e916b4558adc3ed2d7143b37cf904')
+md5sums=('ce441035dc5a00ffaac9a64518ab5c62')
 
 prepare() {
   mkdir build-qt4


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:54:13
  Author: anatolik
Revision: 124715

gcc does not use ppl anymore

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 15:54:05 UTC (rev 124714)
+++ PKGBUILD2014-12-27 15:54:13 UTC (rev 124715)
@@ -17,7 +17,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org/";
-depends=('avr-binutils>=2.25' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
+depends=('avr-binutils>=2.25' 'gcc-libs' 'libmpc')
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
 options=('!emptydirs' '!strip')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:49:20
  Author: anatolik
Revision: 124712

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

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 124711, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 124711, avr-gdb/trunk/PKGBUILD)

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

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 124711, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-27 15:49:20 UTC (rev 124712)
@@ -0,0 +1,46 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.8.1
+pkgrel=1
+pkgdesc="The GNU Debugger for AVR"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gdb/";
+license=('GPL3')
+depends=('python2' 'guile' 'xz')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
+md5sums=('8072be87a94be0936bc3b4b6941b0862')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -r ${pkgdir}/usr/share/info
+  rm -r ${pkgdir}/usr/share/man
+  rm -r ${pkgdir}/usr/share/gdb
+  rm -r ${pkgdir}/usr/include/gdb
+}

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 124711, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-27 15:49:20 UTC (rev 124712)
@@ -0,0 +1,46 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.8.1
+pkgrel=1
+pkgdesc="The GNU Debugger for AVR"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gdb/";
+license=('GPL3')
+depends=('python2' 'guile' 'xz')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
+md5sums=('8072be87a94be0936bc3b4b6941b0862')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -r ${pkgdir}/usr/share/info
+  rm -r ${pkgdir}/usr/share/man
+  rm -r ${pkgdir}/usr/share/gdb
+  rm -r ${pkgdir}/usr/include/gdb
+}


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:48:44
  Author: anatolik
Revision: 124711

upgpkg: avr-gdb 7.8.1-1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 15:44:38 UTC (rev 124710)
+++ PKGBUILD2014-12-27 15:48:44 UTC (rev 124711)
@@ -7,7 +7,7 @@
 
 pkgname=avr-gdb
 _pkgname=gdb
-pkgver=7.8
+pkgver=7.8.1
 pkgrel=1
 pkgdesc="The GNU Debugger for AVR"
 arch=('i686' 'x86_64')
@@ -15,41 +15,32 @@
 license=('GPL3')
 depends=('python2' 'guile' 'xz')
 source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
+md5sums=('8072be87a94be0936bc3b4b6941b0862')
 
 build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 
-  unset LDFLAGS
-  export CFLAGS="-O2 -pipe"
-  export CPPFLAGS="-O2 -pipe"
-  export CXXFLAGS="$CFLAGS"
-
   ./configure \
 --disable-nls \
 --enable-languages=c,c++ \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---libexecdir=/usr/lib \
---mandir=/usr/share/man \
 --prefix=/usr \
---program-prefix=avr- \
 --target=avr \
 --with-python=/usr/bin/python2 \
---with-system-readline
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
 
   make
 }
 
 package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 
   rm -f ${pkgdir}/usr/lib/libiberty.a
-  rm -rf ${pkgdir}/usr/share/info
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/gdb
-  rm -rf ${pkgdir}/usr/include/gdb
+  rm -r ${pkgdir}/usr/share/info
+  rm -r ${pkgdir}/usr/share/man
+  rm -r ${pkgdir}/usr/share/gdb
+  rm -r ${pkgdir}/usr/include/gdb
 }
-
-md5sums=('bd958fe9019d7c7896f29f6724a764ed')


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:44:38
  Author: anatolik
Revision: 124710

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 124709, avr-libc/trunk/PKGBUILD)

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

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 124709, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-12-27 15:44:38 UTC (rev 124710)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="The C runtime library for the AVR family of microcontrollers"
+arch=('any')
+url="http://savannah.nongnu.org/projects/avr-libc/";
+license=('BSD')
+depends=('avr-gcc')
+options=('!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+ 'SKIP')
+validpgpkeys=(5E84F980C3CAFD4BB5841070F48CA81B69A85873)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:44:15
  Author: anatolik
Revision: 124709

upgpkg: avr-libc 1.8.1-2

binutils 2.25 rebuild

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 15:28:31 UTC (rev 124708)
+++ PKGBUILD2014-12-27 15:44:15 UTC (rev 124709)
@@ -6,25 +6,26 @@
 
 pkgname=avr-libc
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The C runtime library for the AVR family of microcontrollers"
 arch=('any')
 url="http://savannah.nongnu.org/projects/avr-libc/";
 license=('BSD')
 depends=('avr-gcc')
-options=('staticlibs' '!strip')
+options=('!strip')
 
source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
  'SKIP')
+validpgpkeys=(5E84F980C3CAFD4BB5841070F48CA81B69A85873)
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   ./configure --build=$(./config.guess) --host=avr --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


[arch-commits] Commit in arm-none-eabi-newlib/repos (2 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:28:31
  Author: anatolik
Revision: 124708

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 124707, arm-none-eabi-newlib/trunk/PKGBUILD)

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

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
124707, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-12-27 15:28:31 UTC (rev 124708)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.1.0
+pkgrel=3
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc git)
+options=(!emptydirs !strip staticlibs !buildflags)
+# newlib 2.1.0 does not have newlib-nano integrated yet. Let's use the latest 
HEAD until 2.1.1 release.
+source=(git://sourceware.org/git/newlib.git#commit=0daa4d6f9b06af8530e50d0dce793ef9a5292aec)
+sha1sums=('SKIP')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install -j1
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+
+  cd "$srcdir"/build-newlib
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  rm "$pkgdir"/usr/share/info/*.info
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib/COPYING*
+}


[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 16:27:59
  Author: anatolik
Revision: 124707

upgpkg: arm-none-eabi-newlib 2.1.0-3

binutils-2.25 rebuild
bump git revision

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 14:56:59 UTC (rev 124706)
+++ PKGBUILD2014-12-27 15:27:59 UTC (rev 124707)
@@ -4,7 +4,7 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -12,7 +12,7 @@
 makedepends=($_target-gcc git)
 options=(!emptydirs !strip staticlibs !buildflags)
 # newlib 2.1.0 does not have newlib-nano integrated yet. Let's use the latest 
HEAD until 2.1.1 release.
-source=(git://sourceware.org/git/newlib.git#commit=9b9f839addfe16ab0fd11f09a30a28139bfae6d5)
+source=(git://sourceware.org/git/newlib.git#commit=0daa4d6f9b06af8530e50d0dce793ef9a5292aec)
 sha1sums=('SKIP')
 
 build() {


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 15:56:59
  Author: anatolik
Revision: 124706

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

Added:
  avr-gcc/repos/community-testing-i686/
  avr-gcc/repos/community-testing-i686/PKGBUILD
(from rev 124705, avr-gcc/trunk/PKGBUILD)
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 124705, avr-gcc/trunk/PKGBUILD)

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

Copied: avr-gcc/repos/community-testing-i686/PKGBUILD (from rev 124705, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-27 14:56:59 UTC (rev 124706)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-gcc
+_pkgname=gcc
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=2
+_snapshot=4.9-20141224
+pkgdesc="The GNU AVR Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org/";
+depends=('avr-binutils>=2.25' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+options=('!emptydirs' '!strip')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+sha1sums=('dcf37616b36b6f60d3a56a3a1f83754e43e59fae'
+  'ca98a91e35fb3ded10d080342065919764d6f928'
+  '2dc70313e8e2c6610b856d627bce9c9c3f848077')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+build() {
+cd ${srcdir}/${_basedir} 
+
+# Link isl/cloog for in-tree builds
+ln -s ../isl-${_islver} isl
+ln -s ../cloog-${_cloogver} cloog
+
+# https://bugs.archlinux.org/task/34629
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+echo ${pkgver} > gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build && cd gcc-build
+
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
+# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
+${srcdir}/${_basedir}/configure \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--enable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-cloog-backend=isl \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=avr \
+--with-as=/usr/bin/avr-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/avr-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name "*.a" \
+-exec /usr/bin/avr-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
+
+rm -rf ${pkgdir}/usr/share/man/man7
+rm -rf ${pkgdir}/usr/share/info
+}

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 124705, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-27 14:56:59 UTC (rev 124706)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Prim

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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 15:56:17
  Author: anatolik
Revision: 124704

upgpkg: avr-gcc 4.9.2-2

binutils-2.25 rebuild

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 14:19:23 UTC (rev 124703)
+++ PKGBUILD2014-12-27 14:56:17 UTC (rev 124704)
@@ -11,28 +11,30 @@
 pkgver=4.9.2
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=1
+pkgrel=2
+_snapshot=4.9-20141224
 pkgdesc="The GNU AVR Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org/";
-depends=('avr-binutils>=2.24' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
+depends=('avr-binutils>=2.25' 'ppl' 'gcc-libs>=4.8.0' 'libmpc')
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
-provides=("gcc-avr=$pkgver")
-replaces=('gcc-avr')
-options=('staticlibs' '!emptydirs' '!strip')
-source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2
+options=('!emptydirs' '!strip')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+sha1sums=('dcf37616b36b6f60d3a56a3a1f83754e43e59fae'
+  'ca98a91e35fb3ded10d080342065919764d6f928'
+  '2dc70313e8e2c6610b856d627bce9c9c3f848077')
 
-_basedir=${_pkgname}-${pkgver}
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
 
 build() {
-# default CFLAGS lead to issues later on when configure 
-# calls avr-gcc with -march set.
-export CFLAGS="-O2 -pipe"
-export CXXFLAGS="-O2 -pipe"
-
 cd ${srcdir}/${_basedir} 
 
 # Link isl/cloog for in-tree builds
@@ -39,12 +41,9 @@
 ln -s ../isl-${_islver} isl
 ln -s ../cloog-${_cloogver} cloog
 
-# Do not install libiberty
-sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-
 # https://bugs.archlinux.org/task/34629
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" gcc/configure
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 
 echo ${pkgver} > gcc/BASE-VER
 
@@ -51,8 +50,10 @@
 cd ${srcdir}
 mkdir gcc-build && cd gcc-build
 
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
 # --disable-linker-build-id: https://bugs.archlinux.org/task/34902
-
 ${srcdir}/${_basedir}/configure \
 --disable-install-libiberty \
 --disable-libssp \
@@ -104,7 +105,3 @@
 rm -rf ${pkgdir}/usr/share/man/man7
 rm -rf ${pkgdir}/usr/share/info
 }
-
-md5sums=('4df8ee253b7f3863ad0b86359cd39c43'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252')


[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 15:10:54
  Author: anatolik
Revision: 124701

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

Added:
  arm-none-eabi-gcc/repos/community-staging-i686/
  arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD
(from rev 124700, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-staging-i686/enable-with-multilib-list-for-arm.patch
(from rev 124700, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-staging-x86_64/
  arm-none-eabi-gcc/repos/community-staging-x86_64/PKGBUILD
(from rev 124700, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-staging-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 124700, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

--+
 community-staging-i686/PKGBUILD  |  110 +
 community-staging-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-staging-x86_64/PKGBUILD|  110 +
 community-staging-x86_64/enable-with-multilib-list-for-arm.patch |  201 
++
 4 files changed, 622 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-staging-i686/PKGBUILD (from rev 
124700, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 14:10:54 UTC (rev 124701)
@@ -0,0 +1,110 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=4
+_snapshot=4.9-20141224
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils $_target-newlib  zlib libmpc)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('c4038e28fb85496c8b7840b4882d5a6c19b3fe67231a3091de0ca9a90c401f56'
+'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
+'02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
+'95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')
+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-$_islver isl
+  ln -s ../cloog-$_cloogver cloog
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  patch -p1 < $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-cloog \
+--with-isl \
+--enable-cloog-backend=isl \
+--with-libelf \
+"--with-host-libstdcxx=-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm" 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS="-DUSE_TM_CLONE_REGISTRY=0"
+}
+
+package() {
+  cd gcc-build
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbr

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 15:10:15
  Author: anatolik
Revision: 124700

upgpkg: arm-none-eabi-gcc 4.9.2-4

binutils-2.25 rebuild

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 13:42:11 UTC (rev 124699)
+++ PKGBUILD2014-12-27 14:10:15 UTC (rev 124700)
@@ -6,8 +6,8 @@
 pkgver=4.9.2
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=3
-#_snapshot=4.9-20140903
+pkgrel=4
+_snapshot=4.9-20141224
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -14,13 +14,13 @@
 license=(GPL LGPL FDL)
 depends=($_target-binutils $_target-newlib  zlib libmpc)
 makedepends=(gmp mpfr)
-options=(!emptydirs !strip staticlibs)
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
+sha256sums=('c4038e28fb85496c8b7840b4882d5a6c19b3fe67231a3091de0ca9a90c401f56'
 'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
 '02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
 '95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')


[arch-commits] Commit in syslinux/trunk (syslinux-install_update)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 15:08:17
  Author: anatolik
Revision: 228088

gptfdisk is not installed by default, this causes cryptic syslinux installation 
errors that confuses many users. Make the error message more obvious.

Modified:
  syslinux/trunk/syslinux-install_update

-+
 syslinux-install_update |5 +
 1 file changed, 5 insertions(+)

Modified: syslinux-install_update
===
--- syslinux-install_update 2014-12-27 13:00:28 UTC (rev 228087)
+++ syslinux-install_update 2014-12-27 14:08:17 UTC (rev 228088)
@@ -246,6 +246,11 @@
 exit 3
 fi
 elif [[ "$ptb" = GPT ]]; then
+if [[ ! -e /usr/bin/sgdisk ]]; then
+echo "FAILED to set attribute Legacy BIOS Bootable. sgdisk is 
not found - please install 'gptfdisk' package."
+exit 3
+fi
+
 if sgdisk "$disk" --attributes="$partnum":set:2 &>/dev/null; then
 echo "Attribute Legacy Bios Bootable Set - $part"
 else


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 14:42:11
  Author: anatolik
Revision: 124699

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

Added:
  avr-binutils/repos/community-staging-i686/
  avr-binutils/repos/community-staging-i686/PKGBUILD
(from rev 124698, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-staging-i686/avr-binutils.install
(from rev 124698, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-staging-i686/avr-size.patch
(from rev 124698, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-staging-x86_64/
  avr-binutils/repos/community-staging-x86_64/PKGBUILD
(from rev 124698, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-staging-x86_64/avr-binutils.install
(from rev 124698, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-staging-x86_64/avr-size.patch
(from rev 124698, avr-binutils/trunk/avr-size.patch)

---+
 community-staging-i686/PKGBUILD   |   85 +++
 community-staging-i686/avr-binutils.install   |   17 
 community-staging-i686/avr-size.patch |  523 
 community-staging-x86_64/PKGBUILD |   85 +++
 community-staging-x86_64/avr-binutils.install |   17 
 community-staging-x86_64/avr-size.patch   |  523 
 6 files changed, 1250 insertions(+)

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


[arch-commits] Commit in avr-binutils/trunk (11 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 14:41:14
  Author: anatolik
Revision: 124698

upgpkg: avr-binutils 2.25-1

Modified:
  avr-binutils/trunk/PKGBUILD
Deleted:
  avr-binutils/trunk/binutils-2.24-CVE-2014-8484.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8485.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8501.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8502-pre.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8502.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8503.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8504.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8737.patch
  avr-binutils/trunk/binutils-2.24-CVE-2014-8738.patch
  avr-binutils/trunk/binutils-2.24-strings-all-default.patch

-+
 PKGBUILD|   61 ---
 binutils-2.24-CVE-2014-8484.patch   |   31 -
 binutils-2.24-CVE-2014-8485.patch   |   70 ---
 binutils-2.24-CVE-2014-8501.patch   |   26 -
 binutils-2.24-CVE-2014-8502-pre.patch   |  481 --
 binutils-2.24-CVE-2014-8502.patch   |  547 --
 binutils-2.24-CVE-2014-8503.patch   |   16 
 binutils-2.24-CVE-2014-8504.patch   |   50 --
 binutils-2.24-CVE-2014-8737.patch   |  128 ---
 binutils-2.24-CVE-2014-8738.patch   |   48 --
 binutils-2.24-strings-all-default.patch |  310 -
 11 files changed, 8 insertions(+), 1760 deletions(-)

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


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 14:00:28
  Author: anatolik
Revision: 228087

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

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

--+
 staging-i686/PKGBUILD|  392 +
 staging-i686/archlinux.vim   |   25 ++
 staging-i686/gvim.desktop|   63 ++
 staging-i686/gvim.install|   15 +
 staging-i686/vimrc   |   16 +
 staging-x86_64/PKGBUILD  |  392 +
 staging-x86_64/archlinux.vim |   25 ++
 staging-x86_64/gvim.desktop  |   63 ++
 staging-x86_64/gvim.install  |   15 +
 staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 228086, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-12-27 13:00:28 UTC (rev 228087)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=560
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir="vim${_topver//./}"
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url="http://www.vim.org";
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=("${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag}";
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf "Consider updating to tag $_latesttag.\n"
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-python

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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:59:16
  Author: anatolik
Revision: 228086

vim is in core

Deleted:
  vim/repos/community-staging-i686/
  vim/repos/community-staging-x86_64/


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:52:43
  Author: anatolik
Revision: 228085

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

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

+
 community-staging-i686/PKGBUILD|  392 +++
 community-staging-i686/archlinux.vim   |   25 +
 community-staging-i686/gvim.desktop|   63 
 community-staging-i686/gvim.install|   15 +
 community-staging-i686/vimrc   |   16 +
 community-staging-x86_64/PKGBUILD  |  392 +++
 community-staging-x86_64/archlinux.vim |   25 +
 community-staging-x86_64/gvim.desktop  |   63 
 community-staging-x86_64/gvim.install  |   15 +
 community-staging-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/community-staging-i686/PKGBUILD (from rev 228084, 
vim/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:52:43 UTC (rev 228085)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=560
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir="vim${_topver//./}"
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url="http://www.vim.org";
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=("${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag}";
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf "Consider updating to tag $_latesttag.\n"
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-feat

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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:51:35
  Author: anatolik
Revision: 228084

upgpkg: vim 7.4.560-1

ruby 2.2 rebuild

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 10:58:03 UTC (rev 228083)
+++ PKGBUILD2014-12-27 12:51:35 UTC (rev 228084)
@@ -7,7 +7,7 @@
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 # list of tags can be found at https://code.google.com/p/vim/source/list
 _topver=7.4
-_patchlevel=537
+_patchlevel=560
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:35:25
  Author: anatolik
Revision: 124695

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

Added:
  ruby-iconv/repos/community-staging-i686/
  ruby-iconv/repos/community-staging-i686/PKGBUILD
(from rev 124694, ruby-iconv/trunk/PKGBUILD)
  ruby-iconv/repos/community-staging-x86_64/
  ruby-iconv/repos/community-staging-x86_64/PKGBUILD
(from rev 124694, ruby-iconv/trunk/PKGBUILD)

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

Copied: ruby-iconv/repos/community-staging-i686/PKGBUILD (from rev 124694, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:35:25 UTC (rev 124695)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-staging-x86_64/PKGBUILD (from rev 124694, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-27 12:35:25 UTC (rev 124695)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:34:40
  Author: anatolik
Revision: 124694

upgpkg: ruby-iconv 1.0.4-3

ruby 2.2 rebuild

Modified:
  ruby-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:32:51 UTC (rev 124693)
+++ PKGBUILD2014-12-27 12:34:40 UTC (rev 124694)
@@ -3,7 +3,7 @@
 
 pkgname=ruby-iconv
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Wrapper library for iconv'
 arch=('i686' 'x86_64')
 url='https://github.com/nurse/iconv'


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:32:51
  Author: anatolik
Revision: 124693

archrelease: copy trunk to community-staging-any

Added:
  ruby-mail/repos/community-staging-any/
  ruby-mail/repos/community-staging-any/PKGBUILD
(from rev 124692, ruby-mail/trunk/PKGBUILD)

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

Copied: ruby-mail/repos/community-staging-any/PKGBUILD (from rev 124692, 
ruby-mail/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:32:51 UTC (rev 124693)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mail
+pkgver=2.6.3
+pkgrel=2
+pkgdesc='A really Ruby Mail handler'
+arch=('any')
+url='http://github.com/mikel/mail'
+license=('MIT')
+depends=('ruby-mime-types' 'ruby-treetop')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('d7fee1ec4e4ea9bb38b77de5baf53c17004133efcdff030bd1de5e3620306fd9')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:32:25
  Author: anatolik
Revision: 124692

upgpkg: ruby-mail 2.6.3-2

ruby 2.2 rebuild

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:31:04 UTC (rev 124691)
+++ PKGBUILD2014-12-27 12:32:25 UTC (rev 124692)
@@ -5,7 +5,7 @@
 
 pkgname=ruby-mail
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A really Ruby Mail handler'
 arch=('any')
 url='http://github.com/mikel/mail'


[arch-commits] Commit in ruby-mime-types/repos (2 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:31:04
  Author: anatolik
Revision: 124691

archrelease: copy trunk to community-staging-any

Added:
  ruby-mime-types/repos/community-staging-any/
  ruby-mime-types/repos/community-staging-any/PKGBUILD
(from rev 124690, ruby-mime-types/trunk/PKGBUILD)

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

Copied: ruby-mime-types/repos/community-staging-any/PKGBUILD (from rev 124690, 
ruby-mime-types/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:31:04 UTC (rev 124691)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mime-types
+pkgver=2.4.3
+pkgrel=2
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem";)
+noextract=("mime-types-${pkgver}.gem")
+sha256sums=('38f29a89a273d15bfb99e839c6fe5cf7c463f223dd7ac5ee3c9287b1acd6d19a')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} mime-types-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-mime-types
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/docs/COPYING.txt 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:30:42
  Author: anatolik
Revision: 124690

upgpkg: ruby-mime-types 2.4.3-2

rebuild for ruby 2.2

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:19:53 UTC (rev 124689)
+++ PKGBUILD2014-12-27 12:30:42 UTC (rev 124690)
@@ -4,7 +4,7 @@
 
 pkgname=ruby-mime-types
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='MIME Content-Type database'
 arch=('any')
 url='http://mime-types.rubyforge.org'


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:19:53
  Author: anatolik
Revision: 124689

archrelease: copy trunk to community-staging-any

Added:
  ruby-polyglot/repos/community-staging-any/
  ruby-polyglot/repos/community-staging-any/PKGBUILD
(from rev 124688, ruby-polyglot/trunk/PKGBUILD)

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

Copied: ruby-polyglot/repos/community-staging-any/PKGBUILD (from rev 124688, 
ruby-polyglot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:19:53 UTC (rev 124689)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Guilherme Nogueira 
+
+pkgname=ruby-polyglot
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='Allows custom language loaders to be hooked into require'
+arch=('any')
+url='http://polyglot.rubyforge.org/'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/License.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:19:21
  Author: anatolik
Revision: 124688

upgpkg: ruby-polyglot 0.3.5-2

rebuild for ruby 2.2

Modified:
  ruby-polyglot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:18:44 UTC (rev 124687)
+++ PKGBUILD2014-12-27 12:19:21 UTC (rev 124688)
@@ -4,7 +4,7 @@
 
 pkgname=ruby-polyglot
 pkgver=0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Allows custom language loaders to be hooked into require'
 arch=('any')
 url='http://polyglot.rubyforge.org/'


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:18:44
  Author: anatolik
Revision: 124687

archrelease: copy trunk to community-staging-any

Added:
  ruby-rack/repos/community-staging-any/
  ruby-rack/repos/community-staging-any/PKGBUILD
(from rev 124686, ruby-rack/trunk/PKGBUILD)

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

Copied: ruby-rack/repos/community-staging-any/PKGBUILD (from rev 124686, 
ruby-rack/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:18:44 UTC (rev 124687)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-rack
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
+arch=(any)
+#url="http://rack.rubyforge.org/";
+url="http://rubyforge.org/projects/rack/";
+license=('MIT')
+depends=('ruby' 'rubygems')
+noextract=("rack-$pkgver.gem")
+source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
+md5sums=('9c1281dd0c486b931a52445a703a4eaa')
+
+package() {
+  cd $srcdir
+  export HOME=/tmp
+  local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
+  gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n 
"$pkgdir/usr/bin" rack-$pkgver.gem
+  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
+  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed "s|$pkgdir||"` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
+}


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:18:17
  Author: anatolik
Revision: 124686

upgpkg: ruby-rack 1.6.0-2

rebuild for ruby 2.2

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:16:51 UTC (rev 124685)
+++ PKGBUILD2014-12-27 12:18:17 UTC (rev 124686)
@@ -4,7 +4,7 @@
 
 pkgname=ruby-rack
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
 arch=(any)
 #url="http://rack.rubyforge.org/";


[arch-commits] Commit in ruby-term-ansicolor/repos (2 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:16:51
  Author: anatolik
Revision: 124685

archrelease: copy trunk to community-staging-any

Added:
  ruby-term-ansicolor/repos/community-staging-any/
  ruby-term-ansicolor/repos/community-staging-any/PKGBUILD
(from rev 124684, ruby-term-ansicolor/trunk/PKGBUILD)

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

Copied: ruby-term-ansicolor/repos/community-staging-any/PKGBUILD (from rev 
124684, ruby-term-ansicolor/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:16:51 UTC (rev 124685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Hilton Medeiros 
+
+pkgname=ruby-term-ansicolor
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A ruby library that colors strings using ANSI escape sequences'
+arch=('any')
+url='https://rubygems.org/gems/term-ansicolor'
+license=('GPL2')
+depends=('ruby-tins')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} -n "${pkgdir}"/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+# Prevent conflict with colordiff
+  rm "${pkgdir}"/usr/bin/cdiff
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-term-ansicolor/trunk (PKGBUILD)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:16:26
  Author: anatolik
Revision: 124684

upgpkg: ruby-term-ansicolor 1.3.0-2

rebuild for ruby 2.2

Modified:
  ruby-term-ansicolor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:16:02 UTC (rev 124683)
+++ PKGBUILD2014-12-27 12:16:26 UTC (rev 124684)
@@ -5,7 +5,7 @@
 
 pkgname=ruby-term-ansicolor
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A ruby library that colors strings using ANSI escape sequences'
 arch=('any')
 url='https://rubygems.org/gems/term-ansicolor'


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:16:02
  Author: anatolik
Revision: 124683

archrelease: copy trunk to community-staging-any

Added:
  ruby-tins/repos/community-staging-any/
  ruby-tins/repos/community-staging-any/PKGBUILD
(from rev 124682, ruby-tins/trunk/PKGBUILD)

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

Copied: ruby-tins/repos/community-staging-any/PKGBUILD (from rev 124682, 
ruby-tins/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:16:02 UTC (rev 124683)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Julien Nicoulaud 
+# Contributor: Hyacinthe Cartiaux 
+
+pkgname=ruby-tins
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='All the stuff that is not good/big enough for a real library'
+arch=('any')
+url='https://github.com/flori/tins'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('ca6eec2576aece28b727fc8bf6ef3bcba2f9b74f3b0a2869986d2a5ec2d35692')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:15:39
  Author: anatolik
Revision: 124682

upgpkg: ruby-tins 1.3.3-1

rebuild for ruby 2.2

Modified:
  ruby-tins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:13:54 UTC (rev 124681)
+++ PKGBUILD2014-12-27 12:15:39 UTC (rev 124682)
@@ -4,7 +4,7 @@
 # Contributor: Hyacinthe Cartiaux 
 
 pkgname=ruby-tins
-pkgver=1.0.0
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='All the stuff that is not good/big enough for a real library'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
 noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('7682c239c48b7dc834f4859b0fb2e0afbf36a6482ae3f6732d0c1030a09af035')
+sha256sums=('ca6eec2576aece28b727fc8bf6ef3bcba2f9b74f3b0a2869986d2a5ec2d35692')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:13:30
  Author: anatolik
Revision: 124680

upgpkg: ruby-treetop 1.5.3-2

ruby 2.2 rebuild

Modified:
  ruby-treetop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 12:12:50 UTC (rev 124679)
+++ PKGBUILD2014-12-27 12:13:30 UTC (rev 124680)
@@ -5,7 +5,7 @@
 
 pkgname=ruby-treetop
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A Ruby-based text parsing and interpretation DSL'
 arch=('any')
 url='http://treetop.rubyforge.org/'


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:13:54
  Author: anatolik
Revision: 124681

archrelease: copy trunk to community-staging-any

Added:
  ruby-treetop/repos/community-staging-any/
  ruby-treetop/repos/community-staging-any/PKGBUILD
(from rev 124680, ruby-treetop/trunk/PKGBUILD)

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

Copied: ruby-treetop/repos/community-staging-any/PKGBUILD (from rev 124680, 
ruby-treetop/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-27 12:13:54 UTC (rev 124681)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Guilherme Nogueira 
+
+pkgname=ruby-treetop
+pkgver=1.5.3
+pkgrel=2
+pkgdesc='A Ruby-based text parsing and interpretation DSL'
+arch=('any')
+url='http://treetop.rubyforge.org/'
+license=('MIT')
+depends=('ruby-polyglot')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-$pkgver.gem")
+sha256sums=('ab3c49c3a39e7c9bea88a90524545e39bed032758a130295f8d6a433c62ff472')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} -n "${pkgdir}"/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in arm-none-eabi-binutils/repos (4 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:12:50
  Author: anatolik
Revision: 124679

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

Added:
  arm-none-eabi-binutils/repos/community-staging-i686/
  arm-none-eabi-binutils/repos/community-staging-i686/PKGBUILD
(from rev 124678, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-staging-x86_64/
  arm-none-eabi-binutils/repos/community-staging-x86_64/PKGBUILD
(from rev 124678, arm-none-eabi-binutils/trunk/PKGBUILD)

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

Copied: arm-none-eabi-binutils/repos/community-staging-i686/PKGBUILD (from rev 
124678, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:12:50 UTC (rev 124679)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.25
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-plugins
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf "$pkgdir"/usr/share/info
+}
+md5sums=('d9f3303f802a5b6b0bb73a335ab89d66'
+ 'SKIP')

Copied: arm-none-eabi-binutils/repos/community-staging-x86_64/PKGBUILD (from 
rev 124678, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-27 12:12:50 UTC (rev 124679)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.25
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-plugins
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf "$pkgdir"/usr/share/info
+}
+md5sums=('d9f3303f802a5b6b0bb73a335ab89d66'
+ 'SKIP')


[arch-commits] Commit in arm-none-eabi-binutils/trunk (12 files)

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:12:07
  Author: anatolik
Revision: 124678

upgpkg: arm-none-eabi-binutils 2.25-1

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD
Deleted:
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8484.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8485.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8501.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8502-pre.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8502.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8503.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8504.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8737.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-CVE-2014-8738.patch
  arm-none-eabi-binutils/trunk/binutils-2.24-strings-all-default.patch
  arm-none-eabi-binutils/trunk/fix_gcc49_error.patch

-+
 PKGBUILD|   61 ---
 binutils-2.24-CVE-2014-8484.patch   |   31 -
 binutils-2.24-CVE-2014-8485.patch   |   70 ---
 binutils-2.24-CVE-2014-8501.patch   |   26 -
 binutils-2.24-CVE-2014-8502-pre.patch   |  481 --
 binutils-2.24-CVE-2014-8502.patch   |  547 --
 binutils-2.24-CVE-2014-8503.patch   |   16 
 binutils-2.24-CVE-2014-8504.patch   |   50 --
 binutils-2.24-CVE-2014-8737.patch   |  128 ---
 binutils-2.24-CVE-2014-8738.patch   |   48 --
 binutils-2.24-strings-all-default.patch |  310 -
 fix_gcc49_error.patch   |  177 -
 12 files changed, 7 insertions(+), 1938 deletions(-)

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


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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 13:00:25
  Author: jelle
Revision: 124677

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

Added:
  
haskell-dataenc/repos/community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
(from rev 124676, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
  haskell-dataenc/repos/community-staging-i686/PKGBUILD
(from rev 124676, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install
(from rev 124676, haskell-dataenc/trunk/haskell-dataenc.install)
  
haskell-dataenc/repos/community-staging-x86_64/0001-update-build-deps-for-ghc-7.8.2.patch
(from rev 124676, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
(from rev 124676, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-x86_64/haskell-dataenc.install
(from rev 124676, haskell-dataenc/trunk/haskell-dataenc.install)
Deleted:
  
haskell-dataenc/repos/community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
  haskell-dataenc/repos/community-staging-i686/PKGBUILD
  haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install
  
haskell-dataenc/repos/community-staging-x86_64/0001-update-build-deps-for-ghc-7.8.2.patch
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
  haskell-dataenc/repos/community-staging-x86_64/haskell-dataenc.install

-+
 /0001-update-build-deps-for-ghc-7.8.2.patch |   24 ++
 /PKGBUILD   |   84 
++
 /haskell-dataenc.install|   36 
 community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   |   12 -
 community-staging-i686/PKGBUILD |   42 
-
 community-staging-i686/haskell-dataenc.install  |   18 --
 community-staging-x86_64/0001-update-build-deps-for-ghc-7.8.2.patch |   12 -
 community-staging-x86_64/PKGBUILD   |   42 
-
 community-staging-x86_64/haskell-dataenc.install|   18 --
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
===
--- community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
2014-12-27 11:59:04 UTC (rev 124676)
+++ community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
2014-12-27 12:00:25 UTC (rev 124677)
@@ -1,12 +0,0 @@
-diff -aur dataenc-0.14.0.5/dataenc.cabal dataenc-0.14.0.5-new/dataenc.cabal
 dataenc-0.14.0.5/dataenc.cabal 2012-12-30 11:30:27.0 +0100
-+++ dataenc-0.14.0.5-new/dataenc.cabal 2014-04-27 22:01:21.640940945 +0200
-@@ -21,7 +21,7 @@
- 
- library
- hs-source-dirs: src
--build-depends: array >= 0.1.0 && < 0.5, base >= 3.0.0 && < 4.7, 
containers >= 0.1.0 && < 0.6
-+build-depends: array >= 0.1.0 && <= 0.5.0.0, base >= 3.0.0 && <= 4.7.0.1, 
containers >= 0.1.0 && < 0.6
- exposed-modules:
- Codec.Binary.Base16
- Codec.Binary.Base32

Copied: 
haskell-dataenc/repos/community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
 (from rev 124676, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
===
--- community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
(rev 0)
+++ community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
2014-12-27 12:00:25 UTC (rev 124677)
@@ -0,0 +1,12 @@
+diff -aur dataenc-0.14.0.5/dataenc.cabal dataenc-0.14.0.5-new/dataenc.cabal
+--- dataenc-0.14.0.5/dataenc.cabal 2012-12-30 11:30:27.0 +0100
 dataenc-0.14.0.5-new/dataenc.cabal 2014-04-27 22:01:21.640940945 +0200
+@@ -21,7 +21,7 @@
+ 
+ library
+ hs-source-dirs: src
+-build-depends: array >= 0.1.0 && < 0.5, base >= 3.0.0 && < 4.7, 
containers >= 0.1.0 && < 0.6
++build-depends: array >= 0.1.0 && <= 0.5.0.0, base >= 3.0.0 && <= 4.7.0.1, 
containers >= 0.1.0 && < 0.6
+ exposed-modules:
+ Codec.Binary.Base16
+ Codec.Binary.Base32

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-12-27 11:59:04 UTC (rev 124676)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:00:25 UTC (rev 124677)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Package generated by cabal2arch 0.7.5
-
-_hkgname=dataenc
-pkgname=haskell-dataenc
-pkgver=0.14.0.7
-pkgrel=1
-pkgdesc="Data encoding library"
-url="http://hackage.haskell.org/package/dataenc";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.

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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 12:59:04
  Author: jelle
Revision: 124676

upgpkg: haskell-dataenc 0.14.0.7-2

ghc 7.8.4 rebuild

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 11:40:34 UTC (rev 124675)
+++ PKGBUILD2014-12-27 11:59:04 UTC (rev 124676)
@@ -6,12 +6,12 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.14.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Data encoding library"
 url="http://hackage.haskell.org/package/dataenc";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.3' 'sh')
+depends=('ghc=7.8.4' 'sh')
 install=${pkgname}.install
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)


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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 12:40:34
  Author: jelle
Revision: 124675

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

Added:
  haskell-hslogger/repos/community-staging-i686/
  
haskell-hslogger/repos/community-staging-i686/0001-relax-network-upper-bound-to-2.6.patch
(from rev 124674, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
  haskell-hslogger/repos/community-staging-i686/PKGBUILD
(from rev 124674, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install
(from rev 124674, haskell-hslogger/trunk/haskell-hslogger.install)
  haskell-hslogger/repos/community-staging-x86_64/
  
haskell-hslogger/repos/community-staging-x86_64/0001-relax-network-upper-bound-to-2.6.patch
(from rev 124674, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
  haskell-hslogger/repos/community-staging-x86_64/PKGBUILD
(from rev 124674, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-staging-x86_64/haskell-hslogger.install
(from rev 124674, haskell-hslogger/trunk/haskell-hslogger.install)

--+
 community-staging-i686/0001-relax-network-upper-bound-to-2.6.patch   |   25 
+
 community-staging-i686/PKGBUILD  |   43 
++
 community-staging-i686/haskell-hslogger.install  |   18 

 community-staging-x86_64/0001-relax-network-upper-bound-to-2.6.patch |   25 
+
 community-staging-x86_64/PKGBUILD|   43 
++
 community-staging-x86_64/haskell-hslogger.install|   18 

 6 files changed, 172 insertions(+)

Copied: 
haskell-hslogger/repos/community-staging-i686/0001-relax-network-upper-bound-to-2.6.patch
 (from rev 124674, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
===
--- community-staging-i686/0001-relax-network-upper-bound-to-2.6.patch  
(rev 0)
+++ community-staging-i686/0001-relax-network-upper-bound-to-2.6.patch  
2014-12-27 11:40:34 UTC (rev 124675)
@@ -0,0 +1,25 @@
+From 118f8134e1d2f7578cba5474b00f3b1cbd1219e3 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic 
+Date: Sun, 27 Apr 2014 19:38:59 -0700
+Subject: [PATCH] relax network upper bound to 2.6
+
+---
+ hslogger.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hslogger.cabal b/hslogger.cabal
+index 3e0ca27..74c262a 100644
+--- a/hslogger.cabal
 b/hslogger.cabal
+@@ -42,7 +42,7 @@ Library
+ System.Log.Handler.Growl, System.Log.Handler.Log4jXML,
+ System.Log.Logger
+ Extensions: CPP, ExistentialQuantification
+-Build-Depends: network < 2.5, mtl
++Build-Depends: network < 2.6, mtl
+ if !os(windows)
+ Build-Depends: unix
+ if flag(small_base)
+-- 
+1.9.2
+

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
124674, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 11:40:34 UTC (rev 124675)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";
+'0001-relax-network-upper-bound-to-2.6.patch')
+md5sums=('873f0641d59621c0d9803120915b8094'
+ '14b3339395dcb5ba666987bc6aac998e')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  # upstream bug: https://github.com/jgoerzen/hslogger/pull/22
+#  patch -Np1 -i ${srcdir}/0001-relax-network-upper-bound-to-2.6.patch
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${srcdir}/hslogger-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copi

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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 12:39:35
  Author: jelle
Revision: 124674

upgpkg: haskell-hslogger 1.2.6-2

ghc 7.8.4 rebuild

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 11:33:51 UTC (rev 124673)
+++ PKGBUILD2014-12-27 11:39:35 UTC (rev 124674)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-hslogger
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Versatile logging framework"
 url="http://hackage.haskell.org/package/hslogger";
 license=('LGPL')


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 12:33:51
  Author: fyan
Revision: 124673

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

Added:
  bibletime/repos/community-testing-i686/
  bibletime/repos/community-testing-i686/PKGBUILD
(from rev 124672, bibletime/trunk/PKGBUILD)
  bibletime/repos/community-testing-i686/bibletime.install
(from rev 124672, bibletime/trunk/bibletime.install)
  bibletime/repos/community-testing-x86_64/
  bibletime/repos/community-testing-x86_64/PKGBUILD
(from rev 124671, bibletime/trunk/PKGBUILD)
  bibletime/repos/community-testing-x86_64/bibletime.install
(from rev 124672, bibletime/trunk/bibletime.install)

+
 community-testing-i686/PKGBUILD|   37 +++
 community-testing-i686/bibletime.install   |   13 +
 community-testing-x86_64/PKGBUILD  |   37 +++
 community-testing-x86_64/bibletime.install |   13 +
 4 files changed, 100 insertions(+)

Copied: bibletime/repos/community-testing-i686/PKGBUILD (from rev 124672, 
bibletime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-27 11:33:51 UTC (rev 124673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth 
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=2
+pkgdesc="Bible study tool for KDE4."
+arch=('x86_64' 'i686')
+url="http://www.bibletime.info/";
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz";)
+md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+
+build() {
+   mkdir "$srcdir/$pkgname-$pkgver/build_dir"
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+
+   CXXFLAGS+=" -fpermissive"
+   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DBT_FORCE_USE_QT4=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+   make DESTDIR="$pkgdir" install
+}

Copied: bibletime/repos/community-testing-i686/bibletime.install (from rev 
124672, bibletime/trunk/bibletime.install)
===
--- community-testing-i686/bibletime.install(rev 0)
+++ community-testing-i686/bibletime.install2014-12-27 11:33:51 UTC (rev 
124673)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-testing-x86_64/PKGBUILD (from rev 124671, 
bibletime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-27 11:33:51 UTC (rev 124673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth 
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=2
+pkgdesc="Bible study tool for KDE4."
+arch=('x86_64' 'i686')
+url="http://www.bibletime.info/";
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz";)
+md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+
+build() {
+   mkdir "$srcdir/$pkgname-$pkgver/build_dir"
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+
+   CXXFLAGS+=" -fpermissive"
+   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DBT_FORCE_USE_QT4=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+   make DESTDIR="$pkgdir" install
+}

Copied: bibletime/repos/community-testing-x86_64/bibletime.install (from rev 
124672, bibletime/trunk/bibletime.install)
===
--- community-testing-x86_64/bibletime.install  (rev 0)
+++ community-testing-x86_64/bibletime.install  2014-12-27 11:33:51 UTC (rev 
124673)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 12:32:29
  Author: fyan
Revision: 124672

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

Added:
  sword/repos/community-testing-i686/
  sword/repos/community-testing-i686/PKGBUILD
(from rev 124671, sword/trunk/PKGBUILD)
  sword/repos/community-testing-x86_64/
  sword/repos/community-testing-x86_64/PKGBUILD
(from rev 124670, sword/trunk/PKGBUILD)

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

Copied: sword/repos/community-testing-i686/PKGBUILD (from rev 124671, 
sword/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-27 11:32:29 UTC (rev 124672)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=$_mainver.4
+pkgrel=2
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/";
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz";)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE="Shared" -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS="Yes" -DSWORD_BINDINGS="Python" 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+
+  # Move it into a separated package
+  rm -r "$pkgdir/usr/lib/python3.4"
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}

Copied: sword/repos/community-testing-x86_64/PKGBUILD (from rev 124670, 
sword/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-27 11:32:29 UTC (rev 124672)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=$_mainver.4
+pkgrel=2
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/";
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz";)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE="Shared" -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS="Yes" -DSWORD_BINDINGS="Python" 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+
+  # Move it into a separated package
+  rm -r "$pkgdir/usr/lib/python3.4"
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 12:32:20
  Author: fyan
Revision: 124671

upgpkg: bibletime 2.10.1-2

rebuild against sword 1.7.4-2

Modified:
  bibletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 11:31:55 UTC (rev 124670)
+++ PKGBUILD2014-12-27 11:32:20 UTC (rev 124671)
@@ -6,7 +6,7 @@
 
 pkgname=bibletime
 pkgver=2.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Bible study tool for KDE4."
 arch=('x86_64' 'i686')
 url="http://www.bibletime.info/";


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 12:31:55
  Author: fyan
Revision: 124670

upgpkg: sword 1.7.4-2

- switch to cmake
- enable python bindings

Modified:
  sword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 11:17:20 UTC (rev 124669)
+++ PKGBUILD2014-12-27 11:31:55 UTC (rev 124670)
@@ -7,37 +7,58 @@
 # Contributor: TripleE 
 # Contributor: Dominic Tubach
 
-pkgname=sword
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
 _mainver=1.7
 pkgver=$_mainver.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for Bible study programs"
 arch=('x86_64' 'i686')
 url="http://www.crosswire.org/sword/";
 license=('GPL')
-depends=('curl' 'clucene' 'swig')
-makedepends=('cmake')
-backup=('etc/sword.conf')
-source=("http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v$_mainver/$pkgname-$pkgver.tar.gz";)
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz";)
 md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/OPTIONS="--without-conf/#OPTIONS="--without-conf/' usrinst.sh
-  sed -i 's/OPTIONS="--disable-shared/#OPTIONS="--disable-shared/' usrinst.sh
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE="Shared" -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS="Yes" -DSWORD_BINDINGS="Python" 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
 
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
-  make
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
 }
 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
 
+  cd "$srcdir/$pkgbase-$pkgver/build"
   make DESTDIR="$pkgdir" install
-  mkdir --parents "$pkgdir/etc"
-  make DESTDIR="$pkgdir" install_config
+
+  # Move it into a separated package
+  rm -r "$pkgdir/usr/lib/python3.4"
 }
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd "$srcdir/$pkgbase-$pkgver/build/bindings/swig/python2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+}


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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 12:17:20
  Author: jelle
Revision: 124669

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

Added:
  haskell-glib/repos/community-staging-i686/
  haskell-glib/repos/community-staging-i686/PKGBUILD
(from rev 124668, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-staging-i686/gtk2hs-glib.install
(from rev 124668, haskell-glib/trunk/gtk2hs-glib.install)
  haskell-glib/repos/community-staging-x86_64/
  haskell-glib/repos/community-staging-x86_64/PKGBUILD
(from rev 124668, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-staging-x86_64/gtk2hs-glib.install
(from rev 124668, haskell-glib/trunk/gtk2hs-glib.install)

--+
 community-staging-i686/PKGBUILD  |   52 +
 community-staging-i686/gtk2hs-glib.install   |   18 
 community-staging-x86_64/PKGBUILD|   52 +
 community-staging-x86_64/gtk2hs-glib.install |   18 
 4 files changed, 140 insertions(+)

Copied: haskell-glib/repos/community-staging-i686/PKGBUILD (from rev 124668, 
haskell-glib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 11:17:20 UTC (rev 124669)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.0.6
+pkgrel=2
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="http://hackage.haskell.org/package/glib";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5sums=('43c832cf0a1e8bc82c4cc71a373d5f52')
+
+build() {
+cd glib-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+_update_deps ghc
+
+cd ${srcdir}/glib-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/haskell-glib/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/glib
+runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-glib/repos/community-staging-i686/gtk2hs-glib.install (from rev 
124668, haskell-glib/trunk/gtk2hs-glib.install)
===
--- community-staging-i686/gtk2hs-glib.install  (rev 0)
+++ community-staging-i686/gtk2hs-glib.install  2014-12-27 11:17:20 UTC (rev 
124669)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/gtk2hs-glib
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-glib/repos/community-staging-x86_64/PKGBUILD (from rev 124668, 
haskell-glib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-27 11:17:20 UTC (rev 124669)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.0.6
+pkgrel=2
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="http://hackage.haskell.org/package/glib";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5su

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

2014-12-27 Thread Jelle van der Waa
Date: Saturday, December 27, 2014 @ 12:16:26
  Author: jelle
Revision: 124668

upgpkg: haskell-glib 0.13.0.6-2

ghc 7.8.4 rebuild

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 10:32:48 UTC (rev 124667)
+++ PKGBUILD2014-12-27 11:16:26 UTC (rev 124668)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-glib
 pkgver=0.13.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="http://hackage.haskell.org/package/glib";
 license=('LGPL2.1')


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

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:58:03
  Author: juergen
Revision: 228083

fix typo

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 10:53:42 UTC (rev 228082)
+++ PKGBUILD2014-12-27 10:58:03 UTC (rev 228083)
@@ -1,4 +1,4 @@
-f# $Id$
+# $Id$
 # Contributor: John Proctor 
 # Contributor: Daniel White 
 # Maintainer: Juergen Hoetzel 


[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:53:42
  Author: juergen
Revision: 228082

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 228081, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 228081, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 228081, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 10:31:49 UTC (rev 228081)
+++ PKGBUILD2014-12-27 10:53:42 UTC (rev 228082)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.34.1
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net";
-depends=('sbcl=1.2.2' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 228081, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 10:53:42 UTC (rev 228082)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.34.1
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net";
+depends=('sbcl=1.2.6' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
+sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Deleted: maxima.desktop
===
--- maxima.desktop

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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 11:32:48
  Author: fyan
Revision: 124667

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

Added:
  bibletime/repos/community-i686/
  bibletime/repos/community-i686/PKGBUILD
(from rev 124666, bibletime/trunk/PKGBUILD)
  bibletime/repos/community-i686/bibletime.install
(from rev 124666, bibletime/trunk/bibletime.install)
  bibletime/repos/community-x86_64/
  bibletime/repos/community-x86_64/PKGBUILD
(from rev 124666, bibletime/trunk/PKGBUILD)
  bibletime/repos/community-x86_64/bibletime.install
(from rev 124666, bibletime/trunk/bibletime.install)

+
 community-i686/PKGBUILD|   37 +++
 community-i686/bibletime.install   |   13 
 community-x86_64/PKGBUILD  |   37 +++
 community-x86_64/bibletime.install |   13 
 4 files changed, 100 insertions(+)

Copied: bibletime/repos/community-i686/PKGBUILD (from rev 124666, 
bibletime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-27 10:32:48 UTC (rev 124667)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth 
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="Bible study tool for KDE4."
+arch=('x86_64' 'i686')
+url="http://www.bibletime.info/";
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz";)
+md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+
+build() {
+   mkdir "$srcdir/$pkgname-$pkgver/build_dir"
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+
+   CXXFLAGS+=" -fpermissive"
+   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DBT_FORCE_USE_QT4=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+   make DESTDIR="$pkgdir" install
+}

Copied: bibletime/repos/community-i686/bibletime.install (from rev 124666, 
bibletime/trunk/bibletime.install)
===
--- community-i686/bibletime.install(rev 0)
+++ community-i686/bibletime.install2014-12-27 10:32:48 UTC (rev 124667)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-x86_64/PKGBUILD (from rev 124666, 
bibletime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-27 10:32:48 UTC (rev 124667)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth 
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="Bible study tool for KDE4."
+arch=('x86_64' 'i686')
+url="http://www.bibletime.info/";
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz";)
+md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+
+build() {
+   mkdir "$srcdir/$pkgname-$pkgver/build_dir"
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+
+   CXXFLAGS+=" -fpermissive"
+   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DBT_FORCE_USE_QT4=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+   make DESTDIR="$pkgdir" install
+}

Copied: bibletime/repos/community-x86_64/bibletime.install (from rev 124666, 
bibletime/trunk/bibletime.install)
===
--- community-x86_64/bibletime.install  (rev 0)
+++ community-x86_64/bibletime.install  2014-12-27 10:32:48 UTC (rev 124667)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 11:32:19
  Author: fyan
Revision: 124666

addpkg: bibletime 2.10.1-1

Added:
  bibletime/
  bibletime/repos/
  bibletime/trunk/
  bibletime/trunk/PKGBUILD
  bibletime/trunk/bibletime.install

---+
 PKGBUILD  |   37 +
 bibletime.install |   13 +
 2 files changed, 50 insertions(+)

Added: bibletime/trunk/PKGBUILD
===
--- bibletime/trunk/PKGBUILD(rev 0)
+++ bibletime/trunk/PKGBUILD2014-12-27 10:32:19 UTC (rev 124666)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth 
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="Bible study tool for KDE4."
+arch=('x86_64' 'i686')
+url="http://www.bibletime.info/";
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz";)
+md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+
+build() {
+   mkdir "$srcdir/$pkgname-$pkgver/build_dir"
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+
+   CXXFLAGS+=" -fpermissive"
+   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DBT_FORCE_USE_QT4=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build_dir"
+   make DESTDIR="$pkgdir" install
+}


Property changes on: bibletime/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bibletime/trunk/bibletime.install
===
--- bibletime/trunk/bibletime.install   (rev 0)
+++ bibletime/trunk/bibletime.install   2014-12-27 10:32:19 UTC (rev 124666)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:31:49
  Author: juergen
Revision: 228081

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 228080, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 228080, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 228080, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 10:31:41 UTC (rev 228080)
+++ PKGBUILD2014-12-27 10:31:49 UTC (rev 228081)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.34.1
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net";
-depends=('sbcl=1.2.2' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 228080, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-27 10:31:49 UTC (rev 228081)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.34.1
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net";
+depends=('sbcl=1.2.6' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
+sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Deleted: maxima.desktop
===
--

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

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:31:41
  Author: juergen
Revision: 228080

rebuild against sbcl-1.2.6

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 10:18:14 UTC (rev 228079)
+++ PKGBUILD2014-12-27 10:31:41 UTC (rev 228080)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net";
-depends=('sbcl=1.2.2' 'texinfo' 'sh')
+depends=('sbcl=1.2.6' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 11:27:07
  Author: fyan
Revision: 124665

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

Added:
  sword/repos/community-i686/
  sword/repos/community-i686/PKGBUILD
(from rev 124664, sword/trunk/PKGBUILD)
  sword/repos/community-x86_64/
  sword/repos/community-x86_64/PKGBUILD
(from rev 124664, sword/trunk/PKGBUILD)

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

Copied: sword/repos/community-i686/PKGBUILD (from rev 124664, 
sword/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-27 10:27:07 UTC (rev 124665)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgname=sword
+_mainver=1.7
+pkgver=$_mainver.4
+pkgrel=1
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/";
+license=('GPL')
+depends=('curl' 'clucene' 'swig')
+makedepends=('cmake')
+backup=('etc/sword.conf')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v$_mainver/$pkgname-$pkgver.tar.gz";)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/OPTIONS="--without-conf/#OPTIONS="--without-conf/' usrinst.sh
+  sed -i 's/OPTIONS="--disable-shared/#OPTIONS="--disable-shared/' usrinst.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mkdir --parents "$pkgdir/etc"
+  make DESTDIR="$pkgdir" install_config
+}

Copied: sword/repos/community-x86_64/PKGBUILD (from rev 124664, 
sword/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-27 10:27:07 UTC (rev 124665)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgname=sword
+_mainver=1.7
+pkgver=$_mainver.4
+pkgrel=1
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/";
+license=('GPL')
+depends=('curl' 'clucene' 'swig')
+makedepends=('cmake')
+backup=('etc/sword.conf')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v$_mainver/$pkgname-$pkgver.tar.gz";)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/OPTIONS="--without-conf/#OPTIONS="--without-conf/' usrinst.sh
+  sed -i 's/OPTIONS="--disable-shared/#OPTIONS="--disable-shared/' usrinst.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mkdir --parents "$pkgdir/etc"
+  make DESTDIR="$pkgdir" install_config
+}


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

2014-12-27 Thread Felix Yan
Date: Saturday, December 27, 2014 @ 11:26:33
  Author: fyan
Revision: 124664

addpkg: sword 1.7.4-1

Added:
  sword/
  sword/repos/
  sword/trunk/
  sword/trunk/PKGBUILD

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

Added: sword/trunk/PKGBUILD
===
--- sword/trunk/PKGBUILD(rev 0)
+++ sword/trunk/PKGBUILD2014-12-27 10:26:33 UTC (rev 124664)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann 
+# Contributor: TripleE 
+# Contributor: Dominic Tubach
+
+pkgname=sword
+_mainver=1.7
+pkgver=$_mainver.4
+pkgrel=1
+pkgdesc="Library for Bible study programs"
+arch=('x86_64' 'i686')
+url="http://www.crosswire.org/sword/";
+license=('GPL')
+depends=('curl' 'clucene' 'swig')
+makedepends=('cmake')
+backup=('etc/sword.conf')
+source=("http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v$_mainver/$pkgname-$pkgver.tar.gz";)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/OPTIONS="--without-conf/#OPTIONS="--without-conf/' usrinst.sh
+  sed -i 's/OPTIONS="--disable-shared/#OPTIONS="--disable-shared/' usrinst.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mkdir --parents "$pkgdir/etc"
+  make DESTDIR="$pkgdir" install_config
+}


Property changes on: sword/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-12-27 Thread Jürgen Hötzel
Date: Saturday, December 27, 2014 @ 11:18:14
  Author: juergen
Revision: 228079

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 228078, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 228078, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 228078, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 228078, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  147 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 
 4 files changed, 145 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-27 08:57:44 UTC (rev 228078)
+++ PKGBUILD2014-12-27 10:18:14 UTC (rev 228079)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-  "arch-fixes.lisp")
-md5sums=('729479476e46bb40f054f8a454a0fbde'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+  "arch-fixes.lisp")
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 228078, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2014-12-27 10:18:14 UTC (rev 228079)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2014-12-27 08:57:44 UTC (rev 228078)
+++ texinfo-4.13a-data_types.patch  2014-12-27 10:18:14 UTC (rev 228079)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   int delim = 0;
-   int rc;
-@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage)
-mbi_advance (iter))
- {
-   const char *cur_ptr = mbi_cur_ptr (iter);
--

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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 09:57:44
  Author: andrea
Revision: 228078

Qt now enables 'full optimization' and this does not apply anymore, see 
https://qt.gitorious.org/qt/qtbase/commit/cd652500af18671e0d64b30d51c79a0c45b973a3

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 08:56:10 UTC (rev 228077)
+++ PKGBUILD2014-12-27 08:57:44 UTC (rev 228078)
@@ -51,7 +51,6 @@
 prepare() {
   cd ${_pkgfqn}
 
-  sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf
   sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" 
qtbase/mkspecs/common/gcc-base.conf
 
   # Use python2 for Python 2.x


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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 09:56:10
  Author: andrea
Revision: 228077

Cleaning QMAKE_LFLAGS_RPATH is not needed anymore

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 08:43:03 UTC (rev 228076)
+++ PKGBUILD2014-12-27 08:56:10 UTC (rev 228077)
@@ -52,7 +52,6 @@
   cd ${_pkgfqn}
 
   sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf
-  sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
qtbase/mkspecs/common/gcc-base-unix.conf
   sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" 
qtbase/mkspecs/common/gcc-base.conf
 
   # Use python2 for Python 2.x


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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 09:43:03
  Author: andrea
Revision: 228076

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

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

---+
 /PKGBUILD |  216 
 extra-i686/PKGBUILD   |  109 
 extra-x86_64/PKGBUILD |  109 
 3 files changed, 216 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-27 08:42:52 UTC (rev 228075)
+++ extra-i686/PKGBUILD 2014-12-27 08:43:03 UTC (rev 228076)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.4.0s10c73f88bfd5
-_pkgver=5.4-snapshot-10c73f88bfd5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro";
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
- 'qt5-svg' 'qt5-serialport')
-#source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";)
-source=("http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-${_pkgver}.tar.gz";)
-md5sums=('85d953ec2e2d7102b67f211135c7ee7c')
-
-build() {
-  cp -r PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
-
-  cd PyQt-gpl-${_pkgver}
-  python3 configure.py \
---confirm-license \
--v /usr/share/sip/PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${_pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip/Py2-PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${_pkgver}
-  make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-  make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Provided by pyqt-common
-  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${_pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Fix conflicts with python-pyqt5
-  mv "${pkgdir}"/usr/bin/{,python2-}pyuic5
-
-  rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5}
-  rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm "${pkgdir}"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 228075, pyqt5/trunk/PKGBUILD)

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

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 09:42:52
  Author: andrea
Revision: 228075

upgpkg: pyqt5 5.4.0-1

Upstream release

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-27 06:46:10 UTC (rev 228074)
+++ PKGBUILD2014-12-27 08:42:52 UTC (rev 228075)
@@ -7,8 +7,8 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.4.0s10c73f88bfd5
-_pkgver=5.4-snapshot-10c73f88bfd5
+pkgver=5.4.0
+_pkgver=5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro";
@@ -16,9 +16,8 @@
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
  'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
  'qt5-svg' 'qt5-serialport')
-#source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";)
-source=("http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-${_pkgver}.tar.gz";)
-md5sums=('85d953ec2e2d7102b67f211135c7ee7c')
+source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${_pkgver}/PyQt-gpl-${_pkgver}.tar.gz";)
+md5sums=('7f2eb79eaf3d7e5e7df5a4e9c8c9340e')
 
 build() {
   cp -r PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}